*{
  box-sizing:border-box;
      -webkit-font-smoothing: subpixel-antialiased;
    /* -webkit-text-stroke: 0.25px; */

    text-rendering: geometricPrecision;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-Normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanz';
    src: url('../fonts/RNSSanz-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

  :root{
  --colorvar: #C69213;
  --colorvar2: #023865;
}

html{
  margin:0;
  padding:0;
  font-family: 'Sanz', sans-serif;
  font-size:14.5px;
  font-style: normal;
   /* background:royalblue; */
   scroll-behavior: smooth;


}

body{
  margin: 0;

}

a{
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 1.125rem;
}

h1{
  font-family: "eurostile", sans-serif;
  font-weight: 500;
  font-style: normal;
  color:var(--colorvar2);
  margin: 0;
  font-size: calc(2.618rem / 1.25);
  line-height: 1
}

h2{

}

h3{
  margin: 0
}

p{
  font-weight: 400;
  letter-spacing: 0.25px;
  margin: 0;
  font-size: 1rem;
}

.mobile-has-sub{
  width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}

.sub-mobile-menu{
  width:100%;
  display:none;
  flex-direction:column;

}

.sub-mobile-menu a{
  text-decoration:none;
}

.sub-mobile-menu > a:nth-child(1){
  font-size:1.25rem;
  border-bottom:1px solid silver;
  width:100%
}

.sub-sub-mobile-menu{
      display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    margin: 1rem;
  grid-gap:0.25rem
}

.sub-sub-mobile-menu a{
  font-size:1rem;
}


.mobile-nav{
  width:100%;
  padding:2rem;
  border:0px solid silver;
  position:absolute;
  top:100px;
  left:0;
  transform:translateY(-150%);
      box-sizing: border-box;
  height: 30vh;
  min-height: 250px;
  background: white;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.mobile-nav-link-wrapper{
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  grid-gap:0.5rem;
  height:100%;
}

.mobile-nav-link-wrapper > a{
  transition:all 0.3s ease;
  border-bottom: 1px solid #c792134f;
  padding: 0.382rem;
  color: #013866;
}



.mobile-nav ul li{
  padding:0;
  margin:0;
  list-style:none;
}

.mobile-nav-button{
  display:flex;
  flex-direction:column;
  grid-gap:5px;
  background:none;
  border:none;

  position:relative;
  z-index:999;
  display: none;
}

.mobile-nav-button span{
  height:2px;
  width:20px;
  background:black;
  transition:all 0.3s ease;
}

.nav-sec{
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: auto;
  position: fixed;
  top:0;
  left:0;
  border:0px solid silver;

  z-index:999;
  transition:all 0.3s ease;
  height:100px
}

.nav-wrap{
  display: flex;
  flex-direction: row;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 99;
  transition:all 0.3s ease;
}

.nav-wrap .logo-wrap{
  width: 150px
}

.logo-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain
}

.nav-flags-wrap{
  display: flex;
  flex-direction: row;
  gap:0.618rem
}

.nav-list-wrap{
  display: flex;
  gap:1rem
}

.nav-list-wrap a{
  transition: all 0.3s ease;
  position: relative;
  color: #013866;
}

.nav-list-wrap a:after{
  content: '';
  display: flex;
  width: 0%;
  height: 2px;
  background: var(--colorvar);
  transition:all 0.3s ease;
  position: absolute;
  bottom:-1rem;
  left:0;
}

.nav-list-wrap a:hover:after{
  width: 100%
}

.nav-list-wrap a:hover{
  transform: scale(1.02)
}

.about-sec{
  display: flex;
  width:100vw;
  height: auto;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='250' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

.about-wrap{
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.236rem 1.618rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap:0.618rem;
}

.about-wrap h2{
  font-family: "eurostile", sans-serif;
   font-size: calc(1.618rem* 1.25);
   margin: 0;
   color: var(--colorvar2);
   font-weight: 500;
   text-align: center;
   line-height: 1.125;
}

.about-wrap p{
  max-width: 50ch;
  text-align: center;
  font-size: calc(1.618rem / 1.25)
}

.about-wrap .logo-wrap{

width: 4.236rem;
height: auto;
display: flex;
margin-bottom: 1rem;
}

.cards-wrap{
  display: grid;
      width: 100%;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      gap: 1.618rem;
      padding: 1.618rem 0;
padding-bottom: 0;
}

.card{
  display: flex;
  flex-direction: column;
  width: 100%;
  border:0px solid silver;


  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 5px;
  position: relative;
  height: fit-content;
  overflow: hidden;
  min-height: 200px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}



.card-v2{
  color:white;
  min-width: 350px
}

.card-v2 h4{
  margin:0
}

.card-v2 ul{
  margin: 0!important;
  padding: 0
}

.card-img-wrap{
 display: flex;
     width: 100%;
     aspect-ratio: 2.618;
     object-fit: cover;
     position: relative;
     overflow: hidden;
}

.card-img-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 30 54) 0%, rgba(255, 255, 255, 0) 100%)
}

