/* Base Reset */

/*FONTS*/

.urbanist-reg {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.urbanist-bold {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  color: #333;
  background: #fff;
  color: #5D5D5D;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

/* Header */
.header {
  /* position: sticky; */
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding-top: 30px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;

}

.logo {
  font-weight: bold;
  font-size: 24px;
  margin-right: auto;
  width: 220px;
}

.logo img{
  width: 100%;
}

.nav-box{
  display: flex;

}

nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 9999px;
  background: #FFF;
  /* padding: 16px 25px; */
}

nav a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
  display: flex;
  padding: 0px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: white;
  border-radius: 9999px;
  color: #333;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 25px;
  transition: all 0.3s ease;
}

nav a:hover {
  background: #EFFEFF;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn {
  background: #004aad;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s;
  /*New*/
  display: flex;
  padding: 16px 24px;
  margin-left: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99999px;
  background: #028FD3;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
.pagebtn{
  display: inline-block;
  margin-left: 0;
  margin-top: 40px;
}

.btn:hover {
  background: #001049;
  /* border: 1px solid #028FD3; */
  transition: all 0.3s ease;
}

.sectionTitle{
  display: inline-block;
  padding: 9px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10000px;
  border: 0.5px solid #6B6A6A;
  color: #6B6A6A;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.caption{
  position: absolute;
  bottom: 20px;
  left: 5%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

/* Hero Section */
.hero {
  background: url('img/hero-encircle.png') no-repeat  104% 10% / 70%;
  color: #000;
  padding: 230px 20px 100px;
  margin-top: -81px;
}

.hero h1{
    width: 65%;
    color: #001049;
    font-family: "Urbanist", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 104.037%; /* 99.876px */
}

.hero .highlight {
  color: #028FD3;
}


.hero p{
  margin-top: 40px;
  width: 40%;
}

/* Sections */
.section {
  padding: 88px 0;
}
.section-image-container{
  position: relative;
  display:flex;
  padding-top: 88px;
}
.section-image-container img{
  width: 100%;
  display: block;
  margin: 0 auto;
}

.blue-bg {
  background: #028FD3;
  color: white;
}

.light-bg {
  background: #f5f5f5;
}



/* OPPORTUNITY */

#opportunity{
  padding: 88px 0 0;
}

#opportunity .container{
  display: flex;
  justify-content: flex-start;
  FLEX-DIRECTION: column;
  flex-grow: 0;
  align-items: flex-start;
}

#opportunity .sectionTitle{
  border-color: white;
  color: white;
  margin-bottom: 0;
}

#opportunity h2{
  color: var(--white, #FFF);
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 40.96px */
  width: 70%;
  margin-left:auto;
}

/* PRODUCT SECTION */
#product{
  padding: 88px 0 44px;
}

#product .container{
  display: flex;
  justify-content: flex-start;
  FLEX-DIRECTION: column;
  flex-grow: 0;
  align-items: flex-start;
}

#product .sectionTitle{
  margin-bottom: 0;
}

#product h2{
  color: #001049;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 40.96px */
  width: 70%;
  margin-left:auto;
}

#product .container.small{
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 65px;
}
#product .container.small p{
  color: var(--dark-blue, #001049);
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 30.72px */
  width: 50%;
  border-left: 1px solid #001049;
  padding-left: 50px;
}

#product .container.list{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 50px;
  gap: 47px;
  border-radius: 52px;
  background: rgba(243, 244, 248, 0.99);
  /* Shadow 1 */
  box-shadow: -6px 4px 9.3px -1px rgba(0, 0, 0, 0.10);
}

#product .container .section-image-container{
  padding-top: 0;
}
#product .container.list img{
  width: 100%;
}

.features {
  margin-top: 50px;
  margin-bottom: 50px;
  list-style: none;
  padding-right: 40px;
}

