/*!
Theme Name:   Sevenloft Framework 
Theme URI:    https://www.sevenloft.gr/service/kataskevi-istoselidon/
Author:       Sevenloft IKE
Author URI:   https://sevenloft.gr
Description:  Sevenloft is our starter theme for our woocommerce projects. Designed and developed by Sevenloft Core developers
Version:      0.01
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sevenloft-theme
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

/* Global */

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"] {

	display: none;
}

body.page-id-5542 .page-title,
body.page-id-5702 .page-title {
    margin-top: 100px;
}

#cmplz-document {
    width: 100%;
    max-width: 100%;
    
}

.pagenotfound .col-12{
    padding:200px 15px;
    position:relative;
}
.pagenotfound p {
    font-size:15px;
}
.pagenotfound .col-12::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/right-wheel.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0px;
    *top: 0;
    width: 350px;
    height: 80%;
    opacity: 0.2;
    bottom:0;
    *z-index: -3;
    transform: scaleX(-1);
}

#terms-conditions {
    padding: 40px 0;
}

.el-terms, .en-terms {
    color:white;
    margin-left:15px;
    font-size:14px;
}

body.under_construction_body img {
    max-width: 100%  !important;
    height: auto;
}
body{
    *font-family: "Noto Sans", sans-serif;
    font-family: "Noto Serif", serif;
}


html {
    scroll-behavior: smooth;

}

:root {
 
    --beige:#F4F2ED;
    --gold: #bfa888;
    --dark-gold: #998363;
    --dark-blue: #021627;
    --text-color: #404040;
    --warm-beige: rgba(222, 213, 209,0.4);
    --special-heading:"Cormorant Upright", serif; 
    --title-heading:"Cardo", serif;

}

.my-wrapper {
    max-width:1300px;
    margin:0 auto;
}

.kytext{
    font-weight:normal;
    font-size:16px;
    color:var(--text-color);
    line-height: 26px;
    text-align: left;
}

a,a:hover{
    color:inherit;
}


.header > .container-fluid, .header-top > .container-fluid {
    padding:0 50px;
}

/*ON SCROLL CHANGE HEADER ONLY FOR HOMEPAGE*/

.header.scrolled {
    background: white;
    top: 0;
    border-bottom: 1px solid #d9d9d9;
}
.header.scrolled #menu-primary-menu li a {
    color: black;
}
.header.scrolled #menu-primary-menu li a:before{
    background: black;
}

/*END*/

/**/

.header.scrolled-else {
    
    top: 0 !important;
    border-bottom: 1px solid #d9d9d9;
   
}

/**/

.header-top {
    *display: none;
    padding:5px 0;
    border-bottom:1px solid #cccccc;
    background: transparent;
    position:fixed;
    top:0;
    width:100%;
    z-index:10;
}
.top-header-right{
    display: flex;
    justify-content: end;
}

.header-top i{
    color:#fff;
    font-size:13px;
}
.info-header a{
    font-size:13px;
}
body.home .info-header a:hover {
    color: white;
}

.header{
    padding-top:0;
    position: fixed;
    top: 35px;
    width: 100%;
    z-index: 10;
    background-color: transparent;
    transition: 0.6s ease;
}

.header .middle-header {
    justify-content: center;
}

.last-header {
    display:flex;
    align-items: center;
    justify-content: end;
}

/*Custom Sidebar*/

.hamburger-btn {
  width: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 12px;
  z-index: 10000;
}
body.home .hamburger-btn span {
    background-color: white;
}

.hamburger-btn span {
  display: block;
  height: 1px;
  background-color: #000;
  border-radius: 2px;
  transform-origin: right center;
  transition: transform 1s ease, transform-origin 0.5s ease;
}

.custom-sidebar {
  position: fixed;
  top: 0;
  right: -400px; 
  width: 400px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.4s ease;
  z-index: 9999;
}

.custom-sidebar.active {
  right: 0;
}

#closeSidebar {
  background: none;
  border: none;
  font-size: 24px;
  float: right;
  cursor: pointer;
  height:40px;
}

#closeSidebar span {
    width:35px;
    height:1px;
    background: black;
    border-radius:50%;
    display:block;
}
#closeSidebar span:first-child{
    transform: rotate(45deg);
}

#closeSidebar span:last-child{
    transform: rotate(-45deg);
}



.custom-sidebar:after {
    content:'';
    background-image: url(/wp-content/uploads/2025/04/right-wheel.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width:250px;
    height:100%;
    opacity:0.1;
    position:absolute;
    top:30%;
    right:0;
}

.my-sidebar-container {
    padding: 25px 50px;
}

.sidebar-logo img {
    width: 120px;
    opacity: 0.8;
}
.sidebar-social a {
    margin-right: 15px;
}

div.menu-sidebar-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.sidebar-adress p{
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}

.sidebar-languages .wpml-ls-legacy-list-horizontal {
    padding:7px 7px 7px 0;
}

.sidebar-languages .wpml-ls-legacy-list-horizontal a {
    padding: 5px 15px 6px 0;
}

.sidebar-languages .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span {
    position: relative;
}
.sidebar-languages .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--dark-gold);
}
.header-languages {
    padding-left: 10px;
}

.header-languages .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
}

