@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Bree+Serif&family=Cardo:ital,wght@0,400;0,700;1,400&family=Gelasio:ital,wght@0,400;0,500;1,400&family=Inter:wght@200&family=Kenia&family=My+Soul&family=Nanum+Myeongjo:wght@400;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Oxanium:wght@200;300;400;500;600;700;800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Philosopher:ital,wght@0,400;1,400;1,700&family=Play:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Racing+Sans+One&family=Raleway: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Tourney: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&family=Vidaloka&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
*{
    outline:none;
    margin: 0;
    padding: 0;
}
h1,h2,p{
    width: 100%;
    height: auto;
}
.overflow{
    overflow: hidden;
}
body{
margin: 0;
padding: 0;
font-family: 'Allerta Stencil', sans-serif;
font-family: 'Averia Serif Libre', cursive;
font-family: 'Bree Serif', serif;
font-family: 'Cardo', serif;
font-family: 'Gelasio', serif;
font-family: 'Inter', sans-serif;
font-family: 'Kenia', cursive;
font-family: 'My Soul', cursive;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Oxanium', cursive;
font-family: 'Philosopher', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'PT Serif', serif;
font-family: 'Racing Sans One', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Spectral', serif;
font-family: 'Tinos', serif;
font-family: 'Tourney', cursive;
font-family: 'Vidaloka', serif;
font-family: 'Yantramanav', sans-serif;
}
button{
    outline-color:transparent;
}
img{
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    list-style: none;
}
:root{
    --black:#303030;
    --white:white;
    --red:#fe6c61;

}


/*start */

 /*  */
 .to-top{
    background:#0a2645;
    position: fixed;
    bottom: 16px;
    right: 18px;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
 }
 .to-top.active{
bottom: 32px;
pointer-events: auto;
opacity: 1;
 }
 html{
    scroll-behavior: smooth;
 }
 .to-top:hover{
    color: white;
 }

/* start */
.logo {
    margin-left: 45px;
    max-width: 59%;
}
 .navbar-nav{
    margin-left: 800px;
 }
 .nav-item a{
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #2c547b;
    font-family: system-ui;
    font-weight: 500;
 }
.nav-item svg{
    font-size: 18px;
    margin-right: 6px;
    color: #ca0000;
}
.nav-item a:hover{
    color: #d3a332;
    transition: .3s;
}
.nv{
    border: 1px solid black;
    margin-right: 10px;
}
/* homepage */
.one{
    /* background-image: url(../images/homepage/1.jpg); */
    /* background-size: cover;
    height: 612px; */
}
.two{
    /* background-image: url(../images/homepage/2.jpg); */
    /* background-size: cover;
    height: 612px; */
}
/*.three{*/
/*    background-image: url();*/
/*    background-size: cover;*/
/*    height: 612px;*/
/*}*/
.one h1{
    padding-top: 150px;
    padding-left: 150px;
    font-size: 87px;
    font-weight: 800;
    color: white;
}
.one h3{
    letter-spacing: .6px;
    padding-left: 150px;
    font-size: 55px;
    font-weight: 500px;
    color: white;
}
.two h1{
    padding-top: 150px;
    padding-left: 150px;
    font-size: 87px;
    font-weight: 800;
    color: white;
}
.two h3{
    letter-spacing: .6px;
    padding-left: 150px;
    font-size: 55px;
    font-weight: 500px;
    color: white;
}
.three h1{
    padding-top: 150px;
    padding-left: 150px;
    font-size: 87px;
    font-weight: 800;
    color: white;
}
.three h3{
    letter-spacing: .6px;
    padding-left: 150px;
    font-size: 55px;
    font-weight: 500px;
    color: white;
}
.btn.btn-danger{   
    font-size: 16px;
    margin-left: 150px;
    margin-top: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border:none;
}
/* about*/
.about{
    padding: 65px 0px;
}
.about-one h5{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .6px;
    color: #231f20;
}
.about-one h2{
    font-size: 50px;
    font-weight: 500;
    letter-spacing: .8px;
    color: #2c5078;
    margin-bottom: 16px;
}
.about-one{
    display: flex;
}
.about-one p{
    font-size: 17px;
    letter-spacing: .5px;
    padding-right: 31px;
    color: black;
}
.ab{
    width: 35%;
    margin: auto;
    display: block;
    margin-top: 23px;
}
.ab-one{
    display: flex;
}
.ab-one p{
    font-size: 16px;
    text-align: center;
    padding: 9px 24px;
    color: #2c5078;
}
.ab2{
    border: 1px solid #00000063;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ab2:hover{
    border: 1px solid #00000063;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 2px #cacaca;
}
/* configuration start */
.cf{
    padding: 10px;
    background: white;
    margin: 0px 10px;
    padding-bottom: 29px;
}
.cf3{
    background-image: url('../images/configuration/1.jpg');
    background-size: cover;
    height: 257px;
 }
 .cf h3{
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 32px;
    font-weight: 800;
 }
 .cf h5{
    color: white;
    text-align: center;
    
    font-size: 18px;

    font-weight: 600;
 }
 .cf p{
    border-bottom: 2px solid white;
    width: 50px;
    margin-left: 57px;
    padding-top: 13px;
    padding-bottom: 5px;
 }
