/* style.css*/
html{
  scroll-behavior: smooth;
}
  .show-popup {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;

}
.alert{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0.8);
  width:300px;
  padding:30px;
  background:rgba(255, 255, 255, 0.1);
  backdrop-filter:blur(15px);
  border-radius:20px;
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
  text-align:center;
  color:#3a3939;
  font-family:'Segoe UI', sans-serif;
  z-index:1000;
  transition:all 0.4s ease;
  opacity:0;

}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    
  }
h1{
  font-family: spectral;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
  color: rgb(10, 33, 61);
}
  .home-first-slider {
    z-index: 100;
  }
  
  nav {
    background-color:rgb(10,33,61);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 1000;
  }
  
  ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

  }
  
  ul li {
    margin-right: 50px;
  }
  
  ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    font-family: poppins;
  }
  
  ul li a:hover {
    color: rgb(228, 198, 67);
    text-decoration: underline;
  }
  
  .checkbtn {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
  }
  
  #check {
    display: none;
  }
 
.logo1{
  margin-left: 0px;
}
 /* gallery */
#gallery{
  margin-top: 70px;
}
.row {

  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: brightness(0.7);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s linear;
  /* height: 400px; */
}

.column img:hover {
  filter: grayscale(0);
}
#gallery p{
    font-family: poppins;
  text-align: justify;
  margin-top: 10px;
}
 /* search */

.form button {
  border: none;
  background: none;
  color: #242479;
 
}
.form button:hover {
  border: none;
  background: none;
  color: #29c26e;
 
}
.form .us{
  margin-left: 15px;
  font-family: poppins;
  font-weight: 600;
}

.form {
  --timing: 0.3s;
  --width-of-input: 200px;
  --height-of-input: 40px;
  --border-height: 2px;
  --input-bg: #fff;
  --border-color: #4eb9eb;
  --border-radius: 30px;
  --after-border-radius: 1px;
  position: relative;
  width: var(--width-of-input);
  height: var(--height-of-input);
  display: flex;
  align-items: center;
  padding-inline: 0.8em;
  border-radius: var(--border-radius);
  transition: border-radius 0.5s ease;
  background: var(--input-bg,#fff);
}

.form:before {
  content: "";
  position: absolute;
  background: var(--border-color);
  transform: scaleX(0);
  transform-origin: center;
  width: 100%;
  height: var(--border-height);
  left: 0;
  bottom: 0;
  border-radius: 1px;
  transition: transform var(--timing) ease;
}
.form:focus-within {
  border-radius: var(--after-border-radius);
}

input:focus {
  outline: none;
}

.form:focus-within:before {
  transform: scale(1);
}

.reset {
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
}
input:not(:placeholder-shown) ~ .reset {
  opacity: 1;
  visibility: visible;
}

.form svg {
  width: 17px;
  /* margin-top: 3px; */
}

/* row1 */
.a{
  margin-top: 30px;
}
 .protest-guerrilla-regular {
  font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.heading-1{
    font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
 
}
.para1{
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.img2{
  border-radius: 20px;
  margin-left: 90px;
  margin-top: 10px;
}
/* row2  */
   .card {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  /* margin-left: 20px; */
}

.card img {
  width: 500px;
height:230px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card:hover,.card img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;

}

.card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 110%;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background:linear-gradient(rgb(164, 207, 231),rgb(24, 90, 128))
}

.card:hover .card__content {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
  
}
 
.card__title {
  margin: 0;
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  margin-top: 100px;
  font-family: spectral;
  font-weight: 400;
  font-style: normal;
}
.card:hover svg {
  scale: 0;
}


.ab{
  margin-top: 30px;
}

#moveimg{
  height: 45vh;
  margin-top: 80px;
}
/* card slider */
.card{
  padding:0;
}
/* album, */
.album{
  margin-top: 30px;
}
.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 20px 0;
}

.album #i9rb {
  color: black;
}

.album #ir6i {
  color: black;
}

