@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mt-50 {
  margin-top: 50px;
}

.spacer-75 {
  height: 75px;
}

.spacer-25 {
  height: 25px;
}

.justify-content-center {
  justify-content: center;
}

.d-flex {
  display: flex;
}

header {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%), linear-gradient(180deg, rgba(7, 7, 7, 0.5) 0%, rgba(7, 7, 7, 0) 40.95%), url('./img/homepage.png');
  background-position: center center;
  background-size: cover;
  height: 600px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

header .content {
  padding: 0 30px;
  padding-top: 20px;
  margin: auto;
}

header .content .phone-number {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

header .content .nav {
  margin-bottom: 120px;
}

header .content .pay-off {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px;
  line-height: 0.8;
}

.logo {
  background-image: url('./img/lettering-adoraventure-white.svg');
  background-repeat: no-repeat, repeat;
  background-position: center center;
  width: 287px;
  height: 43px;
}

.nav {
  display: flex;
  justify-content: space-between;
}

.navigation {
  font-weight: 700;
  font-size: 18px;
}

.navigation span {
  margin-right: 10px;
}

.container-d {
  font-family: 'lato', sans-serif;
  padding: 15px 9%;
  padding-bottom: 100px;
}


.heading {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 30px;
  
  color: #CBB06A;
  font-weight: 900;
  font-size: 55px;
  font-family: 'lato', sans-serif;
}

.subtitle {
  text-align: center;
  padding-bottom: 25px;
  color: #727272;
  font-weight: 500;
  font-size: 25px;
  font-family: 'lato', sans-serif;
}

.container-d .box-container-d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 15px;
}

.container-d .box-container-d .box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5fbff 100%),
    #ffffff;
  text-align: center;
  padding: 30px 20px;
}

.container-d .box-container-d .box img {
  height: 55.03px;
  width: 54.75px;
}

.container-d .box-container-d .box p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.container-d .box-container-d .box:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  font-family: 'lato', sans-serif;
  margin: 20px 0;
}

.grid-3 {
max-width: 1366px;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
grid-auto-flow: row;
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-areas: ".";
-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.box {
  border: 1px solid #e2e2e2;
}

.box-photo {
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
}

.box-photo.pp-1 {
  background-image: url('./img/west-sicily.png');
}
.box-photo.pp-2 {
  background-image: url('./img/Norwegian-cruise.png');
}
.box-photo.pp-3 {
  background-image: url('./img/cortina.png');
}
.box-photo.pp-4 {
  background-image: url('./img/Sharm-El-Sheikh.png');
}
.box-photo.pp-5 {
  background-image: url('./img/Sardinia.png');
}
.box-photo.pp-6 {
  background-image: url('./img/pontine-islands.png');
}

.box-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #CBB06A;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.p-box-desc {
  padding: 20px;
  color: #7f8894;
  font-size: 16px;
  line-height: 26px;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4))),url('./img/cortina-1.png');
  background-image: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),url('./img/cortina-1.png');
  background-position: 0 0,50% 50%;
  background-size: auto,cover;
  text-align: center;
  font-family: 'lato', sans-serif;
}

.p-cta {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.separator {
  width: 100px;
  height: 5px;
  margin: 25px auto;
  background-color: #f0f0f0;
}

.separator.s-cta {
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.h2-cta {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.destinations-photo {
  height: 350px;
}

.destinations-photo.pp-1 {
  background-image: url('./img/cruises.png');
  background-position: 50% 50%;
  background-size: cover;
}

.destinations-photo.pp-2 {
  background-image: url('./img/sea.png');
  background-position: 50% 50%;
  background-size: cover;
}

.destinations-photo.pp-3 {
  background-image: url('./img/sail-boat.png');
  background-position: 50% 50%;
  background-size: cover;
}

.destinations-photo.pp-4 {
  background-image: url('./img/sea-italy.png');
  background-position: 50% 50%;
  background-size: cover;
}


.footer {
  box-sizing: inherit;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block;
  color: #fff;
  padding: 65px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  flex-flow: row;
  background-image: linear-gradient(90deg, rgba(7,7,7,0.35) 17.01%, rgba(7,7,7,0) 77.53%),
       linear-gradient(179.03deg, rgba(203, 176, 106,0.95) -4.17%, rgba(203, 176, 106g,0.95) 209.49%);
  font-family: 'lato', sans-serif;
}

footer a {
  text-decoration: none;
}

footer li {
  list-style: none;
}

footer li, a, p, h4 {
  color: #fff;
}

.container.columns.d-flex.justify-content-between {
  color: #fff;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex!important;
  justify-content: center!important;
  max-width: 1200px;
  flex-flow: row;
  font-family: 'lato', sans-serif;
}

.footer-container {
  font-family: 'lato', sans-serif;
  padding: 30px;
}


.copyright {
  color: #fff;
  font-family: 'lato', sans-serif;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.6;
}

.mobile-contacts-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  height: 4.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 100;
}

.mobile-contacts-bar img {
  background-color: #CBB06A;
  border-radius: 30px;
}


/* DESKTOP */
@media screen and (min-width: 1200px) {
  header .content {
    max-width: 1200px;
  }

  .container-d {
    max-width: 1200px;
    margin: auto;
  }

  .container {
    max-width: 1200px;
  }

  .mobile-contacts-bar.container {
    max-width: 1700px;
    margin-bottom: 30px;
  }
}

/* TABLET LANDSCAPE */
@media screen and (min-width: 800px) {
  .footer-container h4 {
    margin-bottom: 10px;
  }

}

/* MOBILE */
@media screen and (max-width: 600px) {
  .phone-number {
    text-align: center;
    display: none;
  }

  .border {
    background-color: #fff;
    border-radius: 30px;
    transform: translateY(-60px);
    margin-bottom: -60px;
  }

  .container-d {
    padding: 20px;
  }

  .container-d .heading {
    font-size: 35px!important;
  }

  .footer-container.d-flex {
    flex-direction: column;
    text-align: center;

  }

  .footer-container div {
    margin-top: 15px;
  }

  .heading {
    font-size: 33px;
  }

  .subtitle {
    font-size: 18px;
  }

  header {
    height: 300px;
  }

  header .content .nav {
    margin-bottom: 30px;
  }

  .logo {
    background-image: url('./img/logo-adoraventure-mobile-white.svg');
    background-repeat: no-repeat, repeat;
    background-position: center center;
    width: 120px;
    height: 35px;
  }

  .navigation span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .pay-off h1{
    font-size: 27px;
  }

  .secondary-title h2{
    display: none;
  }

  .description p {
    display: none;
  }

  .mobile-contacts-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    height: 4.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 100;
  }
  
}

@media screen and (max-width: 800px) {
  .grid-3 {
    display: block;
  }

  .w-layout-grid .box {
    margin-bottom: 20px;
  }

  .grid-4 {
    display: block;
  }

  .grid-4.box {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 601px) {
  .right-separator {
    border-right: 2px solid #fff;
    margin-right: 10px;
    padding-right: 5px;
  }
}