body {
   
    font-family: 'Work Sans',sans-serif;
    margin: 0px 40px;
    background: #000;
   
   
}

.outer_section {
    border: 1px solid #45bba9;
    background: linear-gradient(61deg, rgb(15 142 214) 0%, rgb(100 213 141) 65%);
}
.cp_content {
    padding: 10px 45px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    
}

.cp_logo {
    display: flex;
    align-items: center;
   
}
.resumelogo_img {
    width: 111px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0px;
    padding: 10px 120px 80px 15px;
   
    height: 100px;
    clip-path: polygon(0 0, 0% 100%, 97% 0);
}
.cp_name {
    font-size: 20px;
    font-weight: 600;
}
.link_div img {
    width: 25px;
    margin-left: 15px;
    margin-top: 15px;
}
.main_content {
    background: linear-gradient(61deg, rgb(15 142 214) 0%, rgb(100 213 141) 65%);
    padding: 45px 25px 55px 45px;
}

.section_div1 {
    display: flex;
   padding-top: 50px;

}
.resume_top {
    width: 65%;
    padding-right: 25px;
}


.com {
    font-size: 30px;
    color: #b33333;
    font-weight: 800;
}
.resume_top h1 {
    font-size: 55px;
    color: #000f3e;
}
.resume_top h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.6px;
}

input[type=text] {
    width: 38%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #000;
    border-radius: 30px;
}

  .button {
    background-color: #ffffff;
    border: 1px solid #000f3e;
    border-radius: 30px;
    color: #b33333;
    width: 10%;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.resume_content {
    width: 35%;
}
img.resume_img {
    width: 95%;
}


.section_div2 {
    margin: 60px 120px 0px 120px;
    text-align: center;
}


.section_div2 h1 {
    font-size: 35px;
    color: #000f3e;
}

.section_div2 p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.6px;

}



.section_div3 {
    margin-top: 45px;
    text-align: center;
}
.section_div3 h1 {
    font-size: 35px;
    color: #000f3e;
}
.section_div3 p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.6px;
}


.card_section {
    margin: 15px 65px;
    display: flex;
}
.card_section div {
    margin: 0px 20px;
}
.card_div {

    padding: 20px 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
}

.card_div img {
    width: 40%;
}
.card_div h3 {
    font-size: 20px;
    color: #00c94c;
    font-weight: 600;
}
.card_div p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.b_top {
    margin: 30px 83px;
    border: 1px solid #fff;
}


@media (max-width:768px){
    body {
       margin: 0px 10px;
    }
    .cp_content {
        padding: 10px 20px;
       
    }
    .resumelogo_img {
        width: 100px;
        background-color: black;
        position: absolute;
        left: 0;
        top: 0px;
        padding: 10px 100px 70px 7px;
       
        height: 100px;
        clip-path: polygon(0 0, 0% 100%, 97% 0);
    }
    .link_div img {
        width: 23px;
        margin-left: 15px;
        margin-top: 25px;
    }

    .main_content {
       
        padding: 45px 20px 55px 20px;
    }
    .section_div1 {
        display: flex;
        flex-direction: column;
        padding-top: 60px;
    }
    .resume_top {
        width: 100%;
       
    }
    .resume_top h1 {
        font-size: 25px;
        color: #000f3e;
    }
    .resume_top h3 {
        margin-top: 0px;
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.6px;
    }
  
    .resume_content {
        width: 100%;
        display: flex;
       
    }
 
    img.resume_img {
        width: 85%;
        margin: auto;
    }
    .section_div2 {
      margin: 0;
    }
  
    .section_div2 h1 {
        font-size: 20px;
        margin-top: 20px;
        color: #000f3e;
    }
    .section_div2 p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.6px;
    }
    .b_top {
        margin: 25px 50px;
        border: 1px solid #fff;
    }

    .section_div3 {
        margin-top: 25px;
        text-align: left;
    }
    .section_div3 h1 {
        font-size: 20px;
        color: #000f3e;
    }
    .section_div3 p {
        font-size: 15px;
        line-height: 20px;
      
    }
    .card_section {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .card_section div {
        margin: 10px 20px;
    }
    .card_div {
        padding: 15px 10px;
        text-align: center;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 15px;
    }
    .card_div img {
        width: 35%;
    }
    .card_div h3 {
        font-size: 16px;
        margin: 0;
        color: #00c94c;
        font-weight: 600;
    }
    .section_div3 p {
        font-size: 15px;
        line-height: 18px;
    }
}