.card-img-wrap h3{
  position: absolute;
  bottom:1rem;
  left:1.618rem;
  color:white!important;
  z-index: 5
}

.card-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.about-card-wrap{
  padding:1.618rem ;
  display: flex;
      flex-direction: column;
      gap: 0.618rem;

}

.about-card-wrap p{
  text-align: start;
  font-weight: 500;
}

.banner-sec .about-card-wrap p{
  max-width: 45ch;
  color: white;
}

.about-card-wrap2{
  flex-direction: row;
  gap:1rem
}

.about-minicard{
  display: flex;
  flex-direction: column;
  gap:1rem
}

.card i{
  position: absolute;
      bottom: 0.618rem;
      right: 0.382rem;
      font-size: 10rem;
      color: var(--colorvar2);
      opacity: 0.05;
      display: flex;
      height: auto;
      mask-image: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.card ul{

  padding: 0;
  margin:0;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.618rem;
  /* margin-top:1rem; */
}

.card h3{
 display: flex;
     gap: 0.618rem;
     font-size: calc(1.618rem / 1.25);
     font-family: 'eurostile';
     color: var(--colorvar2);
     font-weight: 600;
 }


.card p{
  font-size: 1rem;
  font-weight: 500;
}

.slideshow-sec{
  display: flex;
  width:100vw;
  height:100vh;
}

.slideshow-wrap{
  display: flex;
  width:100%;
  height:100%;
  position: relative
}

.slideshow-wrap img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 25%, rgb(255 255 255) 50%, rgb(255 255 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.slide-wrap{
  position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.618rem;
      width: 100%;
      z-index: 10;
      padding:1rem
}

.slide-wrap p{
  font-size: calc(1.618rem / 1.25);
  text-align: center;
  max-width: 40ch;

}

.banner-sec{
  display: flex;
  width:100vw;
  /* min-height:350px; */
  background: var(--colorvar2);
  position: relative;
  overflow: hidden;
  flex-direction: column
}

.banner-sec .topbanner-wrap{
  padding-bottom: 0
}

.banner-sec img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: soft-light;
  object-position: bottom;
  opacity: 0.25;

}

.banner-wrap{
  display: flex;
      flex-direction: row;
      max-width: 1100px;
      margin: 0 auto;
      padding: 4.236rem 1.618rem;
      justify-content: space-between;
      /* align-items: center; */
      width: 100%;
      gap: 2.618rem;
      position: relative;
      z-index: 10;
      align-items: center;
      flex-wrap: wrap;
      /* background: inherit; */
}

.banner-wrap img{
 position: absolute;
 bottom: 0;
 right: 0;
 object-fit: contain;
 width: 50%;
 left: unset;
 top: unset;
 opacity: 1;
 height: 100%;
 mix-blend-mode: luminosity
}

.banner-wrap .card{
  background: #ffffff0d;
  min-height: unset;
  width: auto;
}

.banner-wrap h3{
 color: #e7f4ff;
 font-weight: 600;
 margin-bottom: 1rem;
}

.banner-wrap .card h3{

  color:white;

}

.banner-wrap .card i{

  color:white;

}

.banner-text-wrap{
  display: flex;
  flex-direction: column;
  gap:1rem
}

.banner-text-wrap h2{
 font-family: "eurostile", sans-serif;
 font-size: calc(1.618rem* 1.25);
 margin: 0;
 color: #ffbd1c;
 line-height: 1.125;
}

.banner-text-wrap p{
  color:white;
  max-width: 45ch
}

.banner-card-wrap{
  display: flex;
  flex-direction: column;
  gap:1rem
}

.icons-wrap{
  display: flex;
  flex-direction: column;
  gap:1rem
}

.icon-wrap{
  display: flex;
  flex-direction: row;
  gap:1rem;
  align-items: center;
}

.icon-wrap p{
  font-size:1rem;
  color:white;
}

.icon-wrap i{
  color: white;
      padding: calc(1rem / 1.25);
      background: var(--colorvar);
      border-radius: 100px;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
}

.topbanner-sec{
  display: flex;
  width:100%;
  height: auto;
  background: var(--colorvar2);
min-height: 200px;
position: relative;
overflow: hidden;
}

.topbanner-sec img{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  /* mask-image: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 25%, rgb(255 255 255) 50%, rgb(255 255 255 / 50%) 75%, rgba(255, 255, 255, 0) 100%) */
}

.topbanner-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.618rem 1.618rem ;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  gap:1rem;
  position: relative;
  z-index: 10
}