.album #ikz3b {
  color: black;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album #ipix {
  color: black;
}

.album #ipzoh {
  color: black;
}

.album #ig5q8 {
  color: black;
}

.album #imtzl {
  color: black;
}

.album #i53es {
  color: black;
}

.album .img.img-big {
  height: 50%;
  margin: 0 0 16px 0;
}

/* contact */

.Btn {
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
   position: fixed;
  z-index: 5 !important;
  bottom:15%;
  left:95.2%;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(69, 174, 235);
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 50px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}
/* footer */

footer{
 display: flex;
    justify-content: space-evenly;
    background-color:rgb(10,33,61);
    width: 100%;
    font-family: outfit, sans-serif;
    padding: 2% 0 2% 0;
    height: 40vh;
    margin-top: 50px;
}
.footer2{
  background-color: rgb(30,140,188);
  height: 8vh;
  font-size: 13px;
  padding-top: 15px;
}
.footh4{
  color: white;
  text-align: center;
  margin-top: 20px;
  font-family: spectral;
}

.card-wrapper :hover{
  transform: scale(1.1);
  transition: 0.5s;
}
.footh5{
  color: white;
  text-align: justify;
  margin-top: 20px;
  font-family: spectral;
  text-decoration: underline;
  font-weight: bold;
}
.footh5:hover{
  color:rgb(226, 176, 11);
}

.footer-col-1 {
    row-gap: 20px;
    font-weight: bold;
}
footer img{
  width: 80px;
  margin-right: 10px;
  margin-top: 20px;
}

.gallery{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 50px;
  /* opacity: 0.75; */
}
.galh3 {
  position: relative;
  color: #ffffff;  
  text-decoration: underline;
 padding-top: 15px;
  text-align: center;
   font-family: "Protest Guerrilla", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
}
.galh6{
  font-family: spectral;
  font-size: 20px;
  color: white;
   padding-top: 10px;
  text-align: center;
    position: relative;
    font-weight: 600;
}
.card-text{
  font-family: spectral;
  font-weight: 600;
  color: #101038;
}
/* .galimg{
display: grid;
justify-content: space-around;
gap: 30px;
margin-top: 50px;
} */

/* up arrow */
.button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(rgb(10,33,61), rgb(28, 96, 179));
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: #ffffff;
}

#wp{
  position: fixed;
  z-index: 5 !important;
  bottom: 7%;
  left:95.5%;
  width: 50px;
  height: 50px;
}
 #wp:hover{
  transform: scale(1.2);
 }
 #uparrow{
  position: fixed;
  z-index: 5 !important;
  bottom: 1.5%;
  left:96%;
 }
 .alltours{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 30px;
  
}
.cardzz{
  display: grid;
  justify-content: space-around;
  margin-top: 20px;
  height: 100%;
}
.cardzz .card{
  margin-left: 30px;
  height: 300px;
  width: 400px;
 
}
.cardzz .card:hover{
  background-color: skyblue;

 
 
}

.footer-col-1-1 pre {
    font-family: outfit, sans-serif;
}

footer .footer-col-1, .footer-col-2, .footer-col-3{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.footer .footer-col-2, .footer-col-3{
    row-gap: 3px;
}

footer a {
     text-decoration: none;
     color: white;
     font-family: spectral;
     
}
footer a:hover {
    
     color:rgb(226, 176, 11);
     
}
.footh{
  color: rgb(226, 176, 11);
  text-align: justify;
 font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 25px;
}
.address{
  font-family: spectral;
  color: white;
  width: 500px;
}
.client{
  margin-top: 70px;
}


/* customer review */

main {
  width: 1000px;
}

main h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #fff;
  margin-bottom: 70px;
}
.slider{
  margin-top: 60px;
}
.slide-row {
  display: flex;
  width: 3000px;
  transition: 0.5s;
}

.slide-col {
  position: relative;
  width: 800px;
  height: 300px;
}



.content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 270px;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 45px;
  z-index: 2;
  user-select: none;
}

