@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

body {
    font-family: 'Nunito', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 5px;
    background: #d1d1d1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    transition: .4s;
}

header .header-wrapper .logo {
    width: 15%;
}

header .header-wrapper .logo h1 {
    margin: 0;
}

header .header-wrapper .social {
    width: 15%;
}

header .header-wrapper .hamburger {
    display: none;
}

.hamburger .open-mobile-menu {
    font-size: 32px;
    color: white;
}

header .header-wrapper .social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-wrapper .social ul li a{
    display: block;
    margin-left: 20px;
    font-size: 20px;
    color: white;
    transition: .4s;
}

header .header-wrapper .menu {
    flex: 1;
}

header .header-wrapper .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-wrapper .logo .logo-dark {
    display: none;
}

header .header-wrapper .menu ul li a {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    display: block;
    padding: 0 20px;
    transition: .4s;
}

.request-info {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 10;
}

.request-btn {
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7ab14b;
    padding: 0 50px;
    height: 70px;
    border-radius: 35px;
    transition: .4s;
    box-shadow: 0px 13px 23px 0px rgb(122 177 75 / 20%);
    text-transform: uppercase;
}

.request-btn i {
    font-size: 27px;
    margin-right: 15px;
}

header:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: white;z-index: -1;transform: translateY(-100%);transition: .4s;}

header.scroll:before {
    transform: translateY(0);
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,.05);
}

header.scroll .header-wrapper {
    padding: 20px 0;
}

header.scroll .header-wrapper .logo .logo-dark {
    display: block;
}

header.scroll .header-wrapper .logo .logo-light {
    display: none;
}

header.scroll .header-wrapper .menu ul li a {
    color: #395b74;
}

header.scroll .header-wrapper .social ul li a {
    color: #395b74;
}

header.scroll .hamburger .open-mobile-menu {
    color: #395b74;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1350px;
    }
}

.intro {
    position: relative;
    height: 100vh;
    padding-top: 280px;
}

.intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/main/intro-bg-blue.svg') no-repeat top center;
    background-size: contain;
}

.intro-wrapper {
    display: flex;
    margin: 0 -50px;
    position: relative;
}

.intro-wrapper .item {
    width: 50%;
    padding: 0 50px;
}

.intro-content {
    text-align: right;
}

.intro-content h1 span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.58em;
    color: #fff;
}

.intro-content h1 {
    font-weight: bold;
    font-size: 109px;
    color: #fff;
}

.intro-content p {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.intro-btn {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 50px;
    border: 1px solid white;
    border-radius: 32px;
    transition: .4s;
}

.intro-image {
    position: relative;
    z-index: 1;
}

.intro-image img {
    border-radius: 48px;
}

.intro-image .blur-image {
    border-radius: 48px;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    left: 30px;
    right: 30px;
    filter: blur(20px);
    opacity: 0.48;
}

.services {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.services-slider {
    position: relative;
}

.services .swiper-navigation .prev, .services .swiper-navigation .next {
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: #ffa584;
    border-radius: 50%;
    cursor: pointer;
}

.services .swiper-navigation .prev {
    left: -70px;
}

.services .swiper-navigation .next {
    right: -70px;
}

.services .swiper-navigation div svg {
    width: 20px;
    fill: white;
}

.services:after,
.services:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -230px;
    transform: translateY(-50%);
    width: 415px;
    height: 620px;
    background: url("../img/main/services-left.svg") no-repeat center center;
    background-size: cover;
}

.services:after {
    left: auto;
    right: -180px;
    transform: translateY(-50%) rotate(-180deg);
}

.services-title {
    padding: 100px 0;
    text-align: center;
}

.services-title h4 {
    font-weight: bold;
    font-size: 20px;
    color: #395b74;
    margin-bottom: 15px;
}

.services-title h2 {
    font-size: 32px;
    color: rgba(57, 91, 116, 0.55);
}

.services-item {
    padding: 60px;
    background: #F8FCFF;
    border-radius: 50px;
    text-align: center;
    height: 415px;
}

.services-item .icon {
    margin-bottom: 40px;
}

.services-item .icon img {
    width: 40%;
}

.services-item .content h3 {
    font-weight: bold;
    font-size: 20px;
    color: #395b74;
    margin-bottom: 30px;
}

.services-item .content .cnt {
    font-size: 15px;
    color: rgba(57, 91, 116, 0.55);
}

.features {
    position: relative;
    padding: 150px 0 100px;
}

.features:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('../img/main/features-bg-top.svg') no-repeat top center;
}