.features li {
  padding: 8px 0;
  border-radius: 15px;
  background: var(--white, #FFF);
  padding: 15px 40px 15px 65px;
  color: var(--dark-blue, #001049);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 20.48px */
  margin-bottom: 20px;
  position: relative;
}
.features li:before{
  display: block;
  content: "\a";
  background: url('img/tick.svg') no-repeat 0 0 / 99%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.features li:last-child{
  margin-bottom: 0;
}

#product .container.gallery{
  display: flex;
  /* width: 433px;
  height: 434px; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#product .container.gallery div{
  width: 30%;
  height: 430px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 112%;
  border-radius: 52px;
  box-shadow: -6px 4px 9.3px -1px rgba(0, 0, 0, 0.10);
  flex: 1;
  transition: background 0.3s ease;
}
#product .container.gallery div.gallery1{
  background: url(img/gallery1.png) no-repeat 50% 50% / 112%;
}
#product .container.gallery div.gallery2{
  background: url(img/gallery2.png) no-repeat 50% 50% / 112%;
}
#product .container.gallery div.gallery3{
  background: url(img/gallery3.png) no-repeat 50% 50% / 112%;
}
#product .container.gallery div.gallery1:hover{
  background: url(img/gallery4.png) no-repeat 50% 50% / 112%;
  transition: background 0.3s ease;
}
#product .container.gallery div.gallery2:hover{
  background: url(img/gallery5.png) no-repeat 50% 50% / 112%;
  transition: background 0.3s ease;
}
#product .container.gallery div.gallery3:hover{
  background: url(img/gallery6.png) no-repeat 50% 50% / 112%;
  transition: background 0.3s ease;
}

/* #product .container.gallery img{
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
} */

/* MERINO SECTION */

#merino{
  padding: 88px 0 0;
}

#merino .container{
  display: flex;
  justify-content: flex-start;
  FLEX-DIRECTION: column;
  flex-grow: 0;
  align-items: flex-start;
}

#merino .sectionTitle{
  margin-bottom: 0;
}

#merino h2{
  color: #001049;
  font-family: "Urbanist", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%; /* 40.96px */
  width: 70%;
  margin-left:auto;
}

#merino .container.small{
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 65px;
}
#merino .container.small p{
  color: var(--dark-blue, #001049);
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 30.72px */
  width: 50%;
  border-left: 1px solid #001049;
  padding-left: 50px;
}

#merino .container.gallery{
  flex-direction: row;
  gap: 30px;
}

#merino .container.gallery div{
  flex: 1;
  height: 60vh;
  border-radius: 52px;
  box-shadow: -6px 4px 9.3px -1px rgba(0, 0, 0, 0.10);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
#merino .container.gallery div .caption{
  bottom: 25px;
  left: 29px;
  margin-bottom: 0;
  font-size: 12px;
}
#merino .container.gallery div:last-child{
  flex: 2.5;
}

/* PARTNERS SECTION */

#partner{
}

#partner .container{
  display: flex;
  justify-content: flex-start;
  FLEX-DIRECTION: column;
  flex-grow: 0;
  align-items: flex-start;
}

#partner .sectionTitle{
  margin-bottom: 0;
}

#partner h2{
  color: var(--dark-blue, #001049);
  font-family: "Urbanist", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 70%;
  margin-left:auto;
}

#partner .container.small{
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  margin-bottom: 65px;
}
#partner .container.small p{
  color: var(--dark-blue, #001049);
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 30.72px */
  width: 50%;
  border-left: 1px solid #001049;
  padding-left: 50px;
}

#partner .container.items{
  display: flex;

  flex-direction: row;
  align-items: flex-start;
  gap:20px;
}
#partner .container.items .item{
  border-radius: 30px;
  background: #F4F4F8;
  padding: 20px 20px 40px;
  width: 321px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#partner .container.items .item img{
  width: 76px;
  margin-bottom: auto;
}
#partner .container.items .item p{
  color: #5D5D5D;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* CONTACT SECTION */
#contact .container{
  /* margin-bottom: 40px; */
  max-width: 1000px;
}
#contact .container h1{
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Partner Form */
.partner-form {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.partner-form p{
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 75%;
}

.partner-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  flex: 1;
  margin-top: 15px;
}

.partner-form input,
.partner-form textarea {
  padding: 8px 0;
  border: none;
  background: none;
  width: 100%;
  border-bottom: 0.5px solid #EFFEFF;
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 18px;
  transition: all 0.2s ease;
}

