*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Celias';
  src: url('../Celias/Celias.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PoorRich';
  src: url('../PoorRichFont/FontsFree-Net-poo4.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Celias' ;
  background-color: rgba(255, 255, 255, 1);
}

.wrapper{
  overflow-x: hidden;
}

/* Universal  Start */

a{
  text-decoration: none;
}

.title{
font-size: 30px;
font-weight: 500;
line-height: 38.67px;
letter-spacing: 0.12em;
text-align: center;

}


.fs14{
  font-size: 14px;
}
.fs13{
  font-size: 13px;
}
.fs12{
  font-size: 12px;
}
.fs18{
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs22{
  font-size: 22px;
}
.fs23{
  font-size: 23px;
}
.fs24{
  font-size: 24px;
}
.fs31{
  font-size: 31px;
}
.fs38{
  font-size: 38px;
}
.fs40{
  font-size: 40px;
}
.fs46{
  font-size: 46px;
}
.fs60{
  font-size: 60px;
}

.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw700{
  font-weight: 700;
}

.text-yellow{
  color: #FBAB00;
}
.font-lt-gray{
  color: rgba(74, 74, 74, 1);
}
.font-gray{
  color: #272727;
}
.footer-font{
  color: #A6A6A6;
}
.discription{
  font-family: Celias;
font-size: 13px;
font-weight: 400;
line-height: 24.44px;
letter-spacing: 0.06em;
text-align: left;

}
.table-font{
  color: #898989;
}

.section-bg{
  background-color: rgba(251, 251, 251, 1);
}
.card-bg{
  background-color: rgba(246, 246, 246, 1);
}
.texture-bg{
  background-image: url(../img/bg-texture.png);
  background-size: cover;
}


.poorFont{
  font-family: 'PoorRich';
}


.about-img{
  transition: .5s;
}
.about-img:hover{
  transform: scale(1.2);
  transition: .8s;
}

.contact-btn{
  background-color: #272727;
  line-height: 17.93px;
  letter-spacing: 0.25em;
  text-align: center;
  width: fit-content;
  color: #FFFFFF;
  transition: .2s;
  border: 1px solid transparent;
}
.contact-btn:hover{
  background-color: white;
  color:#272727 ;
  border: 1px solid #272727;
  transition: .5s;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* background-color: #F5F5F5; */
  border-radius: 10px;
  background-image: url(../img/special-occasion-info-BG.png);
  background-size: cover;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.44, #ffdc91),
    color-stop(0.72, #fcd57a),
    color-stop(0.86, #FBAB00)
  );
}
/* Universal  Close */



/* Navbar Start */

nav{
  background-color: rgba(30, 29, 29, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8888;
  backdrop-filter: blur(15px);
}


.sub-menu{
  color: #FFFFFF;
  font-weight: 400;
  line-height: 17.93px;
  letter-spacing: 0.15em;

  transition: .3s;
}
.sub-menu:hover{
  color: #FBAB00;
  border-bottom: #FBAB00 1px solid;
  transition: .5s;
}

.dropdown-toggle::after {
  display:none;
}

.dropdown-menu.show {
  border-radius: 0 12px 12px 12px ;
  border: none;
}

.dropdown-item{
  
  line-height: 15.37px;
  text-align: left;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.dropdown-item:hover,
.offcanvas .dropdown-item:hover{
 color: #FBAB00;
 background-color: #FFFCF4;
}

.line{
  width: 23px;
  height: 2px;
 background-color: white;
}

.offcanvas{
  z-index: 9999;
}
.offcanvas .dropdown-item{

  color: white;
}

.sidebar-discription{
  font-size: 14px;
  font-weight: 300;
  line-height: 26.32px;
  letter-spacing: 0.06em;
  text-align: left;
}

.recent-title{
  font-size: 15px;
  font-weight: 400;
  line-height: 25.02px;
  text-align: left;
}

.date{
  font-size: 14px;
  font-weight: 400;
  line-height: 19.46px;
  text-align: left;
  color: rgba(175, 175, 175, 1);
}

.canvas-icon{
  width: 45px;
  height: 45px;
  background-color: rgba(75, 75, 75, 0.5);
  border-radius: 100%;
  font-size: 26px;
}
/* Navbar Close */

/* Slider Start */
.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  z-index: 2;
}

.swiper-slide img {
  object-fit: cover;
}



.slide-heading{
  font-weight: 400;
  line-height: 72.6px;
  text-align: center;
}

.book-btn{
  background-color: rgba(75, 75, 75, 0.5);
  border: 1px solid rgba(255, 255, 255, 1);
  color: white;
  font-family: Celias;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.93px;
  letter-spacing: 0.25em;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: .2s;
}

.book-btn:hover{
  background-color: rgba(255, 255, 255, 1);
  color: black;
  transition: .5s;
}

.icon{
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 50px;
  height: 50px;
}

.ig-icon{
  background-color: rgba(75, 75, 75, 0.5);
  transition: .2s;
}
.ig-icon:hover{
  background: linear-gradient(135deg, #FAE100 14.64%, #FCB720 25.25%, #FF7950 35.86%, #FF1C74 50%, #6C1CD1 85.36%);
  transition: .5s;

}
.fb-icon{
  background-color: rgba(75, 75, 75, 0.5);
  transition: .2s;
}
.fb-icon:hover{
  background: radial-gradient(50% 50% at 50% 50%, #42A5F5 0%, #1565C0 100%);

  transition: .2s;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 16px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
  background-color: rgba(75, 75, 75, 0.5);
  backdrop-filter: blur(15px);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: white;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  background-color: rgba(75, 75, 75, 0.5);
  backdrop-filter: blur(15px);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: white;
}

.slide1{
  background-image:url(../img/slide1.png);
  background-size: cover;
}
.slide2{
  background-image:url(../img/silde2.png);
  background-size: cover;
}
.slide3{
  background-image:url(../img/slide3.png);
  background-size: cover;
}
/* Slider Close */

/* service Start  */


.svg-box{
  width: 40%;
  background-color: white;
  border-radius: 26px;
}

.service-box{
  border-radius: 15px;
  transition:.2s;
  border: 1px solid transparent;
}

.service-box:hover {
  transition:.5s;
  border: 1px solid #FBAB00;
  background-color: #FFFCF4;
}
.service-box:hover .svg-box{
  background-color: #FBAB00;
  box-shadow: 0px 10px 10px #fbab004f;
  transition: .5s;
}
.service-box:hover .card-btn{
  background-color: #FBAB00;
  color: white;
  transition: .5s;
}
.service-box:hover .svg{
  color: white;
  transition: .5s;
}

.card-title{
  line-height: 43.24px;
  letter-spacing: 0.06em;
  text-align: center;
}

.card-discription{
  line-height: 24.44px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #777777;
}
hr{
  background-color: #D9D9D9;
}

.card-btn{
  background-color: #272727;
  line-height: 17.93px;
  letter-spacing: 0.25em;
  text-align: center;
  color: white;
  transition: .2s;
}

.heading-discription{
  line-height: 24.44px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #4A4A4A;

}

/* service Close  */

/* Image Gallery Start  */

.gallery-box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0 ;
  transition: 0.2s;
}

.gallery-box:hover::before{
  opacity: 0.6;
  transition: 0.5s;
}

.gallery-box:hover .camera-icon{
 display: block;
 opacity: 1;
 transition: 0.5s;
}

.camera-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s;
}
/* Image Gallery Close  */


/* Footer Start  */
.footer{
  background-color: #272727;
  color: white;
  position: relative;
  z-index:1;
}

.footer::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  background-image: url(../img/footer-bg.png);
  background-size: contain;
}


.icons{
  width: fit-content !important;
  display: flex;
}

.icon-1 , .icon-2{
  width: 40px;
  height: 40px;
}



.icon-2{
  display: none;
}

.icons:hover .icon-2{
 display: flex;
}

.icons:hover .icon-1{
  display: none;
}

.email-box {
  border: 1px solid #666666;
  background-color: transparent;

}

.email-box input{
  background-color: transparent;
  border: none;
}
.email-box input:focus{
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

/* Footer Close  */

@media (max-width:992px){
  .sub-menu{
    color: black !important;
    width: fit-content;
  }
  .sub-menu:hover{
    color: #FBAB00 !important;
  }

  .fs22{
    font-size: 16px;
  }
  .fs60{
    font-size: 40px;
  }
}
@media (max-width:768px){
  .fs22{
    font-size: 13px;
  }
  .fs60{
    font-size: 30px;
  }

  .icon{
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width:600px){

  .logo-box{
    width: 70px;
  }
  .fs46{
    font-size: 20px
  }
  .res-fs12 {
    font-size: 12px;
  }
    .fs20 {
      font-size: 16px;
    }
}
@media (max-width:425px){
  .fs22{
    font-size: 13px;
  }
  .fs60{
    font-size: 20px;
  }
  .fs40{
    font-size: 25px;
  }
  .fs18{
    font-size: 10px;
  }
  .title{
    font-size: 24px;
  }

  .logo-box{
    width: 50px;
  }
  .res-fs12 {
    font-size: 8px;
  }
    .fs20 {
      font-size: 13px;
    }
}