.features:after {
    content: "";
    position: absolute;
    top: 600px;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('../img/main/features-bg-bottom.svg') no-repeat bottom center;
}

.features .features-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -50px;
    position: relative;
    z-index: 1;
}

.features .features-wrapper .item {
    padding: 0 50px;
    width: 50%;
}

.features .features-wrapper.wrapper-reverse {
    flex-direction: row-reverse;
}

.feature-image img {
    border-radius: 48px 200px;
}

.features-content h2 {
    font-weight: 300;
    font-size: 24px;
    color: #395b74;
}

.features-content h3 {
    font-weight: bold;
    font-size: 64px;
    color: #395b74;
    margin-bottom: 15px;
}

.features-content .cnt {
    font-size: 17px;
    color: rgba(57, 91, 116, 0.55);
}

.features-content .online-btn {
    font-size: 17px;
    color: #395b74;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid #395b74;
    border-radius: 25px;
    margin-top: 30px;
    transition: .4s;
}

footer {
    background: #212121;
}

.footer-top {
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.footer-logo img {
    max-height: 80px;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-contact ul {
    display: flex;
    align-items: center;
}

.footer-contact ul li a {
    font-weight: normal;
    font-size: 18px;
    color: rgba(255,255,255,.7);
    display: block;
    padding: 0 40px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.7);
}

.footer-contact ul li:last-child a {
    border: none;
}

.footer-copyright {
    padding: 20px 0;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: .4s;
}

.footer-request .request-btn {
    background:white;
    color: #0c223a;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 16px;
}

.copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright .webnetten-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright .webnetten-logo img {
    height: 24px;
}

.footer-copyright .webnetten-logo span {
    color: #60697b;
    position: relative;
    /* margin-right: 15px; */
    /* padding-right: 15px; */
    line-height: 24px;
}

.footer-copyright .webnetten-logo span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #60697b;
    display: none;
}

form.contact-form {
    position: relative;
    border-radius: 30px;
}

.feature-img img {
    height: 450px !important;
    object-fit: cover;
}

.post-category a {
    margin-right: 15px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}

.popup-main {
    z-index: 1;
    width: 50%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.popup-close {
    display: block;
    text-align: right;
    cursor: pointer;
}

.popup-close span {
    color: white;
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
    font-weight: bold;
}

label.error {
    font-size: 13px;
    color: red;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.button button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    height: 60px;
    border-radius: 30px;
    background: #fff4e4;
    border: none;
    font-size: 17px;
    font-weight: bold;
    color: #395b74;
    transition: .4s;
}

.lds-ring {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    /* background: white; */
    border-radius: 10px;
    margin-left: 20px;
}
.lds-ring div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 4px solid #395b74;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #395b74 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.portfolios {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.portfolios-title {
    text-align: center;
    padding: 70px 0 50px;
    background: url("../img/main/portfolios-bg.svg") no-repeat center center;
    background-size: contain;
    margin-bottom: 50px;
}

.portfolios-title .title {
    max-width: 60%;
    margin: auto;
}

.portfolios-title h3 {
    font-weight: bold;
    font-size: 49px;
    color: #367f17;
}

.portfolios .item img {
    border-radius: 10px;
}

.portfolios-slider .swiper-container {
    padding: 50px 0 100px;
}

.portfolios-slider .swiper-slide {
    transition: .8s;
    transform: translateY(0px);
}

.portfolios-slider .swiper-slide-active {
    transform: translateY(70px);
}

.portfolios-slider .swiper-slide-active img {
    box-shadow: 0px 11px 20px 0 rgba(0,0,0,.1);
}

