/*
Theme Name: 3rdm.ir
Theme URI: 3rdm.ir
Author: Pardis Satiyari
Version: 1.0.0
*/
* {
    box-sizing: border-box;
}
body {
    margin: 0!important;
    background-color: #fff;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
@font-face{font-family:devix;font-style:normal;font-weight:normal;src:url(fonts/eot/iranyekanwebregularfanum.eot);src:url(fonts/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"),url(fonts/woff/iranyekanwebregularfanum.woff) format("woff"),url(fonts/ttf/iranyekanwebregularfanum.ttf) format("truetype")}
div,a,i,p,time,input,button,textarea,label,section,select,ul,b,strong,span{
    font-family: 'devix', sans-serif;
    margin: 0
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'devix', serif;
    margin: 0
}
a {
    text-decoration: none!important;
    display: inline-block;
}
span{
    display: inline-block;
}
figure{
    margin: 0;
    padding: 0;
    display: block;
}
ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
.container,.container-fluid {
    width: 100%;
    padding-left: var(--bs-gutter-x,0.75rem);
    padding-right: var(--bs-gutter-x,0.75rem);
    margin-left: auto;
    margin-right: auto
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2)
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.p-full {
    padding: 0 12px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width:1676px
    }
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* thumb */
::-webkit-scrollbar-thumb {
    background: #feee37;
    border-radius: 10px;
}

/* hover */
::-webkit-scrollbar-thumb:hover {
    background: #e6d800;
}
*{
    scrollbar-width: thin;
    scrollbar-color: #feee37 #f5f5f5;
}

:root {
    --clr-1: #feee37;
    --clr-2: #05BEA6;
    --clr-3: #ff5a5a;
}
::selection {
    color: #333;
    background: #feee37;
}
.marg{
    margin: 20px 0;
    height: 1px;
}
/*////////////////////////////
/           header          /
//////////////////////////*/
/*menu*/
.all-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 3px var(--clr-1);
}
.left-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.back-c{
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    overflow-x: hidden;
    transition: 0.3s;
}
.bazsho{
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 3;
}
.baz{
    cursor: pointer;
    display: none;
}
.baz svg{
    display: flex;
    fill: #333;
    stroke: #333;
    width: 35px;
    height: 35px;
}
.menu-top ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.menu-top ul>li{
    position: relative;
    float: right;
    z-index: 5;
}
.menu-top ul>li>a{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 16px;
    margin: 0 8px;
    border-radius: 30px;
    transition: all 0.3s;
}
.menu-top ul>li>a:hover{
    color: var(--clr-1);
}
.sub-menu-style{
    position:relative;
}
.sub-menu-style:after{
    content: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: %23919191;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M948.560332 281.179984c-13.765515-13.833053-36.127825-13.833053-49.89334 0L511.991302 668.591431 125.313565 281.179984c-13.763468-13.798261-36.093033-13.798261-49.856501 0-13.799284 13.798261-13.799284 36.161594 0 49.993624l410.857439 411.674037c7.067976 7.085372 16.402575 10.521634 25.675776 10.331299 9.274224 0.191358 18.608823-3.245927 25.677822-10.331299l410.891208-411.708829c6.863315-6.89913 10.331299-15.940041 10.331299-24.979928S955.423647 288.078091 948.560332 281.179984z' /%3E%3C/svg%3E");
    position: absolute;
    top: 10px;
    left: 4px;
    width: 8px;
    opacity: 1;
    transition: 0.3s;
}
.menu-top ul>li>a:hover.sub-menu-style:after{
    opacity: 0;
}
.sub-menu-style{
    cursor: pointer;
}
.menu-top ul>li>ul{
    display: none;
    position: absolute;
    width: 250px;
    background-color: #fff;
}
.menu-top ul>li>ul>li{
    float: none;
}
.menu-top ul>li>ul>li>a{
    display: block;
    padding: 10px;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 0;
}
.menu-top ul>li>ul>li>a:hover{
    background-color: #fff;
}
.menu-top ul>li:hover>ul{
    display: block;
    top: 38px;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
}
.menu-mobile ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top ul>li:hover>ul{
    display: block;
}
.menu-mobile ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-mobile ul>li{
    position: relative;
}
.menu-mobile ul>li>a{
    font-size: 14px;
    line-height: 1.571;
    color: #333;
    padding: 14px 14px 14px 58px;
    position: relative;
    display: block;
}
.menu-mobile ul>li>a.t:before{
    content: "+";
    color:  var(--clr-1);
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 20px;
}
.menu-mobile ul>li>a.b:before{
    content: "-";
    color:  var(--clr-1);
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 20px;
}
.menu-mobile ul>li>ul,.menu-mobile ul>li>ul>li>ul,.menu-mobile ul>li>ul>li>ul>li>ul{
    display: none;
}
.menu-mobile ul>li>ul{
    background-color: #ebebeb;
}
.menu-mobile ul>li>ul>li>ul{
    background-color: #eeeeee;
}
.menu-mobile ul>li>ul>li>ul>li>ul{
    background-color: #e2e2e2;
}
.fbaste{
    position: absolute;
    left: 21px;
    top: 19px;
    font-size: 17px;
    color: #ccc;
}
/*search*/
.search-wrapper {
    position: relative;
}
.search-box {
    display: flex;
    align-items: center;
    width: 40px;
    overflow: hidden;
    transition: width 0.35s ease;
}
.search-box.active {
    width: 300px;
}
.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}
.search-toggle svg {
    width: 30px;
    height: 30px;
    fill: #333;
}
.search-box input {
    flex: 1;
    border: none;
    outline: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.search-box.active input {
    opacity: 1;
    padding: 8px 10px;
    border: solid 1px #333;
    border-radius: 10px;
}
.search-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
    color: var(--clr-3);
}
.search-box.active .search-close {
    opacity: 1;
}
/*////////////////////////////
/            main           /
//////////////////////////*/
/*intro*/
.intro-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0;
}
/*video*/
.video-wrapper {
    position: relative;
}
.video-wrapper video{
    border: solid 3px var(--clr-1);
    border-radius: 35px;
    width: 630px;
}
.play-btn {
    position: absolute;
    top: 44%;
    left: 48%;
    cursor: pointer;
    z-index: 3;
}
.play-btn svg {
    width: 45px;
    height: 55px;
}
/*text*/
.text-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    line-height: 30px;
    text-align: justify;
    border-right: solid 3px var(--clr-1);
    padding: 0 30px 0 0;
}
.text-wrapper h1{
    font-size: 45px;
    color: var(--clr-1);
    margin: 0 0 15px 0;
}
/*services*/
.services-color{
    background-color: var(--clr-1);
    padding: 45px 0;
}
.services{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    justify-content: center;
}
.services-item{
    width: calc(25% - 20px);
    background-color: var(--clr-2);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
}
.services-item h3{
    color: #fff;
}
.services-item svg{
    width: 55px;
    height: 55px;
    color: #fff;
}
/*all-title*/
.all-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.all-title a{
    background-color: var(--clr-3);
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}
.all-title a:hover{
    color: #333;
    background-color: var(--clr-1);
}
/*slider*/
.slider {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 100%;
    background: var(--clr-3);
    padding: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
}
.slide img {
    object-fit: cover;
    border-radius: 16px;
    background: #fff;
}
.slide p {
    line-height: 32px;
    max-width: 48%;
    text-align: justify;
}
.nav {
    position: absolute;
    top: 38%;
    background: none;
    border: none;
    color: #fff;
    font-size: 65px;
    cursor: pointer;
}
.nav.prev {
    right: 15px;
}
.nav.next {
    left: 15px;
}
.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}
.dot.active {
    background-color: var(--clr-1);
}
/*contact-us*/
.contact-us{
    position: relative;
    background-image: url(img/bg.png);
    margin: 75px 0 25px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.contact-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 72%);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.contact-us-item{
    position: absolute;
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: 50px auto 0 auto;
    gap: 15px;
}
.contact-us-item h2{
    color: var(--clr-2);
    font-size: 40px;
}
.contact-us-item strong{
    color: var(--clr-2);
    font-size: 20px;
}
/*customers*/
.customers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
    padding: 0 0 55px 0;
    border-bottom: solid 3px var(--clr-1);
}
.customers img {
    border: solid 1px #e7e7e7;
    border-radius: 8px;
    padding: 25px;
}
/*team*/
.slider-team{
    padding: 0 0 25px 0;
    margin: 0 0 45px 0;
    border-bottom: solid 3px var(--clr-1);
}
.slider-team .swiper-container {
    width: 100%;
    height: 100%;
}
.slider-team .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card {
    width: 260px;
    height: 380px;
    perspective: 1000px;
    margin: 40px 0;
}
.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card:hover .card-inner {
    transform: rotateY(180deg);
}
.card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
/* front */
.card-front img {
    width: 100%;
    height: 75%;
    object-fit: cover;
}
.card-front h3 {
    margin: 12px 0;
}
/* back */
.card-back {
    background-color: var(--clr-2);
    color: #fff;
    transform: rotateY(180deg);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}
