.MainBox {
    position: fixed;
    background-color: #fff;
    border: 1px solid #3066BE;
    width: 50px;
    height: 50px;
    border-radius: 0px 30px 30px 30px;
    bottom: 20px;
    padding: 10px;
    right: 10px;
    overflow: hidden;
    cursor: pointer;
    background-image: url('../Assets/comments.png');
    z-index: 2;
    transition: all 300ms ease-in-out;
}

.whatsapp {
    position: fixed;
    background-color: #fff;
    border: 1px solid #3066BE;
    width: 50px;
    height: 50px;
    border-radius: 0px 30px 30px 30px;
    bottom: 20px;
    z-index: 2;
    right: 10px;
    font-size: 28px;
    text-align: center;
    color: green;
    padding: 7px 0;
    opacity: 0;
    cursor: pointer;
    transition: all 300ms ease-in-out;

}

.instagarm {
    position: fixed;
    background-color: #fff;
    border: 1px solid #3066BE;
    width: 50px;
    height: 50px;
    border-radius: 0px 30px 30px 30px;
    bottom: 20px;
    z-index: 2;
    font-size: 28px;
    color: rgb(128, 0, 119);
    padding: 7px 0;
    right: 10px;
    opacity: 0;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;

}

.mail {

    position: fixed;
    background-color: #fff;
    border: 1px solid #3066BE;
    width: 50px;
    height: 50px;
    border-radius: 0px 30px 30px 30px;
    bottom: 20px;
    z-index: 2;
    font-size: 28px;
    color: rgb(128, 0, 0);
    padding: 7px 0;
    text-align: center;
    right: 10px;
    opacity: 0;
    cursor: pointer;
    transition: all 300ms ease-in-out;

}

.MainBox:hover .mail {
    bottom: 260px;
    opacity: 1;

}

.MainBox:hover .instagarm {
    bottom: 180px;
    opacity: 1;
}

.MainBox:hover .whatsapp {
    bottom: 100px;
    opacity: 1;
}

.desktop {
    display: block;
}

.response {
    display: none;
}

.NavBar-Mobile {
    display: none;
}

.ExtraCss {
    position: relative;
    background-color: #0c141c;
    height: 70vh;
}

.PageTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.PageTitle h1 {
    font-size: 55px;
    color: #fff;
}

