* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #e1cb53 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: AlegreyaSC-Medium;
    src: url(../assets/fonts/alegreya/AlegreyaSC-Medium.ttf);
}

@font-face {
    font-family: HedvigLettersSerif_18pt-Regular;
    src: url(../assets/fonts/hedvig/HedvigLettersSerif_18pt-Regular.ttf);
}

@font-face {
    font-family: Anton-Regular;
    src: url(../assets/fonts/anton/Anton-Regular.ttf);
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

h1,
h2,
h3,
h4 {
    font-family: AlegreyaSC-Medium;
    font-weight: 100;


}

h5 {
    font-family: Anton-Regular;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
    line-height: 41px;
}

a {
    text-decoration: none;

}

li {
    list-style: none;
}

p,
a {
    font-family: HedvigLettersSerif_18pt-Regular;
    font-size: 15px;
    line-height: 25px;

}
.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    visibility: hidden;
}
.ftr-scls i{
    color: #fff;
}



/* header  */
.hdr-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-cont .hdr-logo img {
    width: 140px;
    object-fit: contain;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 30px;
}

.pages ul li a p {
    color: #fff;
}

.pages ul {
    display: flex;
    gap: 20px;
}

.hdr-cnct-btn a p {
    color: #fff;
    padding: 5px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.pages {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
.fr-und-ln {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fr-und-ln.active p{
    color: #e1cb53 ! important;
}



/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
} */
.modal-cntr{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 800px;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show animation */
.modal.show .modal-content {
    opacity: 1;
    transform: scale(1);
    animation: fadeIn 0.3s ease-out;
}

/* Hide animation */
.modal.hide .modal-content {
    animation: fadeOut 0.3s ease-in;
}

  /* .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 800px;
    border-radius: 10px;
  } */

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;

  }

  .close:hover,
  .close:focus {

    cursor: pointer;
  }
  .myBtn{
    cursor: pointer;
    color: #fff;
    /* margin-top: 11px; */
}
.fr-tp{
    margin-top: 11px;
}
.check{
    width: 20px ! important;
    height: 20px ! important;
}
.prvt-dng{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.modal-content input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 10px;
    font-family: AlegreyaSC-Medium;
    color: #000000;
    font-size: 15px;
}
.modal-content input::placeholder{
    color: #000000;
    font-family: AlegreyaSC-Medium;
    font-size: 15px;
}
.close.cross {
    margin-top: -27px;
    margin-right: -21px;
}
.modal-content input:focus{
    outline: none;
}
.modal-content .col-md-4{
    padding: 0 5px;
}
.modal-content .col-md-6{
    padding: 0 5px;
}
.modal-content .row{
    margin-top: 20px;
    padding: 0 10px;
    justify-content: left;
}


.mdl-btns{
    display: flex;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}
.mdl-btns button{
    border: none;
    padding: 8px 20px;
    background-color: #000000;
    border-radius: 5px;
    width: fit-content;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: AlegreyaSC-Medium;
}
.mdl-cncl-btn{
    padding: 5px 20px;
    background-color: #000000;
    border-radius: 5px;
    width: fit-content;
    color: #ffffff;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}






#burger-menu {
    display: none;
    cursor: pointer;
    height: 27px;
    width: 27px;
    margin: 10px;
    overflow: visible;
    position: relative;
    z-index:2;
  }
  #burger-menu span,
  #burger-menu span:before,
  #burger-menu span:after {
    background: #fff;
    display: block;
    height: 4px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  #burger-menu span:before,
  #burger-menu span:after {
    content: "";
  }
  #burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px;
  }
  #burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 16px;
  }
  #burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 20px;
  }

  #burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
  }
  #burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
  }
  #burger-menu.close span:after {
    top: 0px;
    left:0;
    transform: rotate(90deg);
    opacity:0;
    width:0;
  }

  #menu{
    z-index:1;
    min-width:100%;
    min-height:100%;
    position: fixed;
    top:0;
    height:0;
    visibility: hidden;
    opacity: 0;
    text-align:center;
    padding-top:20px;
    transition: all 0.3s ease-in-out;

  }

  #menu.overlay{
    visibility: visible;
    opacity: 1;
    padding-top:170px;
    background:rgb(0, 0, 0);
  }

  #menu li{
    list-style:none;
  }
  #menu a{
    color:#fff;
    display:block;
    font-size: 32px;
    margin-bottom:30px;
    text-decoration:none;
  }
