﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    background-color: #ffffff;
    background-image: url("../../../images/page/bg-body.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    /*    overflow-x: hidden;*/
    scroll-behavior: smooth;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 1.5;
}

* {
    /*   -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/
}

#dot,
#ball {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
}

#dot {
    width: 10px;
    height: 10px;
    background: #d57303;
    z-index: 10;
    opacity: 0.3;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}

#ball {
    width: 24px;
    height: 24px;
    border: 1px solid #d57303;
    background: transparent;
    z-index: 5;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.custom-cursor__hover {
    background-color: #d57303 !important;
    opacity: 0.3 !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f2eee2;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #ff9318;
    border-radius: 50rem;
}

a {
    color: #4e4e4e;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

:root {
}

iframe {
    float: left;
}

.btn-12 {
    font-size: 12px;
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-orange {
    color: #ffe2bc;
    background-color: #ff9318;
    border-color: #ff9318;
    font-weight: 700;
}

    .btn-orange:hover {
        color: #ff9318;
        background-color: #ffe2bc;
        border-color: #ffe2bc;
    }

    .btn-check:checked + .btn-orange, :not(.btn-check) + .btn-orange:active, .btn-orange:first-child:active, .btn-orange.active, .btn-orange.show, .btn-orange:focus-visible {
        color: #ff9318;
        background-color: #ffe2bc;
        border-color: #ffe2bc;
    }


.menu-top {
    position: absolute;
    background-color: #ff9318;
    z-index: 2;
    width: 100%;
    height: 60px;
    margin-top: 40px;
}

    .menu-top .navbar {
        width: 100%;
        z-index: 2;
        position: relative;
    }
    .menu-top .navbar-brand{
        position :relative;
        top: -30px;
    }
    .menu-top .navbar-brand img {
        width: 120px;
    }


    .menu-left {
        position: fixed;
        width: 420px;
    }

.main-right {
    position: relative;
    left: 420px;
    width: calc(100% - 420px);
}


.menu-left .navbar {
    align-items: start;
    padding: 0px;
}

.menu-left .header-gen {
    position: absolute;
    width: 180px;
    height: 97vh;
    left: 120px;
    background-color: #ff9318;
    padding-top: 40px;
}

    .menu-left .header-gen:after {
        content: "";
        position: absolute;
        bottom: -15px;
        width: 100%;
        height: 15px;
        left: 0px;
        background-image: url('../../../images/page/header-bg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.menu-left .navbar-brand {
    position: relative;
    /*top: 40px;*/
    left: -40px;
    margin: 0px;
    padding: 0px;
    /* margin-top: 40px;*/
}

.menu-left .header-gen .nav {
    width: 100%;
    display: block;
}

.menu-left .header-gen .nav-pills .nav-link {
    border-radius: 0px;
    color: #ffe2bc;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}


.menu-left .nav-pills .nav-link.active, .menu-left .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #ffffff;
}

    .menu-left .nav-pills .nav-link.active::before, .menu-left .nav-pills .show > .nav-link::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 14px;
        left: 0px;
        margin-top: 6px;
        background-color: #ffe2bc;
    }

    .menu-left .nav-pills .nav-link.active::after, .menu-left .nav-pills .show > .nav-link::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 14px;
        right: 0px;
        margin-top: 6px;
        background-color: #ffe2bc;
    }


.menu-left .footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 26px;
    line-height: 30px;
    color: #ffe2bc !important;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

    .menu-left .footer-social li:first-child {
        margin-left: 0px;
    }

    .menu-left .footer-social li a {
        display: block;
        border-radius: 50%;
        color: #ffe2bc;
    }

    .menu-left .footer-social li:hover {
        color: #ffffff;
        transition: 0.3s ease-in-out;
    }

        .menu-left .footer-social li:hover a {
            color: #ffffff;
        }

.menu-left .copyright {
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #ffe2bc;
}

    .menu-left .copyright a {
        color: #ffe2bc;
    }

        .menu-left .copyright a:hover {
            color: #ffffff;
        }



.slider-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    margin-top: 0px;
}

    .slider-1 .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    /*
    .slider-1 .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: 2;
    }*/



    .slider-1 .slider-content-gen {
        position: absolute;
        height: auto;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
    }



    .slider-1 .slider-content h1 {
        font-size: 72px;
        font-weight: 700;
        color: #693f14;
        font-family: "Dancing Script", serif;
    }

    .slider-1 .slider-content h3 {
        font-size: 38px;
        font-weight: 400;
        color: #ff9318;
    }


.page-title-1 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ff9318;
}




.content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4e4e4e;
}

.content-1 ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 46px;
    font-size: 14px;
    font-weight: 600;
    color: #4e4e4e;
}

.content-1 h6 {
    font-size: 14px;
    font-weight: 500;
    color: #ff9318;
}

.content-1 a:hover {
    color: #ff9318;
}

.card-1 .card {
    box-shadow: 0px 8px 29.44px 2.56px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    padding: 60px 0px 40px 0px;
}

    .card-1 .card img {
        padding-right: 40px;
        padding-left: 40px;
    }

    .card-1 .card .card-body {
        margin-top: 40px;
    }

    .card-1 .card .card-title {
        color: #ff9318;
        font-size: 18px;
        font-weight: 600;
    }

    .card-1 .card .card-text {
        color: #4e4e4e;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
    }


