@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@100;400&family=Roboto:ital,wght@0,100;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@100;400&family=Poppins&family=Roboto:ital,wght@0,100;1,100&display=swap');

*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
 font-family: 'poppins', sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)) , url('20220225_122025.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}


.containerr{
    width: 100%;
    min-height: 100vh;
    background-color: #231a7c;
}

.l{
    width: 20%;
    height: 30%;
}
nav{
    display: flex;
    width: 100%;
    justify-content: space-around;
    height: 80px;
    line-height: 80px;
    z-index: 111;
    
}
.logo{
    display: flex;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
}
b{
    font-size: 70px;
    color: #7f00ff;
}

.navItems{
    display: flex;
}

.navItems li{
    list-style: none;
    margin: 0 15px;
}

.navItems li a{
    font-size: 25px;
    color: #fff;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
}

.navItems li:hover a,
.links a:hover
{
    color: #7f00ff;
}

.links a{
    font-size: 30px;
    color: #3d535f;
    margin: 25px 10px;
}

.wrapper{
    display: flex;
    width: 100%;
    height: calc(100vh - 80px);
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
  

}
.wrapper::before{
    position: absolute;
    content: '';
    height: 300px;
    width: 300px;
    border-radius: 50%;
    left: -12%;
    top: 40%;
    background: linear-gradient(45deg,#7f00ff,pink);
    animation: object1 6s linear infinite;
}

.wrapper::after{
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 35%;
    top: 12%;
    background: linear-gradient(45deg,#7f00ff,pink);
    animation: object2 6s linear infinite;
}

@keyframes object1{
    50%{
        left: -13%;
        right: 41%;
    }
}

@keyframes object2{
    50%{
        left: 35%;
        right: 10%;
    }
}

.cols{
    width: 43%;
    padding-top: 20px;
    

}

.cols0{
    
    z-index: 5;
}

.topline{
    display: block;
    position: relative;
    font-size: 35px;
    letter-spacing: 5px;
    color: #ca28af;
}

.topline::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 45px;
    bottom: 10px;
    background-color:#7f00ff ;
}

h1{
    display: bloxk;
    font-size: 7em;
    font-weight: 900;
    color: #3d535f;
}

.multiText{
    color: #7f00ff;
    text-transform: capitalize;
}
p{
    display: block;
    width: 90%;
    font-size: 1.2em;
    color: #3d535f;
}

.btns{
    width: 100%;
    position: relative;
    left: 150px;

}

button{
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background-color: #3d535f ;
    padding: 8px 14px;
    margin : 40px 5px;
    letter-spacing: 2px;
    text-transform: capitalize;
    box-shadow: 0 15px 10px rgba(0, 0, 0,0.4);
}

button:hover{
    background-color: #7f00ff;
}

.imgbox{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border-color: #fff;
    
}

.imgbox img{
    position: relative;
    height: 50%;
    width: calc(110% - 80px);
    top: -100px;
    right: 10px;
    transform: rotateY(0deg);
    animation: animateUser 2s linear infinite;
  
}

@keyframes animateUser{
   50%{
    right: 0px;
    top: -90px;
   }
}

.imgbox #splash{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-35deg);
    width: 160%;
    filter: saturate(200%);
    animation: animate 4s linear infinite;
}

@keyframes animate{
    50%{
     top: 49%;
     left: 51%;
     width: 155%;
    }
 }

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 150px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
list-style: none;
display: inline-block;
padding: 8px 12px;
position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration:none;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.nav-links ul li::after{
    content:'';
    width:0%;
    height:2px;
    background:  #231a7c;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width:100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align:center;
}

.text-box h1{
    font-size: 62px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display:inline-block;
    text-decoration: none;
    color: #3672f4;
    border: 1px solid #3672f4;
    padding:12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor:pointer;
    border-radius: .5em;

}

.hero-btn:hover{
    border:1px solid #3672f4;
    background: #3672f4;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .imgbox{
       position: absolute ;
       width: 60%;
       height: 40%;
    }
    .cols0{
        padding-top: 30px;
    }

}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-link ul li{
        display:block;
    }
    .nav-links{
        position: fixed;
        background: #3672f4;
        height:100vh;
        width:200px;
        top:0;
        right:-200px;
        text-align:left;
        z-index: 2;
        transition:0.5s;
    }
    .navItems{
        position: fixed;
        background: #3672f4;
        height:100vh;
        width:200px;
        top:0;
        right:-200px;
        text-align:left;
        z-index: 2;
        transition:1s;
        flex-direction: column;
    }
    .navItems ul{
        padding: 10px ;
    }
    .navItems ul li{
        display: flex;
    }

    nav .fa{
        display: block;
        color: #fff;
        margin:10px;
        font-size: 22px;
        cursor:pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/*--------Interest-------*/
.Interests{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top:100px;
    background: #231a7c;
    padding: 20px;
}

h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

video{
    padding: 10px;
}

.Interests-col{
    flex-basis:31%;
    background: #3672f4;
    border-radius: 10px;
    margin-bottom:5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition:0.5s;
    color: #222;
    
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
   
}

.Interests-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2); 
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*Education*/

.profile{
    width: 100%;
    margin: auto;
    text-align:center;
    padding-top: 50px;
    background: #3672f4 ;
    padding : 50px;
    
}

.b{
    display: flex;
    justify-content: space-between;
    
}


.skills-col{
    flex-basis:32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
    
}