.card-back p {
    line-height: 28px;
}
.swiper-button-prev{
    transform: rotate(180deg);
    right: 0 !important;
    bottom: 0 !important;
}
.swiper-button-next{
    transform: rotate(180deg);
    left: 0 !important;
    bottom: 0 !important;
}
.swiper-button-prev svg, .swiper-button-next svg{
    width: 60px;
    height: 60px;
    color: #000;
}
/*faq*/
.faq-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 450px;
    border-bottom: solid 3px var(--clr-1);
}
.main-faq-holder{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 45%;
}
.main-faq-holder> button{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    border: solid 2px var(--clr-1);
    background-color: #fff;
    align-items: center;
    width: 100%;
}
.main-faq-holder> button.open div{
    display: block;
}
.main-faq-holder> button.open svg{
    transform: rotate(90deg);
}
.main-faq-holder> button p{
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    line-height: 27px;

}
.main-faq-holder> button svg{
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
    fill: var(--clr-1);
    transition: .5s;
}
.main-faq-content-1 , .main-faq-content-2 , .main-faq-content-3 , .main-faq-content-4 , .main-faq-content-5 , .main-faq-content-6{
    display: none;
    margin-top: 30px;
    line-height: 1.75;
    text-align: justify;
    font-size: 14px;
}