.mdl-inpts input{
    margin-bottom: 10px;
}

/* header close  */



/* index  */

.swiper-slide .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/*
.main-slide .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

.fr-grdnt {
    width: 100%;
    height: 100%;
}

.fr-grdnt::after {
    content: "";
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(rgb(0, 0, 0) 0%, #00000000 100%);
}

.fr-grdnt::before {
    content: "";
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.fr-grdnt .container {
    position: relative;

}

.fr-grdnt .main-contents {
    position: absolute;
    bottom: 150px;
    width: 100%;
    color: #FFFFFF;
    z-index: 3;

}
.mn-btn-on p{
color: #fff;
}

.main-contents h1 {
    font-weight: 100;
}

.main-contents p {
    max-width: 650px;
}

.main-contents h3 {
    position: relative;
    width: fit-content;
    font-size: 16px;
}

.main-contents h3::after {
    content: "";
    position: absolute;
    left: 116%;
    bottom: 5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
}

.mn-btn-on p {
    padding: 7px 30px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 50px;
    background-color: #000000;
    font-size: 14px;
}

.mn-btn-tw p {
    padding: 7px 30px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 50px;
    background-color: #e1cb53;
    font-size: 14px;
    color: #000000;
}

.main-btn {
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

.mn-cont-rt p {

    text-align: right;
    color: #fff;
    max-width: 300px;
}

.mn-cont-rt {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 3;
}

.socials i {
    font-size: 20px;
    color: #fff;
}

.socials {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 23px;
}

.crack-img {
    width: 100%;
    object-fit: contain;
    margin-top: -110px;
    position: absolute;
    z-index: 3;
}

.fr-grdnt h5 {
    font-size: 120px;
    -webkit-text-stroke: .5px rgb(179, 179, 179);
    /* Border color */
    color: transparent;
    font-weight: 100;
    margin-top: -120px;
    position: absolute;
    z-index: 4;
    left: 80px;

}

.ind1-bg-ptrn {
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
}

.ind1-lft-img {
    width: 93%;
    object-fit: contain;
    margin: 0 auto;

}

.ind1-lft-cntnr {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ind-1 {
    padding-bottom: 100px;
    position: relative;
    overflow-x: clip;
    padding-top: 70px;
}

.ind1-rt-logo {
    width: 100px;
    object-fit: contain;
}
.ind1-rt-btn p{
    color: #000000;
}
.ind3-cont a p{
    color: #000000;
}

.ind1-rt {
    padding-left: 50px;
}

.ind1-rt h2 {
    margin-bottom: 10px;
}

.ind1-rt-btn p {
    padding: 7px 30px;
    border: 1px solid #000000;
    border-radius: 50px;
    width: fit-content;
    margin-top: 50px;
}

.mngo-lsy {
    position: absolute;
    right: -50px;
    width: 180px;
    /* width: 250px; */
    object-fit: contain;
    bottom: 0px;
}

.ind-2-conts h3 span {
    font-size: 50px;
    color: #e1cb53;
}
.ind-2 .ind2-h3-2 span{
    font-size: 50px;
    color: #e1cb53;
}

.ind-2-conts .ind2-h3 {
    font-size: 20px;
    color: #e1cb53;
    margin-bottom: 20px;
}

.ind-2-cntr-cont h2 {
    font-size: 60px;
    max-width: 763px;
    line-height: 52px;
    margin-bottom: 15px;
}

.ind-2-cntr-cont p {
    max-width: 600px;
    margin-left: 100px;
}

.ind-2-cntr-cont {
    width: fit-content;
    margin: -50px auto 0 auto;
    margin-right: 100px;
}

.ind-2-conts {
    margin-top: -50px;
}

.ind2-img-1 {
    width: 56%;
    height: 500px;
}

.ind2-img-2 {
    width: 40%;
    height: 215px;
    top: 120px;
    position: absolute;
    right: 15px;
}

.ind2-img-3 {
    width: 46%;
    height: 302px;
    bottom: 60px;
    position: absolute;
    right: 28px;
}

.ind2-img-4 {
    width: 356px;
    margin-top: 17px;
    height: 200px;
}

.ind2-lft-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-lft-img::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 393px;
    background-color: #e1cb53;
    top: -8px;
    left: -9px;
    z-index: -1;
}

