/*
Theme Name: YTM
Theme URI: https://travelerwp.com/
Author: Shinetheme
Author URI: https://travelerwp.com/
Requires at least: 5.6
Tested up to: 5.8.3
Requires PHP: 7.4
Description:Build a travel website is easy with Traveler theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: YTM
Version: 3.2.2
*/
* {
    padding: 0;
    margin: 0;
    font-family: "Aeonik", sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/fonnts.com-Aeonik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/fonnts.com-Aeonik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


section {
    margin-bottom: 150px;
}

h1 {
    color: #141414;
    font-size: 56px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}


h2 {
    color: #141414;
    font-size: 56px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}


h3 {
    color: #141414;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

h4 {
    color: #9A9A9A;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}


p {
    color: #141414;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.white p {
    color: #FFF;
}

.mobile-menu {
    position: absolute;
    top: 30px;
    margin-top: 64px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 0;
}

#menu-toggle:checked ~ .mobile-menu {
    padding: 45px 30px 20px;
}

.mobile-menu li a {
    text-decoration: none;
    color: #161515;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 162.5% */
    transform: unset !important;
}


#menu-toggle ~ .mobile-menu li {
    max-height: 0;
    overflow: hidden;
    padding: 0 8px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

#menu-toggle:checked ~ .mobile-menu li:first-child {
    border-top: 1px solid #27395E;
}

#menu-toggle:checked ~ .mobile-menu li:last-child {
    border: none;
    padding: 15px 0 0;
}

#menu-toggle:checked ~ .mobile-menu li {
    max-height: 500px;
    padding: 15px 0;
    justify-content: start;
    border-bottom: 1px solid #27395E;
}

.mobile-menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #FEFEFE;
}

.mobile-header-menu {
    display: flex;
    justify-content: end;
    align-items: center;

}

.menu-button-container {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    cursor: pointer;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    content: '';
    display: block;
    background-color: #27395E;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transition: all 350ms ease;
}


.menu-button::before {
    left: 12px;
    top: 0;
}

.menu-button::after {
    left: 24px;
    top: 0;
}

/* Checked – X animation */
#menu-toggle:checked + .menu-button-container .menu-button {

    transform: rotate(45deg) translate(0px, 0px);
    width: 30px;
    border-radius: 3px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    background: transparent;
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    transform: rotate(-90deg) translate(0px, -24px);
    width: 30px;
    border-radius: 3px;
}

/* Checked – make both bars aligned like X */
#menu-toggle:checked + .menu-button-container .menu-button,
#menu-toggle:checked + .menu-button-container .menu-button::after {
    height: 3px;
}


header {
    background-color: transparent;
    padding: 30px 0;
}


.social-icons-div {
    flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.social-icons-div a {
    text-decoration: none;
}

.social-icons-div a:hover svg path {
    fill: #942977;
    fill-opacity: 1;
}


.header-logo-a {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 150;
    position: relative;
}

.header-logo-a img {
    max-width: 125px;
    width: 100%;
}

.custom-button {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 24px;
    border-radius: 50px;
    border: none;
    background-color: #141414;
    max-width: 398px !important;
    width: 100%;
    color: #D9D9D9;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.custom-button:hover {
    letter-spacing: 1.44px;
    color: #FFF;
    background-color: #942977;
    box-shadow: 0 5px 16px 0 rgba(148, 41, 119, 0.35);
    border: none;
}

.center.custom-button {
    margin: 0 auto;
}


.two-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 60px;
}

.three-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.four-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
}

.tab-content-row {
    gap: 26px 0;
}


.tab-content-row input, .tab-content-row textarea, .tab-content-row select {
    border: none;
    border-bottom: 1px solid #BABABA;
    background: transparent;
    color: #161515 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 0;
    outline: none;
    width: 100%;
    height: 51px;
}

.tab-content-row input::placeholder, .tab-content-row textarea::placeholder, .tab-content-row select::placeholder {
    color: #161515 !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.tab-content-row textarea {
    height: 110px;
}

