/*
|---------------------------------------------------------
| Main Layout                                      1284PX
|---------------------------------------------------------
|
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.body-class {
    display: flex;
    min-width: 320px;
    flex-direction: column;
}

.global-wrapper {
    flex: 1 0 auto;
}

.main-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 40px 0;
    background: #fff;
    margin-top: 200px;
    border-top: 1px solid #cecece;
}

/*
|---------------------------------------------------------
| Global Styles                                    1284PX
|---------------------------------------------------------
|
*/

.wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.col-full, .col-1 {
    width: 96%;
    max-width: 1284px;
    margin: 0 auto;
}

.col-full-rs-568,
.col-full-rs-396 {
    width: 100%;
    margin: 0 auto;
}

.grid-layout {
    display: grid;
    gap: 36px 2.80%;
}

.margin-top-60 { margin-top: 60px; }
.margin-top-120 { margin-top: 120px; }

.col-2 { grid-template-columns: repeat(2, 1fr);  }
.col-3 { grid-template-columns: repeat(3, 1fr);  }
.col-4 { grid-template-columns: repeat(4, 1fr);  }

.color-white { color: #fff; }
.color-black { color: #000; }
.color-medium { color: #525252; }

.txt-uppercase { text-transform: uppercase; }

.txt-case-on {
    text-transform: uppercase;
    font-feature-settings: "case" on;
}

.txt-line-hover { text-decoration: none; }
.txt-line-hover:hover { text-decoration: underline; }

.single-line {
    width: 100%;
    height: 1px;
    background-color: #E8E7E7;
    margin-bottom: 80px;
}

.section-title-span {
    color: #E67239;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-orange {
    color: #fff;
    font-size: 16px;
    padding: 14px 24px;
    text-decoration: none;
    background-color: #E67239;
    border: 1px solid #E67239;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-orange:hover {
    color: #E67239;
    background-color: #fff;
    border: 1px solid #E67239;
}

.btn-white {
    display: inline-block;
    color: #E67239;
    font-size: 16px;
    padding: 14px 24px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #E67239;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-white:hover {
    color: #fff;
    background-color: #E67239;
    border: 1px solid #E67239;
}

.img-scale {
    transition: transform .3s;
}

.img-scale:hover {
    transform: scale(1.1);
}

/* Pagination Styles */

.pagination-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans Georgian';
}

.page-numbers {
    color: #525252;
    padding: 10px 16px;
    font-size: 18px;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #E67239;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination-container .current {
    color: #fff;
    background-color: #E67239;
}

.pagination-container a:hover, 
.pagination-container span:hover {
    color: #fff;
    background-color: #E67239;
}

.pagination-container .dots:hover {
    color: #525252;
    background-color: #fff;
}

/* End of Pagination Styles */


/*
|---------------------------------------------------------
| Main Header                                      1284PX
|---------------------------------------------------------
|
*/

.home-header-bg, .header-bg  {
    padding-top: 20px;
    position: relative;
    padding-bottom: 110px;
}

.header-bg {
    padding-bottom: 80px;
}

.header-title-div {
    text-align: center;
    margin-top: 80px;
}

.header-title-h1 {
    font-size: 24px;
}

.header-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.main-header {
    z-index: 2;
    position: relative;
}

.header-top {
    display: flex;
    min-height: 100px;
    align-items: center;
    padding: 0 24px;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
}

.hamburger {
    display: none;
    visibility: hidden;
}

.header-logo-img {
    max-width: 120px;
    margin: 0 auto;
}

.main-nav ul {
    padding: 0;
    gap: 32px;
    display: flex;
    align-items: center;
    list-style: none;
    font-family: 'Noto Sans Georgian';
    font-weight: 500;
    font-style: normal;
}

.main-nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-feature-settings: "case" on;
    transition: color 0.2s linear;
}

.current-menu-item a, 
.main-nav a:hover,
.current-menu-parent a {
    color: #E67239;
}

.wpm-switcher-list {
    padding: 0;
    list-style: none;
}

.wpm-switcher-list .active {
    display: none;
}

.wpm-switcher-list li a {
    color: #fff;
    font-family: 'Noto Sans Georgian';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    padding: 14px 24px;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-feature-settings: "case" on;
    transition: color 0.2s linear;
}

.wpm-switcher-list li a:hover {
    color: #E67239;
    border: 1px solid #E67239; 
}

.header-middle {
    max-width: 860px;
    width: 100%;
    margin-top: 80px;
}

.header-welcome-txt {
    color: #E67239;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 5px -1px 9px rgba(0,0,0,0.8);
}

.header-h1 {
    margin: 20px 0;
    font-size: 60px;
}

.header-h2 {
    color: #cecece;
    font-size: 18px;
    line-height: 28px;
}

.header-btn-div {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.header-btn {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 14px 24px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header-btn:hover {
    background-color: #fff;
    color: #E67239;
}

.header-link {
    color: #fff;
    font-size: 14px;
    margin-left: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header-link:hover {
    color: #E67239; 
}

.header-bottom {
    display: flex;
    gap: 8%;
    margin-top: 80px;
}

.header-contact-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 100px;
    padding-right: 8%;
    align-items: center;
    border-right: 1px solid #cecece;
}

.header-contact-icon {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.header-contact-div:last-child {
    border-right: none;
}

/*
|---------------------------------------------------------
| Home About                                       1284PX
|---------------------------------------------------------
|
*/

.about-us-img-div {
    position: relative;
    min-height: 525px;
    overflow: hidden;
}

.about-us-img {
    width: 60%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: absolute;
}

.about-us-img-2 {
    top: 25%;
    left: 25%;
}

.about-us-txt {
    line-height: 26px;
    margin-bottom: 50px;
}

.about-us-h2, .page-about-us-h2 {
    margin: 30px 0;
    text-transform: capitalize;
}

/*
|---------------------------------------------------------
| Home Catalogue                                   1284PX
|---------------------------------------------------------
|
*/

.section-catalogue {
    text-align: center;
}

.catalogue-grid {
    margin-top: 40px;
    gap: 80px 2.80%;
}

.catalogue-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.catalogue-item-img-div {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
}

.catalogue-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.catalogue-item-txt-div {
    margin-bottom: 30px;
}

.catalogue-item-desc {
    text-transform: capitalize;
}

.catalogue-btn {
    margin-top: auto;
}

/*
|---------------------------------------------------------
| Home Blog                                        1284PX
|---------------------------------------------------------
|
*/

.section-blog {
    text-align: center;
}

.blog-grid {
    margin-top: 40px;
    row-gap: 80px;
}

.category-blog-grid {
    margin-top: 0px;
}

.blog-item {
    display: flex;
    text-align: left;
    flex-direction: column;
}

.blog-item-img-div {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
}

.blog-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.blog-item-txt-div {
    text-align: left; 
    margin: 30px 0;
}

.blog-item-date {
    display: inline-block;
    color: #E67239;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.blog-item-title {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.blog-item-desc {
    margin: 15px 0 10px;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog-item-btn {
    width: auto;
    margin-top: auto;
    align-self: flex-start;
}

/*
|---------------------------------------------------------
| Home Gallery                                     1284PX
|---------------------------------------------------------
|
*/

.section-gallery {
    text-align: center;
}

.gallery-grid {
    columns: 4;
    column-gap: 36px; 
}

.gallery-item-a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: auto;
    margin-top: 30px;
    background-color: #ff0000;
}

.gallery-grid-item {
    width: 100%;
    vertical-align: top; 
    transition: filter 0.3s ease;
}

.gallery-item-a:hover img {
    filter: brightness(0.7);
}

.magnifier-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../media/img/magnify.svg');
    background-size: 24px 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    color: rgb(0, 0, 0);
    opacity: 0;
}

.gallery-item-a:hover .magnifier-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.gallery-btn {
    margin-top: 40px;
}

/*
|---------------------------------------------------------
| Video Section                                    1284PX
|---------------------------------------------------------
|
*/

.section-video {
    position: relative;
}

.video-thumb-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.2s linear;
}

.video-thumb-overlay:hover{
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}

.play-icon {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
    background-image: url('../media/img/play-circle.svg');
    background-size: 72px 72px;
}

.video-thumbnail-div {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    background-size: cover;
    background-image: url('../media/img/video-thumbnail.jpg');
}

/*
|---------------------------------------------------------
| Footer Styles                                    1284PX
|---------------------------------------------------------
|
*/

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col {
    display: flex;
    align-items: end;
    flex-direction: column;
    width: 30%;
}

.footer-col-2, .footer-col-3 {
    width: fit-content;
}

.footer-logo {
    width: 200px;
}

.footer-description {
    line-height: 26px;
}

.footer-col-title {
    display: block;
    margin-bottom: 20px;
}

.footer-contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    align-items: center;
}

.footer-contact-txt {
    display: block; 
}

.footer-icon {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
}

.footer-work-our-txt {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-copyright-div {
    margin: 40px 0 0;
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #cecece;
}

/*
|---------------------------------------------------------
| Page Styles                                      1284PX
|---------------------------------------------------------
|
*/

.page-about-us-h2 {
    margin-top: 0px;
}

.section-about-main-content {
    display: flex;
    gap: 10%;
}

.page-about-content-txt {
    width: 90%;
    line-height: 26px;
}

.page-about-content-img {
    width: 100%;
}

.page-about-content-img-div {
    text-align: end;
}

/*
|---------------------------------------------------------
| Contact Page                                     1284PX
|---------------------------------------------------------
|
*/

.contact-page-info-div {
    gap: 1px;
    margin: 0 auto;
    border: 1px solid #E8E7E7;
    background-color: #E8E7E7;
}

.contact-page-item {
    display: flex;
    gap: 24px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    padding: 12px;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff;
}

.contact-icon {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
}

/*
|---------------------------------------------------------
| Product Single                                   1284PX
|---------------------------------------------------------
|
*/ 

.single-product-content-div {
    line-height: 26px;
}

.single-product-img {
    width: 100%;
    height: auto;
}

.single-product-h2 {
    line-height: 32px;
}

/*
|---------------------------------------------------------
| Blog Single                                      1284PX
|---------------------------------------------------------
|
*/ 

.single-post-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.single-article-thumbnail {
    width: 100%;
    height: auto;
}

.single-post-text p,
.single-post-text ul,
.single-post-text ol  {
    color: #525252;
    line-height: 28px;
}

.single-post-text a  {
    color: #3336e2;
    text-decoration: none;
}

.single-post-text a:hover {
    text-decoration: underline;
}

.single-post-text blockquote {
    border-left: 3px solid #E67239;
    padding: 20px 40px;
    margin: 40px 0; 
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.single-post-text blockquote p {
    font-size: 20px;
    line-height: 32px;
}

.single-post-text img {
    max-width: 100%;
    height: auto;
}


















