* {
    -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,
            #d80320 60%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

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

@font-face {
    font-family: Figtree-SemiBold;
    src: url(../assets/fonts/fig-tree/Figtree-SemiBold.ttf);
}

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

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



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

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

.fr-up {
    overflow: hidden;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 20px !important;
    padding: 10px;
}

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

h2 {
    font-family: Figtree-SemiBold;
    font-size: 38px;
    line-height: 100%;
    font-weight: 100;


}


h3 {
    font-family: anteroly;
    font-size: 45px;
    font-weight: 100;

}

h4,
p,
a {
    text-decoration: none;
    font-family: Inter-Regular;

}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

.sub-hd {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.sb-fl {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub-flx {
    display: flex;
    align-items: center;
    color: #E4BB7D;
    gap: 10px;
}

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

.header .line {
    width: 100%;
    height: 1px;
    background-color: #e4bb7d65;
    margin-top: 10px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 50px;
}

.menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu ul li a {
    color: #ffffff;
    transition: 0.3s;
}

.menu ul li a:hover {
    color: #E4BB7D;
}

.logo img {
    width: 200px;
    object-fit: contain;


}

.bt-hd {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-flx p {
    font-size: 14px;
    color: #E4BB7D !important;
}

/* header close  */

/* index  */

.mn-bg {
    /* background-image: url(../assets/imgs/1.png); */
    width: 100%;
    height: 100vh;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: top; */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    align-items: end;
}

.ovr-txt h2 {
    font-size: 90px;
    -webkit-text-stroke: 1px #ffffffd3;
    color: transparent;

}

.ovr-txt {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #b8b8b8;
    z-index: 5;
}

.main-slide .item {
    position: relative;
}

.main-slide {
    width: 100%;
    height: 100vh;
    position: relative;
}

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

.main-slide .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000a2;
}

.mn-bg .container {
    position: relative;
}

.contact p {
    color: #fff;
    position: relative;
    width: fit-content;
}

.contact p::after {
    width: 70%;
    height: 2px;
    background-color: #FDBF13;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: all 0.3s ease-in-out;

}

.contact p:hover::after {
    width: 98%;
    transition: all 0.3s ease-in-out;
}

.mn-bg h2 {
    font-size: 120px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff2a;
    bottom: 244px;
    right: 313px;
    z-index: 2;
}

.mn-lft img {
    width: 210px;
    object-fit: contain;
}

.mn-lft {
    position: absolute;
    z-index: 2;
    width: fit-content;
    bottom: 70px;
    color: #fff;
}

.mn-lft p {
    margin-top: 10px;
    font-size: 14px;
}

.mn-conts {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding-bottom: 100px;
    margin-left: auto;
}

.mn-conts h1 {
    color: #E4BB7D;
    text-align: end;
}

.mn-conts p {
    text-align: end;
    color: #fff;
    max-width: 700px;
    margin-top: 20px;
}

.mn-conts h1 .btm {
    color: #ffffff;
}

.mn-conts h1 .tp {
    font-size: 80px;
}

.reg-button {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

.vst-btn p {
    padding: 10px 20px;
    /* background-color: #d80320; */
    margin-top: 0 !important;
    font-size: 14px;
    position: relative;
    z-index: 2;

}

.vst-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #d80320;
}

.vst-btn::before {
    width: 0%;
    height: 100%;
    background-color: #E4BB7D;
    content: "";
    position: absolute;
    left: -1;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.vst-btn:hover::before {
    width: 101%;
    transition: all 0.3s ease-in-out;
}

.bni-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    /* border: 1px solid #ffffff; */
    background-color: #D71E23;
}

.bni-btn::before {
    width: 0%;
    height: 100%;
    background-color: #E4BB7D;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.bni-btn:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.bni-btn p {
    padding: 10px 20px;
    /* border: 1px solid #ffffff; */
    margin-top: 0 !important;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.spnsr-sec {
    height: 100%;
    width: 100%;
    background-color: #FFFBEB;
    padding: 40px 0;
}

.spnsr-sec-flx-fl {
    display: flex;
    justify-content: start;
    gap: 100px;
}

.ttl-logo img {
    height: 140px;
    width: 153px;
    margin: 0 10px;
    object-fit: contain;
}

.ttl-logo {
    margin-top: 30px;

}

.med-prtnr {
    display: flex;
    /* justify-content: end; */
    margin-top: 30px;
    gap: 50px;
}

.med-prtnr h3 {
    font-size: 20px !important;
}

.med-prtnr .co-logo {
    margin-top: 7px !important;
}

.co-logo img {
    height: 90px;
    width: 106px;
    margin: 0 10px;
    object-fit: contain;
}

.med-prtnr .co-logo img {
    height: 74px;
    width: 98px;
    margin: 0 10px;
    object-fit: contain;
}

.co-logo {
    margin-top: 30px;
}
.co-spnsr {
    max-width: 516px;
}

.co-spnsr h3 {
    font-size: 27px;
}

.ttl-spnsr h3 {
    font-size: 27px;
}

.ind1 .row {
    padding-top: 180px;
}

.ind-1-lft h3 span {
    color: #D71E23;
}

.ind1 .container h2 {
    font-size: 150px;
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #9e9e9e81;
    z-index: 2;
    top: 80px;
}

.ind-1-lft h4 {
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    margin-left: 80px;
}

.ind-1-lft h4::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin-top: -8px;
    left: -75px;
    position: absolute;
}

.ind-1-rt h4 {
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    margin-left: 80px;
    font-weight: 100;
    color: #d80320;
}

.ind-1-rt h4::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #d80320;
    display: block;
    margin-top: -8px;
    left: -75px;
    position: absolute;
}

.ind-1-lft p {
    margin-top: 20px;
}

.ind-1-rt p {
    max-width: 740px;
}

.ind-1-rt .fr-lft {
    margin-left: 110px;
    margin-top: 20px;
}

.ind1 .container {
    position: relative;
}

.ind1 .container .pln-bx {
    width: 220px;
    height: 332px;
    background-color: #F7F7F7;
    position: absolute;
    top: 0px;
    margin-left: -20px;
    z-index: -1;
}

.lft-vrt {
    rotate: -90deg;
    position: absolute;
    left: 0;
    bottom: 70px;
    font-size: 14px;
}

.ind2 {
    padding-top: 200px;
    position: relative;
}

.ind2 .bx-img {
    width: 500px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 100px;

}

.ind2 .mp-img {
    width: 950px;
    object-fit: contain;
    position: absolute;
    right: 100px;

}

.ind-2-lft {
    width: 100%;
    height: 100%;
}

.ind-2-lft img {
    width: 100%;
    object-fit: contain;
}

.ind-2-rt h3 {
    text-align: end;
    margin-top: 50px;
}

.ind-2-rt h3 span {
    color: #D71E23;
    font-size: 55px;
}

.ind-2-rt p {
    text-align: end;
    max-width: 700px;
    margin-left: auto;
    margin-top: 20px;
}

.ind-2-rt .reg-button p {
    padding: 10px 30px;
    background-color: #d80320;
    margin-top: 0 !important;
    color: #fff;
}

.ln-img {
    height: 200px;
    object-fit: contain;
    position: absolute;
    bottom: -30px;
}

.cunt {
    display: flex;
    gap: 30px;
    margin-left: auto;
    width: fit-content;
    margin-top: 100px;
}

.cunt p {
    text-align: start;
}

.cunt p span {
    font-size: 30px;
    font-family: Figtree-SemiBold;
}

.rt-trngl {
    width: 250px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 100px;
}

.ind-3 {
    height: 740px;
    width: 100%;
    background-image: url(../assets/imgs/10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    margin-top: 100px;
    padding-top: 200px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.ind-3 h3 {
    font-size: 40px;
}

.ind-3-lft-cont p {
    color: #D71E23;
}

.ind3-undln {
    position: relative;
    width: fit-content;
    margin-top: 50px;
}

.ind3-undln::after {
    content: "";
    width: 110%;
    height: 1px;
    background-color: #D71E23;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ind3-rt {
    margin-top: 50px;
}

.ind3-rt p {
    max-width: 700px;
}

.ind-3-flx .fr-lft {
    margin-left: 100px;
    margin-top: 40px;
}

.bt-rd-bx {
    width: 40%;
    height: 30px;
    background-color: #D71E23;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
}

.sb-prdct-slide .item .imgbx {
    height: 381px;
    width: 344px;
    /* max-width: 330px; */
    object-fit: contain;
    padding: 15px;
    position: relative;
}

.hvr-txt p {
    color: #fff;
    font-size: 25px;
}

.hvr-txt {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.sb-prdct-slide .item .imgbx .grd-bx .innr {

    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);

    transition: all 0.3s ease-in-out;
}

.sb-prdct-slide .item .imgbx .grd-bx {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.sb-prdct-slide .item .imgbx:hover .grd-bx {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sb-prdct-slide .item .imgbx:hover .hvr-txt {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sb-prdct-slide .item p {
    text-align: center;
}

.sb-prdct-slide .item .imgbx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 330px;
}

.sb-prdct-slide {
    max-width: 67vw;
    margin-left: auto;
    float: right;
    position: absolute !important;
    right: 0;
    bottom: -130px;
    /* transform: translateY(50%); */

}

.ind-3-flx {
    display: flex;
}

.slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-left: 10px;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgb(235, 235, 235);
    text-indent: -9999px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #D71E23;
    width: 18px;
    height: 9px;
    border-radius: 10px;
}

.sb-prdct-slide button {
    padding: 10px 13px;
    border: none;
    background-color: #D71E23;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

.sb-prdct-slide .prev_button {
    position: absolute;
    top: 101%;
    left: 15px;
    z-index: 2;
}

.sb-prdct-slide .next_button {
    position: absolute;
    top: 101%;
    left: 65px;
    z-index: 2;
}

.ind-4 {
    margin-top: 200px;
}

.ind-4-hdng h2 .why {
    font-size: 25px;
}

.ind-4-hdng {
    display: flex;
    justify-content: center;
}

.ind-4-hdng h2 .fr-rd {
    color: #D71E23;
}

.ind-4-hdng h2 {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 20px;
}

.ind-4-hdng p {
    text-align: center;
}

.ind-4-img {
    width: 100%;
    object-fit: contain;
    width: 70%;
    margin: 0 auto;
}

.ind-4-img-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ind-4-img-cont {
    margin-top: 80px;
}

.ind4-flx img {
    height: 20px;
    object-fit: contain;
    margin-top: 3px;
}

.ind4-flx {
    display: flex;
    gap: 10px;
    margin: 60px 0;
}

.ind4-flx-fl {
    height: 100%;
    display: flex;
    align-items: center;
}

.ind-5-big {
    background-color: #1C1C1C;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    position: relative;
    padding: 80px 0;
}

.ind5-img1 {
    height: 300px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.ind5-img2 {
    width: 43px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.ind-5-cont h2 {
    position: relative;
    width: fit-content;
    color: #fff;
}

.ind-5-cont h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 110%;
    background-color: #E4BB7D;
}

.ind-5-cont h2 span {
    color: #E4BB7D;
}

.ind-5-cont .p {
    max-width: 700px;
    margin-top: 30px;
    color: #fff;
}

.ind-5-cont {
    position: relative;
    z-index: 2;
}

.ind-5-in-flx img {
    height: 20px;
    object-fit: contain;
    margin-top: 3px;
}

.ind-5-in-flx {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    color: #fff;
}

.ind5cont-flx {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    width: 100%;
    gap: 11%;
}

.ind5cont-flx-lft {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.ind5cont-flx-rt {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.ind-6 {
    width: 100%;
    height: 890px;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 150px;
    padding-top: 90px;

}

.ind-6-img1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    object-fit: contain;
}

.ind-6-img2 {
    position: absolute;
    right: 0;
    top: -150px;
    height: 150px;
    object-fit: contain;
}

.ind-6-img3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    object-fit: contain;
}

.ind-6-img4 {
    position: absolute;
    right: 0;
    top: -180px;
    width: 350px;
    object-fit: contain;
}

.ind-6-img5 {
    position: absolute;
    right: 0;
    top: -150px;
    width: 220px;
    object-fit: contain;
}

.ind-6-cont h4 {
    font-size: 25px;
    position: relative;
    width: fit-content;
    margin-left: 120px;
}

.ind-6-cont h4::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 101%;
    height: 2px;
    width: 130%;
    background-color: #000000;
}

.ind-6-cont h4 span {
    color: #D71E23;
}

.ind-6-cont p {
    max-width: 700px;
    margin-top: 30px;
}

.ind-6-in-flx img {
    height: 20px;
    object-fit: contain;
}

.ind-6-cont-flx {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 80px;
}

.ind-6-cont-flx-img-bx1 img {
    width: 335px;
    height: 415px;
    object-fit: cover;

}

.ind-6-cont-flx-img-bx2 img {
    width: 335px;
    height: 415px;
    object-fit: cover;
}

.ind-6-cont-flx-img-bx3 img {
    width: 335px;
    height: 415px;
    object-fit: cover;
}

.ind-6-cont-flx-img-bx2 {
    margin-top: 90px;
}

.ind-6-cont-flx-img-bx3 {
    margin-top: 180px;
}

.ind6-rt {
    display: flex;
    justify-content: end;
    margin-top: -80px;
}

.ind6-rt h2 {
    position: relative;
    width: fit-content;
}

.ind6-rt h2::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 120%;
    height: 2px;
    background-color: #000000;

}

.ind6-rt h4 {
    font-size: 20px;
    position: relative;
    top: 30px;
    left: 150px;
}

.ind6-rt-cont {
    rotate: -90deg;
}

.rt-pln-bx {
    width: 422px;
    height: 200px;
    border: 2px solid #e6e6e6;
    position: absolute;
    bottom: 32px;
    right: 0px;
}

.ind-7-img1 {
    position: absolute;
    left: 0;
    top: -120px;
    height: 385px;
    object-fit: contain;
}

.ind-7-img2 {
    position: absolute;
    right: 0;
    top: 0px;
    height: 450px;
    object-fit: contain;
}

.ind-7-img3 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 200px;
    object-fit: contain;
}

.ind-7 {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 150px 0 40px 0;
}

.flr-mp {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    position: relative;

}

.flr-mp img {
    height: 100%;
    object-fit: contain;
}

.foot-conts img {
    width: 200px;
    object-fit: contain;
}



/* index close  */

/* registration  */

.reg-cont {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: relative;
    background-color: #1C1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0 80px 0;
    gap: 80px;
}

.regbox {
    width: 700px;
    height: fit-content;
    /* background-color: #ffffff; */
    /* border-radius: 20px; */
    padding: 50px 20px;

}

.contact-det {
    color: #fff;
}

.contact-det h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.contact-det-flx {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.contact-det-flx p {
    max-width: 400px;
}

.contact-det-flx p a {
    color: #fff;
}

.contact-det-flx i {
    font-size: 20px;
}

.hdng h2 {
    font-size: 25px;
}

.hdng {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-inpt {
    margin-top: 30px;
}

.reg-inpt input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding-left: 10px;
    margin-top: 10px;
    color: #fff;
}

.reg-inpt textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 130px;
    padding-top: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding-left: 10px;
    margin-top: 10px;
    color: #fff;
}

.submit button {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #D71E23;
    color: #ffffff;
    margin-top: 30px;
    /* border-radius: 10px; */
    cursor: pointer;
}

.reg-inpt input:focus {
    outline: none;
}

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

/* registration close  */

/* footer  */

.foot-conts img {
    width: 250px;
    object-fit: contain;
}

.foot-bg {
    padding: 100px 0 20px 0;
}

.logo p {
    max-width: 299px;
    margin-top: 20px;

}

.cnct h4 {
    font-size: 20px;
}

.links {
    margin-top: 20px;
    color: #000000;
}

.links p a {
    color: #000000;
}

.links p {
    max-width: 370px;
}

.link i {
    margin-top: 5px;
}

.link {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.scls h4 {
    font-size: 20px;
}

.scls p {
    margin-top: 20px;
    max-width: 350px;
}

.scl-ic {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.scl-ic img {
    width: 25px;
    object-fit: contain;
}

.foot-conts .col-md-4 {
    display: flex;
    justify-content: center;
}

.copy {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

.bk-tp-btn button {
    background-color: #D71E23;
    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: 6%;
    z-index: 22222;

}

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

.whtsap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whtsap {
    height: 80px;
    object-fit: contain;
    position: fixed;
    right: 22px;
    bottom: 120px;
    z-index: 22222;
}

.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: 80vh !important;
    cursor: auto !important;
}

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

    cursor: auto !important;
}

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

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

/* footer close  */