.confi-one{
    display: flex;
}
.btn.btn-t {
    border-radius: 40px;
    font-size: 12px;
    padding: 3px 43px;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-left: 6px;
    background: #e33838;
    margin-top: 12px;
}

.configuration{
    background-image: url('../images/configuration/1.jpg');
    background-size: cover;
}
.configuration h2{
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    letter-spacing: .6px;
    color: white;
}
.configuration h6{
    border-bottom: 2px solid white;
    width: 65px;
    /* padding-bottom: 40px; */
    margin-bottom: 40px;
    margin-left: 626px;
    margin-top: 14px;
}
.overlay{ 
    background-color: #0000008f;
    padding: 67px 0px;
}
.btn.btn-br{
    width: 164px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 0px;
    margin-left: 572px;
    margin-top: 34px;
    border: 2px solid white;
    background:#231f20;
}
.btn.btn-br:hover{
    color: white;
}
/* amenities */
.amenities{ 
    padding: 46px 0px;
}
.amenities-one{
    display: flex;
    padding: 37px 0px;
}
.am-one{
    display: flex;
}
.am-one p{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .6px;
    padding: 10px 24px;
    color: black;
}
.amenities p{
    color:#0a2645;
    font-weight: 500;
    font-size: 20px;
    text-align:center;
}
.am{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3%;
}
.am:hover{
    /* border: 1px solid black; */
    /* padding: 3px; */
}
.amenities h2{
    color: #2c547b;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 3%;
}
.amenities h5{
    color: #231f20;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .6px;
}

/* unbeatable */
.accordion{
    margin-left: 15px;
}
.accordion-item {
    background-color: transparent !important;
    border: none !important;
}
.accordion h6{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .6px;
    padding: 10px 0px;
}
.unbeatable{
    background-color: #0a2645;
    padding: 71px 0px;
}
.un{
    display: flex;
}
.unbeatable h2{
    /* color: #2c547b; */
    color: white;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 41px;
}
.unbeatable h5{
    color: white;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .6px;
}


.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 2%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: white;
    background: transparent;
    font-size: 19px;
    font-weight: 400;
    border: 1px solid #737373;
    padding-left: 80px;
    letter-spacing: .6px;
  }
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: white;
    text-decoration: none;
}
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #ccc ;
  }
  .accordion a:hover::after {
    border: 1px solid #ccc;
  }
  .accordion a.active {
    color:rgba(255, 255, 255, 0.733);
    border-bottom: 1px solid rgba(255, 255, 255, 0.712);
  }
  .accordion a::after {
    font-family: 'Ionicons';
    content: '\f218';
    position: absolute;
    float: left;
    left: 1rem;
    font-size: 1rem;
    color: #ffd700;
    padding: 2px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffd700;
    text-align: center;
  }
  .accordion a.active::after {
    font-family: 'Ionicons';
    content: '\f209';
    color: white;
    border: 1px solid white;
  }
  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border: 1px solid #929292;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }
  .accordion .content p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    color: white;
  }
  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }
