*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    background: rgb(0, 0, 33);
    color: white;
    font-family: 'Poppins', sans-serif;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background: rgb(18, 18, 62);
}
nav ul{
    display: flex;
    justify-content: center;
}
nav ul li{
    list-style: none;
    margin: 0 23px;
}

nav ul li a{
    text-decoration: none;
    color: white;
}

nav ul li a:hover{
    color: rgb(153, 153, 226);
    font-size: 1.02rem;

}

main hr{
    border: 0;
    background: #9c97f1;
    height: 1.2px;
    margin: 40px 80px;
}

.left{
    font-size: 1.5rem;
}

.firstsection{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 130px 0;
}

.firstsection > div{
    width: 30%;
}

.leftsection{
    font-size: 2rem;
}

.leftsection .buttons{
    padding: 50px 0;
}

.leftsection .btn{
    padding: 12px;
    background: #1e2167;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.leftsection .btn a{
    text-decoration: none;
    color: white;
}

.rightsection img{
    width: 60%;
    border: 2px solid white;
    border-radius: 10px;
}

.text-white{
    color: white;
}

.purple{
    color: rgb(153, 86, 215);
}

.text-gray{
color: gray;
}

#element{
    color: rgb(153, 86, 215);
}

.secondsection{
    max-width: 80vw;
    margin: auto;
    height: 80vh;
}

.secondsection h1{
    font-size: 1.7rem;
}

.secondsection .box{
    background: white;
    width: 76vw;
    height: 2px;
    margin: 50px 0;
    display: flex;
}

.secondsection .vertical{
    height: 93px;
    width: 1px;
    background: white;
    margin: 0 7vw;
}

.image-top{
    width: 25px;
    position: relative;
    top: -30px;
    left: -10px;
}

.vertical-title{
    position: relative;
    top: 70px;
    width: 300px;
    font-size: 17px;
}

.vertical-desc{
    position: relative;
    top: 80px;
    color: gray;
    width: 300px;
    font-size: 14px;
}

.thirdsection{
    max-width: 80vw;
    margin: auto;
    height: 60vh;
}

.thirdsection h1{
    font-size: 1.7rem;
}

.thirdsection div{
    /* display: flex; */
    margin-top: 40px;
}

.thirdsection div p{
    display: flex;
    text-align: left;
}

.fourthsection{
    max-width: 80vw;
    margin: auto;
    height: 80vh;
}

.fourthsection h1{
    font-size: 1.7rem;
}

.fourthsection .contact-form{
    /* background: linear-gradient(to right, #eaee80 0%, #571a89 100%); */
    background: rgb(22, 23, 56);
    width: 750px;
    height: 400px;
    margin: 50px auto;
    border-radius: 20px;
}

.fourthsection .contact-form .top-control{
    display: flex;
    background: rgb(56, 59, 60);
    width: 100%;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: space-evenly;
}

.contact-form .top-control .dots{
    margin: 10px;
    width: 50%;
    .dota {
        height: 15px;
        width: 15px;
        background-color: rgb(235, 78, 78);
        border-radius: 50%;
        display: inline-block;
    }
    .dotb {
        height: 15px;
        width: 15px;
        background-color: yellow;
        border-radius: 50%;
        display: inline-block;

    }
    .dotc {
        height: 15px;
        width: 15px;
        background-color: rgb(12, 220, 12);
        border-radius: 50%;
        display: inline-block;

    }
}

.contact-form .top-control .tripledot{
    width: 50%;
    .tripledot-img{
    margin: 12px 20px;
    float: right;
    width: 15px;
    height: 15px;
    }
}

.tripledot-img:hover{
    cursor: pointer;
    background: white;
}

.fourthsection .contact-form .main-form{
    display: flex;

    .leftside{
        width: 50%;
        margin: 100px 50px;
        text-align: center;
        color: #4d4e97;
        h1{
            margin-bottom: 20px;
        }
        a{
            margin: 10px;
        }
    }
    .rightside{
        width: 50%;
        margin: 80px 30px;
        align-items: center;
        .information{
            width: 100%;
            padding: 10px 0;
            background: none;
            border: none;
            border-bottom: 1px solid #313131;
            color: white;
            opacity: 1;
            font-size: 14px;
            text-transform: uppercase;
            outline: none;
            transition: border-color .2s;
        }
        ::placeholder{
            color: white;
            opacity: 0.5;
        }
        
        .information:hover{
            cursor: pointer;
            border-bottom: 2px solid white;
        }

        button{
            width: 50px;
            background: none;
            border: none;
            font-size: 17px;
            font-weight: bold;
            color: #53506d;
            margin: 30px 120px;
        }
        button:hover{
            cursor: pointer;
            color: #7243c9;
        }

    }
}

footer{
    background: #0e0e1a;
}

.footer{
    display: flex;
    padding: 30px 40px;
}

.footer .footer-first{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}
.footer .footer-second{
    display: flex;
    padding-left: 10px;
    align-items: center;
    border-left: 1.6px solid;
    justify-content: left;
    width: 50%;
}
.footer .footer-third{
    display: flex;
    padding-left: 100px;
    justify-content: right;
    align-items: center;
    width: 20%;
}

.fa {
    padding: 10px;
    font-size: 15px;
    width: 20px;
    text-align: center;
    align-items: right;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 50%;
    background-color: #0c0c17;
    color: white;
}
 
.fa:hover {
    opacity: 0.7;
}
  
/* .fa-facebook {
    background: #3B5998;
    color: white;
}
  
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-instagram {
    background: #55ACEE;
    color: white;
}
.fa-linkedin {
    background: #55ACEE;
    color: white;
} */


footer .footer-rights{
    text-align: left;
    color: gray;
    padding: 12px 0;
}

@media screen and (max-width: 1280px) {
    .box{
        flex-direction: column;
    }

    .secondsection .vertical{
        height: unset;
    }

    .vertical-title, .vertical-desc{
        left: 45px;
    }

    .secondsection .box{
        width: 50vw;
    }

    nav{
        flex-direction: column;
    }

    .firstsection{
        flex-direction: column-reverse;
    }

    .leftsection{
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rightsection{
        width: 600px !important;
        display: flex;
        justify-content: center;

    }

    .rightsection img{
        width: 40vw;
        margin-bottom: 75px;
    }

    .image-top{
        top: 106px;
    }

    .secondsection{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 600px;
    }

    .thirdsection{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .fourthsection{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 750px;
    }

    .fourthsection .contact-form{
        display: flex;
        flex-direction: row;
        background: rgb(22, 23, 56);
        width: 90%;
        height: 500px;
        margin: 50px auto;
        border-radius: 20px;
    }

    .fourthsection .contact-form .main-form{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .fourthsection .contact-form .main-form .leftside{
        width: 100%;
    }

    .fourthsection .contact-form .main-form .leftside h1{
        margin: 20px;
    }

    .fourthsection .contact-form .main-form .rightside{
        width: 90%;
        margin: auto;
        align-items: center;
    }

    .fourthsection .contact-form .main-form .rightside .information{
        width: 100%;
    }

    .fourthsection .contact-form .main-form .rightside button{
        margin: 50px auto;
        width: 100%;
    }

    body{
        min-width: fit-content;
    }
}