@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=Dancing+Script:wght@400..700&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=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=Forum&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');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
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:#222021;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 10px;
    text-decoration: none;
    padding: 10px;
    font-size: 17px;
    font-family:'Outfit', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #E4C590;
}

.navbar-nav a.active {
    color: #E4C590!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --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: 'Forum', serif;
    --primary-text: #212122b9;
    --secondary-text: #E4C590;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 a {
    color: #201f1f !important;
    text-decoration: none;
}
.btn2:hover a{
    color: #201f1f !important;
    transition: 0.4s;
}
.btn2 {
    display: inline-block;
    padding: 12px 27px;
    border: none;
    background-color:#E4C590;
    border: 2px solid #E4C590;
    color: #201f1f !important;
    font-size: 15px;
    font-weight: 400 !important;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn2:hover {
    background-color: #E2F5FF;
    color: #E2F5FF;
    border: 2px solid #E2F5FF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .btn1 a {
    color: #ffffff !important;
    text-decoration: none;
}
.btn1:hover a{
    color: #201f1f !important;
    transition: 0.4s;
}
.btn1 {
    display: inline-block;
    padding: 12px 27px;
    border: none;
    background-color:#00283F;
    border: 2px solid #00283F;
    color: #201f1f !important;
    font-size: 15px;
    font-weight: 400 !important;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn1:hover {
    background-color: #E4C590;
    color: #E2F5FF;
    border: 2px solid #E4C590;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  h1 {
    font-size: 2.95rem;
    line-height: 4.25rem;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: 'Forum', serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-family: var(--six);
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    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: 18px;
}
  section {
    padding: 120px 0;
    position: relative;
}
  .footer_wrapper {
    background-color:#222021 !important;
     background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/footer_bottom_img.png') !important ;
}

.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}

.footer_wrapper .contact-info li a{
    color:white
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color:#CDA45E;
}

.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color:  #dddddd;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}
.banner_wrapper {
    height:90vh;
}

.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: #0b1013; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #E4C590;
    border: .0625rem solid #E4C590;
}

.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 h1{
    font-size: 70px !important;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}
.banner_wrapper .slide-text{
padding: 30px 100px;
background-color: #00000071;
}

.Menu-Section .col-sm-6{
    /* Change example sizes */
    
    overflow:hidden;
  }
  .Menu-Section-col{
    background-color: white;
    border: #CDA45E 1px solid;
  }
  .Menu-Section .col-sm-6 img{
      width: 100%;
      transition: transform 0.4s ease;
      transform-origin: 50% 50%;}
  
      .Menu-Section .col-sm-6 img:hover{
      transform: scale(1.2);
      width: 100%;}

      .Menu-Section h1{
        color: #000000b0 !important;
      }
.Menu-Section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.half-background2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: url("../img/DJI_0711-min.jpg") rgb(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: -1;
}
.Menu-Section-hr{
    display:block;
    width:35%; /*or whatever width you want the effect of <hr>*/
    border-top: 1px solid #272626c4;
}
.Slogan{
    background: url('../img/DJI_0720-min.jpg') rgba(0, 0, 0, 0.589);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}
@mixin white-gradient {
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
/*  Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7))}
}
.slider {
    background: transparent;
    height:300px;
    margin: auto;
    overflow:hidden;
    position: relative;
    width: 100%;
    &::before,
    &::after {
        @include white-gradient;
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }
    &::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }
    &::before {
        left: 0;
        top: 0;
    }
    .slide-track {
        animation: scroll  linear infinite;
        animation-duration: 35s;
        display: flex;
        width: calc(250px * 14);
    }
}
.slide {
  margin-right: 15px !important;
}


.Testimonials .card {
    border-bottom: 3px #E4C590 solid !important;
    transition: 0.5s;
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }
  .Testimonials .card i {
    background-color: #E4C590;
    color: #ffffff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: -40px auto 0 auto;
  }
  @media only screen and (max-width: 767px) {

    .Testimonials .item {
        margin-right: 25px !important;
        margin-left: 0px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
   
}
.title-head{
    padding: 80px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    font-weight: 300;
    font-family:'Satisfy', cursive;
  }
  .About-head{
    background: url('../img/DJI_0711-min.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;  
}
.Contact-head{
    background: url('../img/DJI_0720-min.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;  
}
.Constacts-Section{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-line{
position: absolute;
clip-path: inset(32% 0 26% 0);
width: 100%;
height: 100%;
top: 0px;
bottom: 0px;
right: 0;
background: url('../img/P3149124-min.jpg') rgba(0, 0, 0, 0.541);
background-position: center 120%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
z-index: -1;  
}
.Contact-Section-text{
    background-color: #ffffff;
    padding: 10px 30px 10px 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    
}
.Maps-Contacts iframe{
    position: relative;
    left: -5% !important;
   top: -10% !important;
   z-index: 100;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.Contact-Section-location i{
    color: rgba(39, 37, 37, 0.788);
}
.Contact-Section-icons h5{
    color: rgba(39, 37, 37, 0.788);
}

.Gallery-head{
    background: url('../img/DJI_0712-min.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
}
.Menu-head{
    background: url('../img/P3149142-min.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}

/* 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;
  }
  
@media only screen and (max-width: 991px) {

    .Menu-Section .Menu-Section-col  img{
        width: auto !important;
        height: auto !important;
        transition: transform 0.4s ease;
        transform-origin: 50% 50%;}
        .navbar-toggler {
            background-color:#E4C590 ;
            color: #E4C590;
        }
        .Maps-Contacts iframe{
            position: relative;
            left: 0% !important;
           top:0% !important;
           z-index: 100;
           box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        }
        .Menu-Section h1{
            margin: 0px !important;
        }
        .Menu-Section .line-hr{
            padding: 50px 0px !important;
        }
}
@media only screen and (max-width: 430px) {
    .Slogan{
        background: url('../img/DJI_0720-min.jpg') rgba(0, 0, 0, 0.589);
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 150px 0 !important;
    }
    .title-head{
        padding: 80px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:70px;
        font-style: italic;
        font-weight: 300;
        font-family:'Satisfy', cursive;
      }
      .Menu-head{
        background: url('../img/P3149142-min.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
      .About-head{
        background: url('../img/DJI_0711-min.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;  
    }
    .Contact-head{
        background: url('../img/DJI_0720-min.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;  
    }
   
}