.header-languages .wpml-ls-legacy-list-horizontal .wpml-ls-native {
    font-size: 13px;
}
.header-languages .wpml-ls-legacy-list-horizontal a {
    padding: 0 10px;
}
.header-languages .wpml-ls-legacy-list-horizontal a:hover {
    color: white;
}
.header-languages .wpml-ls-legacy-list-horizontal ul > li:first-child {
    border-right: 1px solid white;
}

body:not(.home) .header-languages .wpml-ls-legacy-list-horizontal ul > li:first-child {
    border-right: 1px solid black;
}

body:not(.home) .header-languages .wpml-ls-legacy-list-horizontal a:hover {
    color:black;
}





/*************end***********/

.first-header .widget-logo-wr img {
    display: none;
}

#menu-primary-menu{
    display:flex;
}

#menu-primary-menu li {
    padding: 0 20px; 
    display:flex;
    align-items: center;
    transition: 0.4s ease;
}
#menu-primary-menu li a{
    color:white;
    font-weight:400;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing: 1px;
    position:relative;
}

#menu-primary-menu li a:before{
    position: absolute;
    left: -19px;
    content: '';
    height: 1px;
    width: 10px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    top:10px;
    transition: transform .4s ease-out;
}
#menu-primary-menu li a:hover:before{
    transform: scaleX(1);
}

#menu-primary-menu li.current-menu-item a:before {
    transform: scaleX(1);
}
li#menu-item-21 a:before{
    display:none;
}
li#menu-item-21 img{
    width:120px;
    height:auto;
}


/****************HOMEPAGE SLIDER**************/

.homepage-slider.owl-carousel{
    display:block;
    width:100%;
    height:100vh;
    min-height:600px;
    position:relative;
}

.slider-item{
    position:relative;
}
.slider-item:after{
    content:'';
    background-image: url('/wp-content/uploads/2025/04/slider-back.png');
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    display:block;
    opacity:0.3;
    pointer-events: none;
}

.slider-item img{
    width:100%;
    height:100vh;
    min-height:600px;
    object-fit: cover;
    *transform: rotate(-180deg);
    filter: brightness(0.7);
    
    
}
.slider-item video{
    width:100%;
    height:100vh;
    min-height: 600px;
    object-fit: cover;
    filter: brightness(0.5);
}

.slider-info-wrapper{
    width:1300px;
    max-width:1300px;
    margin:0 auto;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    right:0;
    padding: 0 15px;
}

.slider-item .slider-info{
    width:580px; 
}

.slider-info .uptitle{
    font-size:15px;
    text-transform: uppercase;
    color:rgba(255,255,255,0.6);
    letter-spacing: 2px;
    font-family: var(--title-heading);
    font-weight: 400;
}
.slider-info h1{
    font-size:70px;
    color:#fff;
    font-weight:300;
    letter-spacing: 3px;
    padding-top:0;
    line-height: normal;
    margin-bottom: 0;
    font-family: var(--title-heading);
    font-weight: 400;
}
.slider-info p{
    font-weight:normal;
    color:#fff;
    font-size:16px;
    line-height:26px;
}

div.two-buttons-container{
    margin-top:25px;
    display: flex;
    gap:15px;
}

a.slider-btn.first-btn{
    color:#fff;
    font-size:14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    border:1px solid #fff;
    padding:15px 30px;
    width:fit-content;
    transition: 0.4s ease;
    transition-delay: 0s !important;



}

a.slider-btn.first-btn:hover{
    background: #fff;
    color:black;
}

a.slider-btn.second-btn{
    color:#fff;
   border:1px solid var(--gold);
    padding:15px 30px;
    width:fit-content;
    font-size:14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--gold);
    transition:0.4s ease;
    transition-delay: 0s !important;
}

a.slider-btn.second-btn:hover {
    background: var(--dark-gold);
    border:1px solid var(--dark-gold);
}
.homepage-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    width: fit-content;
    display: flex;
    gap: 30px;
}

.homepage-slider.owl-carousel .owl-dot {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.homepage-slider.owl-carousel .owl-dot::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: white;
    width: 30px;
    transition: all 0.8s ease-in-out;
}

.homepage-slider.owl-carousel .owl-dot.active::after {
    height: 1px;
    background: #fff;
    width: 43px;
}

.homepage-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 1;
    transform: translateY(-50%);
    background: none;
    width: 50px;
    height: 50px;
    font-size: 35px;
    transition: .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #d9d9d9;
    color:#d9d9d9;
    transition:0.6s ease-in-out;
    
}

.homepage-slider.owl-carousel .owl-nav button.owl-prev:hover{
    left:10px;
}

.homepage-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 1;
    transform: translateY(-50%);
    background: none;
    width: 50px;
    height: 50px;
    font-size: 35px;
    transition: .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #d9d9d9;
    color:#d9d9d9;
    transition:0.6s ease-in-out;
    
}



.homepage-slider.owl-carousel .owl-nav button.owl-next:hover  {
    right:10px;
}

/*****************ABOUT IMAGE********************/
section#about{
    padding:40px 0;
}
.about_image_above_title{
    text-align: center;
    margin-bottom:40px;
}
.about-label{
    text-align: center;
    color:var(--gold);
    text-transform: uppercase;
    font-size:15px;
    font-family: var(--title-heading);
    font-weight: 400;
}

