@font-face {
  font-family: main;
  src: url(../font/centaur-regular.ttf);
}
@font-face {
  font-family: sub;
  src: url(../font/CeraGodrejInterio-Regular.ttf);
}
@font-face {
  font-family: sub-m;
  src: url(../font/felix-titling.ttf);
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: sub, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7e5a25;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
  border: 0 !important;
}

body{
  background-color: #dacfc3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.arrow_fixed {
  position: fixed;
  bottom: 100px;
  right: 27px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed img{
width: 70px;
}

.heading{
    font-family: main , sans-serif;
}
.banner{
    font-family: sub-m , sans-serif;
}


header .navbar {
  z-index: 100;
}


header .navbar-nav{
  display: none;
}

header .navbar .nav-link {
  color: #fff;
  font-family: sub, sans-serif;
  margin: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
  color: #ede2d4;
}

.menu{
  position: absolute;
  right: 3.5%;
  top: 90px;
}

.menu li{
 text-align: end;
}
.menu li a{
  font-size: 16px;
}

.menu .nav-link.active{
  font-weight: 600;
}

/* 
header .navbar .active {
  border-bottom: 1px solid #fff;
  color: #fff !important;
} */




section.form {
  background: #7e5a25;
  position: fixed !important;
  width: 100%;
  bottom: 0;
  z-index: 1040 !important;
}

section.form .grid {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    padding: 10px 0;
    gap: 30px;
    justify-content: flex-end;
}

section.form .grid input {
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}

section.form .grid>div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.form .btn {
    background-color: #7e5a25 !important;
    color: #fff;
    padding: 12px 20px;
    font-size: 19px;
    border-radius: 0;
    transition: all 0.5s ease;
}
.arrow_new.active_1 {
  display: block;
  bottom: 20px;
}


section.banner{
  min-height: 100vh;

  background: url(../Images/banner.png) no-repeat center center/cover;
  /* background-attachment: fixed; */

}

.form {
    position: fixed;
    z-index: 1001;
    right: -54px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.form a:hover{
 color: #FFF !important;
}
.form a i:hover{
 color: #FFF !important;
}

.form .btn {
    background-color: #7e5a25 !important;
    color: #fff;
    padding: 10px 22px;
    font-size: 19px;
    border-radius: 0;
    transition: all 0.5s ease;
}


.form .btn:hover {
    background-color: #583a0d !important;
    color: #fff;
}
   

.arrow_new {
  position: fixed;
  bottom: 143px;
  right: 19px;
  opacity: 1;
  display: none;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

.arrow_new_1 {
  position: fixed;
  bottom: 80px;
  right: 19px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}


section.banner h1{
 font-size: 70px;
}
section.banner .container{
  height: 100vh;
  display: flex;
  align-items: end;
  padding-bottom: 5%;
  justify-content: center;
}

section.form .flex{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}


.color{
  color: #000;
}


section.overview h2{
  font-size: 50px;
  text-transform: uppercase;
}

.play .card-img-overlay{
  left: 48%;
  top: 48%;
}


.font{
  font-size: 60px;
  text-transform: uppercase;
}


.padding{
  padding-left: 15%;
}


section.slider .wrapper{
  
  padding-left: 15%;

}


section.slider{
  background-color: #7e5a25;
}
section.slider h2{
  color: #ede2d5;
}
section.slider p{
  color: #ede2d5;
}



section.slider h3{
     font-family: main , sans-serif;
}

section.slider .box_w{
    width: 320px;
}



section.slider .img{
   width: 500px;
   height: 500px;
}


.swiper-pagination2{
  color: #7e5a25 !important;
   width: 100px;
   padding-left: 30px;
}


.gallery-img{
  height: 400px;
  object-fit: cover;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #7e5a25;
    color: #fff;
}
.nav-pills .nav-link {
   color: #737072;
       font-family: main , sans-serif;
       font-size: 23px;
       margin-right: 30px;
       border-radius: 0;
       text-transform: uppercase;
}


section.call {
  background-color: #7e5a25;
  padding: 100px 0;
  background-image: url(../Images/horse.png);
  background-repeat: no-repeat;
  background-position: center right;
  height: 450px;
}
section.call h2{
  color: #dacec3;
}
section.call .call_1{
  position: absolute;
  bottom: 0;
  width: 200px;
  right: 40%;
}
section.call .container{
display: flex;
align-items: center;
height: 100%;
}



section.contact-us input{
    border: transparent;
    border-bottom: 1px solid #555;
    padding: 10px;
    margin-bottom: 10px;
     outline: none;
     background: transparent;
  }
  section.contact-us textarea{
    border: transparent;
    border-bottom: 1px solid #555;
    padding: 10px;
    margin-bottom: 10px;
     outline: none;
     width: 100%;
     background: transparent;
  }
  section.contact-us .btn{
    border: 1px solid #555;
    color: #555;
    padding: 6px 30px;
  }
  section.contact-us .btn:hover{
    border: 1px solid transparent;
    color: #ffffff;
    padding: 6px 30px;
    background-color: #ad8346;
  }
  section.contact-us .box{
  max-width: 60%;
  margin: 0 0 0 auto ;
  }

  
footer {
  background-color: #7e5a25;
  padding: 20px
}
footer a {
  color: #fff;
  text-transform: uppercase;
}
footer .d-flex > div {
  border-right: 1px solid #fff;
  padding-right: 50px;
}
footer .d-flex > div:last-child {
  border-right: transparent;
  padding-right: 50px;
}


.menu.active{
  opacity: 0;
}

#bar{
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}


#bar.active{
  opacity: 1;
  display: flex;
}


.navbar{
  background-color: transparent;
  transition: all 0.2s ease;
}


.navbar.active{
 backdrop-filter: blur(78.4000015258789px);
background: rgba(126, 90, 37, 0.18);
}


.navbar .logo-3{
transition: all 0.5s ease;
}

.navbar.active .logo-3{
 width: 140px !important;
}


.offcanvas-header , .offcanvas-body{
  background-color: #35210d;
  color: #fff;
}


.load{
  position: fixed;
  background-color: #dacec3;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
 
}

.load img{
width: 600px;
animation: logo 2s ease;
  opacity: 0;
    transform: translateY(50px);
}

@keyframes logo {
  0%{
    opacity: 0;
    transform: translateY(50px);
  }
  90%{
    opacity: 1;
    transform: translateY(0);
  }
  100%{
    opacity: 0;
    transform: translateY(50px);
  }
}
 


.load.active{
  pointer-events: none;
   height: 0;
   bottom: 0;
}

  .modal .modal-content {
    background-color: #ad8346;
  }
  
  .modal-body .grid label {
    display: block;
    margin-bottom: 10px;
  }
  
  .modal-body .grid input {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    outline: none;
    border: 0;
  }
  
  .modal-body .grid>div {
    margin-bottom: 20px;
  }


  
  .form-container {
            background-color: #ffffff;
            padding: 2rem; /* Adjusted padding for better responsiveness */
            border-radius: 12px; /* More rounded corners */
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* Softer shadow */
            max-width: 100%;
            width: 100%;
        }



           section.form1 input[type="text"],
           section.form1 input[type="email"],
           section.form1 input[type="tel"] {
            border: none; /* Remove default border */
            border-bottom: 1px solid #d1d5db; /* Only bottom border */
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            outline: none; /* Remove outline on focus */
            transition: border-color 0.2s ease-in-out;
            font-size: 1rem;
            width: 100%; /* Ensure inputs take full width */
            box-sizing: border-box; /* Include padding/border in width */
        }



           section.form1 input[type="text"]:focus,
           section.form1 input[type="email"]:focus,
           section.form1 input[type="tel"]:focus {
            border-color: #4f46e5; /* Indigo on focus */
        }



        .mobile-input-group {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #d1d5db; /* Bottom border for the group */
            padding-bottom: 0.25rem; /* Adjust for better alignment with flag/dropdown */
            width: 100%; /* Ensure the group takes full width */
        }

      
        .mobile-input-group input {
            flex-grow: 1;
            border-bottom: none; /* Input within group should not have its own bottom border */
        }
        .send-button {
            background-color: #583a0d; /* Dark grey */
            color: #ffffff;
            padding: 0.75rem 2rem; /* Comfortable padding */
            border-radius: 8px; /* Slightly rounded */
            font-weight: 600;
            cursor: pointer;
            border: 0;
            transition: background-color 0.3s ease;
            width: 100%; /* Full width on smaller screens */
        }
        .send-button:hover {
            background-color: #1a1a1a; /* Darker on hover */
        }
        /* Custom checkbox styling for better aesthetics */
           section.form1 input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border: 1px solid #9ca3af; /* Light grey border */
            border-radius: 4px;
            position: relative;
            cursor: pointer;
            outline: none;
            flex-shrink: 0; /* Prevent shrinking */
        }
           section.form1 input[type="checkbox"]:checked {
            background-color: #4f46e5; /* Indigo when checked */
            border-color: #4f46e5;
        }
           section.form1 input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
        }
        label {
            cursor: pointer;
        }

    
        /* Ensure the checkbox line wraps gracefully on small screens */
        .checkbox-container {
            display: flex;
            align-items: flex-start; /* Align checkbox to the top of text */
            margin-bottom: 1rem; /* Add margin for spacing */
            flex-wrap: wrap; /* Allow text to wrap */
        }
        .checkbox-container label {
            flex-grow: 1; /* Allow label to take up available space */
            padding-left: 0.5rem; /* Space between checkbox and text */
        }
    


        section.form1 .flex{
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 20px;
        }

        section.form1 #countryFlag{
         width: 30px;
        }

        section.form1{
          background-color: #dacec3 !important;
          padding: 100px 0;
        }


        #countryCodeSelect{
          width: 50px;
        }
        
        .btn-book
        {
            background-color: #7e5a25;
            padding: 10px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
        }
        /*-----------------------------------------*/
        
        
        .btn-dwnl:hover{
            content: 'Download Brochure';
            position: absolute;
            padding: 10px;
            width: 300px;
            height: 50px;
            border: 3px;
            background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.075), rgba(255,255,255,.045));
        	background-image: linear-gradient(to top, rgba(0,0,0,.075), rgba(255,255,255,.045));
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.09),inset 0 1px 0 rgba(255,255,255,.04), 0 0 1px rgba(0,0,0,.3), 0 0 10px rgba(0,0,0,.1);
        }
          
          
        