.rotate{
    transition: .5s;
    transform: rotate(180deg);
}
.slogan-section{
    width: 45%;
    border: solid 2px var(--clr-1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px;
    line-height: 85px;
    justify-content: center;
    position: relative;
}
.slogan-section:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: var(--clr-1);
    transform: rotate(90deg);
    right: -37%;
}
.slogan-section strong{
    font-size: 50px;
    text-align: center
}
.slogan-section span{
    display: block;
    color: var(--clr-1);
}
/*blog*/
.article-section{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article-section article{
    width: calc(25% - 15px);
}
.article-template{
    background-color: var(--clr-2);
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
	transition: 0.3s;
}
.article-template:hover{
	transform: scale(1.1);
}
.article-template img{
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: 0.3s;
}
.article-template h3{
    color: #fff;
    margin: 15px 0 0 0;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.3s;
}
.article-template p{
    line-height: 28px;
    margin: 25px 0;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more-info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
	border: solid 1pX #fff;
    border-radius: 8px;
    transition: 0.3s;
}
.more-info span{
    color: #fff;
    transition: 0.3s;
}
.more-info svg{
    width: 30px;
    height: 30px;
    color: #fff;
    transition: 0.3s;
}
.article-template:hover .more-info{
    background-color: #fff;
	border: solid 1pX #fff;
}
.article-template:hover .more-info span{
    color: var(--clr-2);
}
.article-template:hover .more-info svg{
    color: var(--clr-2);
}
/*////////////////////////////
/          footer           /
//////////////////////////*/
.footer-style{
    background-color: var(--clr-1);
    padding: 45px 0 20px 0;
    margin: 45px 0 0 0;
    position: relative;
}
.go-top{
    position: absolute;
    width: 60px;
    height: 60px;
    color: #000;
    transform: rotate(270deg);
    right: 15px;
    top: -5px;
    cursor: pointer;
}
.footer-style ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10%;
}
.footer-style ul li a{
    background-color: #fff;
    padding: 8px 25px;
    border-radius: 8px;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}
.footer-style ul li a:hover{
    background-color:  var(--clr-2);
    color: #fff;
}
.social{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-top: solid 3px #000;
    padding: 15px;
    margin: 30px 20% 0 20%;
}
.social a svg{
    width: 30px;
    height: 30px;
    color: #333;
    transition: 0.3s;
}
.social a:hover svg{
    color: var(--clr-2);
}
.footer-style p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
/*////////////////////////////
/           mobile          /
//////////////////////////*/
@media (max-width: 1700px) {
    .services-item {
        font-size: 14px;
    }
    .customers img {
        width: 16%;
    }
}

@media (max-width: 1400px) {
    .video-wrapper video {
        width: 520px;
    }
    .services-item svg {
        width: 40px;
        height: 40px;
    }
    .services-item h3 {
        font-size: 14px;
    }
    .slide p {
        max-width: 60%;
    }
    .article-template h3 {
        font-size: 16px;
    }
    .article-template p {
        margin: 18px 0;
        font-size: 14px;
    }
    .more-info span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .video-wrapper video {
        width: 435px;
    }
    .play-btn svg {
        width: 30px;
        height: 35px;
    }
    .services-item {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        gap: 20px;
    }
    .slide {
        padding: 45px;
    }
    .main-faq-holder {
        width: 55%;
    }
    .slogan-section {
        width: 40%;
        height: 95%;
    }
    .slogan-section:after {
        width: 100%;
        right: -57%;
    }
    .article-section article{
        width: calc(50% - 10px);
    }
}

