#header{
  /* height: 100px; */
  top: 30px;
}
#header .logo img{
  max-height: 100%;
    /* width: 250px; */
    width: 130px;
    height: auto;
    transition: all 0.5s;
}
.top-logo{
  display: none;
}
#header.header-scrolled .top-logo{
  display: block;
}

.main-logo{
  position: relative;
  top: 3rem;
  width: 250px;
  z-index: 12;
  left: 10%;
}
/* .logo.me-auto{
  position: relative;
  top: 5rem;
  left: -5rem;
  transition: all 0.5s;
}
.header-scrolled .logo.me-auto{  
position: relative;
top: 0px;
left: -5rem;
transition: all 0.5s;
}    */
#header.header-scrolled .logo img{
  /* width: 130px;   */
  height: 50px;
}
 
.banner-box{
  /* background: transparent; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  
  align-items: center;
}
#hero {
  background: transparent;
  height: auto;
}
#hero .btn-menu, #hero .btn-book{
  font-size: 16px;
  padding: 12px 35px;
  position: relative;
  left: 18.3%;
  margin-top: 15px;
  background-color: #ffb03b;
  font-family: Gilroy-ExtraBold;
}
#hero .carousel-item img.rounded{
  width: 55%;
  position: absolute;
  right: 10%;
  /* top: 20%; */
  top: 17%;
border-radius: 20px !important;
}

/*********************** banner block *************************/
#hero .carousel-item::before{
  background-color: transparent;
}
.carousel-indicators{
  justify-content:flex-start;
  margin-left: 10%;
}
.numb{
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 40%;
}
.numb p{
  position: relative;
  display: inline-block;
  line-height: 0;
}

.csize{
  position: absolute;
  font-size: 30px;
  color:#fff;
  left: -40px;
  font-weight: 600;
  top: 45px;
}
#hero .carousel-indicators [data-bs-target]{
  margin-left: 0;
  margin-right: 0;
  background-color: #ffb03b;
  width: 45px;
}
#hero .carousel-indicators{
  bottom: 7px;
}
#hero .carousel-control-prev{
  left: auto;
  right: 30%;
}
#hero .carousel-control-next {
  right: 25%;
}
#hero .carousel-control-next, #hero .carousel-control-prev{
align-items: flex-end;
z-index: 2;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
  color: #000;
  background: transparent;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover{
  color: #000;
  background: transparent;
}
#hero h1{
  font-family: Gilroy-ExtraBold;
}
.clients .swiper-slide{
  text-align: center;
}
.clients .swiper-slide img{
  width: 120px;
}
#hero .carousel-control-next, #hero .carousel-control-prev{
  /* bottom: 20px; */
  bottom: 35px;
}
#hero .video iframe{
  border-radius: 20px;
}
.form-floating>.form-control{
  outline: none;
  box-shadow: none;
  border-radius: 20px;
}
.form-select[multiple], .form-select[size]:not([size="1"]){
  outline: none;
  box-shadow: none;
  border-radius: 20px;
}
.form-select:focus{
 border-color: #ffb03b; 
}
.cyellow{
  color: #ffb03b;
}
.send {
  font-size: 16px;
  padding: 12px 50px;
  position: relative;
  /* left: 20%; */
  margin-top: 15px;
  background-color: #ffb03b;
  font-family: Gilroy-ExtraBold;
  border: 2px solid;
  border-color: #ffb03b;
  box-shadow: none;
  border-radius: 30px;
  color: #fff;
  outline: none;
}
.send:hover, .send:focus{
  color: #ffb03b;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.form-control:focus{
  border-color: #ffb03b;
}
@media(max-width:1366px){
  #hero .carousel-indicators{
    bottom: -5px;
  }
  #hero .carousel-control-next, #hero .carousel-control-prev{
    bottom: -12px;
  }
  #hero .carousel-item img.rounded{
    top: 18%;
  }
}
@media(max-width:800px){
  .clients .swiper-slide img{
    width: 100px;
  }
}
@media(min-width:575px){
  .modal-dialog{
    max-width: 575px;
  }
}
/*********************** banner block *************************/
.navbar a {
  color: #101621;
  font-family: Gilroy-Bold;
  text-transform:uppercase;
}
.header-scrolled .navbar a {
  color: #101621;
}
.header-scrolled .navbar a.active {
  color: #ffb03b;
}
.nav-link:focus, .nav-link:hover{
  color: #ffb03b; 
}

.navbar a:focus {
  color: #ffb03b;
}

