@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
* {
    font-family: "Lato", sans-serif;
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Lato', sans-serif;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    body::-webkit-scrollbar {
        display: none;
    }

header {
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
}

.navbar-toggler {
    border-color: #e5e5e5 !important;
}

.fa-bars {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 576px) {
    .navbar-collapse {
        padding: 2rem;
        background-color: rgba(233, 233, 233);
        color: #000;
    }

    .navbar-header {
        color: white !important;
    }
}

.navbar-nav {
    justify-content: center;
}

.navbar-header {
    color: #0A063A !important;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
}

/*Responsive attributes for winsa and dogru logo*/
@media screen and (max-width: 775px) {
    .dogru-logo-img {
        padding: 0;
        width: 70px !important;
    }

    #dogru-logo {
        padding: 0;
        width: 70px !important;
    }

    .winsa-logo-img {
        width: 70px !important;
    }
}

.winsa-logo {
    margin-bottom: 0.25rem;
    padding: 0 !important;
    margin-left: 1rem;
}

@media screen and (max-width: 576px) {
    .navbar-header-white {
        color: #0A063A !important;
    }
}

.navbar-header-white {
    color: #fefefe !important;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    left: 50px;
    margin: auto;
}

    .navbar-header-white:hover {
        border-bottom: 2px solid #FE5001;
    }

.navbar-header:hover {
    border-bottom: 2px solid #FE5001;
}

    .navbar-header:hover .dropdown-content {
        display: block;
    }

.dropdown-container:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    z-index: 99;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 3px 8px 16px 2px rgba(0, 0, 0, 0.2);
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .navbar ul li {
        list-style-type: none;
    }

.nav-item:hover .navbar ul li a {
    color: #e5e5e5;
}

.navbar ul li a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s ease;
}

.dropdown-content a {
    float: none;
    color: #FE5001;
    background-color: #070155;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 2px solid transparent;
}

    .dropdown-content a:hover {
        border-bottom: 2px solid #FE5001;
        color: #fff;
        background-color: #245ea6;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@media (max-width: 1000px) {
    .nav-link {
        font-size: 12px !important;
    }

    #dogru-logo {
        width: 70px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

video::-webkit-media-controls {
    display: none;
}

/*Global Page Header*/
.page-header {
    position: relative;
    z-index: 10;
    font-weight: 900;
    font-size: 45px;
    color: #0A063A;
    letter-spacing: -1.45px;
}

    .page-header span {
        position: relative;
        z-index: 30;
        border-bottom: 8px solid #FE5001;
    }

    .page-header::before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 40%;
        height: 12px;
        z-index: -1;
    }

    .page-header::after {
        display: inline-block;
        transition: width 2s ease;
    }

/*Global Page Header for bg dark blue*/
.page-header-bg-dark {
    position: relative;
    z-index: 30;
    font-weight: 900;
    font-size: 45px;
    color: #fefefe;
    letter-spacing: -1.45px;
}

    .page-header-bg-dark span {
        position: relative;
        z-index: 30;
        border-bottom: 8px solid #FE5001;
    }

    .page-header-bg-dark::before {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 0px;
        width: 40%;
        height: 20px;
        z-index: -1;
    }

@media screen and (max-width: 560px) {
    .page-header {
        font-size: 32px;
    }

        .page-header::before {
            height: 10px;
        }

    .page-header-bg-dark {
        font-size: 32px;
    }

        .page-header-bg-dark::before {
            height: 10px;
        }
}

.page-header-container {
    margin-top: 1rem;
    background-color: #070155;
}

.page-header-corporate {
    margin-top: 1rem;
}

.page-header-container-professionals {
    margin-top: 4rem;
    background-color: #070155;
    margin-bottom: 1rem;
}

.page-header-container-references {
    margin-top: 3rem;
    background-color: #070155;
    margin-bottom: 1rem;
}

.page-header-container-contact {
    margin-top: 2rem;
    background-color: #070155;
    margin-bottom: 1rem;
}

.page-header-container-policy {
    margin-top: 2rem;
    background-color: #070155;
    margin-bottom: 1rem;
}

/*Page Content*/
.page-container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.page-container-professionals {
    padding-left: 1rem;
    padding-right: 1rem;
}

.professional-container {
    align-items: center;
    justify-content: center;
}

.winsa-thumb {
    width: 200px;
}

.cookie-container {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 30;
    padding: 1rem 0.5rem;
    text-align: center;
    box-shadow: 1px 2px 15px 8px grey;
}

.accept-policy {
    border: 1px solid black !important;
    border-radius: 5px;
    position: relative !important;
}

    .accept-policy:hover {
        background-color: #070155;
        color: #e5e5e5;
    }

/*Footer*/
.footer {
    position: absolute;
    width: 100%;
    white-space: nowrap;
}

.footer-container {
    background-color: #070155;
    color: #e5e5e5;
    padding: 1rem;
}

    .footer-container ul li {
        list-style-type: none;
    }

