html {
  scroll-behavior: smooth !important;
  /* overflow-x: hidden !important; */
}
body{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.staym{
  width: 100%;
  max-width: 550px;
 margin: 0 auto;
}

.cont-images3 {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 23px;
}
.cont-images3 img {
  width: 228px;
}

.orange1{
  color: #f8a900;
  font-weight: bold;
  font-size: 34px;
  line-height: 30px;
}

/* gate enter */
.intro-section1{
  font-size: 1vw;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 10000;
  /* display: none; */
}

.main-section{
  display: none;

}


.mainer1{
  display: flex;
  justify-content:center;
  align-items: center;
  padding-top: 0px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  /* background: url("../images/back-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  height: 100dvh;
}

.mainer1in{
  width: 94%;
  padding-top: 33px;
  text-align: center;
 background-color: #44B5D8;
  height: 90dvh;
  padding-left: 12px;
  padding-right: 12px;
}

.f1{
  font-size: max(1.95em, 22px) ;
  line-height: max(1.22em, 22px) ;
  font-weight: 400;
  color: #16325B;
}


.f2{
  padding-left:20px ;
  padding-right:20px ;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #16325B;
  padding-top: 12px;
}

.form1{
  padding-top: 34px;
  display: flex;
  justify-content:center;
  align-items: center;
  gap:10px;
  flex-wrap: wrap;
}
.f-1-block, .f-2-block, .f-3-block{
/* flex-grow: 1; */

}
.f-4-block{
  /* flex-grow: 1; */
 
  /* width:100% */
  flex-basis: 100%;
  }

  .extra1{
padding-top: 17px;
  }
  .f-5-block {

      flex-basis: 100%;   
  }   


.buton1{
  background: #16325B 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
border-radius: 19px;
font-size: 18px; color: #ffffff; 
padding: 8px 22px 8px 22px !important;
width:134px;
margin: auto;
cursor: pointer;
border-width:0px ;
}

.buton2{
  background: #ffffff 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
border-radius: 19px;
font-size: 18px; color: #16325B; 
padding: 8px 22px 8px 22px !important;
width:134px;
margin: auto;
cursor: pointer;
border-width:0px ;
margin-top: 33px;
}

a.buton2:hover{
  background: #ffffff 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
border-radius: 19px;
font-size: 18px; color: #16325B; 
padding: 8px 22px 8px 22px !important;
width:134px;
margin: auto;
cursor: pointer;
border-width:0px ;
margin-top: 33px;
}


#form-date{
  font-size: max(1.5em, 14px) ;
}
#form-month{
  font-size: max(1.5em, 14px) ;
}
#form-year{

  font-size: max(1.5em, 14px) ;
}
#form-countries{
  /* font-size: 22px !important; */
  font-size: max(1.5em, 14px) ;
}
.logo1{
  width: 100%;
  max-width: 390px;
}


/* The Overlay (background) */


#myNav{
  display: none;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  /* width: 100%; */
  width: 100vw;
  position: fixed; /* Stay in place */
  z-index: 55; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(22,50,91); /* Black fallback color */
  background-color: rgba(22,50,91, 1); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 56px;
}

.fp-sr-only{
  /* display: none; */
}

.fp-tooltip{
  position: relative;
  left:-85px;
  color: #ffffff;
  display: none;
}

.fp-right{
  color: #ffffff;
  text-decoration: none;
  font-size: 40px;
  line-height: 29px;
  transform-origin: center ;
}

.linkfp{
  color: #ffffff;
  text-decoration: none;
  transform-origin: center ;
}
.sec1 , .sec2, .sec3, .sec4, .sec5 , .sec6, .sec7 {
  transform-origin: center ;

  /* display: list-item; */
}

.sec6{
  /* display: none; */
}

.secc1{
  width: 19px;
            height: 19px;
            margin: 14px;
            background-color: #ffffff;
            border-radius: 50%;
}

.rightmenu{
  position: fixed;
  right:37px;
  top:32vh;
  z-index: 33;
  /* display: none; */
}

/* section1{

background-color: black;
font-size: 17px;
color:#ffffff;
height: 100vh;
width: 100%;
margin: 0 auto;
display: block;
text-align: center;

} */

.div1{
margin: 0 auto;
height: 100vh;
width: 100vw;
text-align: center;
z-index: 1;
}
.sticky{
    position: sticky; 
    top:19%;
}

.stickydiv2{
  position: sticky; 
  top:40%;
}

