@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
body{
    background-image: linear-gradient(to right,#141E30,#243B55);
    
        height: 500%;
    
}
.navbar {
    height: 55%;
    width: 99.9%;
    background-color: rgba(0, 0, 0, .70);
    
    margin-top: -10px;
    margin-left: -8px;
    color:  #f7980a;
    font-family: 'Raleway', sans-serif;
    display: flex;
    padding-left: 1vw;
}
.navbar a{
    color: #f7980a;
    text-decoration: none;
    /* padding-top: 23px;
    padding-left: 5px; */
}
.navbar p{
    
    margin-top: 80%;
    margin-left: 8%;
}
.element{
    display: flex;
    flex-direction: column;
}
.pic{
    padding-right: 2%;
}
.pic1{
    height: 20vw;
    width: 25vw;
}
.container{
    
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    /* height: 48.7vh; */
    height: 50vh;
    width: 71vw;
    display: flex;
    justify-content:space-between;
    margin-left: 20%;
    background-image: linear-gradient(to right,#283c86,#45a247);
    border-radius: 10px;
}
.pic1{
    padding-top: 3px;
    margin-left: 0.5%;
    border-radius: 10px;
    
}
.text{
    padding-left: 2%;
    padding-top: 1%;
    margin-right: 10%;
    color: white;
}
.text h1{
    color: #1DE5FF;
}

.connect{
}

a{
    
    margin-right: 3%;
    color: white;
}
a:hover{
    color: #1DE5FF;
}
.social{
    padding-top: -5%;
    align-items: center;
    justify-content: space-between;
}
.connect{
    color: #1DE5FF;
}
.head{
    margin-top: -10vh;
    color:#021B79;
}

@media(max-width:413px){
    body{
        height: 100%;
        width: 100vw;
    }
    .container {
        padding-top: 5%;
        box-shadow: 5px 5px 20px black;
        font-size: 16px;
        margin-top: 65%;
        margin-left: 30px;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        width: 80vw;
        height: 53vh;
        /* position: relative; */
    }
    .navbar{
        width: 100%;
    }
    .navbar h1{
        padding-left: 5%;
    }
    
    .pic1{
        margin-bottom: 10%;
        margin-top: -60%;
        margin-left: 1%;
        height: 25vh;
        width: 70vw;
        /* border-radius: 100%; */
    }
    .text{
        color: black;
        margin-left: 10%;
        margin-top: -15%;
        padding-bottom: -40%;
    }
    .social{
        align-items: center;
        margin-top: 1%;
        padding-top: 10px;
        padding-bottom: 25px;
        padding-left: 12%;
        
    }
    .social a{
        margin-right: 9%;
        
    }
    .connect{
        color:#021B79;
        /* text-align: center; */
        padding-left: 12%;
    }
    .heading{
        /* margin-top: 300px; */
        color:#021B79;
        text-align: center;
        /* margin-left: -50%; */
    }
}

@media(max-width:400px){
    /* *{
        height: 100%;
    } */
    body{
        height: 200%;
        width: 100vw;
    }
    /* .pic{
        margin-top: -10%;
    } */
    .pic{
        margin-top: 70%;
        margin-left: 1%;
        margin-bottom: -100px;
    }
    .container{
        height: 65vh;
        margin-top: 85%;
        /* margin-bottom: 25%; */
        margin-bottom: 30%;
        /* padding-bottom: 10%; */
    }
    .container:hover{

        /* background-image: url("pic.jpg"); */
    }
    .connect{
        margin-left: -10%;
    }
    .social a{
        margin-right: 8%;
    }
    .social{
        margin-left: -10%;
    }
    .head{
        padding-left: 5%;
        padding-top: 10%;
        width: 50vw;
        margin-top: 50%;
    }
     /* .heading{
        padding-top: -600px;
    } */
}