@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&family=Jost:wght@300;400;500;600;700;800&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Manrope:wght@200;300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&family=Sora:wght@200;300;400;500;600;700;800&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body{
    padding: 0;
    margin: 0;
    /* overflow: hidden; */
}
@font-face {
    font-family: 'ClashDisplay-bold';
    src: url('../fonts/ClashDisplay-Bold.ttf');
}
@font-face {
    font-family: 'ClashDisplay-semibold';
    src: url('../fonts/ClashDisplay-Semibold.ttf');
}
@font-face {
    font-family: 'GeneralSans-Medium';
    src: url('../fonts/GeneralSans-Medium.ttf');
}
@font-face {
    font-family: 'GeneralSans-regular';
    src: url('../fonts/GeneralSans-Regular.ttf');
}
@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.ttf');
}
@font-face {
    font-family: 'ClashDisplay-semiMedium';
    src: url('../fonts/GeneralSans-Semibold.ttf');
}

h1, h2, h3, h4{
    font-family: 'Poppin-bold';
}
p, span, a{
    font-family: 'Poppin-light';
}

/* .main .InnerMain{
    padding: 0;
    margin: 0;
    overflow: hidden;
} */
.navbar {
    transition: 0.6s;
    z-index: 10000;
}
.navbar.sticky {
    padding: 0px !important;
    background: #FF5851;
}
.navbar.sticky .navbar-brand img{
    height: 60px;
}
.navbar ul li a{
    color: #fff !important;
}
.BtnLiveChat{
    background-color: #EEC900;
    text-decoration: none;
    border: 1px solid #EEC900;
    border-radius: 5px;
    padding: 7px 10px;
    color: #171717;
    font-weight: 700;
}
.bg-holder .navbar-toggler{
    color: #fff !important;
    background-color: #ffffffa3;
}
section.HeaderSecWrap {
    position: relative;
    padding: 8rem 0 3rem;
    display: flex;
    align-items: center;
    /* height: 90vh; */
}
.border-btm{
    /* content: ''; */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-image: url('../images/head_btm_img.png');
    background-repeat: no-repeat;
    z-index: 99;
}
.bg-holder {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.curve-svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    fill: #fff; /* Adjust the fill color as needed */
}

.Heading_Text p{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'GeneralSans-regular';
}
.Heading_Text h2,
.OurMission_Wrap .TopInnerHeading h2{
    font-size: 68px;
    color: #000000;
    line-height: 80px;
    font-weight: 700;
    font-family: 'ClashDisplay-bold';
    margin-bottom: 19px;
}
.Heading_Text h2 span,
.OurMission_Wrap .TopInnerHeading h2 span{
    color: #FF5851;
    font-family: 'ClashDisplay-bold';
    /* font-size: 50px; */
}

