* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;

}

main {
    overflow-y: hidden;
    border: none;
}

body {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(60deg, #1B103E, #8760FF);
}

header,
main {
    margin: 0;
    padding: 0;
}

header {
    width: 100vw;
    height: auto;
    /* position: relative; */
    overflow: hidden;
    border: none;
    background-color: rgb(0, 14, 40, 50%);
    /* border: 1px solid yellow; */

}


.header-bg {
    width: 100%;
    height: auto;
}

.home {
    /* position: absolute; */
    /* top: 0; */
    width: 100%;
    height: auto;
}

.pop-up {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: aliceblue;
    border-bottom: 1px solid white;
}

.pop-up>div {
    width: auto;
    margin-right: 80px;

    height: 45px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.pop-up>div>img {
    padding-right: 10px;
}

.navbar {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;

}

.navbar>a>img {

    width: 100px;
    height: 100px;
}

.nav-links>ul {
    display: flex;
    margin-right: 10px;
}

.nav-links>ul>li {
    width: 150px;
    text-align: center;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: medium;
    list-style: none;

}

.nav-links>ul>li>a:hover {
    color: aqua;
    text-decoration: underline;
}

.nav-links>ul>li>a {
    color: white;
    text-decoration: none;
}

.welcome-section {
    width: 100vw;
    height: auto;
}

.welcome-section>h2 {
    width: 80vw;

    height: auto;
    font-size: 27px;
    font-family: Montserrat;
    margin: auto;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.welcome-section>h2>span {
    font-size: 29px;
    color: white;
}

.inputField {
    width: 100vw;
    height: 600px;
    transform: skewY(355.5deg);
    /* background-color: rgb(32, 102, 163); */
    margin-bottom: 100px;
    overflow-y: hidden;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.inputField>img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.inputField>div {
    position: absolute;
    width: 100%;
    top: 3%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    transform: skewY(-355.5deg);
}

.inputField>div>h2 {
    color: white;
    font-family: "ROG fonts";
    text-align: center;
}

.inputField>div>form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inputField>div>form>div {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}

.inputField>div>form>div>input {
    width: 700px;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.498);
    color: white;
    font-size: 20px;
    font-family: Montserrat;
}

.inputField>div>form>button {
    width: 200px;
    height: 50px;
    font-size: 20px;
    margin-top: 20px;
}

.contact-info {
    width: 100vw;
    height: 300px;
    /* border: 1px solid blue; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.contact-info>div {
    width: 100%;
    margin: auto;
    /* border: 1px solid yellow; */
    color: white;
}

.contact-info>div>h2 {
    font-size: 25px;
    font-family: "ROG fonts";
    margin-bottom: 20px;
}

.contact-info>div>div>p {
    font-size: 25px;
    font-family: Montserrat;
}


footer {

    width: 100vw;
    height: auto;
    background: #005c79;
    position: relative;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%)
}

footer>div {

    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}

.f-services>h6 {
    font-size: 25px;
    font-family: Montserrat;
    color: white;
}

.f-services>div {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    margin-top: 10px;
}

.f-services>div>a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-top: 8px;
    font-family: Montserrat;
}

.f-top {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-top>p {
    color: white;
    font-size: 40px;
    font-family: Montserrat;
    margin-right: 10px;
}

.f-top>div>p {
    color: white;
    font-size: 20px;
    font-family: Montserrat;

}

.f-mid>p {
    font-size: 60px;
    color: white;
    font-family: Montserrat;
    font-weight: 700;

    padding: 0px;
}

.f-btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.copyRight {
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 18px;
}

@media (max-width: 900px) {

    .welcome-section>h2>span {
        font-size: 25px;
    }

    .welcome-section>h2 {
        font-size: 25px;
        margin: 50px auto;
    }

    .inputField>div>form {
        width: 550px;
        margin: 0 auto;
    }

    .inputField>div>form>div>input {
        width: 100%;
    }

    .inputField>div>form>div {
        width: 100%;
    }

    .inputField>div>h2 {
        font-size: 25px;
    }

    .inputField>div>form>div>input::placeholder {
        font-size: 20px;
    }

    .contact-info {
        flex-direction: column;
    }

    .contact-info {
        height: auto;
    }

    .contact-info>div {
        margin: 15px;
    }

    .contact-info>div>h2 {
        border-bottom: 1px solid white;
        width: 50%;
        margin: auto auto;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    footer>div {
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 50px;
    }

    .f-services {
        width: 90vw;
        margin: auto auto;
        margin-bottom: 30px;
    }

    .f-services>div {
        margin-top: 0;
    }

    .f-services>h6 {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .f-contact-links {
        width: 90vw;
        margin: auto auto;
        margin-bottom: 30px;
    }

    .f-top {
        justify-content: space-between;
    }

    .f-btm {
        width: 250px;
    }


}

@media (max-width:600px) {
    .welcome-section>h2 {
        margin: 30px auto;
        font-size: 20px;
    }

    .welcome-section>h2>span {
        font-size: 22px;
    }

    .inputField>div>h2 {
        font-size: 22px;
    }

    .inputField>div>form {
        width: 420px;
    }

    .inputField>div>form>div>input {
        font-size: 18px;
    }

    .inputField>div>form>div>input::placeholder {
        font-size: 18px;
    }
}

@media (max-width:450px){
   
    .inputField>div>form{
        width: 330px;
    }
    .contact-info>div>h2{
        font-size: 20px;
    }
    .contact-info>div>div>p{
        font-size: 18px;
    }
    footer>div{
        margin-top: 80px;
    }
}