.stickydiv3{
  position: sticky; 
  top:34%;
  max-width: 94%;
  margin: 0 auto;
}

.logo_big1{
    width:80%;
    /* max-width: 310px; */
    max-width: 540px;
    padding-top: -4px;
    z-index: 12;
}

.logo_container{
    text-align: center;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    height: 144px;
}

.balcony{
  /* width: 100%; */
  width: 100vw;
  /* z-index: 888;
  position: relative; */

}

.menucont{
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  /* justify-content:center; */
  align-items: right;
  /* width: 100%; */
  width: 100vw;

  height: 56px;
  min-height: 56px;
  justify-content: space-between;
  text-align: right;
}
.menuicon{

  padding-right: 36px;
  padding-top: 20px;
  flex: 1;
  text-align: right;

}
.menubutton{
  cursor: pointer;
}

.back-1{
    background-image: url(../images/sea.jpg);
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    
}

.back1old{
  background-image: url(../images/sea.jpg);
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: 297%;
  background-attachment:fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top:0;
  z-index: -1;
  filter: brightness(84%);
  /* filter: contrast(0.3); */
  
}

/* .back11{
  
 
  position: absolute;

 display: inline-block;
 z-index: 0;
 min-width: 200vw;
 filter: brightness(84%);
 left: -50%;
  top:0;
} */

.back1{

transform-origin: top center;
    /* background-attachment:fixed; */
    position: fixed;
    transform-origin: top center;
    left: -50%;
    top:0;
    z-index: 0;
    filter: brightness(84%);
    min-width: 200vw;
}



/* .back1{

  background-attachment:fixed;
  position: fixed;
  transform-origin: top center;
  left: -50%;
  top:0;
  z-index: 0;
  filter: brightness(84%);
  min-width: 200vw;
} */

/* .back1::after{
  content: "";
} */

.boat{
width:18vw;
max-width: 349px;
 z-index: -1;
 position: fixed;
bottom: -193px;
left:40vw;
z-index: 4;
}

.boatmobile{
  width:18vw;
  max-width: 349px;
   z-index: -1;
   position: fixed;
  bottom: -193px;
  left:40vw;
  display: none;
  }

.rocks{
  /* width:13vw;
  max-width: 549px; */
  width: 43vw;
display: block;
 z-index: 0;
 position: fixed;
bottom: -19vw;
left:0;

}

.buton1 {
  background: #EAAD01 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
  border-radius: 19px;
  font-size: 18px;
  color: #ffffff;
  padding: 8px 22px 8px 22px !important;
  width: 134px;
  margin: auto;
  cursor: pointer;
  border-width: 0px;
}

a.buton1:visited {
  background: #EAAD01 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
  border-radius: 19px;
  font-size: 18px;
  color: #ffffff;
  padding: 8px 22px 8px 22px !important;
  width: 134px;
  margin: auto;
  cursor: pointer;
  border-width: 0px;
}

a.buton1:hover {
  background: #EAAD01 0% 0% no-repeat padding-box;
  text-decoration: none;
  font-weight: 400;
  border-radius: 19px;
  font-size: 18px;
  color: #ffffff;
  padding: 8px 22px 8px 22px !important;
  width: 134px;
  margin: auto;
  cursor: pointer;
  border-width: 0px;
  text-decoration: underline;
}
#terms{
  color: #000;
}
#privacy{
  color: #000;
}

.txtsh {
    /* text-shadow: 2px 2px #0c254a; */
    color: #ffffff;
}


.txtsh2 {
  /* text-shadow: 2px 2px #0c254a; */
  color: #ffffff;
  font-size: 18px;
}
.micon{
    width: 100%;
    max-width: 154px;
}
.cont4r{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    margin-top: 39px;
}
.rowin{
    justify-content:  center;
    flex: 1;
}

.div3{
    font-size: 18px;
    /* display: flex; */
    text-align: center;
    margin: 0 auto;
    height: 100vh;
width: 100vw;

}

.div2{
    display: flex;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    height: 100vh;
width: 100vw;
align-items: center;
z-index: 1;
}

.div2in {
    flex: 1;
    text-align: center;

 
}

.div4{
    margin: 0 auto;
    height: 100vh;
width: 100vw;
/* width: 100%; */
text-align: center;
}

.div5{
    margin: 0 auto;
    height: 100vh;
width: 100vw;
border-width: 8px;
 text-align: center;
}