.topbanner-wrap p{
  max-width: 45ch;
  text-align: center;
  font-size: calc(1.618rem / 1.33);
}

.topbanner-wrap h1{
 color: white
}

.bullet-sec{
  display: flex;
  background: #fcfafa;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}

.bullet-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4.236rem 1.618rem;
  align-items: center;
  justify-content: center;

  flex-direction: column;
  gap:2.618rem;
width:100%;

}

.bullet-wrap h2{
  font-family: "eurostile", sans-serif;
  font-size: calc(1.618rem* 1.25);
  margin: 0;
  color: var(--colorvar2);
  font-weight: 500;
  text-align: center;
  line-height: 1.125;
}

.bullet-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  width:100%;
  gap: 1rem;
}

.bullet-el{
  display: flex;
  flex-direction: column;
  gap:0.618rem;
  justify-content: center;
  align-items: center;
  text-align: center
}

.bullet-el h3{
  font-size: calc(1.618rem / 1.25);
  color: var(--colorvar2);
}

.bullet-el p{
  font-size: 1rem;
  max-width: 30ch
}

.bullet-circle{
  display: flex;
      padding: 0.618rem;
      border-radius: 100px;
      aspect-ratio: 1;
      justify-content: center;
      align-items: center;
      font-weight: 900;
      font-size: 1.618rem;
      background: var(--colorvar);
      color: white;
    outline: 1px solid white;
      outline-offset: -3px;
      width: 45px;
      height: 45px;
}

.contact-banner-sec{
  display: flex;
  width: 100%;
  background: var(--colorvar);
  position: relative;
  overflow: hidden
}

.contact-banner-sec img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: luminosity;
}

.contact-banner-wrap{
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  padding:2.618rem 1.618rem;
  gap:0.618rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10
}

.contact-banner-wrap h2{
  font-family: "eurostile";
  color:white;
  font-size: calc(1.618rem* 1.25);
  margin:0
}

.contact-banner-wrap p{
  color: white;
  font-size: calc(1.618rem / 1.5);
  margin-bottom: calc(1rem - 0.618rem)
}

