@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');



* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-32\ \(1\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
.navbar-toggler{
border: none;
}
a{
    text-decoration: none;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    /* background-color:#303842; */
    background: #F2F0E4;
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 40px;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #000000;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #000000;
}

.navbar-nav a.active {
    color: #000000!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #B38B6D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.1);
  }
  
  .btn2:hover:before {
    left: 100%;
  }




  .btn1 {
  background: #B38B6D;
  border: none;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
}

.btn1:hover {
  color: #fff;
}


  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: "EB Garamond", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family: "EB Garamond", serif;
    color: rgb(39, 39, 39);
}
h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #272535;
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    
    font-size: 17px;
}
  section {
    padding: 120px 0;
    position: relative;
}

footer{
    background-color: #514438;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color:  #B38B6D;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: "EB Garamond", serif;
       letter-spacing: 2px;
       font-weight: 400;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #B38B6D;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #B38B6D;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }
.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #111118ea; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #B38B6D;
    border: .0625rem solid #B38B6D;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 1.9rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.8rem;
    text-transform: capitalize;
    font-style: italic;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h5{
    font-size:28px;
    letter-spacing: 7px;
    color: white !important;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 30px 0;
        
}
.banner_wrapper .swiper-slide h1{
    font-size:120px;
    letter-spacing: 2px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 400;
    font-family: "Luxurious Script", cursive;
    margin: 50px 0;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}


.luxury-hotel-section {
    background-color: #f9f5f0;
    padding: 80px 0;
    position: relative;
}

.luxury-hotel-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 400;
    color: #b38b6d;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.section-header p {
    font-size: 18px;
    color: #777;
    max-width: 700px;
    margin: 0 auto;
}

.luxury-hotel-section .hotel-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.hotel-text {
    flex: 1;
    min-width: 300px;
}

.hotel-text p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #555;
}

.luxury-hotel-section .amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.luxury-hotel-section .amenity {
    background-color: #b38b6d;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.luxury-hotel-section .hotel-gallery {
    flex: 1;
    min-width: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.luxury-hotel-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    aspect-ratio: 1/1;
}

.luxury-hotel-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.luxury-hotel-section .gallery-item:hover img {
    transform: scale(1.05);
}

.luxury-hotel-section .gallery-item.large {
    grid-column: span 2;
    aspect-ratio: 3/1;
}

.book-now {
    display: inline-block;
    background-color: #b38b6d;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 8px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.book-now:hover {
    background-color: #9a755a;
}

/* Add some decorative elements */
 .decorative-line {
    width: 80px;
    height: 2px;
    background-color: #b38b6d;
    margin: 20px auto;
}


.rooms-section {
    padding: 100px 0;
    background-color: var(--light);
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.room-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.room-image {
    height: 250px;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.room-card:hover .room-image img {
    transform: scale(1.05);
}

.room-details {
    padding: 25px;
}

.room-type {
    font-size: 22px;
    margin: 0 0 10px;
    color: var(--dark);
    font-weight: 500;
}

.room-price {
    color: var(--gold);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.room-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.feature {
    background: #f0f0f0;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
}

@media (max-width: 768px) {
    .rooms-grid {
        grid-template-columns: 1fr;
    }

}


:root {
    --primary: #2c3e50;
    --secondary: #B38B6D;
    --accent: #3498db;
    --light: #ecf0f1;
    --dark: #2c3e50;
}

.facilities-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}


.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}

.facility-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: rgba(17, 12, 46, 0.082) 0px 48px 100px 0px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.facility-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 30px;
}

.facility-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary);
}

.facility-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}
@media (max-width: 1199px) {
   
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}
}
/* Responsive design */
@media (max-width: 768px) {
    .facilities-grid {
        grid-template-columns: 1fr;
    }
}






:root {
    --gold: #d4af37;
    --dark-blue: #2c3e50;
    --light: #f8f8f8;
}


.gallery-section {
    padding: 80px 0;
    position: relative;
    background-color: white;
}

.gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(2, 230px);
    gap: 15px;
}

