@import url('https://fonts.cdnfonts.com/css/brush');
@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400..700&family=Merienda:wght@700&display=swap");
.gear {
    display: none;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.sub__heading-bottom {
    padding-bottom: 30px;
}

a.header-logo {
    padding-left: 35px!important;
}

a.header-logo img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar_main-bg {
    background-color: rgba(0, 0, 0, 0.74);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.top-footer-logo img {
    height: 80px;
}

.footer_main-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.contact-box a.footer-main-links {
    display: flex;
    justify-content: center;
}

.download_img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.download_img img {
    border-radius: 10px;
}

.product_img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.product_img img {
    border-radius: 10px;
}

.download_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-0 {
    margin-bottom: 0;
}

.text-justify-center {
    display: flex;
    justify-content: center;
    text-align: center;
}

.text-justify p {
    text-align: justify;
}

.align-bottom-product {
    display: flex;
    align-items: flex-end;
}

.pt-15 {
    padding-top: 15px!important;
}

.product_features_icon img {
    height: 50px;
}

.product_features_icon a.sk__iconbox-icon-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.slider_text {
     /* font-family: 'Bacalisties';
    font-weight: 400;
    text-transform: none; */
     /*font-family: "Brush Script MT", cursive !important; */
    /*font-family: "Edu VIC WA NT Beginner", cursive !important;*/
    /*font-family: 'Satoshi', sans-serif;*/
     font-family: "Merienda", cursive;
     letter-spacing: 0px;
    font-size: 60px;
    /* font-size: 80px; */
     /*font-weight: 400 !important; */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    line-height: 90px;
    color: #fff !important;
    padding: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.export_flag_main a.sk__iconbox-icon-link {
    margin: 0 auto 15px;
    width: 112px;
    height: auto;
}

.screen-h-auto {
    min-height: auto !important;
}

.sk__contact-form-col form {
    margin-top: 0px;
}

.single-product-details .sk__proj-infobox-label,
.single-product-details .sk__proj-infobox-value {
    opacity: 1;
    width: 47%;
}

.bg_details-single {
    background-color: #101010;
}

.single-product-details .sk__proj-infobox {
    padding: 12px 10px;
}

.single_product-img {
    max-height: 450px;
}

a.active {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none!important;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.ri-translate-2:before {
    content: "\f226";
}

.translate {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    /* background-color: #ab6049; */
    background: linear-gradient(90deg, rgb(33 67 113) 0%, rgb(34 85 213) 52%, rgb(31 78 149) 100%);
    /* overflow: hidden; */
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 100;
}

select.goog-te-combo {
    height: 50px;
}

.translate span {
    padding-top: 8px;
}

.text-left {
    text-align: left;
}


/* single product */

.single-main-img {
    display: flex;
    justify-content: center;
}

.image-container {
    overflow: hidden;
    position: relative;
    max-height: 450px;
}

#zoomable-image {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transform-origin: top left;
}

#zoomable-image:hover {
    transform: scale(2);
}


/* responsivweeeeeeeeeeeeeeeeeeeeeee */

@media only screen and (max-width: 1080px) {
    a.sk__mobile-main-logo {
        padding-left: 30px;
    }
    a.sk__mobile-main-logo img {
        padding: 10px;
    }
    .sk__mobile-menu-logo img {
        padding: 10px;
    }
    .ipadpro_mt-50 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 830px) {
    .about-right-image-subwrap {
        height: 100%;
    }
    .sk__featured-project-infos-container {
        padding: 0;
    }
    h1.super-heading,
    span.super-heading.sk__gradient-fancy-text-back {
        font-size: 47.75px;
    }
    .sub__heading-bottom {
        padding-bottom: 15px;
    }
    .padding-top-100 {
        padding-top: 70px;
    }
    .padding-bottom-100 {
        padding-bottom: 70px;
    }
    .padding-top-bottom-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .margin-bottom-100 {
        margin-bottom: 70px;
    }
    .sk__iconbox {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .slider_text {
        font-size: 66px;
        line-height: 66px;
    }
    .sk__halfscreen-text-col.ipad-spece {
        min-height: auto;
        padding: 3vw;
    }
    .ipad_mb-0 {
        margin-bottom: 0;
    }
    .ipad_pb-0 {
        padding-bottom: 0!important;
    }
    .vision_mision_main .sk__feature {
        padding: 16px 16px 14px 16px;
    }
    .ipad-pt-30 {
        padding-top: 30px;
    }
    .contact_address-box .sk__feature {
        padding: 26px 16px 14px 16px;
    }
    .single-product-details {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .mob-mb-0 {
        margin-bottom: 0px!important;
    }
    .padding-top-100 {
        padding-top: 50px;
    }
    .padding-bottom-100 {
        padding-bottom: 50px;
    }
    .padding-top-bottom-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padding-top-70 {
        padding-top: 50px;
    }
    .margin-bottom-100 {
        margin-bottom: 50px;
    }
    .padding-bottom-70 {
        padding-bottom: 50px;
    }
    .sk__rectangles-full-left {
        padding: 7vw;
    }
    .padding-top-200 {
        padding-top: 100px;
    }
    h1.super-heading,
    span.super-heading.sk__gradient-fancy-text-back {
        font-size: 32.75px;
    }
    .footer-socials {
        margin-bottom: 0px;
    }
    .footer-main {
        padding: 20px 0 0px 0;
    }
    .mob-text-center {
        text-align: center!important;
    }
    .slick-dots li {
        width: 15px!important;
        height: 15px!important;
    }
    a.header-logo {
        padding-left: 5px!important;
    }
    .slider_text {
        font-size: 26px;
        line-height: 30px;
    }
    footer {
        padding: 20px 0 20px;
    }
    h3.h3-elegant,
    span.h3-elegant.sk__gradient-fancy-text-back {
        font-size: 24px;
    }
    h3.h3-elegant,
    span.h3-elegant.sk__gradient-fancy-text-back {
        margin: 0px 0 10px 0;
    }
    h2.h2-large,
    span.h2-large.sk__gradient-fancy-text-back {
        font-size: 20px;
    }
    h4:not(.h4-small) {
        font-size: 18px;
    }
    .export_flag_main a.sk__iconbox-icon-link {
        width: auto;
    }
    .sk__iconbox {
        padding: 10px 0px;
    }
    .export_flag_main a.sk__iconbox-icon-link {
        margin: 0 auto 10px;
    }
    .export_flag_main h5 {
        font-size: 12px;
    }
    .sk__contact-form,
    .sk__contact-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}