.footer-header {
    font-size: 18px !important;
    font-weight: 500;
}
.footer-header a{
    color: #fff;
}
@media screen and (max-width: 675px){
    .footer-end-row{
        padding-left: 1rem;
    }
}
.footer-container ul li,
.footer-link {
    text-decoration: none;
    font-size: 12px;
    color: #e5e5e5;
    border-bottom: 0.5px transparent;
    opacity: 0.75;
    transition: 0.2s ease;
    padding: 0.5rem;
}

.footer-container a {
    text-decoration: none;
}

@media screen and (max-width: 675px){
    .footer-link-container{
        padding-left: 1rem!important;
    }
}
.footer-link:hover {
    color: #e5e5e5;
    opacity: 1;
    border-bottom: 0.5px solid #FE5001;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
}

.policy-link-container {
    text-align: center;
}

.policy {
    text-align: center;
    color: #e5e5e5;
    border-bottom: 1px solid transparent;
}

    .policy:hover {
        color: #8ab8ec;
        border-bottom: 1px solid #fff;
    }

.policy-header {
    color: #0A063A;
}

.social-container a {
    font-size: 12px;
    color: #fff;
}

.section-division {
    border-top: .3px solid #e5e5e582;
    color: #e5e5e5;
    max-width: 100%;
}

.section-division-dark {
    border-top: 0.3px solid #07015521;
}

.copyright p {
    margin-bottom: 0;
}

/*Return Top*/
#top-btn {
    z-index: 3;
    position: fixed;
    bottom: 50px;
    right: 110px;
    padding: 9px 14px;
    border-radius: 5px;
    color: rgb(248, 250, 251);
    background-color: #FE5001;
    cursor: pointer;
    display: none;
    box-shadow: 2px 1px 4px 1px #8080805c;
    transition: 0.3s ease;
}

    #top-btn:hover {
        background-color: rgb(244 99 56);
    }

@media (max-width: 576px) {
    #top-btn {
        right: 25px;
    }
}