.ind2-img-bx {
    width: 100%;
    height: 100%;
    position: relative;
}

.ind2-img-bx::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.ind2-img-bx h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    font-size: 25px;
}

/* .ind2-rt-bg {
    width: 72%;
    right: 0;
    bottom: -80px;
    position: absolute;
    object-fit: contain;
    z-index: -1;
} */
.ind2-rt-bg {
    width: 72%;
    height: 592px;
    background-color: #f4f4f4;
    right: 0;
    bottom: -80px;
    position: absolute;
    z-index: -1;
}
.ind2-img-cont{
    position: relative;
}
.ind2-rt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 50px;
}
.ind2-rt-conts h3{
    position: relative;
    width: fit-content;
    margin-bottom: 8px;
}
.ind2-rt-conts h3::after{
    content: "";
  width: 80px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 110%;
  bottom: 6px;
}
.ind2-rt-conts h2{
    font-size: 38px;
    margin-bottom: 10px;
}
.ind2-cntct{
    padding: 8px 30px;
    border-radius: 50px;
    border: 1px solid #000000;
    width: fit-content;
    margin-top: 50px;
    color: #000000;
}
.ind2-h3-2{
    position: absolute;
    right: 50px;
}
.ind-3{
    margin-top: 200px;
}
.ind3-cont h2{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.ind3-cont p{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.ind3-img{
    width: 100%;
    height: 500px;
    position: relative;
}
.ind3-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ind3-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.ind3-img h3{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 1;
    font-size: 25px;
    text-wrap: nowrap;
}
.ind3-cont .row{
    margin-top: 80px;
    margin-bottom: 50px;
}
.ind3-btn{
    padding: 8px 30px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    width: fit-content;
    background-color: #000000;
    color: #fff !important;
}
.ind-5{
    background-color: #262626;
    height: 100%;
    width: 100%;
    margin-top: 90px;
    padding: 150px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.ind-5 .carck-img1{
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    object-fit: contain;
}
.ind-5 .carck-img2{
    position: absolute;
    bottom: -77px;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 1;
}
.ind-5 .ind5-h2{
    color: #e1cb53;
    margin-bottom: 10px;
}
.ind-5 .ind5-h3{
    color: #e1cb53;
    margin-bottom: 10px;
    font-size: 27px;
    margin-top: 20px;
    position: relative;
    width: fit-content;
}
.ind-5 .ind5-h3::after{
    content: "";
    width: 110%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: -8px;
    position: absolute;
}
.ind5-lft-cont{
    margin-top: 30px;
}
.ind5-lft-cont h3{
    color: #e1cb53;
    font-size: 35px;
}
.ind5-lft-cont h2{
    font-size: 25px;
    color: #fff;
}
.ind5-lft-cont p{
    color: #fff;
}
.ponts{
    margin-bottom: 20px;
}
.ind5-btn{
    padding: 8px 30px;
    background-color:#e1cb53;
    border-radius: 5px;
    width: fit-content;
    color: #ffffff;
    margin-top: 30px;
}
.ind5-rt-img{
    width:100%;
    object-fit: contain;
    position: absolute;
    bottom: -155px;
}
.ind6-img1{
    height: 300px;
    object-fit: contain;
    position: absolute;
    z-index: 2;
    top: -80px;
}
.ind-6{
    position: relative;
    padding-top: 160px;
}
.ind6-lft-icon{
    width: 80px;
    object-fit: contain;
}
.ind-6 h3{
    font-size: 32px;
    margin-bottom: 10px;
}
.ind6-rt-img{
    width: 90%;
    object-fit: contain;
}
.ind6-lft{
    display: flex;
    align-items: end;
    height: 100%;
}
.ind6-btn{
    padding: 5px 30px;
    background-color: #000000;
    border-radius: 5px;
    width: fit-content;
    color: #ffffff;
    margin-top: 30px;
}
.ind-6 .row{
    margin-bottom: 100px;
}
.ind-7{
   padding-top: 100px;
   margin-bottom: 80px;
}
.ind7-hdng {
    text-align: center;
}
.ind7-hdng  h2{
    margin-bottom: 15px;
}
.ind7-hdng  p{
    max-width: 800px;
    margin: 0 auto;
}
.test-itm{
    height: 100%;
    width: 100%;
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding: 30px;
    padding-top: 50px;
    position: relative;
}
.testimonial{
    padding-top: 80px;
    max-width: 1100px;
    margin: 0 auto;
}
.testimonial-item{
    position: relative;
    padding-top: 70px;
    margin: 0 20px;
}
.test-img{
    width: 100px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
}
.test-p{
    margin-top: 10px;
}
.test-itm img {
    width: 60px;
    object-fit: contain;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0.5;
}

/* index close  */

/* restaurant  */

.restaurant-sec{
    padding-top: 100px;
    padding-bottom: 50px;
}
.res-img{
    width: 100%;
    height: 400px;
}
.res-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.restaurant-sec .row{
justify-content: left;
}
.restaurant-sec .row .col-md-4{
    padding: 10px;
}
/* restaurant close  */

/* about */

.page-header{
    height: 400px;
    width: 100%;
    position: relative;
}
.page-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.page-header .abt-header{
    width: 100%;
    height: 100%;
    background-image: url(../assets/img/24.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header .hder-conts{
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-header .hder-conts h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.page-header .hder-conts h2::after {
    content: "";
    position: absolute;
    bottom: 40%;
    right: 108%;
    width: 90px;
    height: 2px;
    background-color: #fff;
}
.page-header .hder-conts h2::before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 108%;
    width: 90px;
    height: 2px;
    background-color: #fff;
}
.pg-hdr-flx{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.pg-hdr-flx p{
    color: #fff;
}
.hder-conts{
    margin-top: 50px;
}
.abt-1{
    position: relative;
    height: 100%;
    padding-top: 80px;
}
.abt-1-img1{
    width: 300px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 50px;
}
.abt-1-img2{
    width: 300px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 100px;
}
.abt1-img-bx{
    width: 100px;
    height: 100%;
    margin: 0 auto;
}
.abt-1-cont img{
    width: 100%;
    object-fit: contain;
}
.abt-1-cont{
    width: 100%;
    text-align: center;
}
.abt-1-cont h3{
    font-size: 30px;
}
.abt-1-cont h2{
    max-width: 700px;
    margin: 0 auto;
    color: #e1cb53;
    margin-bottom: 20px;
}
.abt-1-cont p{
    max-width: 800px;
    margin: 0 auto;

}
.abt1-btm-ln{
    height: 1px;
    width: 90%;
    margin: 50px auto;
    background-color: #d3d3d3;
    margin-top: 80px;
}
.abt-2 h2{
    text-align: center;
    margin-bottom: 10px;
}
.abt-2{
    margin-top: 70px;
    padding-bottom: 80px;
}
.abt-2 p{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.choose-points{
    position: relative;
    height: 100%;
}
.choose-points img {
    width: 82%;
    object-fit: contain;

}
.choose-points .chose-bg {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: -58px;
    z-index: -1;
display: flex;
justify-content: center;
}
.pnt-bx{
    width: 400px;
    height: fit-content;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px 30px;
}
.pnt-bx h2{
    font-size: 23px;
    color: #e1cb53;
    margin-bottom: 0px;
}
.pnt-bxs{
    display: flex;
    gap: 40px;
    margin: 0 auto;
    width: fit-content;
    margin-top: 130px;
}
.abt2-lft{
    margin-top: 60px;
}
.abt-3{
    margin-top: 80px;
    margin-bottom: 60px;
}
.abt-3 h2{
    text-align: center;
}

.mission-vision{
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}
.vsn{
    width: 50%;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    padding: 40px 30px;
}
.msn{
    width: 50%;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    padding: 30px;
}
.msn h3{
    color: #e1cb53;
    margin-bottom: 10px;
    font-size: 30px;
}
.vsn h3{
    color: #e1cb53;
    margin-bottom: 10px;
    font-size: 30px;
}


/* about close */

/* menu  */

/* menu close  */

/* gallery  */

.gal-1{
    padding-top: 80px;
}
.gal-1 p{
    max-width: 655px;
}
.gal-1 h2{
    margin-bottom: 10px;
}
.gal-img-bx{
    width: 100%;
    height: 350px;
    position: relative;
}
.gal-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gal-image-sec{
    margin-top: 70px;
}
.gal-image-sec .row .col-xl-3{
    padding: 10px  !important;
}
.gal-image-sec .row{
    justify-content: left;
}
.gal-img-bx::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    transform: translate(-50%, -50%);
    height: 0%;
    background-color: #f0d11fc9;
    transition: all 0.2s ease-in-out;
}
.gal-img-bx:hover:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    height: 90%;

    transition: all 0.2s ease-in-out;
}
.gal-img-bx:hover .gal-itm-nm{
    opacity: 1;
}
.gal-itm-nm{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

/* gallery close  */


/* contact  */

.contact-cont{
    padding-top: 80px;
}
.contact-cont h2{
    text-align: center;
    width: fit-content;
    position: relative;
    margin: 0 auto;
}
.contact-cont h2::after{
    content: "";
    width: 120px;
    height: 2px;
    background-color: #bba423;
    position: absolute;
    left: 103%;
    bottom: 5px;
}
.contact-cont h2::before{
    content: "";
    width: 120px;
    height: 2px;
    background-color: #e1cb53;
    position: absolute;
    right: 103%;
    bottom: 5px;
}
.contact-flx{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.contact-flx p{
    max-width: 300px;
}
.cnt-1 .row{
    margin-top: 80px;
}
.contact-flx i{
    margin-top: 3px;
    color: #C0A006;
    font-size: 20px;
}
.cnt-1 .ftr-scls .ftr-scl-rnd i{
    color: #fff;
}
.cnt-1 .ftr-scls{
    margin-top: 30px;
}
.contact-btn{
    padding: 8px 30px;
    background-color: #000000;
    border-radius: 5px;
    width: fit-content;
    color: #ffffff;
    margin-top: 50px;
}
.contact-rt h3{
    font-size: 27px;
}
.contact-rt-frm-flx{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.contact-rt-frm {
    max-width: 400px;
    margin-top: 48px;
    position: relative;
    padding: 49px;
    margin-bottom: 50px;
}
.contact-rt-frm::after{
    content: "";
    width: 100%;
    height: 100%;
    border: 1.5px solid #C0A006;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-rt-frm::before {
    content: "";
    width: 96%;
    height: 104%;
    border: 1.5px solid #C0A006;
    position: absolute;
    left: 8px;
    top: -7px;
}
.contact-lft{
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.contact-flx-ln{
    height: 1px;
    width: 100%;
    background-color: #8a8a8a;
}

/* contact close  */




/* footer  */
.foot-bg {
    height: 100%;
    background-color: #000000;
    padding: 170px 0 50px 0;
    position: relative;
}
.ftr-tp-img{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
}
.footer-conts{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.foot-logo img{
    width: 180px;
    object-fit: contain;
}
.footer-conts p{
    max-width: 250px;
}
.ftr-cnct-flx p{
    margin-top: -3px !important;
}
.ftr-flx{
    display: flex;
    gap: 90px;
}
.ftr-flx p{
    color: #fff;
    margin: 10px 0;
}
.ftr-flx h3{
    margin-bottom: 15px;
    font-size: 23px;
}
.ftr-cnct-flx{
    display: flex;
    gap: 10px;
}
.ftr-scls{
    display: flex;
    gap: 20px;
}
.ftr-scls i{
    font-size: 20px;
}
.ftr-scl-rnd{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D8BF4A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wtsapp{
    width: 50px;
    object-fit: contain;
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 22222;
}

.bk-tp-btn button {
    background-color: #e1cb53;
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}


.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.copyright {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 80px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.con2-conts a p {
    color: #fff;
}
.ftr-cnct-flx p a{
    color: #fff;
}


/* footer close  */