.skills-col img{
    width:100%;
    display: block;
}

.layer{
    background:transparent;
    height:100%;
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    transition:0.5s;

}

.layer:hover{
    background:  rgba(72, 133, 245, 0.7);
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    transition:0.5s;
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

@media(max-width: 700px){
    .profile .b{
        flex-direction: column;

    }
}


/*projects*/



.section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background:  #231a7c;
    overflow: hidden;
    padding: 100px 20px;
    box-sizing: border-box;
}

.cc{
    color: #fff;
    display: flex;
    position: relative;
    background-color:  #231a7c;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}


.container{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container .card{
    position: relative;
    width: 300px;
    height: 400px;
    margin: 20px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 10px;
}

.container .card .imgBx{
    position: relative;
    display: flex;
    justify-content: center;
   align-items: center;
   flex-direction: column;
   padding: 20px;
   transition: 0.5s ease-in-out;
  
}

.container .card:hover .imgBx{
    transform: translateY(-100px);
}


.container .card .imgBx img{
    max-width: 100%;
    margin: 0 0 20px;
    transition: 0.5s ease-in-out;

}

.container .card:hover .imgBx img{
    transform: translate(-20px,-40px) scale(1.4);
}

.container .card .imgBx h2{
    color: rgb(251, 251, 253);
    font-weight: 600;
}

.description{
    align-items: center;
    justify-content: center;
    margin: 0% 20%;
}

.container .card .content{
    position: absolute;
    bottom : 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     transition: 0.5s ease-in-out;
     opacity: 0;
     visibility: hidden;
}

.container .card:hover .content{
    opacity:1;
    visibility: visible;
    transform:translateY(-50px);
}

.container .card .content .description{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}

.container .card .content .description span{
    
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    display: inline-block;
    color: rgb(30, 17, 148);
    background: #fff;
    border: #1c319d;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}

.container .card .content .description span:hover{
    background: #1c319d;
    color: white;
}

@media(max-width: 700px){
    .section{
        flex-direction: column;

    }
}

/*profession*/
.recommendation{
    width: 100%;
    margin: auto;
    padding-top: 100px;
    padding: 50px;
    text-align: center;
    background: #77b8d4;
}


.recommendation-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align:left;
    background: #1c319d;
    padding:25px;
    cursor:pointer;
    display:flex;
}

.recommendation-col img{
    height:40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.recommendation-col p{
    padding:0;
}

.recommendation-col h3{
margin-top: 15px;
text-align: left;
}

.recommendation-col .fa{
    color: #3672f4;
}

@media(max-width: 700px){
    .recommendation-col img{
        margin-left: 0;
        margin-right: 15px;
    }
    
}

/*contact*/
.cta{
    margin: 100px auto;
    width:80%;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('20220329_135028.jpg');
    background-position: center;
    background-size: cover;
    border-radius:10px;
    text-align:center;
    padding: 100px 0;
}

.c{
    text-decoration: none;
}

.e{
    justify-content: first baseline;
 
}

.cta h1{
    color:white;
    margin:40px;
    padding:0;
}

@media(max-width: 700px){
    .cta h1{
        font-size: 24px;
    }
}

/*footer*/
.footer{
    width:100%;
    text-align:center;
    padding: 30px 0;
    background-color: #1c319d;
   
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    color: white;
}

.footer p{
    color: white;
}

.icons .fa{
    color: #fff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.fa-heart-o{
    color: #fff;
}



/*About Me page*/
.sub-header{
   height:50vh;
   width:100%;
   background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('mm.jpg');
   background-position: center;
   background-size: cover;
   text-align:center;
   color: #fff;
   
}

.sub-header h1{
    margin-top: 0;

}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px; 
   
}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
    
}

.about-col img{
    width: 100%;
}

.about-col h1{
    padding-top: 0;
}

.about-col p{
    padding: 15px 0 25px;
}

.red-btn{
    border: 1px solid #3672f4;
    background: transparent;
    color:#3672f4;
    border-radius: .5em;

}

.red-btn:hover{
    color: #fff;
}

/*blog content*/
.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}

.blog-left{
    flex-basis: 65%;
}

.blog-left img{
    width: 100%;
}

.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}

.blog-left p{
    color: #999;
    padding:0;
}

.blog-right{
    flex-basis: 32%;
}

.blog-right h3{
  background: #3672f4;  
  color: #fff;
  padding: 7px 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-right div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    padding: 8px;
    box-sizing: border-box;
}

.comment-box{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px;
}

.comment-box h3{
    text-align:left;
}

.comment-form input, .comment-form textarea{
    width:100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none; 
    outline:none;
    background: #f0f0f0;
}

.comment-form button{
    margin: 10px 0;
}

@media(max-width:700px){
    sub-header h1{
        font-size: 24px;
    }
}

/*contact*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;

}

.contact-col div{
    display:flex;
    align-items:center;
    margin-bottom: 40px;
}

.contact-col div  .fa{
    font-size: 28px;
    color: #3672f4;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding:0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom:5px;
    color: #555;
    font-weight:400;
}

.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #3672f4;
  box-sizing: border-box;
  border-radius: .5em;
}



.animation{
    animation: fadeIn 2s backwards;

}

@keyframes fadeIn {
    from{
 opacity:0;
 transform: translateY(-2em);
    }
    to{
opacity:1;
transform: translateY(0);
    }
}