.portfolios-slider .swiper-navigation {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolios-slider .swiper-navigation svg {
    width: 30px;
    fill: #395b74;
    position: relative;
    z-index: 2;
}

.portfolios-slider .swiper-navigation > div {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    background: #dbffe3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.portfolios-slider .swiper-navigation > div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: #f8fcff;
    z-index: 1;
    border-radius: 50%;
    transition: .4s;
}

.portfolios-slider .swiper-navigation > div:hover:before {
    transform: translate(-50%, -50%) scale(1);
    border-radius: 10px;
}

.blog {
    position: relative;
    padding: 200px 0 100px;
}

.blog:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: url("../img/main/blog-bg.svg") no-repeat top left;
    background-size: cover;
}

.blog-title {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.blog-title h3 {
    font-size: 140px;
    color: #367f17;
    font-family: 'Alex Brush';
}

.blog-wrapper {
    display: flex;
    margin: 0 -15px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.blog-wrapper .item {
    width: 33.3%;
    padding: 0 15px;
}

.blog-item .blog-img img {
    border-radius: 30px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.blog-content h2 a {
    font-weight: bold;
    color: #395b74;
    transition: .4s;
}

.blog-content span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #395b74;
}

.blog-content h2 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 21px;
}

.blog-content .categories ul {
    display: flex;
    align-items: center;
}

.blog-content .categories ul li a:after {content: "-";margin-left: 10px;}

.blog-content .categories ul li:last-child a:after {
    display: none;
}

.blog-content .categories {
    margin: 15px 0 10px;
}

.blog-content .categories ul li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #367f17;
    margin-right: 10px;
    transition: .4s;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 180px;
    padding-bottom: 200px;
}

.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/main/intro-bg-blue.svg') no-repeat bottom center;
}

.header-content {
    text-align: center;
    position: relative;
}

.header-content h2 {
    font-weight: bold;
    font-size: 54px;
    color: #fff;
    margin-bottom: 20px;
}

.header-content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.features.page:after,
.features.page:before {
    display: none;
}


.online-form-area {
    position: relative;
    padding: 100px 0;
}

.online-form-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('../img/main/features-bg-bottom.svg') no-repeat bottom center;
}

.online-wrapper {
    display: flex;
    margin: 0 -30px;
    position: relative;
    z-index: 1;
}

.online-wrapper .form {
    width: 50%;
    padding: 0 30px;
}

.online-content {
    width: 50%;
    padding: 0 30px;
}

form.contact-form input,form.contact-form textarea {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: none;
    border-radius: 10px;
    background: white;
    font-size: 17px;
    font-weight: 300;
    box-shadow: 0px 3px 30px 0px rgba(0,0,0,.07);
}

form.contact-form textarea {
    height: 250px;
    padding-top: 15px;
    resize: none;
}


.online-content h2 {
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    color: #395b74;
    margin-bottom: 30px;
}

.online-content h3 {
    font-weight: bold;
    font-size: 35px;
    color: #395b74;
    margin-bottom: 30px;
}

.online-content ul li a {
    display: block;
    font-weight: 300;
    font-size: 24px;
    text-align: left;
    color: #395b74;
    margin-bottom: 15px;
}

.portfolios.page {
    padding: 100px 0;
}