.banner-right {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0C2340;
}
.banner-box span{
  color:#FFAA00;
}
.banner-box h1{
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
}
.bgcolor{
  background: #0C2340;
}
.book-a-table-btn{
  font-family: Gilroy-ExtraBold;
}

.image-box{
  width: 100%;
  position: relative;
  /* right: 5rem; */
  right:22%;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  top:0rem;
}
.image {
  width: 55%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#hero .carousel-item{
  /* height: 60vh; */
  height: 100vh;
}
/* .video{
  position: absolute;
  z-index: 12;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
} */
.video iframe{
  position: absolute;
  /* top: 0; */
  left: 0;
  /* width: 24%; */
  height: 200px;
  z-index: 1;
  bottom: 30px;
  right: 0;
  margin: 0 auto;
}
.video video{
  position: absolute; 
  left: 0; 
  height: 200px;
  z-index: 1;
  bottom: 30px;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
}
.video{
  text-align: center;
}
.video img.centerimg{
  position: absolute; 
  left: 25px; 
  /* height: 200px; */
  z-index: 1;
  bottom: -7px;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  width: 200px;
}
#hero .content {
  width: 45%;
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  /* background: #0C2340; */
  background: #101621;
}
#hero .content h1{
  position: relative;
  left: 10rem;
  z-index: 1;
  /* font-size: 72px; */
  font-size: 54px;
}
@media(max-width:1440px)
{
  /* #hero .carousel-item img.rounded{
    top:30%;
  } */
  #hero .content h1{
    font-size: 42px;
  }
  #hero .content h1{
    left: 8rem;
  }
}
.service-img {
  margin: 80px 0 0 0;
}
@media(max-width:1366px){
 #hero .content h1{
    font-size: 38px;
    left:7rem;
  }
  #hero .carousel-item img.rounded{
    /* top:24%; */
    right: 5%;
  }
  .video video{
    bottom: 50px;
  }
  .video img.centerimg{
    bottom: -20px; 
    width: 170px;
  }
}
@media(max-width:1024px){
  #hero .content h1{
     font-size: 28px; 
   }
   .video video{
    bottom: 70px;
  }
 }