.partner-form textarea {
  resize: vertical;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  border-radius: 17px;
  background: var(--white, #FFF);
  color: var(--dark-grey, #6B6A6A);
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 25px;
  transition: all 0.2s ease;
  margin-top: 30px;
}
.partner-form input::placeholder{
  color: white;
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.partner-form input:focus{
   background-color: rgba(255,255,255,0.1);
   outline: none;
   transition: all 0.2s ease;
}

.partner-form textarea::placeholder{
  color: var(--dark-grey, #6B6A6A);
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.partner-form textarea:focus{
  background-color: rgba(255,255,255,0.9);
  outline: none;
  transition: all 0.2s ease;
}

.partner-form button{
  border-radius: 99999px;
  border: 0px;
  background: var(--dark-blue, #001049);
  color: var(--white, #FFF);
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0;
  display: inline-block;
  width: 120px;
  margin-top: 30px;
}
.partner-form button:hover{
  cursor: pointer;

}

.form-image {
  flex: 1;
  text-align: center;
  border-radius: 52px;
  background: white;
  /* Shadow 1 */
  box-shadow: -6px 4px 9.3px -1px rgba(0, 0, 0, 0.10);
}

.form-image img {
  max-width: 300px;
  width: 100%;
  border-radius: 52px;
}

#form-success{
  color: white;
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Footer */
.footer {
  background: var(--dark-blue, #001049);
  padding: 66px 0 10px;
  color: #fff;
}
.footer .container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer .container .left{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer .container .left p{
  color: #FFF;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.footer .container .right{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.footer .container .right p{
  color: var(--white, #FFF);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover{
  cursor: pointer;
  text-decoration: underline;
}

.footer .container .right .footer-menu{
  margin-right: 60px;
}

.footer .container .right .footer-menu a{
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--white, #FFF);
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
line-height: normal;
}
.footer .container .right .footer-menu a:last-child{
  margin-bottom: 0;
}
.footer .container .right .footer-menu a:before{
  content: "\a";
  display: block;
  background: url('img/footer-menu-icon.svg') no-repeat 0 0 / 100%;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .container.small{
  border-top: 1px solid var(--Slate, #8593A5);
  padding: 24px 0;
  margin: 60px auto 0;
  color: var(--White, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}
.footer .container.small .siteby{
  margin-left: auto;
}

/* ====================
   Mobile Responsive
   ==================== */
@media (max-width: 768px) {
  .nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo{
    width: 128px;
    margin-right:0;
  }

  .logo img{
    width: 100%;
  }

  /* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 29px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #028FD3;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 7px;
}

#nav-icon1 span:nth-child(3) {
  top: 14px;
}

#nav-icon1.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -29px;
}

#nav-icon1.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

  .header{
    position: fixed;
    background: white;
    padding: 22px 0 10px;
  }

  .nav-box{
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 61px;
    left: 100vw;
    background: white;
    transition: left 0.4s ease;
    box-shadow: -6px 4px 9.3px -1px rgba(0, 0, 0, 0.10);
    border-bottom: 2px solid #028FD3;
  }

  .nav-box.open{
    left: 0px;
    transition: left 0.4s ease;
    
  }

  nav{
    width: 100%;
  }

  nav ul {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
  }

  .nav .btn{
    margin: 20px auto 29px;
    padding: 10px 16px;
    font-size: 16px;
    display: block;
    width: 130px;
    text-align: center;
  }

  .section, #opportunity, #product{
    padding: 60px 0;
  }

  #opportunity{
    padding: 60px 0 0;
  }

  .hero {
    padding: 68px 0px;
    margin-top: 0;
    background: url('img/hero-encircle.png') no-repeat  -650% 0% / 105%;
  }

  .hero .container{
    padding-top: 50px;
  }

  .hero .container .sectionTitle{
    background: white;
    display: none;
  }

  .hero h1{
    width: 60%;
    font-size: 42px;
  }

  .hero p{
    width: 60%;
  }

  .section-image-container {
    position: relative;
    display: flex;
    padding-top: 40px;
    height: 280px;
    width: 100%;
    overflow: hidden;
    
  }

  .section-image-container img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #product .container.list{
    flex-direction: column;
    gap: 0px;
  }

  #product{
    padding: 60px 0 30px;
  }


  #merino .container.gallery, #product .container.gallery {
    display: block;
  }
  #merino .container.gallery div, #product .container.gallery div {
    height: 350px;
  }
  #merino .container.gallery div:first-child {
    margin-bottom: 30px;
  }

  #product .container.gallery div{
    margin-bottom: 30px;
    height: 350px;
    width: 100%;
  }
  #product .container.gallery div:last-child{
    margin-bottom: 0;
  }

  #partner .sectionTitle, #merino .sectionTitle, #product .sectionTitle, #opportunity .sectionTitle {
    margin-bottom: 40px;
  }

  #opportunity .sectionTitle.caption{
    margin-bottom: 0;
  }

  #partner h2, #merino h2, #product h2, #opportunity h2 {
    margin-left: 0px;
    width: 100%;
    font-size: 22px;
  }

  #partner .container.small, #merino .container.small, #product .container.small{
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #partner .container.small p, #merino .container.small p, #product .container.small p{
    width: 100%;
    font-size: 20px;
  }

  #partner .container.items{
    flex-wrap: wrap;
  }
  #partner .container.items .item {
    width: 100%;
    height: 240px;
  }

  .partner-form {
    flex-direction: column;
    
  }
  .partner-form form {
    width: 100%;
    max-width: 100%;
  }

  .partner-form textarea {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .form-image {
    margin: 20px 0 0;
    width: 100%;
  }

  #contact .container h1{
    font-size: 32px;
  }

  .features {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 16px;
  }

  .footer .container{
    display: flex;
    flex-direction: column;
  }

  .footer .container .left, .footer .container .right{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footer .container .right .footer-menu{
    order: 2;
    margin-bottom: 0;
  }

  .footer .container .right .contacts{
    margin-bottom: 30px;
    margin-top: 30px;
    order: 1;
  }

  .footer .container.small .siteby{
    margin-left: 0px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
 
}