.div55{
  margin: 0 auto;
  height: 100vh;
width: 100vw;
border-width: 8px;
text-align: center;
}

.div6{
    margin: 0 auto;
    min-height: 100vh;
width: 100vw;
text-align: center;
display:none
}

.div7{
  margin: 0 auto;
width: 100vw;
text-align: center;
z-index: 9;
position: relative;
/* min-height: 100vh; */
}


.footerd{
  margin: 0 auto;
  width:100%;
  background-color: #16325B;
height: 34px;

font-size: 14px;
    display: flex;

    min-height: 44px;
    align-content: space-between;
    z-index: 898;
    position: relative;

}


.ffin1{
  padding: 12px;
    flex: 1;
    text-align: left;
    
}
.ffin2{
    flex: 1;  padding: 12px; text-align: right;
}



.div4in1{
    font-size: 33px;
    padding-top: 12px;
    padding-bottom: 4px;
}
.div4in2{

    padding-top: 2px;
    padding-bottom: 34px;
}

.myform{
    border-width: 1px;
    border-color: #EAAD01;
    border-style: solid;
    width: 100%;
    margin: 0 auto;
    max-width: 788px;
    border-radius: 19px;
    min-height: 40vh;
    padding: 12px;
    backdrop-filter: blur(20px);
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

  .carousel-indicators .active {
    background: white !important;
}

#carouselExampleIndicators .carousel-indicators button {
   width: 10px;
   height: 10px;
   border-radius: 100%;
   border: 2px solid white;
   background: transparent;
}



.mycarousel1{
    border-width: 1px;
    border-color: #EAAD01;
    border-style: solid;
    width: 90%;
    margin: 0 auto;
    max-width: 488px;
    border-radius: 19px;
    /* min-height: 40vh; */
    padding: 12px;
    /* filter:blur(4px); */
    backdrop-filter: blur(20px);
}


.mycarousel1-slide{
  border-width: 1px;
  border-color: #EAAD01;
  border-style: solid;
  width: 88%;
  margin: 0 auto;
  max-width: 488px;
  border-radius: 19px;
  /* min-height: 40vh; */
  padding: 12px;
  /* filter:blur(4px); */
  /* backdrop-filter: blur(110px); */
  background-color: #143caa;
}



.my-slider .carousel-indicators {
    top: 10px;
    justify-content:flex-start;
    margin:0;
    padding-left:15px;
    padding-right:15px;
  }
  
  .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
  
  .carousel-indicators li:not(:last-child) {
    margin-right: 20px;
  }
  .carousel-item{
height: 389px;
  }


  .container1 {
    max-width: 781px;
    margin: 0 auto;
  width: 90%;
  z-index: 2;
  /* height: 60%; */
  }


  .rev_slider .slick-slider {
    margin-left: -67%;
    margin-right: -67%;
  }
  
  .rev_slider .slick-list {
    padding-top: 10%!important;
    padding-bottom: 10%!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
  }
  
  .rev_slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .rev_slider .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
  }



  
  .rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100%!important;
    transform: translate3d(0, 0, 0);
    transition: transform 2s, opacity 2s;

  }

  .rev_slider .slick--prev{

    display: inline-block;

    position: absolute;
    left:19vw; top:50%;
    z-index: 100;
    cursor: pointer;
  }

  .rev_slider .slick--next{

    display: inline-block;

    position: absolute;
    right:19vw; top:50%;
    z-index: 100;
    cursor: pointer;
  }
  
  .rev_slider .slick-snext{
    display: block;

    
  }

  .rev_slider .slick-sprev {
    display: block;
  }
  
  .rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
  }
  
  .rev_slider .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;

  }
  
  .rev_slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
  } 


  /* Ensure the carousel container has proper styling */
.multiple-items {
  width: 100%;
  margin: 0 auto;
}

/* Slick Arrows */

/* .slick--prev,
.slick--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  width: 40px; /* Adjust size as needed */
  /* height: 40px; */
/* }  */


.slick--prev{

  display: inline-block;

  position: absolute;
  /* left:19vw;  */
  left:150px; 
  top:50%;
  z-index: 100;
  cursor: pointer;
}

.slick--next{

  display: inline-block;

  position: absolute;
  /* right:19vw;  */
  right:150px; 
  top:50%;
  z-index: 100;
  cursor: pointer;
}

.slick-snext{
  display: block;

  
}

.slick-sprev {
  display: block;
}