.contact-sec{
  display: flex;
  width: 100%;

  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='250' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-wrap{
 display: grid;
     grid-template-columns: 2.618fr  1.618fr;
     max-width: 1100px;
     margin: 0 auto;
     padding: 4.236rem 1.618rem;
     gap: 2.618rem;
     position: relative;
     width: 100%;
     background: white
}

.contact-wrap h2{
 margin: 0;
 font-family: 'eurostile';
 color: var(--colorvar2);
}

.form-wrap{
  display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 1.618rem;
      /* border: 1px solid silver; */
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
      border-radius: 5px;
}

.form-wrap form{
  display: flex;
  flex-direction: column;
  gap:1rem;

}

.form-wrap form input{
 border-radius: 5px;
 padding: 0.618rem;
 border: 1px solid #dbdbdb;
}

.form-wrap form textarea{
 border-radius: 5px;
 padding: 0.618rem;
 border: 1px solid #dbdbdb;
}

.form-line-group{
  display: grid;
      gap: 1rem;
      width: 100%;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.form-group{
  display: flex;
  flex-direction: column;
  gap:1rem
}


.contact-info-wrap{
  display: flex;
  flex-direction: column;
  gap:1rem;
  padding: 1.618rem;
  /* border: 1px solid silver; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 5px;
  width: 100%;
  height: fit-content
}

.contact-info-line{
  display: flex;
  gap:1rem;
 flex-direction: column;

}

.contact-info-line p{
  font-size: calc(1rem / 1.125)
}

.contact-info-line div{
  display: flex;
  flex-direction: column;
  gap:0.618rem
}

.contact-info-line h3{
  display: flex;
  align-items: center;
  gap:0.618rem;
  font-weight: 600;
}

.cta{
  display: flex;
      padding: 1rem 1.618rem;
      background: var(--colorvar2);
      color: white;
      width: fit-content;
      border-radius: 100px;
      border: none;
}


footer{
  display: flex;
  width:100%;
  height: auto;
  background:hsl(207 75% 10% / 1)
}

.footer-wrap{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.618rem;
  align-items: center;
  justify-content: center;
  gap: 0.618rem;
  flex-wrap: wrap;
}

.footer-wrap p{
  color: white;
  font-size: 1rem
}

.slideshow24-sec{
  width:100%;
  height:75vh;
  display:flex;
  overflow:hidden;
  position:relative;
}

.slide{
  display:flex;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;

}

.slide:before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-image: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 75%, rgb(255 255 255 / 0%) 100%);

    z-index: 10;
    opacity: 1;
}

.slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 25%, rgb(255 255 255) 50%, rgb(255 255 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.slide-number{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:white;
  font-size:36px;
  align-items:center;
  justify-content:center;
  display:flex;
  background:red;
  height:50px;
  width:50px;
  border-radius:1000px;
  margin:0;
  opacity:0
}

.slide-progressbar-wrap{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:10px;
  z-index:500;
  background:#ffffff;
  background-image:repeating-linear-gradient(45deg, #d0d0d0 0, #d0d0d0 0.5px, #e5e5f7 0, #e5e5f700 50%);
  background-size:5px 5px;
  display:block;
}

.slide-progressbar{
  display:block;
  width:0%;
  height:100%;
  background:#50515569;

}

.next-slide-btn{
  position:absolute;
  bottom:1.5rem;
  right:1rem;
  z-index:99;
  background:whitesmoke;
  border:none;
  width:35px;
  height:35px;
  border-radius:100px;
  transition:all 0.3s ease-out;
  display:flex;
  align-items:center;
  justify-content:center;
}

.next-slide-btn:hover{
  background:#8b8b8b;
  color:white;
  transform:scale(0.9);
}

.back-slide-btn{
  position:absolute;
  bottom:1.5rem;
  left:1rem;
  z-index:99;
  background:whitesmoke;
  border:none;
  width:35px;
  height:35px;
  border-radius:100px;
  transition:all 0.3s ease-out;
  display:flex;
  align-items:center;
  justify-content:center;

}

.back-slide-btn:hover{
  background:#8b8b8b;
  color:white;
  transform:scale(0.9);
}

.slideshow-dot-wrap{
  position:absolute;
  bottom:2rem;
  left:50%;
  transform:translateX(-50%);
  z-index:99;
  display:flex;
  grid-gap:0.5rem;
}

.slideshow-dot{
  display:block;
  width:1.25rem;
  height:0.5rem;
  border:1px solid whitesmoke;
  background:#8b8b8b;
  border-radius:5px;

}


@media only screen and (max-width:750px){
  .nav-list-wrap{
    display: none
  }

  .banner-wrap img {
    opacity: 0.2
  }

  .mobile-nav-button{
    display: flex
  }

  .contact-wrap{

       grid-template-columns: 1fr;

  }

}


