* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.dhide {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.alert-danger {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
/* Navbar */

.navcont_more {
    width: 100%;
    background: #1B1B19;
}

.navbar {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navlogobox {
    padding-left: 2%;
}

.logoimg {
    height: 5.7rem;
}

.menu {
    /* width: 60%; */
    height: 100%;
}

.menuitems {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    transition: .5s;
}

.menulink {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: right;
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
    padding: 2.3rem 3rem;
    display: flex;
    align-items: center;

}

.letsbutton {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
}

.hambox {
    width: 25px;
    margin-right: 4%;
    display: none;
}

.hamline {
    width: 100%;
    height: 2px;
    /* margin: 6px 0; */
    background-color: #FFFFFF;
    transition: 1s;
    transform-origin: left;
}

.hambox.hamactive .hamline:nth-child(2) {
    opacity: 0;
}

.hambox.hamactive .hamline:nth-child(1) {
    transform: rotate(45deg);
}

.hambox.hamactive .hamline:nth-child(3) {
    transform: rotate(-45deg);
}

/* footer */
.footer {
    width: 100%;
    background-color: #232323;
    padding: 5rem 0 7rem 0;

}

.footerinside {
    max-width: 78%;
    margin: auto;
}

.logosocialbox {
    width: 100%;
    display: flex;
    align-items: center;
}

.logobox {
    width: 50%;
}

.foologoimg {
    height: 5rem;
    width: 15rem;
}

.foodata {
    margin-top: 1%;
    width: 100%;
    /* height: 35vh; */
    /* max-height: 227px; */
    display: flex;
    justify-content: space-between;

}

.cominfo {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comtxt1 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #FFFFFF;
    opacity: 0.7;
}

.compt5 {
    padding-top: 0%;
}

.comsite {
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sitetxt {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    opacity: 0.2;
}

.sitetxt2 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.sitetxt2:hover {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.punecontbox {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.punebox {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.punetxt {
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #FFFFFF;
}

.hurrybox {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hurrtxt {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    opacity: 0.2;
}

.punadd1 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    opacity: 0.2;
    margin-top: 2rem;
}

.puneaddtxt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #FFFFFF;
    opacity: 0.7;
    width: 100%;
    margin-top: 0.5rem;
}

.contbox {
    margin-top: 2%;
    display: flex;
    height: 5rem;
}

.inputemail {
    width: 70%;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    background-color: #393939;
    border: none;
    outline: none;
    opacity: 0.5;
    padding: 0 0.8rem;
}

.inputsubmit {

    display: inline;
    width: 30%;
    height: 100%;
    border: none;
    outline: none;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    cursor: pointer;
}

.emailtxt1 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    opacity: 0.2;
    margin-top: 2rem;
}

.emailtxt2 {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 0.5rem;
}

.socialbox2 {
    display: flex;
    gap: 3%;
    margin-top: 0.5rem;

}

.sociallink2 {
    text-decoration: none;
}

.socialimg2 {
    vertical-align: bottom;
    height: 2rem;
}

.fooline {
    width: 1px;
    /* border: 1px solid red; */
    background-color: #d9d9d9;
    opacity: 0.7;
    color: #d9d9d9;
}

.activemenu {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}




@media screen and (min-width: 1441px) {
    .footerinside {
        width: 78%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .logoimg {
        height: 4.7rem;
    }

    .menulink {
        padding: 2.3rem 2rem;
    }
}


@media screen and (max-width: 600px) {

    .dhide {
        display: block;
    }

    .socialbox {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }

    .navcont_more {
        width: 100%;
        background: #1B1B19;
    }

    .navbar {
        max-width: var(--maxwidth);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background: #1B1B19; */
    }

    .navbar .logobox {
        width: 80%;
        padding-left: 3%;
    }

    .logoimg {
        height: 4rem;
    }

    .menu {
        width: 100%;
        height: 100%;
        position: relative;
        transition: 0.5s all;
        height: 0;
        overflow: hidden;
    }

    .menuitems {
        width: 75%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        transition: 0.5s all;
        top: 0;
        padding-top: 40%;
    }

    .menu.menuboxactive {
        height: 100vh;
    }


    .menulink {
        font-style: normal;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: rgba(255, 255, 255, 0.80);
        text-decoration: none;
        padding: 2.3rem 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .letsbutton {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    }

    .hambox {
        width: 25px;
        height: 25px;
        display: block;
        /* border: 1px solid red; */
    }

    .hamline {
        width: 100%;
        height: 2px;
        margin: 6px 0;
        background-color: #FFFFFF;
        transition: 1s;
        /* transform-origin: left; */
    }

    .hamline:first-child {
        margin: 4px 0;
    }

    .hambox.hamactive .hamline:nth-child(2) {
        opacity: 0;
    }

    .hambox.hamactive .hamline:nth-child(1) {
        transform-origin: 0% 0%;
        transform: rotate(44deg) translate(-1px);
    }

    .hambox.hamactive .hamline:nth-child(3) {
        transform-origin: 0% 100%;
        transform: rotate(-45deg);
    }

    .footer {
        width: 100%;
        background-color: #232323;
        padding: 4rem 0 4rem 0;

    }

    .footerinside {
        max-width: 90%;
        margin: auto;
    }

    .logosocialbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logobox {
        width: 50%;
    }

    .foologoimg {
        height: 5rem;
        width: 15rem;
    }

    .foodata {
        margin-top: 4%;
        width: 100%;
        height: auto;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .cominfo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .comtxt1 {
        font-style: normal;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #FFFFFF;
        opacity: 0.7;
    }

    .compt5 {
        margin-top: 6%;
    }

    .compt2 {
        padding-top: 3%;
    }

    .comsite {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 12% 0 8% 0;
    }

    .sitetxt {
        font-style: normal;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        opacity: 0.2;
        display: none;

    }

    .sitetxt2 {
        font-style: normal;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #FFFFFF;
        opacity: 1;
        width: 33%;
        margin-bottom: 2.5rem;
    }


    .hurrybox {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hurrtxt {
        font-style: normal;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        opacity: 0.2;
    }

    .punadd1 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        opacity: 0.2;
        margin-top: 12%;
    }

    .puneaddtxt {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        opacity: 0.8;
        width: 70%;
        margin-top: 2%;
    }

    .contbox {
        margin-top: 2%;
        display: flex;
        height: 5rem;
    }

    .inputemail {
        width: 70%;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        background-color: #393939;
        border: none;
        outline: none;
        opacity: 0.5;
        padding: 0 0.8rem;
    }

    .inputsubmit {

        display: inline;
        width: 30%;
        height: 100%;
        border: none;
        outline: none;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        font-style: normal;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
    }

    .emailbox {
        margin-top: 10%;
    }

    .emailtxt1 {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        opacity: 0.2;
    }

    .emailtxt2 {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        opacity: 0.8;
        margin-top: 1.5%;
    }

    .msocialboxg {
        margin-top: 1.5rem;
    }

    .socialbox2 {
        display: flex;
        gap: 4%;
        margin-top: 0.6rem;
    }

    .sociallink2 {
        text-decoration: none;
    }

    .socialimg2 {
        vertical-align: bottom;
        height: 2rem;
    }

    .fooline {
        width: 1px;
        /* border: 1px solid red; */
        background-color: #d9d9d9;
        opacity: 0.7;
        color: #d9d9d9;
    }






}