<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Kothu Child
 Theme URI:    https://kothu.wpengine.com/
 Description:  Kothu Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     kothu
 Text Domain:  kothu-child
 Version:      1.0.0
 Tested up to: 6.7
 Requires PHP: 7.4
 Tags: E-Commerce, Blog, Portfolio 
 License: GNU General Public License v2 or later 
 License URI: https: //www.gnu.org/licenses/gpl-2.0.html
 Copyright (C) 2024 venusweb. All rights reserved.
*/

.page-id-244 #header-wrapper {
    margin: 0 0 0;
}
.work-loop-item .elementor-gallery__container .elementor-gallery-item:not(:first-child) {
    display: none;
}
.main-work-gallery-section {
    position: relative;
}
.work-gallery-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
}
.work-gallery-slider .swiper-wrapper .elementor-element.swiper-slide {
    flex: 0 0 auto;
}
.main-work-gallery-section .swiper-button.elementor-widget-icon {
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    width: auto;
    transform: translateY(-40px);
}
.main-work-gallery-section .swiper-button.swiper-button-next {
    right: 0;
}
.main-work-gallery-section .swiper-button.swiper-button-prev {
    left: 0;
}
.main-work-gallery-section .swiper-button.elementor-widget-icon:after {
    content: '\e804';
    font-family: "kothu-final-font";
    position: relative;
    font-size: 35px;
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtPrimaryColor);
    display: block;
    filter: drop-shadow(-1.2em 1.2em 0 currentColor);
    -webkit-filter: drop-shadow(-1.2em 1.2em 0 currentColor);
    transition: var(--wdt-Alt-Transition);
    -webkit-transition: var(--wdt-Alt-Transition);
    z-index: 9999;
}
.main-work-gallery-section .swiper-button-prev.elementor-widget-icon:after {
    rotate: -90deg;
}

.main-work-gallery-section .swiper-button.elementor-widget-icon:hover:after {
    transform: translate(1.2em, -1.2em);
    -webkit-transform: translate(1.2em, -1.2em);
}

.main-work-gallery-section .swiper-button.elementor-widget-icon .elementor-widget-container {
    display: none;
}



@media(max-width: 993px) {
    .main-work-gallery-section .swiper-button.elementor-widget-icon {
        transform: none;
        position: static;
    }
}</pre></body></html>