.content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 35px;
  color: #4d4352;
}

.indicator {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.indicator .btn {
  display: inline-block;
  height: 10px; 
  width: 1px;
  margin: 4px;
  /* border-radius: 50%; */
  background: #9aa09b;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btn.active {
  width: 30px;
  color: #101038;
 
}

.slider {
  width: 100%;
  overflow: hidden;
}

.logo {
  position: fixed;
  right: -20px;
  bottom: -30px;
  z-index: 10;
}

.logo img {
  width: 120px;
}

/* slider review */
 
.testimonial-bg{
    border: 3px solid #2c6ba7;
    padding: 80px 70px;
    position: relative;
    margin-top: 20px;
    left: 25%;
  
}
.testimonial-bg:before{
    content: "\201C";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #47a71b;
    position: absolute;
    top: -35px;
    left: 2%;
    font-weight: 600;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
  margin-top: 10px;
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
 
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #325505;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 18px;
    color: #3b2b80;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -30%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 50%;
    background: #b6bac5;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\2039";
    font-family: "fontawesome";
    font-size: 30px;
    font-weight: 700;
    color: #34850f;
  
}
.owl-next:before{
    content:"\203A";
}
#customer{
  border-radius: 50%;
  height: 120px;
  width: 120px;
}
@media (max-width: 1400px) {
  .album .img {
    margin: 0 0 18px 0;
  }
   nav {
    background-color:rgb(10,33,61);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 1000;
  }
  
  ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;

  }
  
  ul li {
    margin-right: 50px;
  }
  
  ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    font-family: poppins;
  }
  
  ul li a:hover {
    color: rgb(228, 198, 67);
    text-decoration: underline;
  }
  
  .checkbtn {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
  }
  
  #check {
    display: none;
  }
 
.logo1{
  margin-left: 0px;
}
.cardzz{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 100%;
  margin-left: 150px;
}
.cardzz .card{
  margin-left: 0px;
  height: 300px;
  width: 400px;
 
}
.cardzz .card:hover{
  background-color: skyblue;
}
.ab{
  margin-top: 30px;
  row-gap: 20px;
}

}

/*tab view */

@media (max-width: 1000px) {
    footer {
        font-size: 14px;
        column-gap: 40px;
        padding: 0 10px;
        height: 26vh;
    }

    
    .home-first-slider .carousel{
      z-index: 1;
    }
    nav{
      height: 100px;
    }
    .checkbtn {
      display: block;
      order: 1;
      margin-right: 30px;
    }
  
    ul {
      position:absolute ;
      top: 100px;
      right: -100%;
      background-color: rgb(247, 252, 247);
      width: 100%;
      height: 50vh;
      /* display: flex; */
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
      z-index: 10000;
    }
  
    ul li {
      margin: 20px 0;
    }
  
    ul li a {
      font-size: 20px;
      color: #101038;
    }
      ul li a:active{
        color: #4eb9eb;
      }
  
    #check:checked ~ ul {
      right: 0;
    }
    .navy{
      display: none;
    }
    .heading-1{
    font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  text-align: center;

 
}
.para1{
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  
}
.img2{
  border-radius: 20px;
  margin-left: 40px;
  margin-top: 10px;
  width: 600px;
}
.cardzz{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 100%;
  margin-left: 35px;
}
.cardzz .card{
  margin-left: 0px;
  height: 300px;
  width: 350px;
 
}
.cardzz .card:hover{
  background-color: skyblue;
}
.ab{
  margin-top: 30px;
  row-gap: 20px;
}
.testimonial-bg{
    border: 3px solid #2c6ba7;
    padding: 10px 190px;
    position: relative;
    margin-top: 20px;
    left: 0%;
    height: 510px;
    width: 700px;
    
  
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -6%;
   
}
.footer2{
  background-color: rgb(30,140,188);
  height: 4vh;
  font-size: 13px;
  padding-top: 1px;
}
.footh4{
 font-size: 15px;
}