.portfolios-wrapper {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.portfolios-wrapper .item {
    padding: 0 15px;
    width: 33.3%;
    margin-bottom: 30px;
}

.comments {
    position: relative;
    padding: 100px 0;
}

.comments-title {
    text-align: center;
    padding: 70px 0 50px;
    background: url("../img/main/portfolios-bg.svg") no-repeat center center;
    background-size: contain;
    margin-bottom: 50px;
}

.comments-title .title {
    max-width: 60%;
    margin: auto;
}

.comments-title h3 {
    font-weight: bold;
    font-size: 49px;
    color: #367f17;
}

.comments-wrapper {
    column-count: 3;
    column-gap: 30px;
}

.comments-wrapper .item {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.comment-item {
    background: #F8FCFF;
    border-radius: 50px;
    padding: 50px;
}

.comment-item .cnt {
    font-size: 17px;
    color: rgba(57, 91, 116, 0.55);
    margin-bottom: 30px;
}

.comment-item .stars img {
    width: 60px;
}

.comment-item .stars {
    margin-bottom: 30px;
}

.comment-item .info h5 {
    font-weight: bold;
    font-size: 20px;
    color: #395b74;
}

.blog.page:after {
    display: none;
}

.blog.page .blog-wrapper .item {
    margin-bottom: 30px;
}

.category-list {
    display: flex;
    align-items: center;
}
.category-list h3 {
    color: #395b74;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    margin-right: 30px;
}

.category-list ul {
    display: flex;
    align-items: center;
}

.category-list ul li a {
    display: block;
    margin-right: 15px;
    position: relative;
    color: #395b74;
    font-size: 17px;
    font-weight: 300;
}

.category-list ul li a:after {content: "/";margin-left: 15px;}

.category-list ul li:last-child a:after {
    display: none;
}

.category-list {
    position: relative;
    margin-bottom: 50px;
}

.post-category {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-category a {
    font-size: 16px;
    display: block;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
}

.post-category a:after {content: "-";margin-left: 15px;}

.post-category a:last-child:after {
    display: none;
}

.blog-detail {
    padding: 100px 0;
}

.blog-detail .blog-content {
    max-width: 80%;
    margin: auto;
}

.blog-image img {
    width: 100%;
    border-radius: 55px;
}

.blog-image {
    margin-bottom: 50px;
}

.blog-cnt h3 {
    font-weight: bold;
    font-size: 28px;
    color: #395b74;
    margin-bottom: 30px;
}

.blog-cnt .cnt p, .blog-cnt .cnt li {
    font-size: 17px;
    color: rgba(57, 91, 116, 0.75);
}

.other-blog .title h3 {
    font-weight: bold;
    font-size: 28px;
    color: #395b74;
    margin-bottom: 30px;
}

.other-blog .title {
    margin-bottom: 30px;
}

.blog-cnt {
    padding: 0 50px;
}

.other-blog {
    background: #fafafa;
    padding: 50px 0;
}

.contact {
    padding: 100px 0;
    position: relative;
}

.contact:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url('../img/main/features-bg-top.svg') no-repeat top center;
}

.contact-top-wraper {
    display: flex;
    border-radius: 55px;
    overflow: hidden;
}

.contact-top-wraper .contact-info {
    padding: 80px 50px;
    background: #fff4e4;
    width: 50%;
}

.contact-top-wraper .contact-info .contact-item {
    margin-bottom: 30px;
}

.contact-top-wraper .contact-info .contact-item h5 {
    font-weight: bold;
    font-size: 19px;
    color: #395b74;
    margin-bottom: 15px;
}

.contact-top-wraper .map {
    width: 50%;
}

.contact-top-wraper .map iframe {
    width: 100%;
}

.contact-top-wraper .contact-item p {
    font-size: 17px;
    color: rgba(57, 91, 116, 0.75);
}

.form-contact {
    padding: 100px 0 0;
    max-width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.contact-title {
    text-align: center;
    max-width: 50%;
    margin: auto auto 50px;
}

.contact-title h2 {
    font-weight: bold;
    font-size: 64px;
    color: #395b74;
    margin-bottom: 15px;
}

.contact-title p {
    font-weight: 300;
    font-size: 24px;
}

.popup form.contact-form {
    background: white;
    padding: 50px;
}

.popup form.contact-form .form-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.popup form.contact-form .form-wrapper .item-12 {
    width: 100%;
}

.popup form.contact-form .form-wrapper .item-6 {
    width: 50%;
}

.popup form.contact-form .form-wrapper .item {
    padding: 0 20px;
}

.popup form.contact-form h3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    color: #495057;
}

.about {
    padding: 100px 0;
}

.about-wrapper {
    display: flex;
    margin: 0 -30px;
}

.about-image {
    width: 40%;
    padding: 0 30px;
}

.about-content {
    width: 60%;
    padding: 0 30px;
}

.about-image img {
    border-radius: 55px;
    width: 100%;
}

.about-content .content h2 {
    font-weight: bold;
    font-size: 54px;
    color: #495057;
    margin-bottom: 20px;
}

.about-content .content h2 span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.58em;
    color: #495057;
    margin-bottom: 15px;
}

.about-content .content .cnt {
    font-size: 17px;
    color: rgba(57, 91, 116, 0.75);
}

.about-content .content h4 {
    font-weight: 300;
    font-size: 24px;
    color: #395b74;
    margin-bottom: 30px;
}

/* mobile menu */
.mobile-header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}