.gallery-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-section .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.gallery-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-section .gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-section.item-1 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section.item-2 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-3 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-4 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-5 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-6 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-7 {
    grid-column: span 3;
    grid-row: span 1;
}

.gallery-section .item-8 {
    grid-column: span 5;
    grid-row: span 1;
}

.gallery-section .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-section .gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-section .caption-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.gallery-section .caption-subtitle {
    font-size: 14px;
    font-weight: 300;
}

/* Responsive design */
@media (max-width: 768px) {
    .gallery-section  .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    
    .gallery-section .gallery-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        height: 250px;
    }
}


.title-head{
    padding: 80px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-family: 'Gupter', serif;
  }
  .Rooms-head{
    position: relative;
    background: url('../img/new/deluxedoubleroomwithbalcoony-2.JPG')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

  .room-card{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
  .card-body p{
    color: #000000b7;
    font-size: 16px;
    font-family:"Jost", sans-serif;
}
.card-title{
    font-size: 22px;
    font-family:"Jost", sans-serif;
    line-height: 2.25rem;
}
.card-body hr {
    opacity: 0.6;
}
.card-body p i {
    /* margin-left: 20px; */
    font-size: 15px;
    color: #c4a676;
}
.Gallery-head{
    position: relative;
    background: url('../img/deluxe-double-room2-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.About-head{
    position: relative;
    background: url('../img/new/Photo (85).JPG')rgba(0, 0, 0, 0.425);
    background-position: center 140%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.slogan{
    background: url('../img/deluxe-double-room2-1.jpg') rgba(0, 0, 0, 0.397);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}
.Contact-head{
    position: relative;
    background: url('../img/new/Photo (95).JPG')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;   
}
.section-contact .inff{
    border: 1px solid rgba(0, 0, 0, 0.171);
    padding: 10px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
    }
    .section-contact .inff .icons{
        margin-right: 20px;
    }
    .section-contact .inff .icons i{
        font-size: 30px;
        color: white !important;
        background-color: #B38B6D;
        padding: 20px;
        border-radius: 50%;
    }
    .section-contact .inff:hover{
        border: 1px solid rgba(0, 0, 0, 0.171);
        padding: 10px 15px;
        background-color: #B38B6D;
        transition-duration: 0.5s;
        }
     .section-contact .inff:hover .inff-text p{
        color: white !important;
        transition-duration: 0.5s;
     }
     .section-contact .inff:hover .inff-text h5{
        color: white !important;
        transition-duration: 0.5s;
     }

     @media (max-width: 430px){
        .banner_wrapper .swiper-slide h1{
            font-size:110px;
            letter-spacing: 2px;
            text-shadow: #201f1f 3px 3px;
            font-weight: 500;
            line-height: 90px;
            font-family: "Luxurious Script", cursive;
            margin: 50px 0;
        }
        .title-head{
            padding: 80px 0px !important;
            margin: 0 !important;
            color: white;
            font-size:50px;
            font-style: italic;
            letter-spacing: 6px;
            font-weight: 300 !important;
            font-family: 'Gupter', serif;
          }
          .Rooms-head{
            position: relative;
            background: url('../img/new/Photo (79).JPG')rgba(0, 0, 0, 0.425);
            background-position: center 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;
          }
        .Gallery-head{
            position: relative;
            background: url('../img/deluxe-double-room2-1.jpg')rgba(0, 0, 0, 0.425);
            background-position: center 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;  
        }
        .About-head{
            position: relative;
            background: url('../img/new/Photo (48).JPG')rgba(0, 0, 0, 0.425);
            background-position: center 140%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none; 
        }
        .slogan{
            background: url('../img/new/Photo (53).JPG') rgba(0, 0, 0, 0.397);
            background-position: center 60%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;
            padding: 150px 0 !important;
        }
        .Contact-head{
            position: relative;
            background: url('../iimg/new/Photo (94).JPG')rgba(0, 0, 0, 0.425);
            background-position: center 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            background-attachment: none;   
        }
        .section-background7 .container-fluid{
            width: 100% !important;
        }
     }


     /* animation */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }