* {
    -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: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

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

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



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

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




h2,
h3 {
    font-family: Staatliches-Regular;
    font-weight: 100;
}

h5,
h4 {
    font-family: Inter-Regular;
}

h1 {
    font-size: 54px;
    font-family: Aldrich-Regular;
    font-weight: 100;
    line-height: 60px;
}

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

a {
    text-decoration: none;
}

li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 22px;
}

.fr-up {
    overflow: hidden;
    position: relative;
    padding-top: 4px;
}

.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  */

.header{
    position: relative;
    z-index: 4;
}
.hdr-btm-cont-lft-rt p{
    font-size: 15px;
}

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

.fr-und-ln p:hover {
    color: #ff0000 ! important;
    font-weight: 600;
}

.fr-und-ln.active p {
    color: #ff0000 ! important;
    font-weight: 600;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.hdr-tp {
    padding: 7px 0px;
    width: 100%;
    background-image: linear-gradient(#d80101, #580202);
}

.hdr-tp-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-tp-lft {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hdr-rt-flx {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hdr-tp-rgt {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hdr-tp-flx p {
    font-size: 14px;
    color: #fff;
}

.hdr-tp-flx i {
    font-size: 14px;
    color: #fff;
}

.hdr-btm-cont-lft {
    background-color: #ffffff46;
    backdrop-filter: blur(6px);
    height: 80px;
    width: 100%;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
    outline: 2px solid white;
    /* White border effect */
    outline-offset: -1px;
    /* Pull outline inside */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px 0 50px;

}

.hdr-btm-cont-lft-fl::after {
    content: "";
    position: absolute;
    top: -8.5px;
    right: 27px;
    rotate: -34deg;
    width: 1px;
    height: 96px;
    background-color: #fff;
}

.hdr-btm-cont-rt {
    background-color: #c20202;
    backdrop-filter: blur(10px);
    height: 80px;
    width: 22%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 53px 100%);
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.hdr-btm-cont-rt p {
    color: #fff;
    padding: 7px 32px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 36px;
    transition: all 0.3s ease-in-out;
}

.hdr-btm-cont-rt p:hover {
    background-color: #fff;
    color: #c20202;
}

.hdr-btm {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 3;
}

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

.hdr-btm-cont {
    position: relative;
}

.hdr-btm-cont-lft-fl {
    position: relative;
    width: 81%;
}

.hdr-logo {
    height: 60px;
    width: 80px;
}
.wth-sd-ln h3{
    font-size: 22px;
}
.hdr-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hdr-btm-cont-lft-rt {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hdr-btm-cont-lft-rt a p {
    color: #fff;
}

#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;
  }



/* header close  */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}

img.mfp-img {
    max-height: 600px !important;
    cursor: auto !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}


/* index  */

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

.fr-grdnt {
    width: 100%;
    height: 98vh;
    position: relative;
}

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

.fr-grdnt::before {
    content: "";
    height: 600px;
    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 .main-contents {
    position: absolute;
    bottom: 90px;
    /* width: 100%; */
    color: #FFFFFF;
    z-index: 3;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.main-contents span {
    font-size: 70px;
    color: #e40000;
}

.fr-grdnt .main-contents h1 {
    max-width: 590px;
    margin-bottom: 10px;
    /* text-align: center; */
    /* margin: 0 auto; */
}

.main-contents .mn-p1 {
    max-width: 600px;
    /* text-align: center; */
    /* margin: 0 auto; */
    /* margin-top: 10px; */
}

.mn-scls {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    /* justify-content: center; */
}

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

.mn-scls i:hover {
    color: #e40000;
}

.mn-rt-cont {
    width: fit-content;
    position: absolute;
    right: 100px;
    bottom: 80px;
    z-index: 3;
    color: #FFFFFF;
}

.mn-rt-cont p {
    text-align: end;
    max-width: 300px;
    margin-bottom: 10px;

}

.mn-rt-cont-rnds {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: right;
}

.mn-rt-cont-rnds .rnd {
    width: 15px;
    height: 15px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.btm-sml-bx-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.btm-sml-bx {
    height: 3px;
    width: 30px;
    background-color: #fff;

}

.ind1 {
    padding: 80px 0 20px 0;
}

.ind1-bx-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    top: -112px;
    justify-content: center;
}

.ind1-bx {
    width: 320px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #0000002e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px 30px 20px;

}

.ind1-bx h3 {
    font-size: 20px;
    margin-bottom: 7px;
}

.ind1-bx p {
    font-size: 14px;
    line-height: 21px;
}

.ind1-bx img {
    margin-bottom: 10px;
}

.ind1-bx.cntr-bx {
    width: 320px;
    height: 100%;
    background-image: linear-gradient(#cc0000 0%, #5c0101 100%);
    box-shadow: 0px 0px 10px 0px #0000002e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    top: -20px;

}

.ind1-bx img {
    width: 50px;
    object-fit: contain;
}

.ind1-bg {
    width: 400px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.ind1 {
    position: relative;
}

.ind1-btm-cont h2 {
    max-width: 450px;
}

.ind1-btm-cont {
    display: flex;
    justify-content: space-between;
}

.ind1-btm-cont p {
    text-align: end;
    max-width: 350px;
}

.ind2 {
    padding: 20px 0 150px 0;
}

.ind2-left-img-bx {
    width: 88%;
    height: 600px;
    margin-left: auto;
    clip-path: polygon(0% 100%, 0% 100%, 0% -64%, 100% 22%, 100% 100%, 0% 100%);
    position: relative;
    margin-right: 40px;
    border: 7px solid #ffffff;
}

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

.ind2-left-btm {
    width: 400px;
    height: 220px;
    background: #d3d3d3;
    clip-path: polygon(0% 65%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 15% 100%);
    position: absolute;
    bottom: -60px;
    left: -30px;
    border: 8px solid #ffffff;
    z-index: 3;
}

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

.ind2-left::after {
    content: "";
    position: absolute;
    width: 66%;
    height: 60%;
    right: 40px;
    bottom: 60px;
    background-color: #d60303;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.ind2-left::before {
    content: "";
    position: absolute;
    width: 32%;
    left: 18px;
    height: 51%;
    top: 94px;
    background-color: #d60303;
    clip-path: polygon(0% 0%, 100% 0%, 0 100%);
    z-index: -1;
}

.ind2-left-brdr-bx {
    width: 300px;
    height: 490px;
    border: 1px solid #cc0000;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
}

.ind2-left-sml-bx1 {
    width: 70px;
    height: 70px;
    background-color: #000000;
    position: absolute;
    right: 90px;
    bottom: -30px;
}

.ind2-left-sml-bx2 {
    width: 50px;
    height: 50px;
    background-color: #da0000;
    position: absolute;
    right: 74px;
    bottom: -45px;
}

.ind2-rgt {
    padding-top: 50px;
}

.ind2-rgt h2 {
    max-width: 500px;
    margin-bottom: 10px;
}

.ind2-rgt h3 {
    margin-bottom: 10px;

}

.ind2-rgt p {
    margin-bottom: 20px;
}

.wth-sd-ln {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sd-ln1 {
    width: 35px;
    height: 4px;
    background-color: #cc0000;
    margin-bottom: 5px;
}

.sd-ln2 {
    width: 28px;
    height: 4px;
    background-color: #cc0000;
    margin-bottom: 5px;
}

.sd-ln3 {
    width: 20px;
    height: 4px;
    background-color: #cc0000;
    margin-bottom: 5px;
}

.ind2-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;

}

.ind2-btns .ind2-btn1 {
    padding: 8px 30px;
    border-radius: 5px;
    background-image: linear-gradient(#da0000, #920101);
    color: #fff;
    border: 2px solid #af0b0b;
}

.ind2-btns .ind2-btn1:hover {
    background-image: linear-gradient(#ffffff, #ffffff);
    color: #000000;
    border: 2px solid #000000;
}

.ind2-btns .ind2-btn2:hover {
    background-image: linear-gradient(#da0000, #920101);
    color: #ffffff;
    border: 2px solid #af0b0b;
}

.ind2-btns .ind2-btn2 {
    padding: 8px 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #000000;
    color: #000000;
}

.ind2-btns {
    margin-top: 30px;
}

.ind2-rgt-btm {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.ind2-rgt-btm-lft-flx img {
    width: 17px;
    position: relative;
    object-fit: contain;
    top: 3px;
}

.ind2-rgt-btm-lft-flx {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 15px;
}

.ind2-rgt-btm-lft-flx p {
    margin-bottom: 0px;
}

.ind2-rgt-btm-rgt-img-bx {
    position: relative;
}

.ind2-rgt-btm-rgt-img-bx::after {
    content: "";
    position: absolute;
    width: 80%;
    right: -10px;
    height: 85%;
    top: -15px;
    background-color: #d60303;
    clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
    z-index: -1;
}

.ind2-rgt-btm-rgt-img {
    width: 370px;
    height: 210px;
    clip-path: polygon(0% 65%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 15% 100%);
    margin-left: auto;
    margin-bottom: 20px;
}

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

.ind2-rgt-btm-rgt p {
    text-align: end;
    max-width: 390px;
}

.ind3 {
    height: 100%;
    width: 100%;
    background-color: #FAFAFA;
    padding: 70px 0;
}

.ind3 .wth-sd-ln {
    margin: 0 auto;
    margin-bottom: 20px;
    width: fit-content;
}

.ind3-cont h2 {
    text-align: center;
    margin-bottom: 10px;
}

.ind3-cont .ind3-p1 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ind3-cont-img-bx-lft {
    height: 100%;
    width: 74%;
}

.ind3-cont-img-bx-lft-tp {
    height: 52%;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ind3-cont-img-bx-lft-tp img {
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-lft-tp:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-lft-btm-lft img {
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-lft-btm-lft:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-rgt img {
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-rgt:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.ind4-img-bx img {
    transition: all 0.3s ease-in-out;
}

.ind4-img-bx:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.ind3-cont-img-bx-lft-tp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.699));
    border-radius: 10px;
}

.ind3-cont-img-bx-lft-btm {
    height: 46%;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;

}

.ind3-cont-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ind3-cont-img-bx-lft-btm-lft {
    height: 100%;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ind3-cont-img-bx-lft-btm-lft::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.699));
    border-radius: 10px;
}

.ind3-cont-img-bx {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    max-width: 1100px;
    margin: 50px auto;
    height: 600px;
}

.ind3-cont-img-bx-rgt {
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ind3-cont-img-bx-rgt::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.699));
    border-radius: 10px;
}

.ind3-cont-img-bx-rgt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.inner-txt i {
    font-size: 25px;
    margin-bottom: 10px;
}

.inner-txt p {
    max-width: 230px;
    margin-top: 5px;
}

.inner-txt img {
    width: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}

.ind4 {
    height: 100%;
    width: 100%;
    padding: 80px 0;
    background-color: #0c0c0c;
    position: relative;
    color: #fff;
}

.ind4-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    object-fit: contain;
}

.ind4-cont {
    display: flex;
    justify-content: space-between;
}

.ind4-cont-rgt p {
    max-width: 500px;
    text-align: end;
}

.ind4-img-bx {
    width: 100%;
    height: 320px;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;
}

.ind4-img-bx::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.849));
}

.ind4-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind4 .row {
    margin-top: 50px;
}

.ind4-img-bx-dtls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
        padding-right: 20px;
}

.ind4-img-bx-dtls h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

.rm-ftrs {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.rm-ftr-flx {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rm-ftr-flx img {
    width: 20px !important;
    object-fit: contain !important;
}

.ind4-btn {
    padding: 10px 40px;
    width: fit-content;
    background-image: linear-gradient(#da0000, #830000);
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}

.ind4-btn:hover {
    background-image: linear-gradient(#830000, #da0000);
    transition: all 0.3s ease-in-out;
}

.ind5 {
    height: 400px;
    width: 100%;
    background-image: url(../assets/img/ind5-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ind5 h2 {
    text-align: center;
    color: #fff;
    max-width: 400px;
    margin: 10px auto;
}

.ind5 p {
    text-align: center;
    color: #fff;
    margin: 10px auto;
}

.ind5-btn {
    padding: 10px 40px;
    width: fit-content;
    background-image: linear-gradient(#da0000, #830000);
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px !important;
    cursor: pointer;
    border: 1px solid #ffffff;
}


/* index close  */

/* about */

.page-header {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-header h2 {
    margin-top: 100px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.page-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.575));
    border-radius: 10px;
}

.page-header.abt {
    background-image: url(../assets/img/4.png);
    background-size: cover;
    background-position: bottom;
}

.abt1-left img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.abt1-left {
    display: flex;
    justify-content: center;
    width: 100%;
}

.abt1 {
    padding: 80px 0 40px 0;
}

.abt1-rgt {
    display: flex;
    align-items: center;
    height: 100%;

}

.abt1-rgt h2 span {
    font-size: 60px;
    margin-right: 5px;
}

.abt1-rgt h2 {
    margin-bottom: 10px;
}

.abt1-rgt h4 {
    margin-bottom: 20px;
}

.abt1-rgt p {
    margin-bottom: 10px;
}

.tck-flx {
    display: flex;
    gap: 10px;
    margin-top: 23px;
}

.tck-flx h4 {
    margin-bottom: 0;
}

.tck-flx img {
    width: 20px;
    object-fit: contain;
}

.abt-btn {
    width: 350px;
    height: 37px;
    display: flex;
    align-items: center;
    background-color: #cc0000;
    justify-content: center;
    border-radius: 5px;
    margin-top: 30px;
}

.abt-btn p {
    width: fit-content;
    color: #fff;
    margin-bottom: 0;
}

.abt2 {
    padding: 80px 0;
    background-color: #fafafa;
}

.abt2 .wth-sd-ln {
    width: fit-content;
    margin: 20px auto;
}

.abt2 h2 {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.abt2-btm-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 50px auto;
}

.abt2-bx {
    width: 300px;
    height: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.178);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;

}

.abt2-bx-cont img {
    width: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.abt2-bx-cont {
    width: 100%;
    padding: 20px;
}

.abt2-bx:hover {
    background-color: #db0000;
    transition: all 0.3s ease-in-out;
    color: #fff;

}

.abt2-bx-cont h4 {
    text-align: center;
    margin-bottom: 0;
}

.abt2-bx-cont p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 7px;
}

.abt3 {
    padding: 80px 0;
    background-color: #F9F9F9;
}

.abt3 h2 {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.abt2-bx-cont-imgbx {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* about close  */


/* gallery  */

.gal1 {
    padding: 80px 0;
}

.gal1-cont h2 {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 7px
}

.gal1-cont p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px
}

.gal-img {
    width: 100%;
    height: 300px;
    margin: 10px 0;
    overflow: hidden;
}

.gal-img:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;

}

.gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.gal-img-cont {
    margin-top: 60px;
}


/* gallery close */

/* room  */

.room-img-cont {
    margin-top: 60px;
}
.room-img-cont .row{
    justify-content: left;
}

.room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.room-img:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.room-img {
    position: relative;
    overflow: hidden;
}

.room-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.room-img {
    width: 100%;
    height: 300px;
    margin: 10px 0;
    color: #fff;
}
.room {
    padding: 80px 0;
}

.room-cont h2 {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 7px
}

.room-cont p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px
}

.room-img .ind4-img-bx-dtls {
    bottom: 20px;
    padding-right: 10px;
}

.room-img .ind4-img-bx-dtls h4 {
    font-size: 18px;
    margin-bottom: 5px;
}


/* room close  */


/* room details  */

.room-details {
    padding: 80px 0;
}

.room-det-cont-lft {
    width: 150px;
    height: 100%;
}

.room-det-cont {
    height: 470px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 880px;
    position: relative;
}

.room-det-cont-lft-img {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    cursor: pointer;
}

.room-det-cont-lft-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.room-det-cont-rgt {
    width: 700px;
    height: 100%;
}

.room-det-cont-rgt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.room-rt-str {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 20px;
}

.room-rt-str i {
    color: #F0B617;
    font-size: 17px;
}

.room-price {
    display: flex;
    align-items: center;
    gap: 7px;
}

.room-price i {
    font-size: 15px;
}

.room-dtl-txts h3 {
    font-size: 25px;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 20px;
}

.room-dtl-txts h3::after {
    content: "";
    display: block;
    width: 115%;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #000000;
}

.room-dtl-txts p {
    margin-bottom: 10px;
    max-width: 1000px;
}

.room-price {
    margin-bottom: 20px;
}

.rm-ftrs-cont {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 860px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.room-ftrs-bx {
    height: 50px;
    width: fit-content;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 5px;

}

.room-ftrs-bx-lft {
    height: 100%;
    width: 50px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;

}

.room-ftrs-bx-lft img {
    width: 30px;
    object-fit: contain;
}

.room-ftrs-bx-rt {
    padding-right: 10px;
    border-radius: 5px;
    min-width: 70px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.room-ftrs-bx-rt h2 {
    font-size: 18px;
}

.room-book-btn {
    background-color: #cc0000;
    padding: 8px 30px;
    border-radius: 5px;
    color: #fff;
    width: fit-content;

}

.room-book-btn p {
    margin-bottom: 0;
}

.room-book-btn.pc {
    position: absolute;
    bottom: -56px;
    right: 20px;
}
.room-book-btn.mb {
        display: none;
    }

/* room details close  */


/* contact  */

.contact-cont-lft {
    width: 100%;
    height: 600px;
    position: relative;
    padding: 0 50px;
}

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

.contact-cont-lft::after {
    content: "";
    position: absolute;
    top: 43px;
    left: 30px;
    width: 25%;
    height: 96%;
    border: 2px solid #ff0000;
    z-index: -1;
}

.contact-cont-lft::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 31px;
    width: 76%;
    height: 94%;
    border: 2px solid #ff0000;
    z-index: -1;
}

.contact-cont {
    padding: 80px 0;
}

.cnct-scl {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;

}

.contact-cont-rgt {
    display: flex;
    align-items: center;
    height: 100%;
}

.cnct-scl i {
    font-size: 22px;
}

.contact-cont-rgt p {
    margin-top: 10px;
}

.cont-dtls-flx {
    display: flex;
    gap: 10px;
}

.cont-dtls-flx p {
    margin-top: 0;
    max-width: 300px;
    color: #000000;
}

.cont-dtls-flx i {
    margin-top: 3px;
    color: #000000;
}
.cnct-scl i{
    color: #000000;
}

.cont-dtls {
    margin-top: 50px;
}

.cont-nums-flx {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;

}

.map-sec {
    margin-top: 20px;
    width: 100%;
    height: 400px;
}

/* contact close  */




/* footer  */

.foot-bg {
    height: 100%;
    width: 100%;
    padding: 80px 0 30px 0;
    position: relative;
    background-color: #000000;
}

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

.bk-tp-btn button {
    background-image: linear-gradient(#da0000, #830000);
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.ftr-lft-flx-rgt p:hover {
    color: #da0000;
}

.ftr-rgt-flx-lft p:hover {
    color: #da0000;
}


.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: 40px;
    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);
    }
}

.ftr-flx {
    display: flex;
    justify-content: space-between;
}

.ftr-rgt-flx {
    width: 40%;
    display: flex;
    gap: 50px;
}

.ftr-lft-flx {
    width: 53%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.ftr-rgt-flx {
    width: 40%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.ftr-logo img {
    width: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ftr-fl {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.ftr-lft-flx-lft {
    width: 50%;
}

.ftr-lft-flx-rgt {
    width: 30%;
}

.ftr-lft-flx-rgt h3 {
    margin-bottom: 20px;
}

.ftr-lft-flx-rgt p {
    margin-top: 10px;
    color: #fff;
    width: fit-content;
}

.ftr-rgt-flx h3 {
    margin-bottom: 20px;
}

.ftr-rgt-flx p {
    margin-top: 10px;
    color: #fff;
}

.ftr-socl {
    margin-top: 30px;
}

.ftr-socl h3 {
    margin-bottom: 20px;
}

.ftr-socl i {
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.ftr-socl i:hover {
    color: #da0000;
}

.ftr-rgt-flx-rgt-flx {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.ftr-rgt-flx-rgt-flx p {
    margin-top: 0;
    max-width: 250px;
}

.ftr-rgt-flx-rgt-flx i {
    margin-top: 3px;
    color: #fff;
}

/* footer close  */