.mobile-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.8);
}

.mobile-header.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-header .mobile-main {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background: #002e5b;
    z-index: 2;
    transform: translateX(calc(100% + 80px));
    transition: .6s;
}

.mobile-header.active .mobile-main {
    transform: translateX(0);
}

.mobile-header .mobile-main .mobile-wrapper {
    padding: 50px;
    max-height: 100%;
    overflow-y: auto;
}

.mobile-header .mobile-main .mobile-wrapper::-webkit-scrollbar {
    display: none;
}

.mobile-header .mobile-main .mobile-wrapper .logo {margin-bottom: 60px;}

.mobile-header .mobile-main .mobile-wrapper .logo a img {
    width: 60%;
    margin: auto;
    display: block;
}

.mobile-header .mobile-main .mobile-wrapper .menu ul li a {
    font-size: 16px;
    display: block;
    color: white;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-weight: 400;
}

.mobile-header .mobile-main .mobile-wrapper .menu ul li:last-child a {
    border: none;
}

.mobile-header .mobile-main .mobile-wrapper .social ul {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.mobile-header .mobile-main .mobile-wrapper .social ul li a {
    display: block;
    font-size: 21px;
    margin-right: 19px;
    color: white;
}

.mobile-header  .mobile-close {
    position: absolute;
    top: 50px;
    right: 100%;
    margin-right: 30px;
}

.mobile-header .mobile-close .close-mobile-menu {
    color: white;
    font-size: 24px;
}

.mobile-header .menu-contact {
    margin-top: 40px;
}

.mobile-header .menu-contact h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.mobile-header .menu-contact a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 15px 0;
}