h2.about_title{
    text-align: center;
    color:#222;
    font-weight:300;
    font-size:57px;
    text-transform: uppercase;
    padding:0;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    line-height: normal;

}
p.about_subtitle{
    font-weight: normal;
    color: var(--text-color);
    font-size: 16px;
    line-height: 26px;
    width:75%;
    margin:0 auto;
    text-align: center;
    padding-bottom:40px;
}
.about-image{
    border:1px solid  #d9d9d9;
    padding:10px;

}
.about-image:hover{
    *cursor:pointer;
}
.about-image img{
    width:100%;
    height:350px;
    object-fit: cover;

}
.about_image_two img{
    filter:grayscale(100%);
}

#whatoffer .about_image_two img{
    filter: unset;
}

.col-6.about_image_two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
}

.heading-col {
    position: relative;
}
.aos-type {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    font-style: normal;
    opacity: 0.2;
    z-index: -2;
    position: absolute;
    top: -50px;
    color: var(--gold);
    width: 100%;
    left: 0;
    right: 0;
   
    
}
.aos-type span{
    font-family: "Cormorant Upright", serif;
}

/***********************OUR VISION HOME********************/

section#our-vision {
    padding: 40px 0;
}

div.vision-small-title{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top:10px;
}

div.vision-description {
    text-align: center;
    *padding-bottom: 25px;
   
}

div.vision-description.second {
    margin-bottom:40px;
}


/**************ACCORDION SERVICES******************/

div.services-accordion-title{
    text-align: center;
    color:#222;
    font-weight:300;
    font-size:57px;
    text-transform: uppercase;
    padding:0;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    line-height: normal;


}


section#services-accordion{
    padding: 40px 0 60px;
    background: var(--warm-beige);
    *margin-bottom: 80px;
}
.accordion-container {
    margin: auto;
}
div.accordion {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid var(--dark-gold);
    
}

div.accordion:nth-of-type(1) {
    border-top: 1px solid var(--dark-gold);
}




div.accordion:hover{
    cursor: pointer;
}

div.accordion:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/05/down.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    position: relative;
    top: 8px;
    transition: 0.4s ease;
}

div.accordion.activeacc:after {
    transform: rotate(180deg);
}
.answer {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: transparent;
  width: 80%;
  margin: auto;
  
}
.answer p{
    font-weight: normal;
    font-size: 16px;
    color: var(--text-color);
    line-height: 26px;
    text-align: left;
}

ul.home-services-ul{
    list-style: disc inside;
    margin-bottom: 15px;
}

a.to-the-service {
    width: fit-content;
    display: block;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 130px;
    color: var(--dark-gold);
    font-weight: 500;

}

a.to-the-service:after {
    content:'\2794';
    margin-left:5px;
    transition:0.4s ease;
}

a.to-the-service:hover:after {
    margin-left: 8px;
}

/*********************HIGHLIGHTS*********************/

section#highlights{
    padding:80px 0;
    background: var(--warm-beige);
    display: none;

}

.highlight-container{
    display:flex;
    gap:30px;
}

.highlight-container:nth-child(-n+2){
    margin-bottom:60px;
}
.highlight_image{
    width:125px;
    height:125px;
    border:1px solid #d9d9d9;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;

}

.higlights-info h3{
    text-transform: uppercase;
    font-weight:400;
    font-size: 22px;
    padding-bottom: 10px;

}
.higlights-info p{
    width:85%;
    text-align: left;
}

/*********************DISCOVER*******************/

.discover-container{
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 400px; /* Adjust height as needed */
    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
}

.discover-container:before {
    content: '';
    background-image: url("https://www.kyyachting.com/wp-content/uploads/2025/04/middle-ocean.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.discover-info h4{
    color:#fff;
    font-weight:300;
    font-size:60px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--title-heading);
    font-weight: 400;


}

.discover-info .two-buttons-container{
    justify-content: center;
}


/******************HOMEPAGE GALLERY************************/

#homegallery{
    padding:40px 0 0;
}

div.gallery-title{
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #222;
    font-weight: 300;
    font-size: 60px;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
}

.homepage-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top:30px;
}


.homepage-gallery .left {
  height: 1000px;
}

.homepage-gallery .left .gallery-item {
  height: 100%;
}

.homepage-gallery .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 1000px;
}

.homepage-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s ease;
}

.homepage-gallery .gallery-item{
    overflow: hidden;
}

.homepage-gallery .gallery-item:hover img{
    transform: scale(1.02);
    transform-origin: bottom left;
}

/******************BLUE SECTION****************/

#blue-section{
    height:fit-content;
    padding: 40px 0 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    *margin-bottom: 80px;
}

div.blue-image {
    padding: 10px;
    border: 1px solid var(--gold);
}

div.blue-image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    filter: brightness(0.8);
}

div.blue-title {
    
    color: var(--gold);
    font-size:24px;
    margin-bottom:10px;
    margin-top: 30px;
    text-align: center;
}

div.blue-quote {
    *width: fit-content;
    margin: 0 auto 30px;
    color: var(--gold);
    font-size: 24px;
    text-align: center;
}

p.blue-text {
    color:#fff;
    font-weight:300;
    font-size:16px;
    line-height: 26px;
    *width:80%;
    text-align: justify;
}

a.blue-btn{
    color:white;
    font-size:13px;
    text-transform: uppercase;
    position:relative;
}

a.blue-btn:after{
    content:'\2794';
    margin-left:5px;
    transition:0.4s ease;
}
a.blue-btn:hover:after{
    margin-left:8px;
}

div.blue-heading {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    display: none;

}

/****************PARTNERS***********************/


#partners{
    padding:40px 0;
    background-color: var(--warm-beige);
}
#partners .my-wrapper {
    overflow-x: hidden;
}

div.trustedby {
    font-size:24px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:15px;
    font-family:var(--title-heading);
}

.partners-images-wrapper {
    display:flex;
    align-items: center;
    justify-items: center;
    flex-wrap: nowrap;
    animation: rightToLeft 20s infinite linear;
    width: max-content;
    
}

@keyframes rightToLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.partners-images-wrapper img{
    max-width:250px;
    margin:0 50px;
    *filter:invert(20%);
}












/**************************FOOTER*************************/

footer {
    background: var(--dark-blue);
    padding:80px 0 40px;
}

footer .widget-logo-wr img{
    max-width:200px;
    filter:unset;
    padding-bottom:0;
    margin-top: -15px;
}
.footer-column.footer-column-1{
    padding-bottom:0;
}
.footer-title{
    font-weight:400;
}
div.footer1-description{
    font-size:15px;
    color:#cbcbcc;
    font-weight:300;
    line-height: 26px;
    padding-bottom:15px;
}

.social-footer{
    *display:flex;
    text-align: center;
}

.social-footer a i{
    color:#cbcbcc;
    font-size:16px;
    width:unset;
}
.footer-column li a{
    color:#cbcbcc;
    transition: 0.4s ease;
    font-weight:300;
    font-size:15px;
    padding-bottom:0;
}
.footer-column li a:hover{
    color:#fff;
}

.footer-column li a:before{
    all:unset;
}

.footer-3 p, .footer-3 a, .footer-4 p{
    color:#cbcbcc;
    transition: 0.4s ease;
    font-size:15px;
    line-height:26px;
    margin-bottom:5px;
    text-align: left;
}
.footer-3 p a:hover, .footer-3 a:hover{
    color:#fff;

}
.footer-3 p span {
    color:var(--dark-gold);
    font-weight:bold;
}

.cardsSection{
    background: var(--dark-blue);
    border-top: 1px solid #3e3e3e;
}
.footer-copy{
    justify-content: center;
    padding:20px 0;
}

span.widget-copyright-text, span.widget-copyright-text a{
    font-size:14px;
    color:#fff;
}
span.widget-copyright-text .fa{
    font-size:18px;
    color:var(--gold);
}

.footer-column.footer-column-4{
    padding-bottom:15px;
}
.ky-newsletter{
    display:flex;
    border:1px solid #3e3e3e;
    transition: 0.4s ease;
}
 .ky-newsletter:focus-within{
    border:1px solid #fff;
 }

.ky-newsletter input[type="email"]{
    background: transparent;
    border:1px solid transparent;
    border-right:none;
    padding:10px;
    width:calc(100% - 50px);
    outline:none;
   
}
.footer-column.footer-column-4 .ky-newsletter input[type="email"] {
    color: white;
    font-weight: 300;
    font-size: 15px;
}

.footer-column.footer-column-4 .mc4wp-response .mc4wp-success p{
    color: white;
    margin-top: 15px;
}

.ky-newsletter input[type="submit"]{
    border:1px solid transparent;
    border-left:none;
    background: transparent;
    padding:10px;
    width:50px;

}
span.input-wrapper{
    position:relative;
}
span.input-wrapper:before{
    content:'';
    background-image: url('/wp-content/uploads/2025/04/send.png');
    width:22px;
    height:22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

#button{
    display:none;
}

.get-me-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.get-me-top.show {
  opacity: 1;
  visibility: visible;
}

.get-me-top img {
  width: 25px;
  transition: 0.6s ease-in-out;
}
.get-me-top:hover{
    cursor:pointer;
}

.get-me-top:hover img {
  transform: scaleY(-1);

}

.footer-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.footer-logo-wrapper img {
    width: 100px;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%) invert(1);
    transition: 0.6s ease;
}

.footer-logo-wrapper img:hover {
    filter: unset;
    cursor: pointer;
}


/*********************VIDEO CAMPAING*****************/
section#video-campaign{
    height:500px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.vp-a {
  position: relative;
  *z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

a.vp-a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, var(--dark-gold), var(--gold), var(--dark-gold));
  background-size: 200% 100%;
  border-radius: 50%;
  animation: backgroundAnimation 3s ease-in-out infinite;
}

a.vp-a:after {
    content: '';
  display: block;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}


@keyframes backgroundAnimation {
    0% {
        background-position: 0% 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

.footer-column.footer-column-3 {
    padding-bottom: 0;
}

.footer-column.footer-column-3 .widget-logo-wr {
    text-align: center;
}

.widget_text.footer-column.footer-column-3 .footer-title{
    text-align: center;
}


/************FULL VIDEO ****************/

section#full-video {
    margin-top:40px;
    position:relative;
}

section#full-video video {
    width:100%;
    height:600px;
    object-fit: cover;
}

.play-button {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: transparent !important;
    border: none !important;
    color: white;
    font-size: 30px;
    z-index:5;
}