.card-wrapper :hover{
  transform: scale(1.1);
  transition: 0.5s;
}
.footh5{
  color: white;
  text-align: justify;
  margin-top: 20px;
  font-family: spectral;
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
}

}


@media (max-width: 568px) {

/* pop */
.alert{
  display:none;
  position:fixed;
  top:50%;
  left:25%;
  transform:translate(-50%,-50%) scale(0.8);
  width:300px;
  padding:30px;
  background:rgba(255, 255, 255, 0.1);
  backdrop-filter:blur(15px);
  border-radius:20px;
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
  text-align:center;
  color:#3a3939;
  font-family:'Segoe UI', sans-serif;
  z-index:1000;
  transition:all 0.4s ease;
  opacity:0;

}


 .heading-1{
    font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  font-size: 20px;
 
}
  .para1{
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-top: 0px;
}
footer img{
  width: 80px;
  margin-right: 10px;
  margin-top: 20px;
 
}
.footer2{
  height: 80px;
}
.footer2 p{
  font-size: 12px;
  padding-top: 1px;
}
    footer {
      flex-direction: column;
        font-size: 14px;
        gap: 0px 10px;
        row-gap: 10px;
        height: 100%;
        margin-top: 10px
    }
 .column {
    flex: 100%;
    max-width: 100%;
  }
  .column img {
      filter: grayscale(0);
  }

    .home-first-slider .carousel{
      z-index: 1;
    }
    nav{
      height: 100px;
    }
    .checkbtn {
      display: block;
      order: 1;
      margin-right: 30px;
    }
  .logo1{
    margin-bottom: 40px;
    margin-left: 10px;
  }
    /* ul {
      position:absolute ;
      top: 100px;
      right: -100%;
      background-color: rgb(247, 252, 247);
      width: 100%;
      height: 50vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
      z-index: 10000;
    }
  
    ul li {
      margin: 20px 0;
    }
  
    ul li a {
      font-size: 20px;
      color: #101038;
    }
      ul li a:active{
        color: #4eb9eb;
      }
  
    #check:checked ~ ul {
      right: 0;
    }
    .navy{
      display: none;
    } */
  
.cardzz{
  display: grid;
  justify-content: space-evenly;
  margin-top: 20px;
  margin-left: 55px;
  column-gap: 30%; 

}
.cardzz.card {
  margin-bottom: 30px;
  margin-left: 15px;  

  
}
.address{
  font-family: spectral;
  color: white;
  width: 359px;

}
footer{
  background-color: rgb(10,33,61);
  height: 90vh;
}
.footer2{
  background-color: rgb(30,140,188);
  height: 8vh;
}
.galimg{
display: grid;
justify-content: space-around;
gap: 30px;
margin-top: 50px;
margin-left: 50px;
}
.img2{
  border-radius: 20px;
  width: 340px;
  margin-top: 30px;
   margin-left:15px;
   padding: 10px;
 
}
  .indicator {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}.content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 5px;
  color: #4d4352;
}
.slider{
  margin-top: 0px;
}

/* slider review */
 
.testimonial-bg{
    border: 3px solid #2c6ba7;
    padding: 0px 0px;
    position: relative;
    margin-top: 20px;
    left: 2%;
    width: 320px;
    height: 500px;
  
}
.testimonial-bg:before{
    content: "\201C";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #47a71b;
    position: absolute;
    top: -30px;
    left: 2%;
    font-weight: 600;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
  margin-top: 10px;
    font-size: 15px;
    font-weight:400;
    width: 250px;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 2px;
    margin-bottom: 1px;
 right:0%;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
 
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #325505;
    text-transform: capitalize;
    margin: 0;
    margin-top: 30px;
}
.testimonial .post{
    display: inline-block;
    font-size: 18px;
    color: #3b2b80;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -30%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 50%;
    background: #b6bac5;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\2039";
    font-family: "fontawesome";
    font-size: 30px;
    font-weight: 700;
    color: #34850f;
  
}
.owl-next:before{
    content:"\203A";
}


  .gallery{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 20px;
  /* opacity: 0.75; */
}

