@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* HOME PAGE [1] */

.home_data {
    background-color: #f9f7ee;
}

.kurm h1 {
    font-size: 65px;
    line-height: 64px;
    font-weight: 700;
    font-family: inherit;
    padding-left: 30px;
    color: #091045;
}

.vision p {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #091045;
}

.kurm h1 span {
    color: #d96838;
}

.contact_us_btn .btn {
    margin: 20px;
    font-size: 20px;
    background-color: #d96838;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    padding: 16px 32px;
}

.contact_us_btn .btn:hover {
    background-color: #091045;
    color: #fff;
}

.arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    transition: transform 0.3s ease-out;
}

.arrow:hover::after {
    transform: translateX(4px);
}

.main_devlop {
    padding-bottom: 70px;
}

.developer {
    padding-right: 40px;
    padding-left: 30px;
}

.developer h6,
.company h6 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
}

.developer h5,
.company h5 {
    font-size: 15px;
    font-weight: 700;
    color: #000;

}

.working_image img {
    height: 630px;
    object-fit: cover;
}

@media only screen and (max-width:1093px) {
    .vision p {
        font-size: 20px;
    }

    .kurm h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width:911px) {
    .contact_us_btn .btn {
        font-size: 12px;
        font-weight: 600;
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 897px) {
    .vision p {
        font-size: 15px;
        line-height: 20px;
    }

    .kurm h1 {
        font-size: 45px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 846px) {
    .contact_us_btn .btn {
        padding: 16px;
    }
}

@media only screen and (max-width:815px) {
    .contact_us_btn .btn {
        padding: 13px;
    }
}

@media only screen and (max-width:767px) {
    .kurm h1 {
        text-align: center;
    }

    .vision p {
        text-align: center;
        padding: 18px;
        margin-bottom: 15px;
    }

    .conta {
        justify-content: center;
    }

    .main_devlop {
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (max-width:366px) {
    .conta {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .contact_us_btn {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:341px) {
    .kurm h1 {
        font-size: 38px;
        line-height: 45px;
    }

    .main_devlop {
        flex-direction: column;
        text-align: center;
    }

    .developer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .br {
        display: none;
    }
}

/* SECOND PART [2] */

.main_container {
    background-color: #f9f7ee;
}

.title-box img {
    width: 150px;
}

.title-box h1 span {
    color: #091045;
}

.title-box h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: inherit;
    color: #d96838;
}

.devloper_text p {
    font-family: inherit;
    color: #000;
    font-size: 17px;
    line-height: 27px;
}

@media only screen and (max-width:769px){
    .new {
        position: relative;
    }
    .title-box h6 {
        position: absolute;
        left: 45%;
    }
    .title-box h1 {
        padding-top: 22px;
    }
    .title-box img {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:767px) {
    .title-box h1 {
        text-align: center;
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 20px;
    }

    .devloper_text p {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .title-box h1 {
        text-align: center;
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 20px;
    }

    .devloper_text p {
        text-align: center;
    }
}

@media only screen and (max-width:518px) {
    .title-box h1 {
        text-align: center;
        font-size: 40px;
        line-height: 57px;
        margin-bottom: 20px;
    }

    .devloper_text p {
        text-align: center;
    }
}

/* THIERD PART [3] */

.hire h6 {
    background-color: #d96838;
    width: 70px;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 70px auto 20px;
}

.hire h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #091045;
}

.skilled {
    text-align: center;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
}

.skilled:hover {
    box-shadow: 0px 0 25px 0 rgb(16 110 234 / 10%);
}

.skilled p {
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 0;
    color: #131313 !important;
    font-weight: 600;
}

@media only screen and (max-width:1037px) {
    .skilled p {
        font-size: 14px;
    }
}

@media only screen and (max-width:991px) {
    .skilled p {
        font-size: 17px;
    }

    .new_card {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:569px) {
    .br {
        display: none;
    }
}

/* FOURTH PART [3] */

.experienced ul {
    list-style: none;
}

.skype {
    display: flex;
    gap: 10px;
    padding-left: 50px;
    padding-bottom: 20px
}

.skype img {
    width: 22px;
}


.skype h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.skype p {
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.change {
    display: flex;
    justify-content: center;
}

.change img {
    max-width: 494px;
    object-fit: cover;
    object-position: top left;
}

.change_2 img {
    max-width: 494px;
    object-fit: cover;
    object-position: top left;
}

.change_2 {
    display: flex;
    justify-content: center;
}

.change_3 {
    display: none;
}

.experienced {
    padding-right: 60px;
}

.image_border {
    border-left: 1px solid rgb(201, 193, 193);
    border-bottom: 1px solid rgb(201, 193, 193);
}

.image_border_2 {
    border-right: 1px solid rgb(201, 193, 193);
    border-top: 1px solid rgb(201, 193, 193);
}

@media (max-width:1140px) {
    .change img {
        max-width: 394px;
    }

    .change_2 img {
        max-width: 394px;
    }
}

@media (max-width:910px) {
    .change img {
        max-width: 300px;
    }

    .change_2 img {
        max-width: 300px;
    }
}

@media (max-width:768px) {
    .change img {
        max-width: 100%;
        padding-top: 20px;
    }

    .image_border {
        border-top: 1px solid rgb(201, 193, 193);
        border-left: none;
        border-bottom: 1px solid rgb(201, 193, 193);
    }

    .change_2 {
        display: none;
    }

    .change_3 {
        display: block;
    }

    .image_border_2 {
        border-bottom: 1px solid rgb(201, 193, 193);
        border-right: none;
        border-top: 1px solid rgb(201, 193, 193);
    }

    .skype {
        padding-left: 0px;
    }
}

/* FIFTH PART [5] */

.technologi h6 {
    background-color: #d96838;
    width: 140px;
    padding: 7px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 70px auto 20px;
}

.technologi h1 {
    margin-bottom: 0px;
    font-size: 65px;
    line-height: 67px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    color: #091045;
}

.technologi h1 span {
    color: #d96838;
}

.profile-card {
    width: 146px;
    height: 146px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 144px;
}


.profile-card img {
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 10;
}
.profile-card:hover img {
    border-radius: 10px;
}

.my_img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    background-color: #E0F0FD;
    transition: .6s;
    padding: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-70px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.75rem;
    padding-top: 50%;
}

.caption p {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    top: -25px;
    font-size: 15px;
    color: #0c52a1;
    
}

.social-links {
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: relative;
    top: -35px;
}

.profile-card:hover img {
    transform: translateY(-60px);
}

.rotate {
    animation: rotation 2s infinite linear;
}

@media only screen and (max-width: 700px) {
    .profile-card {
        margin-top: 45px;
    }

}

@media (max-width:768px) {
    .line_recet {
        row-gap: 100px;
    }
}

@media (max-width:451px) {
    .technologi h1 {
        font-size: 54px;
    }
}



.new_software {
    text-align: center;
}

.new_software p {
    font-size: 20px;
    font-weight: 400;
    background-color: #db9476;
    color: #091045;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 0;
}

.new_software h1 {
    font-size: 49px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-top: 10px;
    color: #091045;
}


.lets_talk_btn .btn {
    margin: 20px;
    font-size: 20px;
    background-color: #d96838;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    padding: 16px 25px;
}

.lets_talk_btn .btn:hover {
    background-color: #091045;
    color: #fff;
}

.arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    transition: transform 0.3s ease-out;
}

.arrow:hover::after {
    transform: translateX(4px);
}

@media (max-width:992px) {
    .new_software p {
        font-size: 18px;
        width: 284px;
        padding: 3px 0;
    }

    .new_software h1 {
        font-size: 34px;
    }

    .lets_talk_btn .btn {
    font-size: 12px;
    padding: 11px 14px;
    }
}

@media (max-width:768px) {
    .new_software h1 {
        font-size: 28px;
    }
}