@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Charm:wght@400;700&family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bad+Script&family=Belleza&family=Charm:wght@400;700&family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&family=Sedan+SC&family=Sofia&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar{
    background-color: rgba(0, 0, 0, 0.952);
    box-shadow: none;
    padding: 15px ;
}

.navbar-nav li {
    margin: 11px 30px;
}



.navbar-nav.sec-nav li a{
    color: rgb(255, 255, 255)!important;
}

.navbar-nav li a{
    color: rgba(255, 255, 255, 0.815)!important;
    font-family: Playfair Display SC;
}

@media only screen and (max-width: 967px) {
    .main-nav {
        background-color: #ffffff;
    }
    .navbar-nav li a{
        color: rgba(0, 0, 0, 0.815)!important;
        font-family: Playfair Display SC;
    }
    .navbar{
        padding: 15px 0 !important;
    }
  }
.container .link-btn,
.link-btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
 
    background: #E3E3E3;
    border-radius: 0;
    cursor: pointer;
    padding: 17px 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
  
    transition: .5s;

  font-family: 'Barlow', sans-serif;
} 
 .link-btn:hover {
  background-color: rgb(247, 253, 255);
    color: #fff;
transition: all 0.3s ease;
  } 
.link-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #a26c57;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.774), rgba(0, 0, 0, 0.815)), url('img/Screenshot 2024-05-17 153041.png') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    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: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  
  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
  }
/* GENERAL BUTTON STYLING */


#button::before,
#button::after {
    
  background:#000000 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}
#button {
    background:#ffffff;
    border: 0;
    border-radius: 50px !important;
    color:#000000  !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 13px 30px;
    position: relative;
    text-transform: uppercase;
    border-radius:50;
    transition: 0.5s;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #000000 ;
  
  }
  
  #button::before,
  #button::after {
      
    background:#e2e2e2 !important;
    content: '';
    position: absolute;
    z-index: -1;
  
  
  }
  
  #button:hover {
    color: #000000 !important;
    transform: scale(1);
    border: 2px solid #000000;
  
  }


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }
  .book-btn{
    background-color: #927935;
    padding: 12px 30px;
    border-radius: 0;
    color: rgb(0, 0, 0);
    
}

.book-btn:hover{
    background-color: #927935;
    color: rgb(255, 255, 255);
}
.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }
   /* 3 Banner */