.play-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, var(--dark-gold), var(--gold), var(--dark-gold));
    background-size: 200% 100%;
    border-radius: 50%;
    animation: backgroundAnimation 3s ease-in-out infinite;
}






/******************OUR NEWS*************************/

section#our-news {
    padding: 40px 0;
}
.posts-row{
    margin-top: 40px;
}

.single-post-container:nth-child(-n+2){
    margin-bottom: 40px;
}

.home-single-post {
    display: flex;
}
.post-image {
    padding: 10px;
    border: 1px solid  #d9d9d9;
}
.post-image img{
    width: 280px;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 25px;
}

.post-date {
    font-size: 15px;
    color: var(--gold);
}
h5.post-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0;
}
p.post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.blue-btn.post-btn{
    color: black;
}



/********************INTEREST FORM*******************/

section#interest-form{
    padding:40px 0;
    background: var(--warm-beige);
    position:relative;
    overflow: hidden;
   /* background-image: url('https://www.kyyachting.com/wp-content/uploads/2025/05/424.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/

}

section#interest-form:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
    width:100%;
    background-image: url('https://www.kyyachting.com/wp-content/uploads/2025/05/424.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter:brightness(0.8) blur(2px);
    opacity: 0.6;
}


/*section#interest-form::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 50%;
    left:50%;
    width: 1050px; 
    height: 600px;
    transform: translateY(-50%);
    background-image: url('https://www.kyyachting.com/wp-content/uploads/2025/04/interest-image-removebg-preview.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}*/

.formuptitle{
    text-align: left;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--title-heading);
    font-weight: 400;
}

.formtitle{
    text-align: left;
    color: #222;
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
    padding: 0px;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}

.nf-form-fields-required{
    display:none;
}

section#interest-form input{
    *border:1px solid #b3b3b3;
    border: 1px solid var(--text-color);
    background: transparent;
    padding:15px;
    width:80%;
    outline: none;

}


section#interest-form input[type="submit"]{
    background: var(--gold);
    color:#fff;
    border:none;
    transition: 0.4s ease;
}
.form-control:focus {
    box-shadow: unset;
}

section#interest-form input[type="submit"]:hover{
    background: var(--dark-gold);
}

section#interest-form textarea{
    *border:1px solid #b3b3b3;
    border: 1px solid var(--text-color);
    background: transparent;
    padding:15px;
    width:80%;
    outline: none;
    height: 110px;
    overflow: hidden;

}



span.ninja-forms-req-symbol{
    display:none;

}

.nf-field-label .nf-label-span, .nf-field-label label {
    font-size:13px;
    font-weight:400 !important;
    text-transform: uppercase;
    color:var(--text-color);

}
.nf-error-msg, .ninja-forms-req-symbol{
    color:black !important;
}

.home-contact-image img {
    width: 100%;
    height: 93%;
    object-fit: cover;
    padding: 10px;
    border: 1px solid  #d9d9d9;
}

/*********KY CUSTOM MENU SIDEBAR*************/

.ky-primary-menu {
    margin-bottom: 20px;
    display: none;
}
#menu-ky-mobile-menu li a{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative
}
#menu-ky-mobile-menu li{
    margin-bottom: 5px;
}



/******************END*******************/



/*fOR ALL OTHER PAGES*/

body:not(.home) .header {
    background: white;
    *top: 35px;
    top: 42px;

}
body:not(.home) .header #menu-primary-menu li a {
    color: black;
}
body:not(.home) #menu-primary-menu li a:before{
    background: black;
}

body:not(.home) .header-top a{
    color: black;
}
body:not(.home) .header-top i {
    color: black;
}
body:not(.home).page-template, body:not(.home).single-post {
    margin-top: 135px;
}

.top-small-banner {
    background-color: var(--warm-beige);
    text-align: center;
    position: relative;
}

.top-small-banner .breadcrumbs {
   padding:60px 15px;
    align-content: center;
}


.top-small-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://www.kyyachting.com/wp-content/uploads/2025/04/map-breadcrumb.jpg');
    opacity: 0.5;
    background-size: cover;
    background-position: top;
    *transform: rotate(90deg); 
    transform-origin: center;
    z-index: 5; 
    pointer-events: none;
}


ul.woocommerce_breadcrumb{
    justify-content: center;
    margin: 0;
    padding: 70px 15px;
}



ul.woocommerce_breadcrumb li{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    padding: 0 10px 0 0;
}
.woocommerce_breadcrumb li:after {
    content: '/';
    border: unset;
    display: inline-block;
    position: unset;
    transform: unset;
    width: unset;
    height: unset;
    padding-left: 10px;
}


/**********************ABOUT - US**********************/

#about-us {
    padding: 40px 0 0;
}

p.about-us-desc {
    margin-top: 40px;
}

h1.about_us_title{
    text-align: center;
    color:#222;
    font-weight:300;
    font-size:60px;
    text-transform: uppercase;
    padding:0;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    margin-bottom: 0;

}


#highlights-about{
    padding-bottom:40px;
}

#whatoffer {
    padding: 0 0 60px;
}

#whatoffer .company-images-row {
    margin-top: 25px;
}

.what-offer-first-col{
    display: flex;
    align-items: center;
}