.slick--prev img,
.slick--next img {
  width: 100%;
  height: auto;
}

/* Positioning the arrows */


/* Optional: Ensure slides are spaced and aligned properly */
.slick-slide {
  padding: 10px;
  box-sizing: border-box;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

 /* Unique styles for image modal */
 .image-modal .modal-content {
  background: transparent;
  border: none;
}

.image-modal .modal-body img {
  width: 100%;
  height: auto;
  display: block;
}





/* Close button specific to image modal */
.image-modal .image-close-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 24px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1233px) {
  .slick--prev {
    left: 7vw;
  }

  .slick--next {
    right: 7vw;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .slick--prev {
    left: 8px;
  }

  .slick--next {
    right: 8px;
  }
}


.box3din{
  justify-content:  center;
  flex: 1;
}
  
  .box3d {
    display: flex;
    align-items: center;
   
    width: 100%;
    max-width: 381px;
    margin: 0 auto;
    height: 40vh;
    background: #cccccc;
    border-radius: 25px;
    box-shadow: inset 0px 0px 0px 0px #000
  }

.test-a1{
    background-image: url(../images/b1.png);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}

.test-a2{
    background-image: url(../images/b2.png);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}
.test-a3{
    background-image: url(../images/b3.png);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
}


  .bloghead{
    font-size: 22px;
  }

.form-check-label{
    text-align: left;
}

.form-check1{
    text-align: left !important;
    margin: 2px;
}
.txtleft{
    text-align: left!important; 
}
.linkorange{
    text-decoration: underline;
    color: #EAAD01;
}
a.linkorange:hover{
    text-decoration: none;
    color: #EAAD01;
}
a.linkorange:visited{
  text-decoration: none;
  color: #EAAD01;
}
.main5txth{
    font-size: 33px;
}
.main5txt{
    font-size: 16px;
}
.carousel1{
    /* max-width: 292px; */
    max-width: 372px;
    width: 100%;

}

#oroi{
    font-size: 16px;
    color: #000000;
}

/* .form-label{
    text-align: left!important;
} */

.selector1{
    margin: 0 auto;
    background-color: aqua;
    height: 54px; 
    width: 54px;
    text-align: center;
    /* z-index: 2; */
}

.linksolid{
  color: #ffffff;
  text-decoration: underline;

}

a.linksolid:hover{
  color: #ffffff;
  text-decoration: none;
  
}

a.linksolid:visited{
  color: #ffffff;
  text-decoration: underline;
  
}

@media only screen and (max-width: 1300px) {
   
/* 
  .slick--prev{

    display: block;

    position: absolute;
    left:33vw; top:50%;
    z-index: 100;
    cursor: pointer;
  }

  .slick--next{

    display: block;

    position: absolute;
    right:33vw; top:50%;
    z-index: 100;
    cursor: pointer;
  } */
} 

@media only screen and (max-width: 1400px) {

.cont4r{
  display: flex;
  margin: 0 auto;
  width: 88%;

  margin-top: 39px;
}

.rightmenu{
  position: fixed;
  right:4px;
  top:32vh;
  z-index: 33;
}
} 


@media only screen and (max-width: 1100px) {
  .slick-slider {
    margin-left: 0%;
    margin-right:0%;
  }

  /* .slick--prev{

    display: block;

    position: absolute;
    left:11px; top:50%;
    z-index: 100;
    cursor: pointer;
  }

  .slick--next{

    display: block;

    position: absolute;
    right:11px; top:50%;
    z-index: 100;
    cursor: pointer;
  } */
} 
/* 860 */

@media only screen and (max-width: 900px) {

  .logo_container{
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    height: 144px;
    /* background-color: #ffffff;
    opacity: 0.3; */
}


  html {
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
  }

  .cont4r{
    display: flex;
    margin: 0 auto;
    width: 92%;
    flex-direction: column;
    margin-top: 10px;
  }


.ffin1{
  padding: 12px;
    flex: 1;
    text-align: left;
    padding-left: 33px;
}
.ffin2{
    flex: 1;  padding: 12px; text-align: right;
    padding-right: 33px;
}



  .rightmenu{
    position: fixed;
    right:2px;
    top:32vh;
    z-index: 33;
  }

  .myform{
    border-width: 1px;
    border-color: #EAAD01;
    border-style: solid;
    width: 82%;
    margin: 0 auto;
    max-width: 788px;
    border-radius: 19px;
    min-height: 40vh;
    padding: 12px;
    backdrop-filter: blur(20px);
}

}

