@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');
@import url('https://fonts.cdnfonts.com/css/myriad-pro');

.wrapper {
    padding-top: 10px;
}

nav ul {
    list-style: none !important;
    padding-left: 0;
}

.container-fluid {
    display: flex;
}

.snf-nav-item-flag {
    width: 60px;
    text-align: center;
    height: 55px;
    padding-top: 55px;
    position: relative;
}

.snf-nav-item-flag:hover > .snf-flag-display-hover {
    display: block;
}
.snf-flag-display-hover {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    display: none;
}

.snf-logo-pic {
    margin-right: 15px;
}

.snf-logo-pic-2 {
    position: absolute;
    left: 55%;
    width: 50px;
    height: 50px;
    z-index: 10;
}

header {
    background-image: url("/image/design3/background-header.png");
    background-size: contain;
    width: 100%;
    position: fixed;
    z-index: 100;
}

header.absolute {
    position: absolute; !important;
    width: 100%;
}


nav {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.snf-nav-item {
    width: 140px;
    text-align: center;
    height: 95px;
    padding-top: 55px;
    position: relative;
}

.snf-nav-item ul {
    position: absolute;
    display: none;
    flex-direction: column;
}

.snf-nav-item ul li {
    position: relative;
    width: max-content;
    min-width: 100%;
    max-width: 200px;

}

.snf-nav-item:hover > ul {
    margin-top: 19px;
    display: flex;
    background-color: #29292b;
    padding-left: 0;
    width: 180px;
}

.snf-nav-item ul li:hover > ul {
    position: absolute;
    display: flex;
    background-color: #29292b;
    padding-left: 0;
    width: 160px;
    left: 100.1%;
    top: 0;

}

.snf-nested-ul li {
    height: 50px;
    padding-top: 12px;
}

.snf-nested-ul li:hover {
    background-color: #F08600;
}

.snf-nav-item.active-snf {
    border-bottom: 3px solid #F08600;
}

.nav-link.snf-changed-style {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
    font-size: 16px;

}

.nav-link.snf-changed-style:hover {
    color: white;
    text-decoration: none;
}

.navbar-toggle {
    /*margin-top: 100px;*/
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.snf-bars-solid {
    height: 80px;
    margin-top: 60px;
    margin-right: 20px;
}

nav.navbar.navbar-expand-lg {
    padding-bottom: 0;
    padding-top: 20px;
}

.snf-carousel {
    padding-top: 115px;
}

nav.navbar.navbar-expand-lg {
    margin-bottom: 0;
}



.carousel-control .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: white;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%; /* Rounded circle */
    transition: all 0.3s ease;
}




.carousel-control .custom-arrow:hover {
    transform: translateY(-50%) scale(1.1); /* Slight zoom effect */
}


.carousel-control.left .custom-arrow {
    left: 15px;
}


.carousel-control.right .custom-arrow {
    right: 15px;
}


.carousel-indicators li {
    width: 30px !important;
    height: 2px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    margin: 1px 2px !important;
    transition: background-color 0.3s ease;
    border-radius: 0; !important;
}

.carousel-indicators .active {
    background-color: white !important;
}



.carousel-indicators li:hover {
    background-color: #555;
    cursor: pointer;
}

div.d-flex {
    display: none !important;
}

.form-control.me-2.my-rounded-input {
    border-radius: 40px !important;
    width: auto;
}

form.d-flex {
    margin-top: 49px;
}

.snf-form-icon {
    margin-left: 20px;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    background-image: url("/image/design3/icons8-search-50.png");
    background-size: cover;
    margin-top: 7px;
    margin-right: 3px;
}

form.form-hide-desktop {
    display: none !important;
}
.snf-phone-flags {
    display: none;
}
@media (max-width: 980px) {


    .carousel-indicators li {
        display: none !important;
    }

    .form-hide-mobile {
        display: none; !important;
    }


    .container-fluid {
        display: block;
    }

    .snf-phone-flags {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 140px;
        left: 100px;
        right: 0;
    }

    .snf-phone-flags-ul {
        list-style: none;
        padding-top: 5px;
        display: flex;
    }

    .snf-phone-flags-ul li {
        margin-right: 30px;
    }

    .snf-phone-flags-ul li:last-child {
        margin-right: 0;
    }

    nav li:hover > .contact-link {
        color: #F08600 !important;
    }
    nav a {
        color: white;
        text-decoration: none !important;
    }
    nav li:hover > a{
        color: #F08600;
    }
    .accordion {
        width: 700px !important;
    }
    #accordionSubExample {
        width: 400px !important;
        margin-top: 10px;
    }
    .card {
        width: 100%;
        min-height: 100px;
        font-size: 40px;
        line-height: 80px;
    }

    div.card-header {
        background-color: transparent; !important;
        border-bottom: 1px solid #4d4d4d;
    }

    .snf-btn-accordion:focus {
        outline: none !important;
    }


    .snf-logo-pic {
        height: 150px;
        margin-top: 20px;
    }

    form.form-hide-desktop {
        display: flex !important;
    }
    form.form-hide-desktop .form-control{
        width: 250px !important;
    }
    form.d-flex {
        position: absolute;
        top: 40px;
        left: 40%;
    }

    .form-control.me-2.my-rounded-input {
        height: 50px;
    }

    .snf-form-icon {
        margin-top: 0;
        width: 50px;
        height: 50px;
    }
    div form.d-flex input {
        display: none; !important;
        margin-left: 12050px;
    }

    div form.d-flex div.snf-form-icon {
        display: none; !important;
        margin-left: 12050px;
    }

    nav {
        width: auto;
        height: auto;

    }

    nav.navbar.navbar-expand-lg {
        padding-top: 0;
    }

    .snf-nav-item:hover > ul {
        display: none;
    }

    .snf-nav-item ul li:hover > ul {
        display: none;
    }

    .snf-nav-item {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .snf-carousel {
        padding-top: 160px;
    }

    div.d-flex {
        display: flex !important;
    }

    ul.navbar-nav {
        display: none;
    }

    /* General Button Style */
    div.accordion button {
        width: 100%;
        background-image: url('/image/design3/arrow.png');
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: right center; /* Adjust position to center the arrow */
        color: white !important;
        font-size: 40px !important;
        text-align: left !important;
        border: none; /* Remove button border if not needed */
    }

    /* Hover State */
    div.accordion button:hover {
        text-decoration: none;
        background-color: transparent; /* Remove background color on hover */
    }

    /* Focus State */
    div.accordion button:focus {
        box-shadow: none !important;
        text-decoration: none;
    }

    /* Collapsed State (the arrow when the accordion is collapsed) */
    div.accordion button.collapsed {
        background-image: url('/image/design3/arrow.png'); /* Use a different arrow for the collapsed state */
    }

    /* Expanded State (the arrow when the accordion is expanded) */
    div.accordion button:not(.collapsed) {
        background-image: url('/image/design3/arrow_focused.png'); /* Use a different arrow for the expanded state */
    }


    .snf-animated-group {
        height: 330px;
        width: 400px;
        position: absolute;
    }
    .snf-container-LTR.clicked .snf-animated-group {
        transform: translateX(105%);
        transition: transform 1s;
    }

    .snf-an-highlight {
        position: absolute;
        top: 0;
        left: -95px;
        border-top: 165px solid transparent;
        border-bottom: 165px solid transparent;
        border-left: 95px solid #F08600;
        content: "";
    }
    .snf-an-highlight-2 {
        position: absolute;
        top: 0;
        left: -130px;
        height: 100%;
        width: 35px;
        background-color: #F08600;
        content: "";
    }
    .snf-an-correction {
        position: absolute;
        top: 0;
        left: -130px;
        border-top: 165px solid transparent;
        border-bottom: 165px solid transparent;
        border-left: 95px solid black;
        content: "";
    }


    .snf-animated-group-RTL {
        height: 330px;
        width: 400px;
        position: absolute;
        opacity: 1;
        left: 100%;
    }
    .snf-container-RTL.clicked .snf-animated-group-RTL {
        transform: translateX(-65%);
        transition: transform 1s;
    }

    .snf-an-highlight-RTL {
        position: absolute;
        top: 0;
        left: -160px;
        border-top: 165px solid transparent;
        border-bottom: 165px solid transparent;
        border-right: 95px solid #F08600;
        content: "";
        opacity: 1;
    }
    .snf-an-highlight-2-RTL {
        position: absolute;
        top: 0;
        left: -65px;
        height: 100%;
        width: 35px;
        background-color: #F08600;
        content: "";
        opacity: 1;
    }
    .snf-an-correction-RTL {
        position: absolute;
        top: 0;
        left: -125px;
        border-top: 165px solid transparent;
        border-bottom: 165px solid transparent;
        border-right: 95px solid black;
        content: "";
    }
}


.snf-container-LTR {
    height: 330px;
    width: 100%;
    display: flex;

}

.snf-container-RTL {
    height: 330px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.snf-side-shade-lg {
    flex: 1;
    height: 330px;
    background-color: #29292b;
}
.snf-side-shade-sm {
    flex: 1.5;
    height: 300px;
    background-color: #29292b;
    margin-top: 15px;
}

.snf-item {
    width: 1050px;
    height: 330px;
    display: flex;
    background-size: 750px 300px;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
.snf-item-RTL {
    width: 950px;
    height: 330px;
    display: flex;
    flex-direction: row-reverse;
    background-size: 650px 300px;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}
.snf-container-1 .snf-item {
    background-image: url("/image/design3/Banners-JPG/clear/background_1.jpg");
}
.snf-container-2 .snf-item-RTL {
    background-image: url("/image/design3/Banners-JPG/clear/background_2.jpg");
}
.snf-container-3 .snf-item {
    background-image: url("/image/design3/Banners-JPG/clear/background_3.jpg");
}
.snf-container-4 .snf-item-RTL {
    background-image: url("/image/design3/Banners-JPG/clear/background_4.jpg");
}
.snf-container-5 .snf-item {
    background-image: url("/image/design3/Banners-JPG/clear/background_5.jpg");
}
.snf-container-6 .snf-item-RTL {
    background-image: url("/image/design3/Banners-JPG/clear/background_6.jpg");
}
.snf-container-7 .snf-item {
    background-image: url("/image/design3/Banners-JPG/clear/background_7.jpg");
}
.snf-container-8 .snf-item-RTL {
    background-image: url("/image/design3/Banners-JPG/clear/background_8.jpg");
}
.snf-item-shade {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #29292b 150px);
    position: absolute;
    right: 0;
    margin-top: 15px;
    width: 180px;
    height: 300px;
    z-index: 5;
}
.snf-item-shade-RTL {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #29292b 150px);
    position: absolute;
    left: 0;
    margin-top: 15px;
    width: 180px;
    height: 300px;
    z-index: 5;
}
.snf-background-color {
    width: 328px;
    height: 100%;
    background-color: black;
}

/* Optionally, remove outline to prevent focus styles if you don't want them */
.btn-accordion:focus {
    outline: none !important;
}




.snf-background-color-RTL {
    width: 328px;
    height: 100%;
    background-color: black;
}

.snf-background-color-arrow {
    content: "";
    border-left: 95px solid black;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
}
.snf-background-color-arrow-RTL {
    content: "";
    border-right: 95px solid black;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
}

.snf-pointer-background {
    width: 422px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.snf-pointer-background-RTL {
    width: 422px;
    height: 100%;
    position: relative;
    left: -92.9px;
    overflow: hidden;
}

.snf-pointer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/image/design3/backgrounds/plitka_LTR.png");
    background-size: contain;
    z-index: 3;
}
.snf-interactive-div {
    overflow: hidden;
}
.snf-interactive-div-RTL {
    overflow: hidden;
}



.snf-pointer-RTL {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/image/design3/backgrounds/plitka_RTL.png");
    background-size: contain;
    z-index: 3;
}

.snf-highlight {
    position: absolute;
    top: 0;
    left: -95px;
    opacity: 0;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
    border-left: 95px solid #F08600;
    content: "";
}
.snf-highlight-2 {
    position: absolute;
    top: 0;
    left: -130px;
    opacity: 0;
    height: 100%;
    width: 35px;
    background-color: #F08600;
    content: "";
}


.snf-correction {
    position: absolute;
    top: 0;
    left: -130px;
    opacity: 0;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
    border-left: 95px solid black;
    content: "";
}


.snf-highlight-RTL {
    position: absolute;
    top: 0;
    opacity: 0;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
    border-right: 95px solid #F08600;
    content: "";
}
.snf-highlight-RTL-2 {
    position: absolute;
    top: 0;
    left: 95px;
    opacity: 0;
    height: 100%;
    width: 30px;
    background-color: #F08600;
    content: "";
}

.snf-correction-RTL {
    position: absolute;
    top: 0;
    left: 32px;
    opacity: 0;
    border-top: 165px solid transparent;
    border-bottom: 165px solid transparent;
    border-right: 95px solid black;
    content: "";
}
.snf-text-pointer-block.spec-snf .text-pointer-1{
    line-height: 30px;
}

.snf-text-pointer-block {
    width: 300px;
    height: 270px;
    margin-left: 80px;
    margin-top: 30px;
    font-family: 'proxima-nova', sans-serif;
}
.snf-text-pointer-block.RTL {
    width: 300px;
    height: 270px;
    margin-left: 130px;
    margin-top: 30px;
    font-family: 'proxima-nova', sans-serif;
}


.snf-text-pointer-1 {
    color: white;
    font-size: 25px;
    line-height: 40px;

}
.snf-text-pointer-2 {
    color: #F08600;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
}
.snf-list-pointer {
    list-style: none;
    color: white;
    font-size: 14px;
    padding: 0;
    margin-top: 30px;
    line-height: 22px;
}

.snf-color-change {
    color: #F08600;
    font-size: 20px;
    letter-spacing: -2px;
}

.snf-button {
    margin-top: 40px;
    margin-left: 10px;
    position: relative;
    display: block;
    background: transparent;
    width: 150px;
    height: 15px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.snf-button:before,
.snf-button:after {
    position: absolute;
    content: '';
    width: 150px;
    left: 0;
    height: 18px;
    z-index: -1;
}

.snf-button:before {
    transform: perspective(25px) rotateX(10deg);
}
.snf-button:after {
    top: 18.5px;
    transform: perspective(25px) rotateX(-10deg);
}

/* Button Border Style */

.snf-button.border-snf:before,
.snf-button.border-snf:after {
    border: 2px solid #F08600;
}
.snf-button.border-snf:before {
    border-bottom: none;
}

.snf-button.border-snf:after {
    border-top: none;
}

.snf-button.border-snf:hover:before,
.snf-button.border-snf:hover:after {
    background: #F08600;
}

.snf-footer-container {
    width: 100%;
    height: 560px;
    display: flex;
    margin-top: 40px;
}
.snf-footer-side-L {
    width: 200px;
    background-image: url("/image/design3/left-side-img.png");
    flex: 1;
    background-size: contain;

}
.snf-footer-side-R {
    width: 200px;
    background-image: url("/image/design3/right-side-img.png");
    flex: 1;
    background-size: contain;

}
.snf-footer-items{
    width: 1100px;
    display: flex;
    justify-content: space-around;
}
.snf-footer-column {
    padding-left: 35px;
    padding-top: 10px;
    border-right: 1px solid #D6D6D6;
    width: 280px;
    color: #D6D6D6;
    background-color: #494B56;
    height: 550px;
}
.snf-footer-column-last {
    height: 550px;
    padding-left: 35px;
    padding-top: 10px;
    width: 280px;
    color: #D6D6D6;
    background-color: #494B56;

}
.snf-footer-list {
    list-style-type: none;
    padding: 0;
}
.snf-footer-list-item {
    margin-top: 25px;
    font-size: 12px;
}
.snf-footer-list.inl {
    list-style-type: none;
    padding: 0;
}

.snf-footer-list-item-spec {
    display: inline;
    margin-right: 20px; /* Add spacing between list items as needed */
}

.snf-header-text {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 50px;
}
.snf-a-footer {
    text-decoration: none;
    color: #D6D6D6;
}

.snf-footer-block {
    margin-top: 50px;
}
.snf-footer-list.inl {
    display: inline;
    margin-right: 20px;
}

footer a:hover {
    color: #D6D6D6;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .snf-footer-items {
        width: auto;
        display: flex;
        flex-wrap: wrap;
    }

}