.AnimateImg, .Img_Ani {
    -webkit-animation: AnimateImg 3s linear infinite both;
    animation: AnimateImg 3s linear infinite both;
}
@-webkit-keyframes AnimateImg {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes AnimateImg {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.InputGroupButton {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.InputGroupButton img.smsImg{
    position: absolute;
    left: 7px;
}
.InputGroupButton input {
    width: 100%;
    padding: 10px 10px 10px 36px;
    border-radius: 8px;
    border: 1px solid #7C7C7C;
    background-color: #ffffffa1;
}
.InputGroupButton button.btnCheck {
    background-color: #FF5851;
    padding: 11.5px;
    border-radius: 8px;
    border: 1px solid #FF5851;
    font-size: 14px;
    color: #fff;
    font-family: 'GeneralSans-Medium';
    width: 128px;
    letter-spacing: 2px;
}

/* Cards Sec */

.CardsSec_Wrap, .OurMission_Wrap{
    padding: 80px 0;
    overflow: hidden;
}
.CardsSec_Wrap .CardInnerCss {
    background-color: #FF5851;
    border-radius: 10px;
    height: 180px;
    max-height: 400px;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding: 30px;
    box-sizing: content-box;
}
.CardsSec_Wrap .CardInnerCss .ImgIcon {
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    padding: 18px 10px;
    text-align: center;
    vertical-align: middle;
}
.CardsSec_Wrap .CardInnerCss .ImgIcon img {
    height: 30px;
    margin: 0 auto;
}
.CardsSec_Wrap .CardInnerCss p{
    color: #fff;
    font-family: 'GeneralSans-Medium';
}

/* Cards Sec End */
/* Our Mission Sec */

.OurMission_Wrap{

}
.OurMission_Wrap .TopInnerHeading h2 img{
    vertical-align: bottom;
    height: 116px;
}
.OurMission_Wrap .TopInnerHeading p {
    /* background-image: url(../images/mission-text-bg.png); */
    font-family: 'ClashDisplay-semiMedium';
    font-size: 24px;
    color: #000;
    width: 59%;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% -38px;
    position: relative;
}
.OurMission_Wrap .TopInnerHeading p::before {
    content: '';
    background-image: url(../images/mission-text-bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
.OurMission_Wrap .row{
    margin-top: 50px;
}
.OurMission_Wrap .LeftImgMission,
.OurMission_Wrap .RightImgMission{

}
.OurMission_Wrap .InnerCard{
    padding: 50px 0;
}
.OurMission_Wrap .InnerCard span{
    font-family: 'ClashDisplay-Medium';
    font-size: 18px;
    color: #ff5555;
}
.OurMission_Wrap .InnerCard h2{
    font-size: 48px;
    color: #000;
    font-family: 'ClashDisplay-bold';
}
.OurMission_Wrap .InnerCard .InnerText{
    margin-top: 2rem;
}
.OurMission_Wrap .InnerCard .InnerText h4{
    font-size: 18px;
    color: #000;
    font-family: 'ClashDisplay-semibold';
}
.OurMission_Wrap .InnerCard .InnerText h4 img{
    margin-right: 10px;
}
.OurMission_Wrap .InnerCard .InnerText p{
    font-size: 18px;
    color: #000;
    font-family: 'GeneralSans-regular';
}
.StandOuttext .InnerText p {
    position: relative;
    font-family: 'GeneralSans-Medium' !important;
    font-size: 32px !important;
}
.StandOuttext .InnerText p::before {
    content: '';
    left: -30%;
    right: 0;
    top: -40px;
    bottom: 0;
    background-image: url(../images/feature-text-bg.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
}

/* Our Mission Sec End */

/* Why Menyooze */

.WhyMenyooze_Wrap {
    background-image: url(../images/why-menyooze-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 60px;
}
.WhyMenyooze_Wrap h2{
    font-size: 64px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'ClashDisplay-bold';
}
.WhyMenyooze_Wrap img{

}

/* Why Menyooze End */
/* Game Changer Sec */

.Changer_SecWrap {
    background-color: #FF5851;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.Changer_SecWrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: -77px;
    background-image: url(../images/game-change-elipse.png);
    height: 392px;
    width: 250px;
    background-repeat: no-repeat;
}
.Changer_SecWrap::after{
    content: '';
    position: absolute;
    right: 0;
    top: -77px;
    background-image: url(../images/game-right-elipse.png);
    height: 392px;
    width: 250px;
    background-repeat: no-repeat;
}
.Changer_SecWrap .InnerText {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.Changer_SecWrap .InnerText h3{
    font-size: 54px;
    color: #fff;
    font-family: 'ClashDisplay-bold';
}
.Changer_SecWrap .InnerText h3 img{

}
.Changer_SecWrap .InnerText p{
    font-size: 22px;
    font-family: 'GeneralSans-Medium';
    color: #fff;
}

/* Game Changer Sec End */

/* Map Sec */

.Map_Wrap{
    padding: 60px 0 0;
    overflow: hidden;
}
.Map_Wrap .MapHeading{
    margin-bottom: 3rem;
}
.Map_Wrap .MapHeading h2{
    font-size: 54px;
    color: #ff5555;
    text-align: center;
    font-family: 'ClashDisplay-bold';
}
.Map_Wrap .MapHeading p{
    font-size: 34px;
    color: #000;
    text-align: center;
    font-family: 'ClashDisplay-bold';
}
.MapImg{
    position: relative;
}
.MapImg ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 105px;
}
.MapImg ul li {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 4px 7px #00000091;
}
.MapImg ul li a img{

}

/* Map Sec End */

footer{

}
footer ul{
    padding: 60px 0;
    list-style: none;
    margin: 0;
}
footer ul li:first-child{
    font-size: 32px;
    font-family: 'ClashDisplay-Medium';
}
footer ul li:nth-child(2),
footer p{
    font-size: 16px;
    font-family: 'ClashDisplay-Medium';
}
footer ul li img{

}
footer hr{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(105,105,105,1) 62%), rgba(0,0,0,0) 0%;
}
footer .FooterBtmText::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 2px;
    background-image: url(../images/footer-Frame.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
@media only screen and (max-width: 1950px) and (min-width: 1400px) {

}
@media only screen and (max-width: 1600px) and (min-width: 1365.98px) {

}
@media only screen and (max-width: 991.98px) and (min-width: 769px) {

}
@media only screen and (max-width: 768.68px) and (min-width: 300px) {
    .Heading_Text h2,
    .OurMission_Wrap .TopInnerHeading h2,
    .OurMission_Wrap .InnerCard h2,
    .Changer_SecWrap .InnerText h3,
    .Map_Wrap .MapHeading h2,
    .WhyMenyooze_Wrap h2{
        font-size: 40px;
        line-height: 42px;
    }
    .Heading_Text p,
    .OurMission_Wrap .TopInnerHeading p,
    .Changer_SecWrap .InnerText p{
        font-size: 18px;
    }
    .CardsSec_Wrap .CardInnerCss{
        margin-bottom: 20px;
    }

    .OurMission_Wrap .TopInnerHeading p{
        width: 100%;
        height: auto;
    }
    .OurMission_Wrap .TopInnerHeading p::before{
        top: 0;
    }
    .StandOuttext .InnerText p,
    .Map_Wrap .MapHeading p{
        font-size: 22px !important;
    }
    .StandOuttext .InnerText p::before {
        left: -11px;
        top: 0;
        height: 190px;
    }
    .Changer_SecWrap::before, .Changer_SecWrap::after{
        content: none;
    }
    footer .d-flex{
        display: grid !important;
        gap: 14px;
    }
}

@media only screen and (max-width: 450px) and (min-width: 320px) {

}
