@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.bar{
    text-decoration: none;
    color: rgb(203, 203, 203);
    letter-spacing: 2px;
    transition-duration: 0.2s;
}

ul{
    list-style-type: none;
    
}
.nav-bar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    position: relative;
    right: 22px;
}
header{
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgb(57, 57, 57);
    z-index: 4;
}
.sun{
    color: white;
    position: absolute;
    left: 91%;
    font-size: 20px;
    transition-duration: 0.3s;
}
.sun:hover{
    font-size: 25px;
}
.nav{
    width: 100%;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-menu:hover{
    color: #bac964;
}
.portfolio-menu:hover{
    color: #bac964;
}
.resume-menu:hover{
    color: #bac964;
}
.about-menu:hover{
    color: #bac964;
}
.contact-menu:hover{
    color: #bac964;
}
.man-big{
    width: 100vw;
    background-image: url("./imgs/image_1.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.layer{
    width: 100vw;
    height: 110vh;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.layer-text{
    position: absolute;
    z-index: 3;
    margin-top: 60px;
}
.greeting,.name{
    color: white;
    font-size: 70px;
}
.greeting{
    font-weight: 300;
}
.name{
    margin-bottom: 20px;
    font-weight: 900;
}
.rezu{
   color: gray;
   letter-spacing: 4px;
}
.trusted{
    width: 100%;
    height: 350px;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.trust{
    color: white;
    font-size: 28px;
    font-weight: 250;

}
.leading{
    font-weight: 900 !important;
    font-size: 30px;
}
.brands{
    width: 95%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.google{
    color: #4285f4;
    background-color: #333333;
    padding: 25px 70px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
}
.google:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.amazon{
    color: #ff9902;
    background-color: #333333;
    padding: 25px 70px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
}
.amazon:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.apple{
    color: #aaaaaa;
    background-color: #333333 ;
    padding: 25px 75px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
}
.apple:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.netflix{
    color: #e50815;
    background-color: #333333;
    padding: 25px 70px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
}
.netflix:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.microsoft{
    color: #01a4ef;
    background-color: #333333;
    padding: 25px 60px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
}
.microsoft:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.spotify{
    color: #1eb954;
    background-color: #333333;
    padding: 25px 70px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
}
.spotify:hover{
    box-shadow: 1px 5px 10px 0 #121212;
}
.portfolio-part{
    width: 100%;
    height: 1300px;
    background-color: #222222;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;

}
.feature{
    color: white;
    font-size: 30px;
    font-weight: 250;
    margin-top: 100px;
}
.portfolio-word{
    font-weight: 900 !important;
}
.portfolio-bar{
    display: flex;
    gap: 45px;
}
.all:hover{
    color: #0b6efd;
}
.packaging:hover{
    color: #0b6efd;
}
.mockup:hover{
    color: #0b6efd;
}
.tyograhpy:hover{
    color: #0b6efd;
}
.photography:hover{
    color: #0b6efd;
}
.boxes{
    width: 75%;
    height: 700px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
    bottom: 0px;
    gap: 50px 20px;
}
.b1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.box-big-text{
    color: white;
    font-size: 20px;
    font-weight: 200;
    margin-top: 10px;
    font-weight: 27x0;
}
.box-text{
    color: #919191;
    font-size: 12px;
}
.p-bar{
    text-decoration: none;
    color: #bdbdbd;
    transition-duration: 0.3s;
}
.boxes-img{
    border-radius: 5px;
    height: 350px;
}
.featured-case-studies{
    height: 880px;
    width: 100%;
    background-color: #1a1a1a;
    display: flex;
    flex-flow: column wrap;
    gap: 80px;
    justify-content: center;
    align-items: center;
}
.featured-case-studies-text{
    font-size: 30px;
    font-weight: 300;
    color: white;
    margin-top: 90px;
}
.case-studies{
    font-weight: 900;
}
.boxes2{
    width: 87%;
    height: 650px;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.background-img-1{
background-image: url("./imgs/p1.jpg");
height: 200px;
width: 360px;
background-position: center;
background-size: 360px;
background-repeat: no-repeat;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
transition-duration: 0.3s;

}
.background-img-2{
background-image: url("./imgs/p2.jpg");
height: 200px;
width: 360px;
background-position: center;
background-size: 360px;
background-repeat: no-repeat;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
transition-duration: 0.3s;

}
.background-img-3{
background-image: url("./imgs/p3.jpg");
height: 200px;
width: 360px;
background-position: center;
background-size: 360px;
background-repeat: no-repeat;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
transition-duration: 0.3s;

}
.background-img-1:hover{
    background-size: 375px;
}
.background-img-2:hover{
    background-size: 375px;
}
.background-img-3:hover{
    background-size: 375px;
}
.b2{
    width: 360px;
    height: 535px;
    background-color: #333333;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 0 #161616;
    transition-duration: 0.2s;
}
.b2:hover{
    box-shadow: 2px 2px 10px 0 #0e0e0e;
}
.b2-elements{
    margin-left: 30px;
    margin-top: 40px;
}
.b2-text1{
    color: #bac964;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.b2-text2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.b2-text3{
    color: #a8a8a8;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 25px;
}
hr{
    width: 290px;
    background: #444;
    border: none;
    height: 1px;
    margin-bottom: 20px;
}
.precent1{
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
    margin-left: 45px;
    margin-right: 110px;
}
.precent2{
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
}
.precent3{
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
    margin-right: 55px;
}
.precent4{
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
}
.precent5{
    margin-left: 20px;
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
    margin-right: 80px;
}
.precent6{
    color: #bac964;
    font-size: 25px;
    font-weight: 700;
}
.b2-text4{
    font-size: 11px;
    color: #9a9a9a;
    letter-spacing: 1px;
    margin-right: 18px;

}
.b2-text5{
    font-size: 11px;
    color: #9a9a9a;
    letter-spacing: 1px;
}
.b2-button{
    margin-top: 20px;
    background-color: transparent;
    border-radius: 150px;
    border-color: #0b6efd;
    border: 1px solid #0b6efd;
    text-decoration: none;
    height: 30px;
    transition-duration: 0.2s;
}
.button-text{
    padding: 10px;
    color: #0b6efd;
    letter-spacing: 3px;
    text-decoration: none;
    transition-duration: 0.2s;
}
.b2-button:hover .button-text{
    color: white;
}
.b2-button:hover{
    background-color: #0b6efd;
}
.b2-button2{
    margin-top: 20px;
    background-color: transparent;
    border-radius: 150px;
    border-color: #0b6efd;
    border: 1px solid #0b6efd;
    text-decoration: none;
    height: 30px;
    transition-duration: 0.2s;
}
.button-text2{
    padding: 10px;
    color: #0b6efd;
    letter-spacing: 3px;
    text-decoration: none;
    transition-duration: 0.2s;
}
.b2-button2:hover .button-text2{
    color: white;
}
.b2-button2:hover{
    background-color: #0b6efd;
}
.b2-button3{
    margin-top: 20px;
    background-color: transparent;
    border-radius: 150px;
    border-color: #0b6efd;
    border: 1px solid #0b6efd;
    text-decoration: none;
    height: 30px;
    transition-duration: 0.2s;
}
.button-text3{
    padding: 10px;
    color: #0b6efd;
    letter-spacing: 3px;
    text-decoration: none;
    transition-duration: 0.2s;
}
.b2-button3:hover .button-text3{
    color: white;
}
.b2-button3:hover{
    background-color: #0b6efd;
}
.resume-part{
    background-color: #222222;
    width: 100%;
    height: 1400px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}
.boxes3{
    width: 88%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 40px;
}
.boxes3-e{
    position: relative;
    right: 215px;
}
.my-resume-text{
    position: relative;
    bottom: 30px;
    font-size: 30px;
    font-weight: 200;
    color: white;
}
.resume-text{
    font-weight: 800;
}
.education-text{
    font-size: 25px;
    color: white;
    font-weight: 200;
    margin-right: 465px;
    margin-bottom: 30px;
}
.experience-text{
    font-size: 25px;
    color: white;
    font-weight: 200;
    margin-bottom: 30px;

}
.boxes3-contents{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.cards{
    width: 550px;
    height: 220px;
    border-radius: 10px;
    background-color: #333333;
    padding: 30px 30px;
    box-shadow: 0.5px 0.5px 10px 0 #1b1b1b;
    position: relative;
    top: 0px;
    transition-duration: 0.5s;
}
.cards:hover{
    top: -5px;
    box-shadow: 0.5px 0.5px 10px 0 #111111;
}

.march{
    font-size: 13px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}
.boxes3-text1{
    color: #bac964;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}
.boxes3-text2{
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 17px;
}
.boxes3-text3{
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 350;
}
.certifications{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    height: 900px;
    background-color: #1a1a1a ;
    gap: 80px;
}
.certifications-text{
    font-size: 30px;
    color: white;
    font-weight: 200;
    padding-top: 20px;
}
.awards-text{
    font-weight: 900;
}
.boxes4{
    width: 77%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 24px;
}
.cards2{
    display: flex;
    flex-flow: row wrap;
    border-radius: 8px;
    width: 355px;
    height: 260px;
    background-color: #333333;
    box-shadow: 2px 2px 10px  #171717;
    transition-duration: 0.2s;
}
.cards2:hover{
    box-shadow: 2px 2px 10px #0e0e0e;
}
.cards2-icon{
    color: #bac964;
    font-size: 20px;
}
.icon-div{
    background-color: #48493a;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
}
.cards2-text1{
    color: #bac964;
    padding: 5px 10px;
    background-color: #48493a;
    border-radius: 100px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.boxes4-content{
    margin-top: 40px;
    margin-left: 20px;
}
.cards2-text2{
    font-size: 16px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cards2-text3{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #c2c2c2;
}
.cards2-text4{
    font-size: 13px;
    color: #9a9a9a;
    line-height: 22px;
    width: 210px;
}
.boxes5-img{
    width: 600px;
    height: 410px;
}
.about-me{
    background-color: #222222;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 700px;
    
}
.boxes5{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 88%;
    gap: 100px;
    margin-top: 80px;
}
.boxes5-text{
    width: 405px;
}
.about-me-text{
    font-size: 30px;
    font-weight: 300;
    color: white;
    margin-top: 22px;
    margin-bottom: 30px;
}
.me-text{
    font-weight: 800;
}
.boxes5-text1{
    font-size: 1.25rem;
    color: #d4d1d1;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 30px;
}
.boxes5-text2{
    color:#d4d1d1;
    font-size: 16px;
    font-weight: 250;
    line-height: 28px;
    margin-bottom: 45px;
}
.hire-me{
    text-decoration: none;
    color: #222222;
    background-color: #bac964;
    padding: 11px 26px;
    font-size: 12px;
    letter-spacing: .2rem;
    border-radius: 100px;
    transition-duration: 0.3s;
}
.hire-me:hover{
    background-color: #a6b35a;

}
.download-cv{
    text-decoration: none;
    color: white;
    background-color: #6c757d;
    padding: 11px 26px;
    font-size: 13px;
    letter-spacing: .2rem;
    border-radius: 100px;
    transition-duration: 0.3s;
}
.download-cv:hover{
    background-color: #5f676e;
}
.clients{
    background-color: #222222;
    width: 100%;
    height: 700px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 60px;
}
.client-test{
    font-size: 30px;
    color: white;
    font-weight: 250;
}
.testimonial-text{
    font-weight: 800;
}
.person{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.boxes6{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 87%;
    gap: 80px 30px;
}
.cards3{
    display: flex;
    gap: 30px;
    position: relative;
}
.b3{
    width: 460px;
    height: 210px;
    background-color: #333333;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0 #1b1b1b;
    padding: 30px;
}
.b3-text1{
    width: 390px;
    font-size: 16px;
    font-weight: 300;
    color: #cacaca;
    line-height: 1.7rem;
    margin-bottom: 15px;
}
.triangle{
    width: 200px;
    height: 100px;
    background-color: #333333;
    clip-path: polygon(0 0, 8% 21%, 8% 0);
    position: absolute;
    left: 12%;
    top: 10%;
    
}
.b3-text2{
    font-size: 16px;
    font-weight: 300;
    color: #aeaeae;
    font-style: italic;
}
.xyz{
    color: #bac964;
    text-decoration: none;
    text-decoration: 0.2s;
}
.xyz:hover{
    color: #a7b55b;
}
.services{
    width: 100%;
    height: 800px;
    background-color: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.my-services{
    font-size: 30px;
    color: white;
    font-weight: 300;
    margin-top: 150px;
}

.services-text{
    font-weight: 800;
}
.boxes7{
    width: 88%;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.cards4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 450px;
    background-color: #333333;
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 #1b1b1b;
    transition-duration: 0.2s;
}
.cards4-2{
    height: 420px;
}
.cards4:hover{
    box-shadow: 0 3px 15px 0 #141414;
}
.cards4-icon{
    color: white;
    font-size: 40px;
}
.cards4-icon-div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bac964;
    border-radius: 50%;
    margin-bottom: 30px;
}
.b4-text1{
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.b4-text2{
    font-size: 16px;
    font-weight: 320;
    text-align: center;
    width: 290px;
    color: #c2c2c2;
    line-height: 25px;
    margin-bottom: 30px;
}
.learn-more{
    text-decoration: none;
    color: #bac964;
    font-weight: 300;
}
.learn-more-text{
    transition-duration: 0.5s;
}
.learn-more:hover .learn-more-text{
    margin-right: 30px;
}
.learn-more:hover{
    color: #a1ae56;
}
.chevron{
    font-size: 11px;
}
.blog-on-medium{
    width: 100%;
    height: 800px;
    background-color: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.blog-on-medium-text{
    margin-top: 40px;
    font-size: 30px;
    color: white;
    font-weight: 300;
}
.medium{
    font-weight: 800;
}
.boxes8{
    width: 87%;
    gap: 25px;
    justify-content: center;
    display: flex;
}
.cards5{
    width: 360px;
    height: 530px;
    background-color: #333333;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 #1b1b1b;
    position: relative;
    top: 0;
    transition-duration: 0.3s;
}
.cards5:hover{
    box-shadow: 0 3px 10px 0 #101010;
    top: -3px;
}
.cards5-img{
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.cards5-content{
    width: 100%;
    padding: 30px;  
    height: 240px;
}
.b5-text1{
    color: #bac964;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
    transition-duration: 0.2s;
}
.b5-text1:hover{
    color: #a9b75c;
}
.b5-text2{
    color: #bdbbbb;
    font-weight: 350;
    line-height: 28px;
    width: 260px;
    margin-bottom: 20px;
}
.b5-text3{
    color: #bac964;
    font-weight: 300;
    font-size: 14px;
    transition-duration: 0.2s;
    margin-right: 10px;
}
.b5-text3:hover{
    color: #aab85b;
}
.b5-text4{
    color: #bac964;
    font-weight: 300;
    font-size: 14px;
    transition-duration: 0.2s;
}
.b5-text4:hover{
    color: #aab85b;
}
.get-in-touch{
    width: 100%;
    height: 800px;
    display: flex;
    gap: 90px;
    flex-direction: column;
    align-items: center;
    background-color: #222222;
}
.get-in-touch-text1{
    margin-top: 60px;
    color: white;
    font-size: 30px;
    font-weight: 300;
}
.in-touch{
    font-weight: 800;
}
.boxes9{
    width: 80%;
    display: flex;
    gap: 60px;
}
.boxes9-form{
    display: flex;
    flex-direction: column;
}
.get-in-touch-text2{
    color: white;
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 50px;
}
.text{
    background-color: #333333;
    border-radius: 5px;
    width: 700px;
    height: 45px;
    border: 1px solid #494949;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;

}
.text:focus{
    outline-style: solid;
    outline-color: #bac964;
}
.text-area{
    max-width: 700px;
    min-height: 150px;
    padding: 15px !important;
}
.boxes9-button{
    width: 180px;
    border-radius: 100px;
    height: 35px;
    background-color: #bac964;
    border: none;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #222222;
    font-size: 12px;
    transition-duration: 0.2s;
}
.boxes9-button:hover{
    background-color: #a5b259;
}

.my-contact-details{
    color: white;
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 50px;
}
.email-text1{
    color: #a3a2a2;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.email-text2{
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 350;
    margin-bottom: 23px;
}
.address-text1{
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 350;
    margin-bottom: 10px;
}
footer{
    width: 100%;
    height: 300px;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    
}
.copyright{
    margin-top: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #c4c2c2;   
}
.heart{
    color: red !important;
}
.colorlib{
    text-decoration: none;
    color: #0b6efd;
}
.footer-icons-circle{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #333333;
}
.footer-icon{
    color: white;
    font-size: 22px;
    transition-duration: 0.3s;
}
.footer-icons{
    display: flex;
    gap: 20px;
}
.footer-icon-s{
    font-size: 25px;
}
.footer-icons-circle:hover .footer-icon{
    color: #bac964;
}

@media (max-width:1450px){
    .boxes{
        width: 87%;
    }
    .boxes4{
        width: 87%;
    }
    .google{
        padding: 25px 50px;
    }
    .microsoft{
        padding: 25px 40px;
    }
    .apple{
        padding: 25px 55px;
    }
    .amazon{
        padding: 25px 50px;
    }
    .netflix{
        padding: 25px 50px;
    }
    .spotify{
        padding: 25px 50px;
    }
    .boxes3{
        width: 100%;
    }
}