@media only screen and (max-width: 520px) {

  /* .boatmobile{
    width:18vw;
    max-width: 349px;
     z-index: -1;
     position: fixed;
    bottom: -193px;
    left:40vw;
    display: block;
    } */

    .rocks{
      /* width:13vw;
      max-width: 549px; */
      width: 43vw;
    
     z-index: 0;
     position: fixed;
    bottom: -19vw;
    left:0;
    display: none;
    }
  

  .boat{
    width:39vw;
    max-width: 349px;
   z-index: 4;
   position: fixed;
  /* bottom: -103px; */
  top:63vh;
  left:-37vw;
  display: none;
  }

  html {
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
  }

  .cont4r{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    margin-top: 3px;
}

  .micon{
  width: 100%;
  max-width: 118px;
}

  .footerd{
    margin: 0 auto;
    width:100%;
    background-color: #16325B;
  height: 84px;
  
  font-size: 14px;
      display: flex;
  
      min-height: 84px;
      align-content: space-between;
      z-index: 898;
      position: relative;
      justify-content: center;
      align-items: center;
  }



  .main5txth{
    font-size: 25px;
}

  .div4in1{
    font-size: 25px;
    padding-top: 12px;
    padding-bottom: 4px;
}

  .main5txt{
    font-size: 16px;
    margin: 0 auto;
    max-width: 89%;
}

  .menuicon{
    padding-right: 14px;
    padding-top: 10px;
    flex: 1;
    text-align: right;
  
  }
  .rightmenu{
    position: fixed;
    right:-2px;
    top:32vh;
    z-index: 33;
    display: none;
  }


  .back1{
    background-attachment:fixed;
    position: fixed;
    transform-origin: top center;
    left: -50%;
    top:0;
    z-index: 0;
    filter: brightness(84%);
    min-width: 400vw;
   
  
}

.div2{
  z-index: 2 !important;
  display: flex;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;

  /* height: 50vh; */
  height: auto;
  /* height: 333px; */
width: 83%;
align-items: center
}

.div3{
  padding-top: 63px;
  font-size: 16px;
  /* display: flex; */
  text-align: center;
  margin: 0 auto;
  height: auto;
width: 100vw;
}

.div4{
  padding-top: 63px;
  margin: 0 auto;
  height: auto;
width: 100vw;
text-align: center;
}

.div5{
  padding-top: 63px;
  margin: 0 auto;
  height: auto;
width: 100vw;
border-width: 8px;
text-align: center;
}
.div55{
  padding-top: 63px;
  margin: 0 auto;
  height: auto;
width: 100vw;
border-width: 8px;
text-align: center;
}

.stickydiv3 {
  padding-top: 30px;
  position: sticky;
  top: 34%;
  max-width: 90%;
  margin: 0 auto;
}

}



@media only screen and (min-width: 2200px) {



  .f1{

      font-size: 33px ;
      /* line-height: max(1.9em, 22px) ; */
      font-weight: 400;
      color: #16325B;
  }

  #form-date{
      font-size: max(1.1em, 14px) ;
  }
  #form-month{
      font-size: max(1.1em, 14px) ;
  }
  #form-year{
  
      font-size: max(1.1em, 14px) ;
  }
  #form-countries{
      /* font-size: 22px !important; */
      font-size: max(1.1em, 14px) ;
  }

 


} 


@media only screen and (max-width: 500px) {
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
 



  .logo1{
      width: 70%;
      max-width: 200px;
  }

} 

/* case of sml height screen */
  @media (max-height: 786px) and (min-width: 500px) {

      .logo1{
          width: 25dvh;
          
      }
      .f1{

          font-size: max(1.9em, 22px) ;
          /* line-height: max(1.9em, 22px) ; */
          font-weight: 400;
          color: #16325B;
      }

      #form-date{
          font-size: max(1.1em, 14px) ;
      }
      #form-month{
          font-size: max(1.1em, 14px) ;
      }
      #form-year{
      
          font-size: max(1.1em, 14px) ;
      }
      #form-countries{
          /* font-size: 22px !important; */
          font-size: max(1.1em, 14px) ;
      }
   

  
}

@media (max-width: 778px) {
  .cont-images3 {
      flex-direction: column;
      align-items: center;
  }
  .cont-images3 img {
    width: 202px;
  }
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 

