*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html{
    font-family: "Josefin Sans", serif;
}
.header{
    display: flex;
    justify-content: space-between;
    height: 50px;
    background-color: rgb(150,150,150);
    align-items:center ;
    position: fixed;
    z-index: 9999;
    width: 100%;
    
}

.link{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 10px;
    position: relative;
    
}
.num{
    color: purple;
    font-size: 30px;
    
}
.pp{
    margin-left: 100px;
}
.logo{
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    padding-left: 20px;
    transition: 0.7s ease;
}
.link:hover{
    color: rgb(31, 31, 58);
}
.logo:hover{
    color: rgb(84, 84, 131);
    font-size:35px;
    
}
.link:after{
    content: "";
    width: 0;
    height: 3px;
    background-color: rgb(0, 0, 0);
    position:absolute;
    left: 0;
    bottom: -10px;
    transition: 0.7s ease;
}
.link:hover:after{
    width: 100%;
}
body{
    background: linear-gradient(45deg,rgb(100,100,100),rgb(150,150,150),rgb(200,200,200));
}
#services,#job,#about_me,#call_me{
    text-align: center;
    font-size: 60px;
    padding: 20px 0;
    color: rgb(236, 250, 39);
    font-weight: bold;
    font-family:"BBH Sans Hegarty", sans-serif;
    font-weight: bolder;
    font-style:normal;
    letter-spacing: 10px;
}
#call_me{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0px;
}

.about_me p{
    font-size: 20px;

}
.job .logo img{
    border-radius: 50%;
    width: 10em;
    display: block;
    margin: auto;
    padding: 20px;
    
    
}
#call_me .title{
    background-color: black;
    color: azure;
    font-size: 25px;
    padding: 20px;
    
}
.gg{
    padding-bottom: 30px;
}


.card_serv{
    background-color: rgba(245, 245, 245, 0.801);
    height: 200px;
    width: 200px;
    margin: auto;
    box-shadow:7px 7px 8px 6px gray; ;
    border:none ;
    position: relative;
    transition: 0.7s;
    border-radius: 10%;
    letter-spacing: 1px;
    margin: 20px;

    

    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.card_serv p{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.linkk:active{
    color:rgba(245, 245, 245, 0.801);
}
.des,.des a{
    font-size: 30px;
    text-decoration: none;
    text-align: center;

}
.services{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.card_serv img{
display: flex;

    
    margin: auto;
    width: 90px;
    padding-top: 3px;
}

.card_serv:hover{
   transform: scale(1.2);
   
}
.nav_link::before{
    content: "";
    background-color: rgb(255, 255, 255);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0px;
    transition: .5s ease-out;
}
.nav_link:hover::before{
    width: 100%;
}
.css{
    width: 200px;
    height: 90px;
}
.header{
    height: 75px;
}
.part1 .logo{
    font-size: 50px;
    padding-left: 80px;
}
.link{
    font-size: 30px;
    font-weight: 900;
}
#call_me{

padding: 0;
}
.about_me p{
    padding-left: 100px;
    font-size: 25px;

}
.card_serv a{
    color: red;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: absolute;
    text-align: center;
    display: block;
    padding-left: 40%;

}
.card_serv{
position: relative;
}
.krme{
    margin: 0;
    padding: 0;
}
.rr{
    width: 3px;
    height: 100%;
}
*{
    width: auto;
}
.text{
    text-align: center;
    padding-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 15px;
    
}
@media screen and (max-width:730px) {

.links{
    display:flex;
    position: fixed;
    top: 0;
    flex-direction: column;
    left: 50%;
    padding: 20px 0;
    background-color:rgb(139, 139, 139) ;
    text-align: center;
}
.nav_link::before{
    display: none;
}

.links.active{
    right: auto;
}
.icon-burger{
    width: 60px;
    height: 42px;
    position: relative;
    background-color: rgb(223, 6, 6);
    margin: 20px 20px;
    cursor: pointer;
    margin-left: -110px;
    margin-top: 13px;

}
.icon-burger span{
    position: absolute;
    width: 100%;
    background-color: rgb(233, 193, 14);
    height: 6px;
    left: 0;
    transition: all 0.3s ease;
}
.icon-burger span:first-child{
    top: 0;
}
.icon-burger span:nth-child(2){
    top: 20px;
}
.icon-burger span:last-child{
    top: 40px;
}
.icon-burger.active span:nth-child(2){
    opacity: 0;
}
.icon-burger.active span:first-child{
    transform:  rotate(45deg);
    
}
.icon-burger.active span:last-child{
    transform:  rotate(-45deg);
}
.icon-burger.active span:first-child,.icon-burger.active span:last-child{
    top: 20px;
    background-color: red;
}
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.nav_gard{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(150,150,150);
    min-height: 70px;
}
.nav_brading{
    text-decoration: none;
    color: white;
    font-size: 2rem;
    transition: .7s ease;
    font-size: 40px;
    font-weight: bold;
    
}
.nav_brading:hover{
    color: rgb(70, 70, 70);
}
.nav_item{
list-style: none;


}
.nav_link{
    text-decoration: none;
    color: white;
    transition: .5s ease;
    font-size: 25px;
    margin: 0 5px;
    position: relative;
}
.nav_menu{
    display: flex;
    justify-content: space-between;
    gap: 40px;

}
.nav_link:hover{
    color: rgb(170, 170, 170);
}
.bar{
    display: block;
    background-color: rgb(165, 162, 162);
    width: 25px;
    height: 3px;
    margin: 5px auto;
    
}
.burger{
    display: none;

}
.pp{
    margin: auto;
}
.email{
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 6px;
}
@media (max-width:768px){
    .burger{
        display: block;
        cursor: pointer;
        
    }
    .nav_menu{
        position: fixed;
        flex-direction: column;
        background-color: rgba(139, 139, 139, 0.5);
        width: 100%;
        gap: 0;
        text-align: center;
        top:70px;
        left: -800px;
        transition: 0.5s ease;
        z-index: 999;
        filter: brightness(110%);
        backdrop-filter: blur(5px) ;
        border-radius: 20px;
        border: 1px solid rgb(255, 255, 255);

    }

    .nav_menu.active{
        left: 0;
    }
    .nav_item{
        margin: 16px 0;
    }
    .burger.active .bar:nth-child(2){
        opacity: 0;
        transition: 0.4s ease;
    }
    .burger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    transition: 0.4s ease;
    }
    .burger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
        transition: 0.4s ease;
        }
        .burger.active .bar:nth-child(1),.burger.active .bar:nth-child(3){
            background-color: rgb(255, 255, 255);
        }

    }

    

body {
  background-color: #f0f0f0;
  color: #333;
}

.nav_gard {
  background-color: #1f1f1f;
}

.nav_link {
  color: #fff;
}

.card_serv {
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.card_serv:hover {
  background-color: #e0e0e0;
}