/* #wp{
  position: fixed;
  z-index: 5 !important;
  bottom:3.8%;
  left:41%;
  width: 50px;
  height: 50px;
}
#uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:1%;
  left:42%;
} */
.alltours{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 30px;

}
.cardzz{
  margin-left: 14px;
}
.cardzz .card{
height: 300px;
width: 350px;
margin-left: 4px;

}
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
  .logo1 {
      margin-top: 10px;
        height: 50px;
        width: 50px;
        /* margin-left: 30px; */
    }
    .footh4{
      margin-top: 80px;
    }
  main {
    width: 300px;
  }

  .slide-row {
    width: 1200px;
  }

  .slide-col {
    width: 500px;
    height: 300px;
  }

  .hero {
    top: 60%;
    height: 100px;
    z-index: 5;
  }

  .hero img {
    width: 100px;
  }

  .content {
    width: 300px;
  }
  


.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(69, 174, 235);
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 50px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}
 h1{
  font-family: spectral;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  font-weight: 600;
  color: rgb(10, 33, 61);
}

}
/* mobile view */

@media (max-width: 368px) {

  /* pop */
.alert{
  display:none;
  position:fixed;
  top:50%;
  left:25%;
  transform:translate(-50%,-50%) scale(0.8);
  width:300px;
  padding:30px;
  background:rgba(255, 255, 255, 0.1);
  backdrop-filter:blur(15px);
  border-radius:20px;
  box-shadow:0 8px 32px rgba(0,0,0,0.2);
  text-align:center;
  color:#3a3939;
  font-family:'Segoe UI', sans-serif;
  z-index:1000;
  transition:all 0.4s ease;
  opacity:0;

}
  h1{
  font-family: spectral;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  padding: 20px;
  font-weight: 600;
  color: rgb(10, 33, 61);
}
  .heading-1{
    font-family: "Protest Guerrilla", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  font-size: 20px;
 
}
  .para1{
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-top: 0px;
}
footer img{
  width: 80px;
  margin-right: 10px;
  margin-top: 20px;
 
}
.footer2{
  height: 80px;
}
.footer2 p{
  font-size: 12px;
  padding-top: 1px;
}
    footer {
      flex-direction: column;
        font-size: 14px;
        gap: 0px 10px;
        row-gap: 10px;
        height: 100%;
        margin-top: 10px
    }
 .column {
    flex: 100%;
    max-width: 100%;
  }
  .column img {
      filter: grayscale(0);
  }

    .home-first-slider .carousel{
      z-index: 1;
    }
    nav{
      height: 100px;
    }
    .checkbtn {
      display: block;
      order: 1;
      margin-right: 30px;
    }
  .logo1{
    margin-bottom: 40px;
    margin-left: 0px;
  }
    ul {
      position:absolute ;
      top: 100px;
      right: -100%;
      background-color: rgb(247, 252, 247);
      width: 100%;
      height: 50vh;
      /* display: flex; */
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s;
      z-index: 10000;
    }
  
    ul li {
      margin: 20px 0;
    }
  
    ul li a {
      font-size: 20px;
      color: #101038;
    }
      ul li a:active{
        color: #4eb9eb;
      }
  
    #check:checked ~ ul {
      right: 0;
    }
    .navy{
      display: none;
    }
  
.cardzz{
  display: grid;
  justify-content: space-evenly;
  margin-top: 20px;
  margin-left: 55px;
  column-gap: 30%; 

}
.cardzz.card {
  margin-bottom: 30px;
  margin-left: 15px;  

  
}
.address{
  font-family: spectral;
  color: white;
  width: 359px;

}
footer{
  background-color: rgb(10,33,61);
  height: 90vh;
}
.footer2{
  background-color: rgb(30,140,188);
  height: 8vh;
}
.galimg{
display: grid;
justify-content: space-around;
gap: 30px;
margin-top: 50px;
margin-left: 50px;
}
.img2{
  border-radius: 20px;
  width: 340px;
  margin-top: 30px;
   margin-left:0px;
   padding: 10px;
 
}
  .indicator {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}.content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 5px;
  color: #4d4352;
}
.slider{
  margin-top: 0px;
}