@media (max-width: 991px) {
    .sub-menu-style:after{
        display: none;
    }
    .intro-part {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .text-wrapper {
        width: 100%;
        border-right: none;
        padding: 0;
        margin: 0 0 25px 0;
        gap: 5px;
    }
    .video-wrapper video {
        max-width: 100%;
    }
    .services-item {
        width: calc(50% - 20px);
    }
    .services {
        grid-template-columns: repeat(2, 1fr);
    }
    .slide {
        flex-direction: column;
        text-align: center;
    }
    .slide p {
        max-width: 100%;
    }
    .slide img {
        margin: 0 0 20px 0;
    }
    .slide {
        padding: 30px;
    }
    .customers img {
        width: 30%;
        margin: 5px 0;
    }
    .faq-section {
        height: auto;
    }
    .main-faq-holder {
        width: 100%;
        margin: 30px 0;
    }
    .slogan-section {
        width: 100%;
        height: auto;
        margin: 0 0 45px 0;
    }
    .slogan-section {
        margin: 0 0 22px 0;
    }
    .slogan-section:after {
        display: none;
    }
    .social {
        margin: 30px 0 0 0;
    }
}

@media (max-width: 767px) {
    .nav {
        top: 20%;
    }
    .contact-us {
        margin: 20px 0;
    }
    .contact-us-item h2 {
        font-size: 30px;
    }
    .contact-us-item strong {
        font-size: 16px;
    }
    .customers {
        padding: 0 0 22px 0;
    }
    .marg {
        margin: 8px 0;
    }
    .slider-team {
        padding: 0;
        margin: 0 0 22px 0;
    }
    .main-faq-holder> button p {
        font-size: 14px;
        width: 90%;
    }
    .main-faq-holder {
        margin: 15px 0;
    }
    .slogan-section strong {
        font-size: 30px;
        line-height: 52px;
    }
    .footer-style ul {
        gap: 5%;
    }
}

@media (max-width: 576px) {
    .search-box.active {
        width: 260px;
    }
    .text-wrapper h1{
        font-size: 35px;
    }
    .text-wrapper strong{
        font-size: 14px;
    }
    .text-wrapper p{
        font-size: 12px;
        line-height: 24px;
    }
    .services-color {
        padding: 20px 0;
    }
    .services-color h2{
        font-size: 18px;
    }
    .services-item {
        padding: 15px 0;
    }
    .services-item h3{
        font-size: 11px;
    }
    .all-title {
        margin: 20px 0;
    }
    .all-title h2{
        font-size: 18px;
    }
    .all-title a {
        font-size: 12px;
    }
    .slide p {
        font-size: 12px;
        line-height: 25px;
    }
    .nav {
        font-size: 45px;
    }
    .nav.prev {
        right: 0;
    }
    .nav.next {
        left: 0;
    }
    .contact-us-item h2 {
        font-size: 18px;
    }
    .contact-us-item strong {
        font-size: 12px;
    }
    .customers-title h2{
        font-size: 18px;
    }
    .customers img {
        width: 48%;
    }
    .customers h2{
        font-size: 18px;
    }
    .team h2{
        font-size: 18px;
    }
    .card h3{
        font-size: 16px;
    }
    .card p{
        font-size: 14px;
    }
    .faq h2{
        font-size: 18px;
    }
    .main-faq-holder> button p {
        font-size: 12px;
    }
    .main-faq-holder> button svg {
        width: 20px;
        height: 20px;
    }
    .article-template {
        padding: 8px;
    }
    .article-template h3 {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }
    .article-template p {
        font-size: 12px;
        -webkit-line-clamp: 2;
        margin: 8px 0;
    }
    .more-info span {
        font-size: 12px;
    }
    .more-info svg {
        width: 20px;
        height: 20px;
    }
    .footer-style ul {
        gap: 5px;
    }
    .footer-style ul li a {
        padding: 8px 15px;
        font-size: 13px;
    }
    .social {
        margin: 15px 0 0 0;
    }
    .social a svg {
        width: 25px;
        height: 25px;
    }
    .footer-style p {
        font-size: 12px;
    }
    .go-top {
        width: 45px;
        height: 45px;
        right: 0;
        top: 0;
    }
}