/* OUR WORK SECTION CSS SATRT */
.our-work {
    padding: 100px 0;
}
.our-work .section-title {
    text-align: center;
    margin-bottom: 20px;
}
.our-work .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.our-work .tab-content .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
}
.our-work .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 61px;
    margin-bottom: 60px;
}
.our-work .tabs button.tab-btn {
    border: 0;
    border-radius: 25px;
    display: block;
    background: transparent;
    cursor: pointer;
}
.our-work .tabs button.tab-btn.active {
    background: #FFC514;
    padding: 14px 49px;
}

@media screen and (max-width: 1330px) {
    .our-work .tabs {
        gap: 40px;
    }
    .our-work .tabs button.tab-btn.active {
        padding: 14px 40px;
    }
}
@media screen and (max-width: 1140px) {
    .our-work .tabs {
        gap: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .our-work {
        padding: 70px 0;
    }
    .our-work .tabs button.tab-btn.active {
        padding: 10px 30px;
    }
    .our-work .tabs {
        gap: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px) {
    .our-work .tabs {
        width: 830px;
    }
    .our-work .tab-list {
        overflow-x: scroll;
        margin: 0 -15px;
    }
}
@media screen and (max-width: 767px) {
    .our-work {
        padding: 50px 0;
    }
    .our-work .tabs {
        width: 770px;
    }
    .our-work .tab-content .swiper-wrapper {
        display: flex;
        gap: 0;
    }
    .our-work .tab-content {
        margin: 0 -15px;
        padding-left: 15px;
    }
}
/* OUR WORK SECTION CSS END */

/* WHY CHOOSE SECTION CSS START */
.why-choose-section {
    padding: 0 0 100px 0;
}
.why-choose-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}
.why-choose-section .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.why-choose-section .information {
    display: flex;
    align-items: center;
    gap: 13px;
}
.why-choose-section .information .box-width {
    width: calc(33.33% - 4.33px);
    text-align: center;
}
.why-choose-section .information img {
    margin: 0 auto;
}
.why-choose-section .information h3 {
    margin: -12px 0 8px 0;
}
.why-choose-section .information .box-width .features-list {
    margin-bottom: 20px;
}
.why-choose-section .information .box-width .features-list:last-child {
    margin-bottom: 0;
}
.why-choose-section .information .left-content,
.why-choose-section .information .right-content {
    max-width: 436px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .why-choose-section {
        padding: 0 0 70px 0;
    }
    .why-choose-section .information {
        margin-top: -50px;
    }
}
@media screen and (max-width: 767px) {
    .why-choose-section {
        padding: 0 0 50px 0;
    }
    .why-choose-section .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .why-choose-section .information {
        margin-top: -20px;
        flex-direction: column;
        gap: 20px;
    }
    .why-choose-section .information .box-width {
        width: 100%;
    }
    .why-choose-section .information img {
        padding: 0 20%;
    }
    .why-choose-section .information .center-image {
        order: -1;
    }
    .why-choose-section .information .center-image img {
        padding: 0 10%;
    }
}
/* WHY CHOOSE SECTION CSS END */

/* TOOLS & SKILLS SECTION CSS END */
.tools-and-skills .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.tools-and-skills .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.tools-and-skills .tools-and-skills-features .features-list {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 353px;
    width: 100%;
}
.tools-and-skills .tools-and-skills-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 270px;
}
.tools-and-skills .tools-and-skills-features .features-list h4 {
    margin-bottom: 8px;
}

@media screen and (max-width: 1440px) {
    .tools-and-skills .tools-and-skills-features {
        gap: 40px 150px;
    }
}
@media screen and (max-width: 1024px) {
    .tools-and-skills .tools-and-skills-features {
        gap: 40px;
    }
    .tools-and-skills .tools-and-skills-features .features-list {
        max-width: 340px;
    }
}
@media screen and (max-width: 767px) {
    .tools-and-skills .tools-and-skills-features {
        gap: 20px;
    }
    .tools-and-skills .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .tools-and-skills .section-title {
        margin-bottom: 30px;
    }
    .tools-and-skills .tools-and-skills-features .features-list {
        max-width: 100%;
        gap: 20px;
    }
    .tools-and-skills .tools-and-skills-features .features-list img {
        width: 100%;
        max-width: 100px;
    }
}
/* TOOLS & SKILLS SECTION CSS END */

/* IMAGE WITH TEXT SECTION CSS SATRT */
.image-with-text {
    padding: 100px 0;
}
.image-with-text .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.image-with-text .section-title h3 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.image-with-text .image-text {
    display: flex;
    align-items: center;
    gap: 60px;
}
.image-with-text .image-text .image {
    width: calc(54% - 30px);
}
.image-with-text .image-text .contact {
    width: calc(46% - 30px);
}
.image-with-text .image-text .image .main-image {
    margin-left: -45px;
    margin-right: -28px;
}
.image-with-text .image-text .contact p {
    margin-bottom: 20px;
    line-height: 48px;
}
.image-with-text .contact .video-button a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: underline;
}
.image-with-text .contact .video-button a:hover {
    color: #FFC514;
}

@media screen and (max-width: 1024px) {
    .image-with-text {
        padding: 70px 0;
    }
    .image-with-text .image-text {
        gap: 30px;
    }
    .image-with-text .image-text .image {
        width: calc(54% - 15px);
    }
    .image-with-text .image-text .contact {
        width: calc(46% - 15px);
    }
    .image-with-text .image-text .contact p {
        line-height: 30px;
    }
    .image-with-text .image-text .image .main-image {
        margin-left: -15px;
        margin-right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .image-with-text {
        padding: 50px 0 0;
    }
    .image-with-text .section-title {
        margin-bottom: 30px;
    }
    .image-with-text .section-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .image-with-text .image-text {
        flex-direction: column;
    }
    .image-with-text .image-text .image,
    .image-with-text .image-text .contact {
        width: 100%;
    }
    .image-with-text .contact .video-button a svg {
        width: 50px;
        height: 50px;
    }
    .image-with-text .image-text .image .main-image {
        margin-left: 0;
        margin-right: 0;
    }
}
/* IMAGE WITH TEXT SECTION CSS ENDA */