.what-offer-image {
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.what-offer-image img {
    width: 100%;
}

.what-offer-text {
    position: relative;
}
.what-offer-text .aos-type {
    top: -40px;
}

h3.choose-title{
    text-align: center;
    color: #222;
    font-weight: 300;
    font-size: 60px;
    text-transform: uppercase;
    padding: 0;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
}

ul.choose-about{

}
ul.choose-about li{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
ul.choose-about li:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/04/agkira.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
    width: 15px;
    height: 16px;
    

}



/****************SERVICES*************************/

section#services-headings{
    padding:40px 0 0;
}

section#services-section {
    position:relative;
}



section#services-section:after{
    content:'';
    background-image: url('/wp-content/uploads/2025/04/right-wheel.png');
    background-repeat: no-repeat;
    background-size: contain;
    display:block;
    position:absolute;
    right:0;
    top:150px;
    width:350px;
    height:100%;
    opacity:0.2;
    z-index:-3;
}

.service-container {
    display:flex;
    padding:10px;
    gap:50px;
    border:1px solid #d9d9d9;
}

.service-container.reverse {
    flex-direction: row-reverse;
}

.service-container{
    margin-bottom:40px;
}

.service-image {
    max-width:45%;
    width:100%;
}
.service-info {
    max-width:55%;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:50px 50px 50px 0;
}

.service-container.reverse .service-info{
    padding:50px 0 50px 50px;
}

.service-image img {
    width:100%;
    height:350px;
    object-fit: cover;
}

.service-title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
}

.service-desc{
    border-bottom:1px solid #d9d9d9;
    margin-bottom:0;
    padding-bottom:15px;
}

p.additional-info {
    padding-top:15px;
    display:flex;
    gap:15px;
}

p.additional-info a {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--title-heading);
    font-weight: 600;
    transition:all 0.4s ease;
   
}

p.additional-info a:hover {
    color:var(--dark-gold);
}


/***********************SINGLE SERVICE*****************/

section#single-services-headings{
    padding:40px 0 0;
}

.thumbnail_slider {
    *max-width: 700px;
    margin: auto;
}

#primary_slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 100%;
    overflow: hidden;
    transition: 0.4s ease;
    *border-width: 2px !important;
    margin: 10px 4px;
}

#primary_slider .splide__slide.is-active {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #fff;
}

#primary_slider .splide__slide.is-active a {
    height: 100%;
    width: 100%;
}

 #primary_slider .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

#primary_slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#thumbnail_slider {
    margin-top: 15px;
}

 #thumbnail_slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
    *max-width: 100%;
    *max-height: 100%;
}

.splide__arrow svg {
    fill: var(--dark-gold);
    background: white;
}
.splide__arrow {
    background: white;
}

.splide__track--nav>.splide__list>.splide__slide.is-active
 {
    border: 3px solid var(--dark-gold);
}



h1.single_service_about_us_title {
    text-align: center;
    color: #222;
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    padding: 0;
    font-family: var(--title-heading);
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    margin-bottom: 10px;
}

#service-list {
    padding-bottom: 80px;
}

.single-service-content p{
    font-weight: normal;
    color: var(--text-color);
    font-size: 16px;
    line-height: 26px;
}

.single-service-content ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.single-service-content ul li:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/agkira.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
    width: 15px;
    height: 16px;
}

.single-list-images{
    position: relative;
}

.single-list-images: before{
    position: absolute;
    top: 0;
}

.service-slider .item, .service-slider {
    height: 100%;
}

.service-slider .item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #d9d9d9;
    filter: brightness(0.8);
}

.service-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 1;
    transform: translateY(-50%);
    background: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    transition: .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    *border: 1px solid #d9d9d9;
    background: var(--dark-gold);
}
.service-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 1;
    transform: translateY(-50%);
    background: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    transition: .4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    *border: 1px solid #d9d9d9;
    background: var(--dark-gold);
}

/*.single-list-images img{
    width: auto;
    max-height: 300px;
    object-fit: contain;
    margin-bottom: 15px;
    float: right;
    padding: 10px;
    border: 1px solid #d9d9d9;

}*/



/****************BLOG PAGE************************/

.articles-page {
    padding:40px 0;
}
.home-news {
    margin-bottom:20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    

}

.first-post-container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    display: flex;
    width: calc(100% - 30px);
    margin: auto;
}

.first-post-container [class^="col-"] {
    padding: 0;
}

.first-post-col-text {
    display: flex;
    align-items: center;
}




.home-news-image {
    *padding:10px;
    *border:1px solid #d9d9d9;
    
}

.home-news-title {
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 88px;
    text-align: left;
    padding: 15px;
    height: 88px;
}

.first-post .home-news-title {
    min-height: unset;
}

.home-news-title a{
    color:#222;
    font-weight:400;
    font-family:var(--title-heading);
    font-size:24px;
    text-transform: uppercase;
    line-height: normal;
}
.home-news-date {
    *margin-top:10px;
    padding: 0 15px 15px;
    text-align: left;
}
.home-news-date .date{
    color: var(--gold);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--title-heading);
    font-weight: 400;

}
img.first-article-image {
    width:100%;
    height:350px;
    object-fit: cover;
}
.home-news-image img {
    width:100%;
    height:260px;
    object-fit: cover;
}
.home-news-description p{
    padding: 0 15px;
    margin-top:15px;
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}