.mobile-header .menu-contact a .icon {
    color: rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-header .menu-contact a .icon i {
    font-size: 21px;
    margin-right: 15px;
    color: #f27474;
}

.mobile-header .menu-contact a .text {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

@media (hover: hover) {
    header .header-wrapper .menu ul li a:hover {
        color: #ffa584;
    }

    header.scroll .header-wrapper .menu ul li a:hover {
        color: #ffa584;
    }

    header.scroll .header-wrapper .social ul li a:hover {
        color: #ffa584;
    }

    header.scroll a#appointmentBtn:hover {
        background: #495057;
        color: white;
    }

    #appointmentBtn:hover {
        background: #495057;
        color: white;
        box-shadow: 0px 13px 23px 0px rgb(73 80 87 / 20%);
    }

    .intro-btn:hover {
        background: white;
        color: #495057;
    }

    .features-content .online-btn:hover {
        background: #395b74;
        color: white;
    }

    .blog-content h2 a:hover {
        color: #ffa584;
    }


    .blog-content .categories ul li a:hover {
        color: #ffa584;
    }

    .footer-contact ul li a:hover {
        color: white;
    }

    .button button:hover {
        background: #395b74;
        color: white;
    }

    header .header-wrapper .social ul li a:hover {
        color: #ffa584;
    }

    .services .swiper-navigation .prev:hover, .services .swiper-navigation .next:hover {
        background: #333;
    }

    .footer-social ul li a:hover {
        color: #ffa584;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1550px) {
    .container {
        max-width: 1150px;
    }

    .intro {
        padding-top: 180px;
    }

    .intro-content h1 {
        font-size: 72px;
    }

    .intro-content h1 span {
        font-size: 18px;
    }

    .intro-content p {
        font-size: 18px;
    }

    .intro-image {
        padding-right: 90px;
    }

    header {}

    header .header-wrapper {
        padding: 40px 0;
    }

    .services-title {
        padding: 50px 0;
    }

    .services-title h2 {
        font-size: 24px;
    }

    .services-item .content h3 {
        font-size: 16px;
    }

    .services-item .content .cnt {
        font-size: 14px;
    }

    .services-item {
        height: 385px;
    }

    .features-content h3 {
        font-size: 45px;
    }

    .features-content .cnt {
        font-size: 15px;
    }

    .features-content h2 {
        font-size: 21px;
    }

    header .header-wrapper .menu ul li a {
        font-size: 15px;
    }

    header.scroll .header-wrapper {
        padding: 10px 0;
    }

    .portfolios-title h3 {
        font-size: 36px;
    }

    .blog {
        padding: 100px 0;
    }

    .blog-content h2 {
        font-size: 16px;
    }

    .blog-content .categories ul li a {
        font-size: 13px;
    }

    .footer-contact ul li a {
        font-size: 16px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .page-header {
        padding-top: 142px;
        padding-bottom: 150px;
    }

    .online-content h3 {
        font-size: 27px;
    }

    .online-content ul li a {
        font-size: 20px;
    }

    form.contact-form input, form.contact-form textarea {
        font-size: 15px;
    }

    .button button {
        font-size: 15px;
    }

    .blog-title h3 {
        font-size: 100px;
    }

    .comments-title h3 {
        font-size: 36px;
    }

    .comment-item .cnt {
        font-size: 15px;
    }

    .comment-item .info h5 {
        font-size: 16px;
    }

    .header-content h2 {
        font-size: 36px;
    }

    .blog-cnt .cnt p, .blog-cnt .cnt li {
        font-size: 15px;
    }

    .blog-cnt h3 {
        font-size: 22px;
    }

    .contact-title h2 {
        font-size: 36px;
    }

    .contact-title {
        max-width: 60%;
    }

    .contact-title p {
        font-size: 19px;
    }

    a#appointmentBtn {
        font-size: 15px;
    }
}

@media screen and (max-width: 1441px) {
    header .header-wrapper {
        padding: 30px 0;
    }

    header .header-wrapper .menu ul li a {
        font-size: 16px;
        padding: 0 15px;
    }

    header.scroll .header-wrapper {
        padding: 10px 0;
    }

    .intro {
        padding-top: 200px;
    }

    .intro-content h1 span {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .intro-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .intro-content p {
        font-size: 21px;
    }

    .intro-image {
        padding-right: 40px;
    }

    .services-title h2 {
        font-size: 27px;
    }

    .services-item .content h3 {
        font-size: 16px;
    }

    .services-item .content .cnt {}

    .services-item {
        padding: 40px;
        height: 365px;
    }

    .features-content h3 {
        font-size: 45px;
    }

    .features-content .cnt {
        font-size: 15px;
    }

    .portfolios-title h3 {
        font-size: 36px;
    }

    .blog {
        padding: 100px 0;
    }

    .blog-title h3 {
        font-size: 90px;
    }

    .blog-content h2 {
        font-size: 18px;
    }

    .footer-contact ul li a {
        font-size: 16px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .comments-title h3 {
        font-size: 36px;
    }

    .comment-item .cnt {
        font-size: 15px;
    }

    .comment-item .info h5 {
        font-size: 17px;
    }

    .blog-cnt .cnt p, .blog-cnt .cnt li {
        font-size: 16px;
    }

    .blog-cnt h3 {
        font-size: 21px;
    }

    .contact-title h2 {
        font-size: 36px;
    }

    .contact-title {
        max-width: 70%;
    }

    .contact-title p {
        font-size: 18px;
    }

    .request-btn {
        height: 50px;
        font-size: 14px;
        padding: 0 30px;
        border-radius: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .intro:before {
        height: 40%;
        background-size: auto;
        background-position: bottom center !important;
    }

    .intro-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 0;
    }

    .intro-wrapper .item {
        width: 100%;
    }

    .intro-image {
        max-width: 50%;
        margin: auto;
        padding: 0;
    }

    .intro-content h1 {
        color: #495057;
    }

    .intro-content {
        text-align: center;
        margin-top: 100px;
    }

    .intro-content p {
        color: #495057;
        font-size: 27px;
    }

    .intro-content h1 span {
        color: #495057;
        font-size: 24px;
    }

    .intro-btn {
        color: #495057;
        border-color: #495057;
    }

    .intro {
        padding-top: 280px;
    }

    header .header-wrapper .menu {
        display: none;
    }

    header .header-wrapper .social {
        display: none;
    }

    .portfolios-slider .swiper-container {
        margin: 0 -39px;
    }

    .about-wrapper {
        flex-wrap: wrap;
    }

    .about-image {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    .about-image img {
        max-width: 60%;
    }

    .about-content {
        width: 100%;
        text-align: center;
    }

    .portfolios-wrapper .item {
        width: 50%;
    }
    
    .comments-wrapper {
        column-count: 2;
    }

    .blog.page .blog-wrapper .item {
        width: 50%;
    }

    .blog-detail .blog-content {
        max-width: 100%;
    }

    .intro {
        padding-top: 160px;
    }

    .services-title {
        padding: 50px 80px;
    }

    .mobile-header {
        display: block;
    }

    header .header-wrapper .hamburger {
        display: block;
    }

    .popup-main {
        width: 80%;
    }

    .services .swiper-navigation .prev {
        left: -20px;
    }

    .services .swiper-navigation .next {
        right: -20px;
    }
}

@media screen and (max-width: 900px) {
    .features .features-wrapper .item {
        width: 100%;
    }

    .features .features-wrapper {
        flex-wrap: wrap;
        margin: 0;
    }

    .feature-image {
        max-width: 60%;
        margin: auto;
    }

    .features-content {
        margin: 60px 0;
        text-align: center;
    }

    .portfolios-title .title {
        max-width: 100%;
    }

    .blog-wrapper .item {
        width: 50%;
        margin: auto;
        margin-bottom: 30px;
    }

    .blog:after {
        width: 130%;
    }

    .footer-contact ul li a {
        font-size: 14px;
        padding: 0;
        padding: 0 15px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-contact {
        width: 70%;
    }

    .footer-request {
        width: 30%;
        display: flex;
        justify-content: flex-end;
    }

    .footer-logo img {
        display: block;
        margin: auto auto 40px;
    }

    .contact-top-wraper {
        flex-wrap: wrap;
    }

    .contact-top-wraper .map {
        width: 100%;
    }

    .contact-top-wraper .contact-info {
        width: 100%;
    }

    .services .swiper-navigation .prev {
        left: -12px;
    }

    .services .swiper-navigation .next {
        right: -12px;
    }

    .popup-main {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .intro-image {
        max-width: 100%;
    }

    .intro-content {
        margin-top: 40px;
    }

    .intro-content h1 {
        font-size: 45px;
    }

    .intro-content h1 span {
        font-size: 18px;
    }

    .intro-content p {
        font-size: 21px;
    }

    .services-title {
        padding: 30px 0;
    }

    .services:after, .services:before {
        display: none;
    }

    .feature-image {
        max-width: 100%;
    }

    .feature-image img {
        border-radius: 24px 100px;
    }

    .features {
        padding: 50px 0;
    }

    .features-content h3 {
        font-size: 36px;
    }

    .features-content h2 {
        font-size: 18px;
    }

    .portfolios-title h3 {
        font-size: 24px;
    }

    .portfolios-title {
        margin-bottom: 0;
    }

    .portfolios-slider .swiper-container {
        margin: 0;
        padding-top: 120px;
    }

    .portfolios-slider .swiper-slide-active {
        transform: translateY(0);
    }

    .portfolios {
        padding-bottom: 0;
    }

    .blog {
        padding-top: 0;
    }

    .blog-title {
        padding: 0;
        margin-bottom: 30px;
    }

    .blog-title h3 {
        font-size: 50px;
        text-align: center;
    }

    .blog-wrapper .item {
        width: 100%;
    }

    .blog:after {
        display: none;
    }

    .footer-contact {
        width: 100%;
    }

    .footer-social {
        width: 100%;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-contact ul {
        flex-direction: column;
    }

    .footer-contact ul li a {
        margin-bottom: 15px;
        border: none;
        font-size: 16px;
    }

    .copy-wrapper {
        flex-wrap: wrap;
    }

    .copy {
        width: 100%;
        text-align: center;
    }

    .design {
        width: 100%;
        margin-top: 20px;
    }

    header .header-wrapper .logo {
        width: 40%;
    }

    .services-title h2 {
        font-size: 21px;
    }

    .header-content h2 {
        font-size: 27px;
    }

    .page-header {
        padding-top: 140px;
        padding-bottom: 150px;
    }

    .header-content h3 {
        font-size: 16px;
    }

    .about-content .content h2 {
        font-size: 36px;
    }

    .about-content .content h2 span {
        font-size: 16px;
    }

    .about-content .content h4 {
        font-size: 21px;
    }

    .about-content .content .cnt {
        font-size: 15px;
    }

    .online-wrapper {
        flex-direction: column-reverse;
        margin: 0;
    }

    .online-wrapper .form {
        width: 100%;
        padding: 0;
    }

    .online-content {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .online-content h2 {
        font-size: 21px;
    }

    .online-content h3 {
        font-size: 27px;
    }

    .online-content ul li a {
        font-size: 17px;
    }

    .features .features-wrapper {
        margin: 0;
    }

    .features .features-wrapper .item {
        padding: 0;
    }

    .about-wrapper {
        margin: 0;
    }

    .about-image {
        width: 100%;
        padding: 0;
    }

    .about-image img {
        max-width: 100%;
    }

    .portfolios-wrapper {
        margin: 0;
    }

    .portfolios-wrapper .item {
        width: 100%;
        padding: 0;
    }

    .portfolios.page {
        padding-top: 0;
    }

    .comments-title .title {
        max-width: 100%;
    }

    .comments-title h3 {
        font-size: 21px;
    }

    .comments-title {
        background: none;
        padding: 0;
    }

    .comments-wrapper {
        column-count: 1;
    }

    .comments-wrapper .item {
        width: 100%;
        padding: 0;
    }

    .category-list {
        overflow: auto;
    }

    .blog-wrapper {
        margin: 0;
    }

    .blog.page .blog-wrapper .item {
        width: 100%;
        padding: 0;
    }

    .category-list ul li a {
        display: block;
    }

    .category-list ul {
        display: block;
        white-space: nowrap;
    }

    .category-list ul li {
        display: inline-block;
    }

    .category-list::-webkit-scrollbar {
        display: none;
    }

    .blog-cnt {
        padding: 0;
    }

    .blog-image img {
        border-radius: 20px;
    }

    .post-category {
        flex-wrap: wrap;
    }

    .contact {
        padding: 50px 0 100px;
    }

    .contact-top-wraper {border-radius: 20px;}

    .contact-top-wraper .contact-info {
        padding: 40px;
    }

    .contact-title {
        max-width: 100%;
    }

    .form-contact {
        max-width: 100%;
    }

    .footer-logo img {
        max-width: 50%;
    }

    .intro-wrapper {
        margin: 0;
    }

    .intro-wrapper .item {
        padding: 0;
    }

    .mobile-header .mobile-main {
        width: 80%;
    }

    .mobile-header .mobile-close {margin-right: 20px;top: 20px;}

    .request-btn {
        height: 70px;
        width: 70px;
        padding: 0;
        border-radius: 35px;
        padding-left: 0;
    }

    .request-info {
        bottom: 10px;
        left: 10px;
    }

    .intro {
        height: auto;
    }

    .services {
        margin-top: 50px;
    }

    .mobile-header .mobile-main .mobile-wrapper .logo {
        margin-bottom: 40px;
    }

    .mobile-header .mobile-main .mobile-wrapper .menu ul li a {
        font-size: 16px;
    }

    .mobile-header .menu-contact {
        margin-top: 40px;
    }

    .mobile-header .menu-contact a .icon {
        font-size: 16px;
    }

    .mobile-header .mobile-main .mobile-wrapper .social ul {
        margin-top: 40px;
    }

    .popup form.contact-form {
        padding: 30px;
        border-radius: 20px;
    }

    .popup form.contact-form h3 {
        font-size: 24px;
    }

    .popup form.contact-form .form-wrapper .item-6 {
        width: 100%;
    }

    .popup-main {
        top: 40px;
        max-height: calc(100% - 40px);
        overflow-y: auto;
    }

    form.contact-form input, form.contact-form textarea {
        height: 50px;
        font-size: 15px;
    }

    form.contact-form textarea {
        height: 200px;
    }

    .request-btn span {
        display: none;
    }

    .request-btn i {
        margin: 0;
        font-size: 26px;
    }
}