.tab-content-row #service {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'><path d='M14.9844 1.09376L7.49218 8.64062L0 1.09376L1.09375 6.67572e-06L7.49218 6.45312L13.8906 6.67572e-06L14.9844 1.09376Z' fill='%23141414' fill-opacity='0.7'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 9px;
    padding-right: 30px;
    opacity: 0.7; /* default */
    transition: opacity 0.25s ease;
    cursor: pointer;
}

.tab-content-row #service:valid {
    opacity: 1;
}

.tab-content-row .custom-button {
    margin-top: 14px;
    background-color: transparent;
    border: 1px solid #141414;
    color: #141414;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 24px;
    max-width: 256px;
}

.tab-content-row .custom-button:hover {
    letter-spacing: 1.44px;
    color: #FFF;
    background-color: #942977;
    box-shadow: 0 5px 16px 0 rgba(148, 41, 119, 0.35);
    border: 1px solid #942977;
}

footer {
    background-color: #141414;
    padding: 70px 0 40px;
}

.subscribe-div {
    max-width: 460px;
}

.subscribe-div h3 {
    background: linear-gradient(90deg, #343434 0%, #9A9A9A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 100px !important;
    margin-bottom: 10px !important;
}

.subscribe-div h6 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.subscribe-form {
    position: relative;
    margin-bottom: 80px;
}

.subscribe-form input {
    border-radius: 50px;
    background: rgba(217, 217, 217, 0.15);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 28px;
    border: none;
    outline: none;
    width: 100%;
}

.subscribe-form input::placeholder {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.7;
}

.subscribe-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: none;
    border: none;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 130px;
}

.footer-info a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-info a:hover {
    color: #942977;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    justify-content: end;
    gap: 34px;
}

.footer-address {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-address a {
    color: #D9D9D9 !important;
}

.footer-address a:hover {
    color: #942977 !important;
}

.footer-address a:hover svg path {
    fill: #942977;
}

.foot {
    margin-top: 58px;
    padding-top: 26px;
    border-top: 1px solid rgba(180, 180, 180, 0.49);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.foot > div {
    display: flex;
    gap: 26px;
}

.foot p, footer .foot a {
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.foot a:hover {
    opacity: 1;
}


h1.line {
    position: relative;
    display: inline-block;
}

h1.line::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 100%;
    height: 1px;
    width: calc(100vw - 100% - 40px);
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    margin-right: 14px;
}


h1.line.right::after {
    left: 100%;
    margin-right: 0;
    margin-left: 14px;
}

h2.line {
    position: relative;
    display: inline-block;
}

h2.line::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 100%;
    height: 1px;
    width: calc(100vw - 100% - 40px);
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    margin-right: 14px;
}


h2.line.right::after {
    left: 100%;
    margin-right: 0;
    margin-left: 14px;
}

h4.line {
    position: relative;
    display: inline-block;
}

h4.line::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 100%;
    height: 1px;
    width: calc(100vw - 100% - 40px);
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    margin-right: 14px;
}


h4.line.right::after {
    left: 100%;
    margin-right: 0;
    margin-left: 14px;
}


/* Contact */

.contact-us-page-section {
    background-color: rgba(210, 210, 210, 0.42);
    padding: 130px 0;
    overflow: hidden;
}

.contact-us-page-section h1 {
    margin-bottom: 100px !important;
}


.contact-us-page-section .three-div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.contact-us-page-section .three-div > div img {
    max-width: 156px;
    width: 100%;
}

