@@ -1,29 +1,27 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
.header{
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(images/background1.avif);
    background-size: cover;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
}
.home{
    background-image: url(images/background1.avif);
    background-size: cover;
    padding: 85px 41px;
    border-style: solid;
    border-radius: 20px;
    border: 2cm;
    border: rgb(240, 4, 7);
    display: flex;
    align: center


}
.home .active{
    display: flex;
}

.container{
    padding: 45px 5%;
}
.containerh{
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: -120px;
    font-family:  'Josefin Sans', serif;
}
.nav .toggle_btn{
    color: black;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    padding: 25px 30px;
    
} 
.dropdown_menu {
    display: none; 
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0px;
    width: 300px;
    background: whitesmoke;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown_menu.open{
    height: 160px;
}
.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:uppercase;
    text-decoration: none;
}
@media(max-width: 992px)  {
    .nav .links{
        display: none;
    }
    .nav .toggle_btn{
        display: block;
    }
    .dropdown_menu{
        display: block;
    }
}
@media(max-width: 576px)  {
    .dropdown_menu{
        left: 2rem;
        width: unset;
    }
}
.logo{
    cursor: pointer;
    margin-left: 20px;
    width: 200px;
}
/* .checkbtn{
    color: black;
    font-size: 35px;
} */
.typing,.typing2{
    color: rgb(240, 4, 7);
    font-weight: 500;
}
.main{
    display: flex;
}
.text1{
    font-size: 50px;
}
.text2{
    font-size: 60px;
    font-weight: 600;
}
.text3{
    font-size: 70px;
    margin: 5px 0;
}
.typing,.typing2{
    color: rgb(207, 4, 7);
    font-weight: 500;
}
.hire:hover{
    color: black;
    background: none;
}
.homebtn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    font-family:  'Josefin Sans', serif;
}
div{
    display: block;
}
.nav{
    justify-content: space-between; 
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
.toggle-button{
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}
.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color:#fff;
    border-radius: 10px;
}
ul li{
    display: inline-block;
    margin: 10px 20px;
}
li a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
li a::after{
    content: '';
    width: 0;
    height: 3px;
    background: red;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}
li a:hover::after{
    width: 100%;
}
.texts{
    margin: auto 0 auto 90px;  
    margin-top: 110px;
    font-family: 'Josefin Sans', sans-serif;
    
}
.header-text{
    margin-top: 3;
    margin-left: 0;
    font-size: 30px;
}
.header-text p{
    font-size: 30px;
    font-style: italic;
}
.social a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgb(207, 4, 7) ;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    background-color: rgb(207, 4, 7);
    text-decoration: none;
}
/* *{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
background-color: whitesmoke;
} */
.position{
    position: relative;
    align-items: right;
}
.image{
    width:400px;
    height:450px;
    margin-left: 180px;
    margin-top: -5px;
}
table{
border: 50px;
align-items: center;
}
.hire{
    display: inline-block;
    background-color:rgb(207, 4, 7); 
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 6px;
    border: 2px solid rgb(207, 4, 7) ;
    transition: all 0.3s ease;
    text-decoration: none;
}
.hire:hover{
    color: black;
    background: none;
}
.title{
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    padding: 10px 2%;
}
.title .Subtitle{
    font-size: 20px;
    color: rgb(240, 4, 7);
}
.PictureAbout{
    width: 40px;
    height: 40px;
    align-items: right;
}
/* .containerservice{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 110px;
} */
.Services .containerservice .card {
    width: calc(33% - 20px);
    border: rgb(240, 4, 7);
    text-align: center;
    border-radius: 6px;
    padding: inherit;
    cursor: pointer;
}
.containerAbout1{
    margin-bottom: 20px;
}
.containerAbout, .containerservice, .containerskills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.title{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 20px;
}
.title .Subtitle{
    text-align: center;
    font-size: 20px;
    color: rgb(240, 4, 7);
}
.textsAbout{
    width: 30%;
    padding: 15px 45%;
}
.textA,.txt{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.para,.pa,.textt{
    font-size: 30px;
    text-align: justify;
}
.txt{
    color:rgb(240, 4, 7) ;
}
.cv{
    display: inline-block;
    background-color:rgb(240, 4, 7); 
    color: white;
    font-size: 25px;
    padding: 12px 36px;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid rgb(240, 4, 7) ;
    transition: all 0.3s ease;
}
.cv:hover{
    color: black;
    background: none;
}    
.profile{
    padding: 3px 3%;
    margin-top: 0px;
}
.typing2{
    color: rgb(240, 4, 7);
}
.texts{
    margin: auto 0 auto 90px;  
    margin-top: 110px;
}
.text1{
    font-size: 40px;
}
.text2{
    font-size: 90px;
    margin-left: 0px;
}
.text3{
    font-size: 70px;
    margin: 5px 0;
}
.typing .typing2{
    color: rgb(240, 4, 7);
}
.about,.skills{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}
.PictureAbout{
width: 45%;
}
.textsAbout{
    width: 55%;
}
.textA,.txt{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.para,.pa,.textt{
    font-size: 25px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.txt{
    color:rgb(240, 4, 7) ;
}
.profile{
    background-size: cover;
    background-position: center;
}
.gallery ul{
    list-style-type: none;
}
table.yes td {
    /*background-color: lime;*/
    padding: 5px;
    border:2px solid #fff;border-collapse:separate;
}
body {
    margin: 0;
    padding: 0;
    display:flex;
}
video {
    max-width: 100%;
}
img {
    max-width: 100%;
}
tr td {
width: 350px;
height: 100%;
}
.textsskills{
width: 40%;
font-size: 20px;
}
.barskills{
width: 50%;
margin-right: 20px;
}
.bars{
margin-bottom: 15px;
}
.info{
display: flex;
align-items: center;
justify-content: space-between;
}
.barskills span{
font-weight: 500;
font-size: 18px;
}
.barskills .line{
height: 5px;
width: 100%;
background: lightgray;
position: relative;
}
.barskills .line::before{
content: "";
position: absolute;
height: 100%;
left: 0;
top: 0;
background: rgb(240, 4, 7);;
}
.barskills .webdes::before{
width: 95%;
}
.barskills .frontend::before{
width: 85%;
}
.barskills .cprog::before{
width: 75%;
}
.barskills .java::before{
width: 75%;
}
.barskills .python::before{
width: 60%;
}