@media(max-width:991px){
  #hero .carousel-item img.rounded{
    top:34%;
    /* width: 95%; */
    width: 52%;
    right: 2.5%;
  }
  .video iframe{
    width: 300px;
    height: 175px;
  }
  .video video{
    width: 300px;
    height: 175px;
  }
  #hero .carousel-control-next, #hero .carousel-control-prev{
    bottom: 0;
  }
  #hero .content h1{
    font-size: 24px;
  left:2rem;
  }
  
  .csize{
    font-size: 20px;
  }
  #hero .content{
    width: 53%;
  }
  .video img.centerimg {
    top: 65px;  
    margin-right: 0;
    margin-left: auto;
    /* width: 180px; */
    width: 32%;
}
}
@media(max-width:768px){

  .video iframe {
    bottom: 13% !important;
}
.video video{
  bottom: 13% !important;
}
#hero .carousel-item img.rounded{
  top:28%;
}
#hero .carousel-item img.rounded{ 
  width: 95%; 
}
#hero .carousel-item{
  height: 85vh;
}
.service-img{
  margin: 50px 0 0 0;
}
}
@media(max-width:600px){
  #hero .content h1{
    font-size: 20px;
  }
 
  #hero .carousel-indicators [data-bs-target]{
    width: 35px;
  }
  .csize {
    left: -35px;
    top: 56px;
}
}
@media(max-width:480px){
  .nval{
    font-size: 14px;
  }
  #hero .content{
    width: 56%;
  }
  #hero .carousel-item img.rounded{
    top:32%
  }
  .video iframe{
    /* bottom: 21% !important; */
    bottom: 15% !important;
  }
  .video video{
    /* bottom: 21% !important; */
    /* bottom: 15% !important; 2nd time */
    bottom: 16% !important;
  }
  #hero .carousel-item{
    /* height: 93vh; */
    height: 70vh;
  }
  #hero .content h1{
    font-size: 18px;
  }
  .csize{
    top:38px;
  }
}
@media(max-width:380px){
  #hero .content h1{
    font-size: 16px;
  }
}
.blk{
  color: #000;
}
.ylk{
  color:#ffb03b ;
}
#about h1{
  font-family: 'Bebas Neue', cursive;
  font-size: 62px;
}
#about .book-a-table-btn{
  width: 360px; 
  text-align: -webkit-center; 
  text-align: center;
  font-size: 20px;
  padding: 15px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
}
@media(max-width:480px){
  #about .book-a-table-btn{
    width: auto;
  }
}
.events{
  /* background: url('../img/home/events.png');
  background-size: cover;
  background-attachment: fixed; */
  background: #101621;
}
.events::before{
  /* background-color: rgb(12 11 10 / 26%); */
  content: none;
}
.events h1{
  color: #fff;
  padding-bottom: 30px;
  font-size: 62px;
}
.events .number h1{
  font-size: 90px;
  color: #fff;
  text-align: right;
  padding-bottom: 0;
}
.events .number .line{
  width: 50px;
  height:1px;
  background: #fff;
  margin-bottom: 15px;
}
.events .section-title{
  padding-bottom: 0;
}
/* .operate .nav-item::before{
  content: "";
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} */
section.events{
  /* height: 60vh; */
  display: flex;
  justify-self: center;
  align-items: center;
}
/* .events::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
} */
@media(max-width:991px){
  section.events{
    height: auto;
    text-align: center;
  }
  .events .number h1{
    text-align: center;
  }
  .events .number .line{
    margin: 5px auto;
  }
}
.operate .nav-item{
  width: 300px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.operate .nav-item img{
  width: 100%;
  height: 100%;
}
.layer{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: rgba(12, 11, 10, 0.8);
  /* left: 0; */
  /* right: 0; */
  top: 0;
}
.layer.active{
  background: transparent;
}
.li1{
position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin: 30px 0px;
}
.li1 li{
  display: inline;
    text-align: left;
    font-size: 40px;
    line-height: 1;
    font-size: 40px;
    /* font-family:Gilroy-Light;  */
    font-family:Gilroy-Regular; 
}
.li1 li span{
  font-family: Gilroy-ExtraBold;
}
.clients, .contact{
  background-color: #101621;
}
.section-title h2{
  font-size: 62px;
}
.clients .swiper-wrapper{
  margin-bottom: 30px;
}
/* section.clients{
  background-color: #101621;
  height: 80vh;
  display: flex;
  align-self: center;
} */
.clients .section-title h2{
  color:#fff;
}

/*******************************************************************************
testimonial css ********************************************************************/
 .testimonials::before{
  background: rgb(12 11 10 / 85%);
}
/*.testimonials .card{ 
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
}
.testimonials .testimonial-item h3{
  font-size: 14px;
}
.testimonials .testimonial-item h3 span{
  font-weight: 100;
}
.testimonials .testimonial-item p{
  font-style: normal;
  font-size: 14px;
}
.testimonials .card p, .testimonials .card h3{
  color: #000;
}
.testimonials .card:hover{
  cursor: pointer; 
background-color: #000;
}
.testimonials .card:hover p, .testimonials .card:hover h3 { 
color: #fff;
background-color: #000;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right{
  color:#e1e1e1;
  font-size: 60px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet{
  border: 1px solid #ffb03b;
} */

/*******************************************************************************
testimonial css ********************************************************************/


/*******************************************************************************
brands css ********************************************************************/
.swiper-pagination-bullet{
  border: 1px solid #ffb03b;
  height: 14px;
  width: 14px;
}
.swiper-pagination-bullet-active{
  background-color: #ffb03b;


}
/*******************************************************************************
brands css ********************************************************************/

.swiper-pagination{
  position: relative;
  bottom: -6px !important;
}
.events .section-title h2{
  font-size: 32px;
}

/** ********************* font css home page*************************** **/ 
@media(max-width:1024px){
  #about h1{
    font-size: 48px;
  }
  #about .book-a-table-btn{
    font-size: 16px;
  }
  .events h1{
    font-size: 48px;
  }
  .events .section-title h2 {
    font-size: 28px;
}
.section-title h2{
  font-size: 48px;
}
.events .number h1 {
  font-size: 70px;
}
}
@media(max-width:600px){
  #about h1{
    font-size: 36px;
  }
  .section-title h2 {
    font-size: 36px;
}
  .why-us .box h4{
    font-size: 20px;
  }
  .events .number h1 {
    font-size: 60px;
  }
  .events h1{
    font-size: 36px;
  }
  .events .section-title h2 {
    font-size: 24px;
}
.testimonials{
  padding: 30px 15px;
}
}
@media(max-width:480px){
  #hero .numb p{
width: 170px;
  }
}

/** ********************* font css home page*************************** **/ 