.form-control {
    background-color: #ffffff;
    border-color: #ff9318;
    border-radius: 0px;
    color: #4e4e4e;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

::placeholder {
    font-size: 12px;
}



.form-control:focus {
    color: #ff9318;
    background-color: #ffffff;
    border-color: #ffe2bc;
    outline: 0;
    box-shadow: none;
}


.pazaryeri {
    box-shadow: 0px 8px 29.44px 2.56px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
}





.footer .footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 26px;
    line-height: 30px;
    color: #ff9318 !important;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

    .footer .footer-social li:first-child {
        margin-left: 0px;
    }

    .footer .footer-social li a {
        display: block;
        border-radius: 50%;
        color: #ff9318;
    }

    .footer .footer-social li:hover {
        color: #d57303;
        transition: 0.3s ease-in-out;
    }

        .footer .footer-social li:hover a {
            color: #d57303;
        }

.footer .copyright {
 
    font-size: 12px;
    font-weight: 400;
    color: #4e4e4e;
}

    .footer .copyright a {
        color: #ff9318;
    }

        .footer .copyright a:hover {
            color: #d57303;
        }


















* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
    /*    .index-hakkimizda-content p {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
}

@media (max-width: 1399.98px) {
    /*    .slider-3 .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .card {
        box-shadow: none !important;
    }*/


   

    .menu-left {
        width: 260px;
    }

    .main-right {
        left: 260px;
        width: calc(100% - 260px);
    }



    .menu-left .header-gen {
        width: 160px;
        left: 50px;
        padding-top: 30px;
    }

        .menu-left .header-gen:after {
            bottom: -14px;
        }

    .menu-left .navbar-brand {
        left: -30px;
    }
        .menu-left .navbar-brand img {
            width: 220px;
        }


    .menu-left .header-gen .nav-pills .nav-link {
        font-size: 16px;
        padding-bottom: 2px;
        padding-top: 2px;
    }
    .menu-left .nav-pills .nav-link.active::before, .menu-left .nav-pills .show > .nav-link::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 14px;
        left: 0px;
        margin-top: 4px;
        background-color: #ffe2bc;
    }

    .menu-left .nav-pills .nav-link.active::after, .menu-left .nav-pills .show > .nav-link::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 14px;
        right: 0px;
        margin-top: 4px;
        background-color: #ffe2bc;
    }


    .page-title-1 h2 {
        font-size: 34px;
    }





}

@media (max-width: 1199.98px) {
    #dot,
    #ball {
        display: none;
    }


    .menu-left {
        position: absolute;
        width: 100%;
        height: auto;
    }

    .main-right {
        position: relative;
        left:0px;
        width: 100%;
    }



    .menu-left .navbar {
        align-items: start;
        padding: 0px;
    }

    .menu-left .header-gen {
        position: absolute;
        width: 100%;
        height: auto;
        left: auto;
        background-color: #ff9318;
        padding-top: 0px;
    }

        .menu-left .header-gen:after {
            content: "";
            position: absolute;
            bottom: -15px;
            width: 100%;
            height: 15px;
            left: 0px;
            background-image: url('../../../images/page/header-bg.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }







    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
        margin-top: 0px;
        top: -34px;
        position: relative;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler, .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .animated-icon {
        width: 30px;
        height: 21px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }

        .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 50rem;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
        }

        .animated-icon span {
            background: #ffe2bc;
        }

            .animated-icon span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(2) {
                top: 9px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(3) {
                top: 18px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

        .animated-icon.open {
            height: 23.3px;
        }

            .animated-icon.open span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
                left: 0px;
                background: #ffe2bc;
            }

            .animated-icon.open span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            .animated-icon.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 21px;
                left: 0px;
                background: #ffe2bc;
            }


    .menu-top .navbar .navbar-collapse {
        width: 100%;
        padding: 32px 32px 32px 32px;
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 4;
        overflow-y: auto;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background-color: #ff9318;
        box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        padding-left: 0px;
    }

    .menu-top .disable-scroll-prog {
        overflow-y: hidden;
    }

    .menu-top .navbar .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0);
    }

    .menu-top .navbar-nav {
        text-align: center;
        width: 100%;
    }





    .menu-top .navbar .nav-item {
        margin-right: 0px;
        padding: 0px 50px;
    }



    .menu-top .navbar .nav-item .nav-link {
        font-size: 22px;
        font-weight:600;
        position: relative;
        color: #ffe2bc;
    }

    .menu-top .navbar .nav-item .nav-link:hover {
        color: #ffffff;
    }


    .menu-top .navbar .active {
    }

    .menu-top .navbar .active .nav-link:before {
    }


    .slider-1 .slider-content-gen {
        position: absolute;
        height: auto;
        width: 100%;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
    }



    .slider-1 .slider-content h1 {
        font-size: 50px;
        font-weight: 700;
        color: #693f14;
        font-family: "Dancing Script", serif;
    }

    .slider-1 .slider-content h3 {
        font-size: 34px;
        font-weight: 400;
        color: #ff9318;
    }

    
    
    /*}*/
}


@media (max-width: 991.98px) {

    .menu-left {
      
        display: block;
    }
}

@media (max-width: 767.98px) {
    .slider-1 .slider-content h1 {
        font-size: 50px;
       
        font-family: "Dancing Script", serif;
    }

    .slider-1 .slider-content h3 {
        font-size: 24px;
   
        margin-bottom: 30px;
    }
    .slider-1 .slider-content h3 br{
        display: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
}


