@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

html, body {width: auto!important; overflow-x: hidden!important} 

:root {
    --header-height: 3rem;
  
    /*===== Colors =====*/
    --first-color: #77A0A9;
    --first-color-light: #fff;
    --dark-color: #fff;
    --white-color: #000;
  
    /*===== Font and typography =====*/
    --body-font: 'Open Sans', sans-serif;
    --nav-name-font-size: 1.5rem;
    --normal-font-size: .938rem;
  
    /*===== z index =====*/
    --z-fixed: 100;
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	background-color: #593644;
	background-size: 100% 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    height: 100vh;
}

body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track{
    background-color: #32021F;
}

body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px rgba(1, 1, 1, 1);
}

.copyright p{
    color: #ffffffb2;
}

#white-bg{
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 100px;
}

#white-bg img{
  max-width: 500px;
}

#grey-bg img{
  max-width: 500px;
}

.box{
    max-width: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.information{
    padding: 25px 0px;
}

#grey-bg{
    background: #F8F9FA;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 100px;
}

.content{
  margin-top: 60px;
}

.content .information{
  color: #212529;
  margin-left: 15%;
  margin-right: 15%;
}

.bar-image{
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: center;
    filter: blur(10px);
}

.cargoship_video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.container_2 {
    position: relative;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.container_2 h3{
    font-size: 60px;
    text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
}

.container_2 .arrow{
    background: #e91e63;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#scrollTarget {
    scroll-behavior: smooth;
}

.top-left {
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 200px;
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 90px;
    font-weight: bold;
}

.contact_container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 100px;
}

.contact_container:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../media/skyline_1.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    filter: blur(50px);
}

.contact-box{
    max-width: 1500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left{
    height: 100%;
    background: url("../media/skyline_1.jpg") no-repeat center;
    background-size: cover;
}

.right{
    padding: 25px 40px;
}

.contact_container h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact_container h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #0E86D4;
}

.contact_container .field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.contact_container .field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

.contact_container textarea{
	min-height: 150px;
}

.contact_container .btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #0E86D4;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.contact_container .btn:hover{
    background-color: #055C9D;
}

.contact_container .field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

button:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo{
    align-items: center;
    justify-content: center;
    width: 200px;
    float: left;
    display: block;
 	margin-left: 50px;
    margin-top: 12px;
  	margin-right: auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}

.container{
	max-width: 1170px;
	margin:auto;
}

.footer{
	background-color: #32021F;
    padding: 70px 0;
}

.footer img{
    width: 160%;
}

.footer-col{
   	width: 25%;
   	padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
  

@media only screen and (min-width: 850px) and (max-width: 1500px){
    body::-webkit-scrollbar {
        display: none;
    }
    #white-bg img{
      max-width: 400px;
    }
    
    #grey-bg img{
      max-width: 400px;
    }
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
    .logo{
        align-items: center;
        justify-content: center;
        width: 150px;
        float: left;
        display: block;
        margin-left: 50px;
        margin-top: 10px;
        margin-right: auto;
    }
    .footer{
        padding: 100px 30px 100px 30px;
    }
    
    .footer img{
        width: 160%;
    }
    
    .footer-col{
           width: 22%;
           padding: 0 15px;
    }
    .box{
        max-width: 90%;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: left;
        background-color: #ffffff;
        box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
    }
    .container_2 h3{
        font-size: 40px;
        text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
    }
    .bar-image{
        width: 100%;
        height: 18vh;
        object-fit: cover;
        object-position: center;
        filter: blur(10px);
    }
    .container_2 {
        position: relative;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .top-left {
        padding-top: 50px;
        padding-left: 100px;
        position: absolute;
        top: 8px;
        left: 16px;
        font-size: 90px;
        font-weight: bold;
    }
}