@media screen and (max-width:768px) {

    .PageTitle h1 {
        font-size: 40px;
        color: #fff;
    }

    .PageTitle {
        margin-top: 0px;
        position: absolute;
        bottom: 70px;
        margin-inline: auto;
        left: 0;
        right: 0;
    }

    .ExtraCss {
        height: 35vh;
    }

    .response {
        display: block;

    }

    .desktop {
        display: none;
    }

    .NavBar {
        display: none;
    }

    .NavBar-Mobile {
        margin: 5px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        top: 5px;
        border-radius: 20px;
        /* background: #fff; */
        align-items: center;
        z-index: 2;
        padding: 10px;

    }

    .Logo {
        width: 14%;
    }

    #main {
        padding: 0px 0px 20px;
    }

    .Form {
        width: 90vw;
    }

    .Btn-3 {
        border: 1px solid #3465AF;
        width: 100%;
        text-align: center;
    }

    .NavMenuMobile {
        background-color: #fff;
        color: #3465AF;
        list-style: none;
        display: flex;
        flex-direction: column;
        top: 0;
        align-items: baseline;
        right: -400px;
        z-index: 2;
        height: 500px;
        width: 300px;
        transition: all 300ms ease;
        position: fixed;
        padding-top: 60px;
        position: relative;

    }


    .BtnBox {
        font-size: 1vw;
        margin: 0;
    }

    .HeroContent h1 {
        font-size: 3vw;
    }

    .HeroContent p {
        font-size: 2.5vw;
        width: 40%;
        line-height: 1;

    }

    .HeroSection {
        padding: 0 10px;
        bottom: 10px;
        left: 10px;
    }

    footer .container {
        display: flex;
        justify-content: space-evenly;
        text-align: left;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }

    .footer-section {
        width: 90% !important;

    }

    .FooterPara {
        font-size: 16px;
        padding: 10px;
    }

    .SubHeadBtn {
        gap: 5px;
        /* justify-content: space-between; */
        flex-wrap: wrap;
        width: 100%;
        padding: 20px 0;
    }

    .Sub-Head {

        border-radius: 70px;
        cursor: pointer;
        width: 165px;
        height: 40px;
        transition: all 300ms ease-in-out;
        text-align: center;
        display: flex;
        justify-content: center;
        font-weight: 600;
        align-items: center;
    }

    .colorsOne {
        background-color: #8e45dd57 !important;
        color: #8F45DD;
        border: 2px solid #8F45DD;
    }

    .colorsTwo {
        background-color: #45dd5457 !important;
        color: #45DD53;
        border: 2px solid #45DD53;
    }

    .colorsThree {
        background-color: #FFA50057 !important;
        color: #FFA500;
        border: 2px solid #FFA500;
    }

    .colorsFour {
        background-color: #E24BAD57 !important;
        color: #E24BAD;
        border: 2px solid #E24BAD;
    }

    .AboutBtn,
    .AboutContent {
        flex: 100%;
        padding: 0;
    }

    .HeroSection {
        display: none;
    }

    .backVideo {
        display: none;
    }

    .CountdownBox {
        width: 135px;
    }

    .CountDownHead {
        padding: 10px 20px;
    }

    .HeadingBox {
        width: 90%;
    }

    .CountDownPara {
        font-size: 3vw;
    }

    .MobileView {
        display: none;
    }

    .MobileHero {
        display: block;
    }

    .Number {
        font-size: 30px !important;
        color: #fff;
    }

    .CountdownBox {
        width: 100%;
        background-color: #3465AF;
        border-radius: 50%;
        padding: 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40vh;
    }

    .CountDownHead {
        background-color: #fff;
        color: #3465AF;
        width: 72%;
        font-size: 24px;
    }

    .CountDownPara {
        font-size: 18px;
        color: #fff
    }

    .MobileSection {
        display: block !important;
    }

    .BtnBox {
        padding: 8px 10px;
    }

    .Btn-1 {
        font-size: 18px;
        padding: 10px 0px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .HeadingBox .Heading {
        font-size: 30px;
    }

    .Container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    /* .Servicecard{
        width: 100%;
        height: 300px;
    }

    .Servicecard p {
        font-size: 25px;
    line-height: 40px;
    } */
}

.backVideo {
    object-fit: cover;
    width: 100%;
}

.MobileSection {
    display: none;
    width: 100%;
}

.sectionContainer {
    display: flex;
    gap: 20px;
    padding: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.sectionCard {
    width: 100%;
    /* height: 70vh; */
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: #8F45DD57;
    color: #8F45DD;
}


.ContactPageSection {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: column;
}

.IconContainer{
    display: flex; gap: 60px; padding: 10px 20px;
}

.ContactIconBox{
    display: flex; gap: 20px;align-items: center;
}
.ContactIconBox:hover .ContactIconBox i , .ContactIconBox:hover .ContactIconBox p{
    color:#3465AF;
    cursor:pointer;
}
.ContactIconBox i{
    font-size: 50px;
    color: #0c141c;margin-top: 10px;
}

.ContactIconBox p{
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}

.ContactFormContainer{
    padding: 50px 20px;
}

.FormBox{
    display: flex;flex-direction: column; gap: 20px;
}

.InputContainer{
    display: flex; gap: 20px;
}

.InputBox{
    width: 310px; height: 40px;
}

.InputBox input , select , textarea{
    width: 100%;
    height: 100%;
    padding: 10px;
    outline: 2px solid #0c141c;
    font-weight: 600;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
}

.InputBox input:hover , select:hover , textarea:hover , .Sendbutton:hover , .file:hover{
    scale: 1.1;
    border: 2px solid #3465AF;
    outline: 0;
    transition: all 300ms ease-in-out;
}
.file{
    outline: 3px dashed black;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
}

.Sendbutton{
    width: 30%;
    height: 40px;
    padding: 10px;
    outline: 2px solid #0c141c;
    font-weight: 600;
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    background-color: #fff;
    cursor: pointer;
}