.banner_wrapper {
    height: 50.625rem;
    margin-top: 50px;
   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{
    font-family: "Cinzel", serif;
    text-shadow: 3px 2px 2px #ffffff;
    
    font-style: normal;
    font-size: 100px; 
    color: #f5f5f5;
}

.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: #000000;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.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);
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.checkin{

   
  padding: 20px;
   background: white;
   box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
z-index: 999;
  position: relative;
 /* top: 50px;  */
 

  }
  /* .about-section{
    margin-top: 100px;
  } */

  .about-wrapper{
    padding: 40px;
    position: relative;
    background: #000000;
    margin-right: -20px;
  }



    
.room-block-one{
	position: relative;
	z-index: 2;
}
.room-block-one .inner-box{
	position: relative;
	display: block;
	transition: all 200ms ease;
	overflow: hidden;
}
.room-block-one:hover .inner-box{
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
}
.room-block-one .image-box{
	position: relative;
	display: block;
	background: #171b27;
}
.room-block-one.height-one .image-box{
	height: 420px;
}
.room-block-one.height-two .image-box{
	height: 854px;
}
.room-block-one .image-box img{
	display: none;
	width: 100%;
	opacity: 0.80;
}
.room-block-one .image-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0.80;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.room-block-one:hover .image-box .image-layer{
	opacity: 0.50;
}
.rooms-section-one .row{
	margin: 0px -7px;
}
.rooms-section-one .column{
	padding: 0px 7px;
}
.rooms-section-one .room-block-one{
	margin-bottom: 14px;
}
.room-block-one .cap-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	max-width: 350px;
	opacity: 1;
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}
.room-block-one:hover .cap-box{
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.room-block-one .cap-box .cap-inner{
	position: relative;
	display: block;
	padding: 18px 20px 18px 40px;
	background: rgba(255, 255, 255, 0.8);
    top: -255px;
}
.room-block-one .cap-box .cap-inner:before{
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
}
.room-block-one .cap-box .price{
	position: relative;
	display: block;
	line-height: 24px;
	color: #8e949f;
	text-transform: uppercase;
	font-weight: 500;
}
.room-block-one .cap-box .price span{
	color: #1b1c1e;
}
.room-block-one .cap-box h5{
	position: relative;
	display: block;
	margin: 0;
}
.room-block-one .hover-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	max-width: 350px;
	opacity: 0;
	-webkit-transform: translateY(-102%);
	-ms-transform: translateY(-102%);
	transform: translateY(-102%);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.room-block-one:hover .hover-box{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease 200ms;
	-moz-transition: all 500ms ease 200ms;
	-ms-transition: all 500ms ease 200ms;
	-o-transition: all 500ms ease 200ms;
	transition: all 500ms ease 200ms;
}
.room-block-one .hover-box .hover-inner{
	position: relative;
	display: block;
	padding: 35px 40px 40px 40px;
	background: rgba(255, 255, 255, 0.9);
	height: 100%;
}
.room-block-one .hover-box h4{
	position: relative;
	margin-bottom: 15px;
}
.room-block-one.height-three .hover-box h4,
.room-block-one.height-four .hover-box h4{
	font-size: 22px;
}
.room-block-one .hover-box .pricing{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}
.room-block-one .hover-box .pricing .price{
	position: relative;
	display: block;
	float: left;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
}
.room-block-one .hover-box .pricing .price span{
	color: #000000;
}
.room-block-one .hover-box .pricing .rating{
	position: relative;
	display: block;
	float: right;
	color: #000000;
}
.room-block-one .hover-box .pricing .rating span{
	position: relative;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}
.room-block-one .hover-box h5{
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.room-block-one .hover-box .text{
	position: relative;
	display: block;
	color: #000000;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 30px;
}
.room-block-one .hover-box .link-box{
	position: relative;
	display: block;
}



   .box_facilities {
       padding: 20px;
       border-width: 2px;
       text-align: center;
       border-style: solid;
       border-right: 0;
       border-image: linear-gradient(to bottom, #0b6adf, transparent) 1 60%
     }
     @media (max-width: 1199px) {
       .box_facilities {
           border-width:0
       }
     }
     .box_facilities h3 {
       font-size: 21px;
       font-size: 1.3125rem
     }
     @media (max-width: 767px) {
       .box_facilities h3 {
           font-size:18px;
           font-size: 1.125rem
       }
     }
     .box_facilities.no-border {
       border-width: 0
     }
     .box_facilities.white {
       border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
     }
     .box_facilities.white h3 {
       color: #fff
     }
     @media (max-width: 767px) {
       .box_facilities.white {
           padding:0;
           margin-bottom: 25px
       }
     }

     .bg01{
        text-align: center;
        font-family: "Cinzel", serif;
    color: #ffffff;
         font-size: 55px;
        
         padding-top: 150px;
         text-shadow: 2px 1px 1px #ffffff;
        
         
          }
     
  .room-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.46 (1).jpeg') rgba(0, 0, 0, 0.651);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }
  .gallery-bg1{
    background: url('image/WhatsApp Image 2023-08-10 at 15.41.43.jpeg') rgba(0, 0, 0, 0.63);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }

  .bttn4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: white;
   }
   .bttn4.learn-more {
    width: 13rem;
    height: auto;
   }
   .bttn4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 5rem;
    height: 3rem;
    background: #87736E;
    border-radius:1.625rem;
   }
   .bttn4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
   }
   .bttn4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   .bttn4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   .bttn4.learn-more .bttn4-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   .bttn4:hover .circle {
    width: 100%;
   }
   .bttn4:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   .bttn4:hover .bttn4-text {
    color: #fff;
   }





   .contact-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.46 (3).jpeg') rgba(0, 0, 0, 0.705);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }
    /*CONTACT*/


#contact1-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#contact1-head h3,#contact-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    
.contacts1 .col-lg-12 h3{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.contacts1 .col-lg-12 p{
    color:#000000;
    font-family: 'Outfit', sans-serif;

}

.contacts1 .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
    border-bottom: 3px solid  #000000;
    border-radius: 5px;
    display: inline-block;
}

.contacts1 .col-lg-4 p{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    color: #181313;
}

.contacts1 .col-lg-4 h2{
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
    color: #000000;

}

.contact1-info{
    border-bottom: 1px solid 1C2025;
    background-image: linear-gradient(180deg, #ffffff 45%,  #1d1f20 92%, #1C2025 100%);

}

.contacts1 .col-lg-12 .map{
    border:3px solid #1C2025;
    box-shadow: 0 0 10px 5px  #1C2025;
}

.about-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.48 (5).jpeg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }
  .menu-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.47 (5).jpeg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }

  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
  

  .rez1{

 box-shadow: -130px -120px 0px -68px #1C2025;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-size: 100%;
  }
  .navbar-toggler {
    border-color: #ffffff !important;
    background-color: rgb(255, 255, 255);
}
.section-background{
background-color: #03243f;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}
.section-title h1{
  text-align: center;
  font-size: 4.2rem;
  padding-top:14%;
  letter-spacing: 10px;
  color: #e8e8e8;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
.section-title p{
  text-align: center;

  padding-top:1%;
  letter-spacing: 10px;
  color: #e8e8e8;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
@media(max-width: 990px){

.section-background, .section-background1, .section-background2 {
   height: 500px;
}
.section-title h1{
   padding-top: 70%;
   font-size: 40px !important;
}
}

 @media(max-width:767px )

 {
  .cover-bg h1 {
      font-size: 20px !important;
  }
 }
.test {

  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
h1{
  font-family: "Radley", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;

}