@media only screen and (max-width: 849px){
    body::-webkit-scrollbar {
        display: none;
    }
    #white-bg img{
      max-width: 200px;
    }
    
    #grey-bg img{
      max-width: 200px;
    }
    .content{
      margin-top: 0px;
    }
    .content .information{
      color: #212529;
      margin-left: 10%;
      margin-right: 10%;
    }
    .contact_container{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 40px 50px;
    }
	.contact-box{
		grid-template-columns: 1fr;
        max-width: 1000px;
	}
	.left{
		height: 200px;
	}

    .logo{
        align-items: center;
        justify-content: center;
        width: 280px;
        float: left;
        display: block;
        margin-left: 50px;
        margin-top: 12px;
        margin-right: auto;
    }
    .footer{
        padding: 60px 15px 60px 15px;
    }
    
    .footer img{
        width: 330%;
    }
    
    .footer-col{
           width: 33%;
           padding: 10px 15px;
    }
    .footer-col .copyright{
        width: 500px;
    }
    .footer-col h4{
        font-size: 15px;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
    }
    .footer-col h4::before{
        content: '';
        position: absolute;
        left:0;
        bottom: -10px;
        height: 2px;
        box-sizing: border-box;
        width: 50px;
    }
    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;
    }
    .footer-col ul li a{
        font-size: 12px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 300;
        display: block;
        transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
        padding-left: 8px;
    }
    .footer-col .social-links a{
        display: inline-block;
        height: 40px;
        width: 40px;
        margin:0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover{
        color: #24262b;
    }
    #white-bg{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
    }
    #grey-bg{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
    }
    .information{
        padding: 25px 0px;
    }
    .box{
        max-width: 1000px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: left;
        box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
    }
    .container_2 h3{
        font-size: 30px;
        text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.6);
    }
    .bar-image{
        width: 100%;
        height: 18vh;
        object-fit: cover;
        object-position: center;
        filter: blur(10px);
    }
    .container_2 {
        position: relative;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .top-left {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        top: 8px;
        left: 16px;
        font-weight: bold;
    }
    .cargoship_video{
        width: 100%;
        height: 80vh;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (min-width: 850px) {
    :root {
      --nav-name-font-size: 1rem;
      --normal-font-size: 1rem;
    }
  }
  
  /*===== BASE =====*/
  *, ::before, ::after {
    box-sizing: border-box;
  }
  
  body {
    margin: var(--header-height) 0 0 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    font-weight: 600;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  .bd-grid {
    max-width: 1024px;
    display: grid;
    grid-template-columns: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  
  /*===== HEADER =====*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    padding: 0 1rem;
    background-color: #32021F;
    z-index: var(--z-fixed);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .header__logo {
    color: var(--dark-color);
  }
  
  .header__toggle {
    font-size: 1.7rem;
    cursor: pointer;
    color: white;
  }
  
  /*===== NAV =====*/
  @media screen and (max-width: 849px) {
    .nav {
      position: fixed;
      top: 0;
      left: -100%;
      background-color: #32021F;
      width: 80%;
      height: 100vh;
      padding: 2rem 0;
      z-index: var(--z-fixed);
      transition: .5s;
      overflow-y: auto;
    }
  }
  
  .nav__content {
    display: flex;
    flex-direction: column;
  }
  
  .nav__perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .nav__img {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  
  .nav__img img {
    width: 70px;
  }
  
  .nav__name {
    display: block;
    font-size: var(--nav-name-font-size);
    color: #fff;
  }
  
  .nav__item {
    margin-bottom: 2rem;
  }
  
  .nav__link {
    color: var(--first-color-light);
  }
  
  .nav__link:hover {
    color: #77A0A9;
  }
  
  /*Show menu*/
  .show {
    left: 0;
  }
  
  /*Active link*/
  .active {
    color: #77A0A9;
  }
  
  /*=== Dropdown ===*/
  .dropdown__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .dropdown__icon {
    font-size: 1.3rem;
    transition: .5s;
  }
  
  .dropdown__menu {
    margin: 1rem 0 0 1rem;
    display: none;
    background-color: #32021F;
  }
  
  .dropdown__item {
    margin: 1rem 0;
  }
  
  .dropdown:hover > .dropdown__menu {
    display: block;
  }
  
  .dropdown:hover .dropdown__icon {
    transform: rotate(180deg);
  }
  
  /* ===== MEDIA QUERIES=====*/
  @media screen and (min-width: 576px) {
    .nav {
      width: 288px;
    }
  }
  
  @media screen and (min-width: 850px) {
    body {
      margin: 0;
    }
    .header {
      height: calc(var(--header-height) + 1rem);
    }
    .header__logo, .header__toggle {
      display: none;
    }
    .nav {
      width: 100%;
    }
    .nav__content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .nav__perfil {
      flex-direction: row;
      text-align: initial;
      margin-bottom: 0;
    }
    .nav__img {
      width: 40px;
      height: 40px;
      margin-right: .5rem;
      margin-bottom: 0;
    }
    .nav__img img {
      width: 46px;
    }
    .nav__name {
      color: var(--dark-color);
    }
    .nav__list {
      display: flex;
      align-items: center;
    }
    .nav__item {
      margin: 0 1.5rem;
      padding: 1.4rem 0;
    }
    .nav__link {
      color: var(--dark-color);
    }
    .nav__link:hover {
      color: var(--first-color);
    }
    /*Active link new color*/
    .active {
      color: var(--first-color);
    }
    .dropdown {
      position: relative;
    }
    .dropdown__menu {
      position: fixed;
      margin: 0;
      top: calc(var(--header-height) + 1rem);
      padding: .5rem 1.5rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      border-radius: .5rem;
    }
    .dropdown__item {
      margin: .5rem 0;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .bd-grid {
      margin-left: auto;
      margin-right: auto;
    }
  }