/* gallery */
.gallery{
    padding: 28px 30px;
}
.gallery h2{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .8px;
    padding: 20px 0px;
    color: #231f20;
}
.ga{
    padding-right: 10px;
}
.slick-dots{
    display: flex;
    justify-content: center;
}
#slick-slide-control00{
    display: none;
}
#slick-slide-control01{
    display: none;
}
/* contadt */
.contact{
    padding: 48px 0px;
}
.contact p{
    color: black;
}
.contact-one{
    display: flex;
}
.contact h2{
    color: black;
}
.contact h2{
    color: #231f20;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .6px;
    margin-bottom: 16px;
    padding: 18px 0px;
}
.contact h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .6px;
}
.contact h5{
    font-size: 15px;
    letter-spacing: .5px;
}
.contact svg{  
    font-size: 23px;
    margin-right: 10px;
    padding-top: 5px;
}
.btn{
    font-size: 15px;
    border-radius: 0px;
    padding: 14px 46px;
    margin-left: 32px;
    width: 93%;
    background-color: #0a2645;
    font-weight: 600;
    letter-spacing: .6px;
    color: white;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    color: #000;
    font-size: 15px;
    margin-left: 1px;
    margin-bottom: 5px;
}
.form-horizontal{
    padding: 86px 50px;
    background: #3f608442;
}
.iframe{
    width: 92%;
}
/* footer */
.footer{
    padding: 41px 0px;
    background-color:#0a2645;
}
.footer h5{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px;
    color: white;
    font-family: system-ui;
}
.footer h6{
    font-size: 16px;
    margin-top: 24px;
    font-family: math;
}
h6{
    text-align: center;
    color: white;
}
p{
    color: white;
    font-size: 13px;
    letter-spacing: .3px;
}
#contact-form .form-group{
    margin-bottom: 3%;
}
#contact-form .signin{
    width: 100%;
    background-color: #0a2645;
    margin: unset;
    color: white;
}
nav.navbar {
    box-shadow: 1px 2px 15px #e2e2e2b5;
}

/* Sidebar form   */
  .sidebar-contact{
    position:fixed;
    top:50%;
    right: 0;
    transform:translateY(-50%);
    width:350px;
    height:auto;
    padding:40px;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition: 1.5s;
    z-index: 2;
  }
   .sidebar-contact.active{
    right: -350px;
    top: 50%;
  }
  .sidebar-contact input,
  .sidebar-contact textarea{
    width:100%;
    height:36px;
    padding:5px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,.5);
    outline:none;
  }
  .sidebar-contact h2{
    margin:0 0 20px;
    padding:0;
  }
  .sidebar-contact textarea{
    height:60px;
    resize:none;
  }
  .sidebar-contact input[type="submit"]{
    background:#00bcd4;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:18px;
  }
  .toggle{
    position:absolute;
    height:48px;
    width:48px;
    text-align:center;
    cursor:pointer;
    background:#0a2645;
    top:0;
    left: -48px;
    line-height:48px;
  }
  .toggle:before{
    content:'\f00d';
    font-family:fontAwesome;
    font-size:18px;
    color:#fff;
  }
  .toggle.active:before{
    content:'\f003';
  }
  @media(max-width:768px)
  {
    .sidebar-contact{
      width:250px;
      height: auto;
      right: 0;
    }
    .sidebar-contact .toggle{
      top:50%;
      transform:translateY(-50%);
      transition:0.5s;
    }
    .sidebar-contact.active{
        right: -250px;
        top: 50%;
      }
    .sidebar-contact.active .toggle    {
      top: 0;
      right:-250px;;
      transform:translateY(0);
    }
    .scroll{
      width:100%;
      height:100%;
      overflow-y:auto;
    }
    .content{
      padding:50px 50px;
    }
  }