/*Global Product Page Design*/
#dorado-76-detail {
    background-image: url("../images/dorado-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#revotech-gold-detail {
    background-image: url("../images/revotech-gold-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#revotech-detail {
    background-image: url("../images/revotech-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sapphire-detail {
    background-image: url("../images/sapphire-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#lotus-detail {
    background-image: url("../images/lotus-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#panorama-hs-76-detail {
    background-image: url("../images/panorama-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#comfort-slide-detail {
    background-image: url("../images/comfort-slide-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#winkepenk-detail {
    background-image: url("../images/winkepenk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#winstor-detail {
    background-image: url("../images/winstor-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sunbreaker-systems-detail {
    background-image: url("../images/shutter-systems-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#kupeste-detail {
    background-image: url("../images/glassbalcony/hareketli-kupeste-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#dis-mekan-detail {
    background-image: url("../images/glassbalcony/dis-mekan-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sapphire-76-detail {
    background-image: url("../images/sapphire-76-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.show-details {
    background-color: #0A063A;
    color: #e5e5e5;
    border-radius: 2px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: 0.3s ease;
}

    .show-details i {
        margin-left: 0.4rem;
        margin-top: 0.1rem;
    }

    .show-details:hover {
        background-color: #0366d6;
        color: #e5e5e5;
    }

.product {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in;
}

    .product a {
        padding: 2rem 4rem;
        text-decoration: none;
        transition: 0.2s ease-in;
    }

        .product a:hover {
            box-shadow: 1px 1px 4px 1px rgb(181 181 181 / 60%);
            background-color: #f5f3f3;
        }

.equipment-page-text a {
    margin-top: 1rem;
    text-decoration: none;
    color: #0366d6;
    border-bottom: 1px solid transparent;
}

.equipment-second-header {
    color: #0A063A;
}

.equipment-text {
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-page-text {
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .equipment-page-text a:hover {
        border-bottom: 1px solid #FE5001;
    }

.image-container img {
    display: block;
    margin: auto;
}

.product-thumb-container {
    width: 130px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.product-thumb {
    object-fit: contain;
}

.product-link:hover {
    opacity: 0.75;
}

/*for Mobile overflow*/
.product-header-container .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.product-header-text {
    font-size: 14px;
    text-align: center;
    padding: 1rem;
    color: #070155;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    height: 65px;
}

    .product-header-text:hover {
        text-decoration: none;
    }

.product-detail-container {
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-container {
    padding: 3rem;
    background: rgb(0 0 0 / 11%);
}

.active-product {
    display: block;
}

.product-header-container {
    margin-bottom: 1.5rem;
}

.product-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.border-bottom {
    display: inline-block;
    color: #FE5001;
    text-decoration: none;
}

    .border-bottom::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        transition: width .3s;
    }

    .border-bottom:hover::after {
        width: 100%;
        transition: width .3s;
    }

.fade-product {
    background-color: #E8E8E8;
    animation: fadeIn 2s forwards;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-opacity: 0;
    }

    to {
        -webkit-opacity: 1;
    }
}

.product-page {
    padding-top: 5.5rem;
    padding-bottom: 10rem;
    background-color: #E8E8E8;
}

.corporate-page {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background-color: #E8E8E8;
}

.professional-page {
    padding-top: 5.5rem;
    padding-bottom: 10rem;
    background-color: #E8E8E8;
}

.contact-page {
    padding-top: 5.5rem;
    padding-bottom: 10rem;
    background-color: #E8E8E8;
}

.references-page {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
    background-color: #E8E8E8;
}

.policy-page {
    padding-top: 5.5rem;
    padding-bottom: 10rem;
    background-color: #E8E8E8;
}

.page-sub-header {
    color: #e5e5e5;
    margin-left: 1rem;
    padding: 0.25rem;
}

.presentation-container {
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    margin-top: 1rem;
}

.presentation-header {
    font-size: 19px;
    color: #e5e5e5;
    border-bottom: 1px solid #FE5001;
}

.presentation-text {
    font-size: 18px;
    color: #e5e5e5;
}

@media screen and (max-width: 576px) {
    .presentation-text {
        font-size: 14px;
    }
}

.technical-details-container {
    margin-top: 4rem;
    padding: 2rem;
}

    .technical-details-container p {
        padding: 2rem;
    }

.technical-details-header {
    padding: 2rem;
    font-size: 18px;
    color: #0A063A;
    position: relative;
    z-index: 10;
    font-weight: 900;
    font-size: 30px;
    color: #0A063A;
    letter-spacing: -1.45px;
}

.technical-detail-border {
    border-bottom: 6px solid #FE5001;
}

.technical-details-header span {
    position: relative;
    z-index: 30;
}

.technical-details-header::after {
    display: inline-block;
    transition: width 2s ease;
}

.technical-details-header-img {
    margin-left: 1rem;
    padding: 1rem;
}

.technical-details-table {
    display: flex;
    align-items: center;
    justify-content: center;
}

.technical-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.technical-image {
    width: 300px;
}

.color-container {
    display: flex;
    margin-top: 4rem;
    padding: 2rem;
    height: 800px;
}

.color-container-header {
    padding: 2rem;
}

.color-palette {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .color-palette ul li {
        list-style-type: none;
        border: 1px solid transparent;
        cursor: pointer;
    }

.color {
    padding: 0.5rem;
    transition: 0.3s ease;
}

.color-palette ul li:hover {
    border: 1px solid #FE5001;
}

.color-palette ul li img {
    cursor: pointer;
}

.selected-color-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .product-color {
        width: 300px !important;
    }

    .technical-image {
        width: 250px;
    }
}

@media screen and (max-width: 1200px) {
    .product-color {
        width: 450px;
    }

    .color-selector img {
        width: 25px;
    }
}

.product-color {
    display: none;
}

.active-color {
    display: block;
}

.active-product {
    display: block;
}

.color-selector ul li {
    list-style-type: none;
    cursor: pointer;
    border: 0.5px solid transparent;
}

    .color-selector ul li:hover {
        border: 0.5px solid #FE5001;
    }

    .color-selector ul li img {
        padding: 0.5rem;
        border: 0.5px solid transparent;
    }

@media screen and (max-width: 576px) {
    .color-selector img {
        width: 15px !important;
    }
}

.product .window-handlers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.window-handler-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.handler-image-container {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.window-handler {
    display: none;
}

@media screen and (max-width: 800px) {
    .handler-selector {
        width: 50%;
    }

        .handler-selector img {
            width: 20px;
            padding: 0 !important;
        }

    .color-selector ul li {
        display: inline-block;
    }

    .handler-image-container img {
        width: 250px !important;
    }
}

/*Glass Balcony Systems*/
.selector-container a {
    text-decoration: none;
}

.section-selector {
    padding: 1rem;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    background-color: #ffffff4f;
    margin: 0.25rem;
}

.glass-balcony-container {
    display: none;
}

    .glass-balcony-container a {
        text-decoration: none;
    }

.glass-balcony-header {
    text-align: center;
}

.glass-balcony-header-text {
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-balcony-see-details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

    .glass-balcony-see-details i {
        background-color: #fff;
        border-radius: 50%;
        color: #000000;
        padding: 0.5rem;
        font-size: 14px;
        cursor: pointer;
    }

/*Pergola & Guilliotine Systems*/
.pergola-container {
    padding: 2rem;
}

.pergola-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.pergola-video-section {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.pergola-photo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .pergola-photo-section img {
        border-radius: 5px;
        object-fit: cover;
    }

.pergola-video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    overflow: hidden;
    width: 530px;
    height: 400px;
    border-radius: 5px;
    object-fit: cover;
}

/*Owl Style*/
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slide {
    margin: 0 27px;
}

.owl-item img {
    width: 90% !important;
    padding: 1rem;
    box-shadow: 1px 2px 12px 1px grey;
}

.owl-item video {
    width: 90% !important;
}

.slick-list {
    margin: 0 -27px;
}

.sunbreaker-owl {
    height: 550px;
    padding: 2rem;
}