.home-news-more a {
    color: #222;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    display: none;
}

.home-news-more a:after {
    content: '\2794';
    margin-left: 5px;
    transition: 0.4s ease;
}

.home-news-more a:hover:after {
    margin-left:8px;
}

.pagination {
    justify-content:center;
}
a.page-numbers {
    padding:0 10px;
    opacity:0.6;
    transition: 0.4s ease;
}
a.page-numbers:hover {
    color:var(--dark-gold);
    opacity:1;
}

a.next.page-numbers, a.prev.page-numbers {
    display: flex;
    align-items: center;
    padding:0;
}

/*sidebar*/

.blog-archive-sidebar .contact-social-container {
    margin-bottom:80px;
}

.blog-newsletter-container{
    padding:50px 15px;
    background: var(--warm-beige);
    margin-bottom:80px;
}

.blog-archive-sidebar span.input-wrapper:before{
    background-image:url('https://www.kyyachting.com/wp-content/uploads/2025/04/send-icon-colored.png');
}

.sidebar-post-date {
    font-size: 15px;
    color: var(--gold);
    text-align:center;
    text-transform: uppercase;
}
.sidebar-post-title {
    text-align:center;
    margin-bottom:15px;
    text-transform: uppercase;
    font-family:var(--title-heading);
}


/***************SINGLE BLOG PAGE************/

.news-detail-page {
    padding:40px 0;
}

.single-post-image {
    padding:10px;
    border:1px solid #d9d9d9;
}
.single-post-image img{
    height:500px;
    width:100%;
    object-fit:cover;
}

.single-post-date{
    margin-top:10px;
}
.single-post-date span{
    color: var(--gold);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--title-heading);
    font-weight: 400;
}

.single-post-title{
    color:#222;
    font-weight:400;
    font-family:var(--title-heading);
    font-size:30px;
    text-transform: uppercase;
    line-height: normal;
}

.single-post-content{
    margin-top:15px;
}
.single-post-content p {
    font-size:16px;
    line-height: 26px;
}


/****************CONTACT PAGE***************/


section#contact-headings{
    padding:40px 0 0;
}

img.service-show-image {
    width:100%;
    height:400px;
    object-fit: cover;
}


#contact-map {
    padding-bottom:40px;
}

#contact-map iframe{
    filter:grayscale(50%);
}

section#contact-frm{
    padding-bottom:20px;
}

section#contact-frm input {
    border: 1px solid #b3b3b3;
    background: transparent;
    padding: 15px;
    outline: none;
}

textarea.contact-textarea {
    height:150px !important;
    outline:none;
    padding: 15px;
}

section#contact-frm input[type="submit"] {
    background: var(--gold);
    color: #fff;
    border: none;
    transition: 0.4s ease;
    width:100%;
}

section#contact-frm input[type="submit"]:hover{
    background:var(--dark-gold);
}


.contact-show-row {
    margin-bottom:40px;
}

.address-container {
    *margin-bottom:80px;
}

.sidebar-custom-title {
    text-align:center;
    border-bottom:1px solid #ebebeb;
    font-size:22px;
    font-family:var(--title-heading);
    text-transform: uppercase;
    margin-bottom:30px;

}

.address-container p{
    font-size:16px;
    color:var(--text-color);
    text-align: center;
    
}
.address-container p a {
    font-size:16px;
    color:var(--text-color);   
}

.contact-social {
    text-align: center;
}
.contact-social a {
    color:inherit;
    margin-right:15px;
    transition:0.4s ease;

}


.contact-social a:hover {
    color:var(--dark-gold);
}

div.second-title {
    color: #222;
    font-weight: 400;
    font-family: var(--title-heading);
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 15px;

}

















/*******************************RESPONSIVE********************/

@media (max-width:1700px){

    section#interest-form::after{
        left:40%;
    }
}

@media (max-width: 1650px) {


    
}



@media (max-width: 1440px) {

    div.accordion {
        padding: 10px 15px;
    }
    .slider-item .slider-info {
        margin-left: 100px;
    }

}

@media (max-width: 1199.98px) {

    
    .showroom-image-one, .showroom-address-one,
    .showroom-image-two, .showroom-address-two {
        margin-top: 40px;
    }
    .post-image img {
        width: 200px;
    }
    .post-info {
        padding: 15px;
    }
    .homepage-gallery .right,
    .homepage-gallery .left {
        height: 700px;
    }
 
}


