@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

.main {
    min-height: 90vh;
    width: 100%;
    background-image: url("../Assets/banner.jpeg");
    box-shadow: 10px 13px 20px 2px black inset;
}

.main>.cover {
    width: 100%;
    min-height: 90vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.flextop svg {
    width: 150px;
    height: 46px;
}

.btn {
    background-color: red;
    color: white;
    font-family: "Roboto", sans-serif;
    border-radius: 4px;
    cursor: pointer;
    border: red;
    transition: background-color 0.5s ease-out;
}

.btn:hover {
    background-color: #bd1313;
}

.btn1 {
    padding: 1px 14px;
    height: 30px;
    font-weight: 700;
    align-self: center;
}

.main .flextop {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin: 0 35px;
}

.flex2 {
    display: flex;
    flex-direction: row-reverse;
    height: 66vh;
    max-width: 50vw;
    justify-content: center;
    align-content: center;
    color: white;
    font-family: "Roboto", sans-serif;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
}

.big {
    font-weight: 900;
    font-size: 56px;
    text-align: center;
}

.medium {
    font-size: 20px;
    font-weight: 500;
    text-align: center;

}

.small {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

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

.btn2 {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 24px;
}

.login input {
    border: 1px solid gray;
    background-color: rgba(22, 22, 22, 0.7);
    color: white;
    margin-right: 6px;
    padding: 18px 180px 18px 10px;
    border-radius: 5px;
    font-family: "Roboto";
}

input::placeholder {
    color: rgb(181, 173, 173);
    font-size: 15px;
}

body {
    background-color: black;
    overflow-x: hidden;
}

section.reasons {
    height: 100vh;
}

div.heading {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-weight: 700;
    font-size: 24px;
    max-width: 80vw;
    padding-top: 10px;
    margin: auto;
}

.box {
    color: white;
    font-family: "Roboto";
    height: 30vh;
    text-align: center;
    border-radius: 10px;
    background: #1d1529;
    padding: 10px;
    max-width: 17vw;
}

.flex3 {
    display: flex;
    max-width: 80vw;
    column-gap: 24px;
    margin: auto;
    padding: 25px;
}

.box h3 {
    padding-bottom: 16px;
    font-size: 24px;
}

.box p {
    font-size: 16px;
}

div.heading2 {
    margin-bottom: 13px;
}

.flex4 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: auto;
    justify-content: space-between
}

.question {
    max-width: 76vw;
    height: 5vh;
    background: rgb(45, 45, 45, 1);
    color: white;
    font-size: 24px;
    padding: 24px;
    margin-bottom: 6px;
    font-family: "Roboto";
    transition: background-color 0.5s ease-out;
}

.question:hover {
    background-color: rgb(129 120 120);
}

.flex4 svg {
    color: white;
    align-self: center;
}

div.small2 {
    color: white;
    height: 5vh;
    font-family: "Roboto";
    padding: 10vh 0 1vh 0;
}

#second {
    width: 30vw;
    padding-left: 15px;
}

.btn3 {
    padding: 12px 50px;
    font-size: 24px;
    font-weight: 500;
}

.line a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    max-width: 80vw;
    margin: auto;
    font-family: "Roboto";
    padding: 11vh 0;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    max-width: 80vw;
    margin: auto;
}

.item a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-family: "Roboto";
}


.footer .lastline {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto";
    font-size: 14px;
    max-width: 80vw;
    margin: auto;
    padding: 10vh;
}

@media screen and (max-width:1148px) {
    .btn2 {
        width: 210px;
        height: 50px;
        font-size: 1.3rem;
    }

    .login {
        flex-direction: column;
        gap: 6px;
    }

    .flex2 {
        gap: 10px;
        height: 80vh;
    }

    .big {
        font-size: 37px;
    }

    .medium {
        font-size: 16px;
    }

    .small {
        font-size: 14px;
    }

    .flex3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 0;
    }

    .box {
        max-width: 37vw;
        margin: 0 0 10px;
    }

    .box h3 {
        padding-bottom: 24px;
        font-size: 28px;
    }

    .box p {
        font-size: 20px;
    }

}

@media screen and (max-width: 890px) {
    .flex3 {
        display: grid;
        grid-template-columns: 1fr;

    }

    .box {
        max-width: 83vw;
        margin: 0 0 10px;
        height: 20vh;
        text-align: left;
    }

    .box h3 {
        padding-bottom: 10px;
        font-size: 24px;
    }

    .box p {
        font-size: 15px;
    }
}

@media screen and (max-width: 525px){
    #second{
        min-width: 30vw;
    }

    .btn3{
        padding: 10px 26px;
        font-size: 22px;
    }

    .grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 300px ){
    .main .flextop {
        flex-direction: column;
        align-items: center;
    }
}