.contact-us-page-section .three-div > div a {
    color: #141414;
    text-decoration: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.contact-us-page-section .three-div > div a:hover {
    color: #942977;
}

/* About */

.about-us-page-head-section {
    margin: 50px 0 340px;
    position: relative;
}

.about-us-page-head-section .rot-h6 {
    position: absolute;
    right: -240px; /* էկրանի աջից 20px */
    bottom: -40px;
    transform: rotate(90deg);
    opacity: 0.1;
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 140px;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    margin-bottom: 0;
}

.about-us-text p {
    max-width: 460px;
    margin-top: 80px;
}


.about-us-page-foot-section {
    background: linear-gradient(180deg, #141414 0%, #4A4A4A 431.43%);
    padding: 80px 0;
    position: relative;
}

.about-us-page-foot-section .about-images {
    position: absolute;
    top: -184px;
    left: 0;
    display: flex;
    gap: 0 20px;
    width: 58%;
}

.about-us-page-foot-section .about-images img {
    width: 100%;
    max-width: 100%;
    height: fit-content;
}

.about-us-page-foot-section .about-us-text p {
    margin-top: 0;
}

.about-us-page-foot-section .about-us-text h4 {
    margin-top: 100px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #FFF 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-page-foot-section .about-us-text h4::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 100%;
    height: 1px;
    width: calc(100vw - 100% - 40px);
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    margin-right: 10px;
}

/* Services */
.services-text h1 {
    margin: 50px 0 10px !important;
}

.services-text p {
    max-width: 400px;
}

.services-text .custom-button {
    margin: 0 0 0 auto;
}

.services-main-section {
    background: linear-gradient(90deg, #2A2A2A 0%, #2A2A2A 50%, #ECECEC 50%, #ECECEC 100%);
    padding: 100px 0;
}

.services-main-section.reverse {
    background: linear-gradient(90deg, #ECECEC 0%, #ECECEC 50%, #2A2A2A 50%, #2A2A2A 100%);
}

.services-div {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-div h4 {
    max-width: 460px;
    background: linear-gradient(90deg, #141414 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-div.white h4 {
    background: linear-gradient(90deg, #FFF 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Blog */
.big-text-section {
    padding: 50px 0 180px;
    background-color: #141414;
    box-shadow: 0 -200px 0 #141414;
}

.big-text h1 {
    font-size: 120px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: linear-gradient(270deg, #343434 -1.23%, #9A9A9A 99.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px !important;
}

.big-text h2 {
    font-size: 110px !important;
    background: linear-gradient(90deg, #343434 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 20px;
}

.big-text h3 {
    color: #343434;
    font-size: 48px !important;
}

.banner-section .two-div {
    gap: 20px;
}

.banner-div {
    position: relative;
}


.banner-div > img {
    width: 100%;
}

.banner-div > div {
    position: absolute;
    top: 26px;
    left: 36px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-div > a {
    position: absolute;
    bottom: 44px;
    right: 36px;
    display: flex;
    padding: 14px 24px;
    border-radius: 30px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}

.banner-div > a:hover {
    color: #942977;
    border: 1px solid #942977;
}

.tabs-section {
    overflow: hidden;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 56px 0;
}

#category-select {
    padding: 14px 20px;
    border-radius: 30px;
    border: 1px solid #942977;
    background: transparent;
    color: #942977;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.25s ease;
    width: 100%;
    margin: 30px 0;
    outline: #942977;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%23942777"><path d="M7 10l5 5 5-5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center; /* ավելի ձախ դիրք՝ անհրաժեշտության դեպքում փոխիր */
    background-size: 24px 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.tabs-nav .tab {
    padding: 14px 20px;
    border-radius: 30px;
    border: 1px solid #942977;
    background: transparent;
    color: #942977;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.25s ease;
    min-width: 216px;
}

.tabs-nav .tab.active {
    background: #942977;
    color: #F5F5F5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.tabs-nav .tab:hover {
    color: #F5F5F5;
    background: rgba(148, 41, 119, 0.8)
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tabs-content .three-div {
    gap: 50px 20px;
}

.tabs-content .three-div > div {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tabs-content .three-div > div img {
    width: 100%;
    margin-bottom: 10px;
}

.tabs-content .three-div > div span {
    display: block;
    color: #942977;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabs-content .three-div > div a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #141414 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tabs-content .three-div > div a:hover {
    opacity: 0.6;
}

.tabs-content .three-div > div p {
    background: linear-gradient(90deg, #343434 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.tabs-content .custom-button {
    margin-top: 60px;
}

/* Single Blog*/
.single-blog-section {
    overflow: hidden;
}

.single-blog-section .first-block {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 50px 0;
}

.single-blog-section .first-block > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-blog-section .first-block h1 {
    max-width: 960px;
}

.single-blog-section .first-block > img {
    width: 100%;
}

.single-blog-section .text-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 960px;
}

.single-blog-section .text-div h4 {
    background: linear-gradient(90deg, #141414 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-blog-section .text-div > img {
    width: 100%;
}

.right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.right-sidebar h4 {
    color: #141414;
    margin-bottom: 20px !important;
}

.last-posts {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.last-posts > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.last-posts > div img {
    width: 100%;
    margin-bottom: 10px;
}

.last-posts > div span {
    color: #942977;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.last-posts > div a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #141414 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.last-posts > div p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #343434 0%, #9A9A9A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.categories.two-div {
    gap: 10px 8px;
}

.categories.two-div a {
    padding: 10px 14px;
    width: 100%;
    color: #942977;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    border: 1px solid #942977;
    text-decoration: none;
    text-align: center;
}

.categories.two-div a:hover {
    background-color: #942977;
    color: #FFFFFF;
}

.right-sidebar .social-icons-div {
    margin-top: 0;
    gap: 16px;
}

@media screen and (min-width: 1600px) {
    .max-container {
        max-width: 1444px !important
    }

    .big-text h1 {
        font-size: 130px !important;
    }

    .big-text h2 {
        font-size: 120px !important;
    }
}

@media screen and (min-width: 1750px) {
    .big-text-section .max-container {
        max-width: 1754px !important;
    }

    .big-text h1 {
        font-size: 160px !important;
    }

    .big-text h2 {
        font-size: 150px !important;
    }
}

@media screen and (max-width: 1800px) {

}

@media screen and (max-width: 1700px) {


}

@media screen and (max-width: 1399px) {
    .big-text-section {
        padding: 50px 0 120px;
    }

    .big-text h1 {
        font-size: 88px !important;
    }

    .big-text h2 {
        font-size: 78px !important;
    }

    .big-text h3 {
        font-size: 26px !important;
    }

}

@media screen and (max-width: 1200px) {

    .footer-menu {
        grid-template-columns: repeat(3, max-content);
        gap: 20px 30px;
    }

    .services-main-section {
        padding: 60px 0;
    }

    .services-div {
        max-width: 400px;
    }

    .banner-div > div {
        top: 12px;
        left: 20px;
        gap: 12px;
    }

    .banner-div > div p {
        font-size: 14px;
    }

    .banner-div > a {
        bottom: 20px;
        right: 12px;
    }
}

@media screen and (max-width: 991px) {

    section {
        margin-bottom: 80px;
    }

    .tab-content-row {
        margin-top: 30px !important;
        gap: 20px;
    }

    .subscribe-div {
        margin-top: 30px;
    }

    .subscribe-form {
        margin-bottom: 40px;
    }

    .footer-info {
        align-items: start;
        gap: 40px 0;
    }

    .foot {
        flex-direction: column;
        margin-top: 40px;
        gap: 12px 0;
    }

    .contact-us-page-section {
        padding: 80px 0;
    }

    .contact-us-page-section .three-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-us-page-section h1 {
        margin-bottom: 60px !important;
    }

    .about-us-page-head-section {
        margin: 20px 0 180px;
    }

    .about-us-text p {
        margin-top: 20px;
    }

    .about-us-page-head-section .rot-h6 {
        right: -260px;
        bottom: 120px;
    }

    .about-us-page-foot-section {
        padding-top: 160px;
    }

    .about-us-page-foot-section .about-us-text h4 {
        margin-top: 20px;
    }

    .about-us-page-foot-section .about-images {
        top: -140px;
        width: 70%;
    }

    .services-text h1 {
        margin: 20px 0 0 !important;
    }

    .services-text p {
        margin-top: 20px;
    }

    .services-text .custom-button {
        margin: 20px 0 0;
    }

    .services-main-section {
        background: linear-gradient(
                to bottom,
                #2A2A2A 0%,
                #2A2A2A 50%,
                #ECECEC 50%,
                #ECECEC 100%
        ) !important;
        padding: 40px 0;
    }

    .row .col-lg-6 .services-div {
        padding: 40px 0;
        max-width: 100%;
    }

    .row .col-lg-6:first-child .services-div {
        padding-top: 0;
        background-color: #2A2A2A;
        box-shadow: -200px 0 0 #2A2A2A, 200px 0 0 #2A2A2A;
    }

    .row .col-lg-6:last-child .services-div {
        padding-bottom: 0;
        background-color: #ECECEC;
        box-shadow: -200px 0 0 #ECECEC, 200px 0 0 #ECECEC;
    }

    .reverse .row .col-lg-6:first-child .services-div {
        padding: 40px 0 0;
        background-color: #ECECEC;
        box-shadow: -200px 0 0 #ECECEC, 200px 0 0 #ECECEC;
    }

    .reverse .row .col-lg-6:last-child .services-div {
        padding: 0 0 40px;
        background-color: #2A2A2A;
        box-shadow: -200px 0 0 #2A2A2A, 200px 0 0 #2A2A2A;
    }

    .big-text-section {
        padding: 20px 0 80px;
    }

    .big-text h1 {
        font-size: 50px !important;
    }

    .big-text h2 {
        font-size: 40px !important;
        top: 10px;
    }

    .big-text h3 {
        font-size: 24px !important;
    }

    .banner-section .two-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .tabs-nav {
        margin: 30px 0;
    }

    .tabs-content .three-div {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .tabs-content .custom-button {
        margin-top: 30px;
    }

    .single-blog-section .first-block {
        margin: 20px 0 30px;
        gap: 20px;
    }

    .right-sidebar {
        margin-top: 50px;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-us-page-foot-section {
        padding-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 38px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    p {
        font-size: 16px;
        line-height: 26px
    }

    .custom-button {
        font-size: 20px;
    }

    .social-icons-div {
        gap: 16px;
    }

    .tab-content-row input, .tab-content-row textarea, .tab-content-row select {
        font-size: 16px !important;
    }

    .tab-content-row input::placeholder, .tab-content-row textarea::placeholder, .tab-content-row select::placeholder {
        font-size: 16px !important;
    }

    .subscribe-div h3 {
        font-size: 60px !important;
    }

    .subscribe-div h6 {
        font-size: 22px;
    }

    .foot > p {
        order: 2;
    }

    .foot > div {
        order: 1;
    }

    .contact-us-page-section .three-div > div {
        gap: 20px;
    }

    .contact-us-page-section .three-div > div img {
        max-width: 100px;
    }

    .contact-us-page-section .three-div > div a {
        font-size: 20px;
        line-height: 30px;
    }

    .about-us-page-head-section {
        margin: 0 0 140px;
    }

    .about-us-page-head-section .rot-h6 {
        right: -280px;
        bottom: 160px;
    }

    .about-us-page-foot-section .about-images {
        gap: 10px;
        top: -120px;
    }

    .about-us-page-foot-section .about-us-text h4 {
        font-size: 22px !important;
    }

    .services-text h1 {
        margin: 0 !important;
    }

    .services-div h4 {
        font-size: 22px !important;
    }

    .big-text-section {
        padding: 0 0 40px;
    }

    .big-text h1 {
        font-size: 46px !important;
    }

    .big-text h2 {
        font-size: 34px !important;
        top: 0;
    }

    .tabs-content .three-div {
        grid-template-columns: repeat(1, 1fr);
    }

    .tabs-content .three-div > div {
        gap: 4px;
    }

    .tabs-content .three-div > div a {
        font-size: 20px;
    }

    .single-blog-section .first-block {

        margin-top: 0;
    }

    .single-blog-section .text-div {
        gap: 14px 0;
    }

    .last-posts {
        gap: 20px 0;
    }
}