@media (max-width: 991.98px) {

    .service-image  {
        display: flex;
        align-items: center;
    }
    p.additional-info {
        flex-direction: column;
    }
    p.about_subtitle{
        width:80%;
    }
    h1.about_us_title {
        font-size:45px;
    }
    .blog-archive-sidebar.single-article{
        margin-top:80px;
    }
    .blog-archive-sidebar.archive-articles{
        margin-top:80px;
    }
    #menu-primary-menu {
        display: none;
    }
    .header{
        *padding: 30px 0;
    }
    .ky-primary-menu {
        display: block;
    }
    .header > .container-fluid, .header-top > .container-fluid {
        padding:0 15px;
    }
    .first-header .widget-logo-wr img {
        display: block;
        max-width: 120px;
        margin-left: -15px;
    }
    .social-footer a {
        display: inline-block;
        width: fit-content;
    }
    .footer-column.footer-column-3 .widget-logo-wr{
        text-align: left;
    }
    .widget_text.footer-column.footer-column-3 .footer-title{
        text-align: left;
    }
    .social-footer {
        text-align: left;
    }
    .single-list-images {
        margin-top: 20px;
    }
    h3.choose-title {
        font-size:45px;
    }
    .formtitle {
        font-size: 45px;
    }
    div.gallery-title {
        font-size: 45px;
    }
    .post-image img {
        width: 100%;
    }
    .home-single-post {
        flex-direction: column;
    }
    section#full-video video {
        height: 500px;
    }
    div.gallery-title, .discover-info h4 {
        font-size: 45px;
    }
    div.services-accordion-title{
        font-size: 45px;
    }
    h2.about_title {
        font-size: 45px;
    }
    .blue-col-three {
        margin-top: 40px;
    }
    .slider-info h1 {
        font-size: 45px;
    }
    .slider-item .slider-info{
        margin-left: 70px;
    }
    .homepage-gallery .right,
    .homepage-gallery .left {
        height: 400px;
    }
    .aos-type {
        font-size:70px;
        top:-30px;
    }

    .footer-copy {
        flex-direction:column;
    }
    .el-terms, .en-terms {
        margin-left:0;
        text-align:center;
    }
    .widget-copyright {
        margin:0 auto;
    }






}


@media (max-width: 767.98px) {

    .service-container, .service-container.reverse {
        flex-direction:column;
    }
    .service-image, .service-info {
        max-width:100%;
    }
    .service-container.reverse .service-info {
        padding:0 0 25px;
    }
    .service-info {
        padding:0 0 25px;
    }
    ul.woocommerce_breadcrumb{
        padding:30px 15px;
    }
    p.about_subtitle{
        width:100%;
    }
    .single-post-image img, .home-news-image img{
        height:400px;
    }
    .single-post-title, .home-news-title a {
        font-size:25px;
    }
    #contact-frm .contact-social-container{
        margin-bottom:80px;
    }
    .top-header-left{
        display: none;
    }
    .top-header-right {
        display: flex;
        justify-content: center;
    }
    div.second-title {
        text-align: center;
    }
    section#contact-frm {
        padding-bottom: 0;
    }
    .first-post-col-text .home-news-description {
        display: none;
    }
    h1.single_service_about_us_title{
        font-size: 35px;
    }
    h3.choose-title {
        margin-top: 40px;
    }
    section#interest-form input, section#interest-form textarea {
        width: 100%;
    }
    .formtitle {
        font-size: 35px;
    }
    div.gallery-title, .discover-info h4 {
        font-size: 35px;
    }
    .post-image img {
        height: 350px;
    }
    section#full-video video {
        height: 400px;
    }
    .play-button:before {
        width: 70px;
        height: 70px;
    }
    .play-button {
        font-size: 25px;
    }
    .discover-info{
        padding: 15px;
    }
    div.services-accordion-title {
        font-size: 35px;
    }
    div.accordion {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    h2.about_title {
        font-size: 35px;
    }
    div.blue-image img {
        height: 350px;
    }
    .blue-col-two {
        margin-top: 40px;
    }
    .slider-info-wrapper {
        width: 100%;
        max-width: unset;
        left: 70px;
        right: 70px;
    }
    .slider-info p {
        display: none;
    }
    .slider-item .slider-info{
        width: fit-content;
        margin-left: 0;
    }
    .slider-info h1 {
        font-size: 35px;
    }
    .aos-type  {
        display:none;
        font-size:0;
    }
    .top-small-banner .breadcrumbs {
        padding:30px 15px;
        align-content: center;
    }




}


@media (max-width: 575.98px) {

    .social-footer{
        padding-bottom:50px;
    }

    .service-image img {
        min-height:unset;
    }
    .footer-column.footer-column-2{
        margin-top: 40px;
    }
    .first-post-container{
        flex-direction: column;
    }
     h3.choose-title {
        font-size:35px;
    }
    h1.about_us_title {
        font-size:35px;
    }
    .higlights-info p {
        width: 100%;
        text-align: center;
    }
    div.two-buttons-container {
        flex-direction: column;
    }
    a.slider-btn.first-btn, a.slider-btn.second-btn {
        margin: auto;
    }
    div.accordion {
        font-size: 20px;
    }
    .homepage-slider.owl-carousel .owl-nav button.owl-next,
    .homepage-slider.owl-carousel .owl-nav button.owl-prev {
        top: unset;
        bottom: 0;
    }
    .slider-info-wrapper {
        left: 0;
        right: 0;
    }
    a.slider-btn.first-btn, a.slider-btn.second-btn {
        padding: 10px 20px;
    }
    .slider-item .slider-info {
        width: 100%;
        text-align: center;
    }
    .homepage-gallery {
        grid-template-columns: 1fr;
    }


    




}

@media (max-width:440px){

    
    .single-post-image img, .home-news-image img {
        height:300px;
    }
    
    .single-post-title, .home-news-title a {
        font-size:22px;
    }
    .highlight-container {
        flex-direction: column;
    }
    .highlight_image {
        margin: auto;
    }
    .higlights-info h3 {
        text-align: center;
    }
    .info-header a.top-header-ky-email {
        display: none;
    }
   

}