/* slider review */
 
.testimonial-bg{
    border: 3px solid #2c6ba7;
    padding: 0px 0px;
    position: relative;
    margin-top: 20px;
    left: 2%;
    width: 300px;
    height: 500px;
  
}
.testimonial-bg:before{
    content: "\201C";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #47a71b;
    position: absolute;
    top: -30px;
    left: 2%;
    font-weight: 600;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
  margin-top: 10px;
    font-size: 15px;
    font-weight:400;
    width: 250px;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 2px;
    margin-bottom: 1px;
 right:2%;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
 
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #325505;
    text-transform: capitalize;
    margin: 0;
    margin-top: 30px;
}
.testimonial .post{
    display: inline-block;
    font-size: 18px;
    color: #3b2b80;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -30%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 50%;
    background: #b6bac5;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\2039";
    font-family: "fontawesome";
    font-size: 30px;
    font-weight: 700;
    color: #34850f;
  
}
.owl-next:before{
    content:"\203A";
}
  .gallery{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 20px;
  /* opacity: 0.75; */
}

/* #wp{
  position: fixed;
  z-index: 5 !important;
  bottom:3.8%;
  left:41%;
  width: 50px;
  height: 50px;
}
#uparrow{
   position: fixed;
  z-index: 1 !important;
  bottom:1%;
  left:42%;
} */
.alltours{
  background-color: rgb(37, 114, 150);
  height: 110px;
  margin-top: 30px;

}
.cardzz{
  margin-left: 0px;
}
.cardzz .card{
height: 300px;
width: 350px;
margin-left: 0px;

}
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
  .logo1 {
      margin-top: 10px;
        height: 50px;
        width: 50px;
        /* margin-left: 30px; */
    }
    .footh4{
      margin-top: 80px;
    }
  main {
    width: 300px;
  }

  .slide-row {
    width: 1200px;
  }

  .slide-col {
    width: 500px;
    height: 300px;
  }

  .hero {
    top: 60%;
    height: 100px;
    z-index: 5;
  }

  .hero img {
    width: 100px;
  }

  .content {
    width: 300px;
  }
  

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(69, 174, 235);
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 50px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}
}


@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{
       bottom: -10%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}




/* இந்த கோடை home.css ஃபைலின் கடைசியில் சேர்க்கவும் */

@media (max-width: 768px) {
  nav {
    height: 110px;
    padding: 10px;
    flex-wrap: wrap;
    position: relative;
  }
  
  .logo1 {
    margin-bottom: 30px;
    margin-left: 10px;
    order: 1;
  }
  
  .checkbtn {
    display: block;
    order: 3;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  
  ul {
    position: fixed;
    top: 100px;
    right: -100%;
    background-color: rgb(10, 33, 61);
    width: 100%;
    height: 50vh;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 10000;
    margin-left: 0;
  }
  
  ul li {
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }
  
  ul li a {
    font-size: 18px;
    color: white;
    display: block;
    padding: 10px;
  }
  
  ul li a:active,
  ul li a:hover {
    color: rgb(228, 198, 67);
  }
  
  #check:checked ~ ul {
    right: 0;
  }
  
  .navy {
    display: block;
    order: 2;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  
  .form {
    display: none;
  }
  .Btn {
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
   position: fixed;
  z-index: 5 !important;
  bottom:13.5%;
  left:77.5%;
}
  #wp{
  position: fixed;
  z-index: 5 !important;
  bottom:6.5%;
  left:79%;
  width: 50px;
  height: 50px;
}
#uparrow{
   position: fixed;
  z-index: 1 !important;
  bottom:1%;
  left:82%;
}
.tourtravels {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}