.swal2-popup {
    border-radius:30px !important;
    padding: 3em 1.25em !important;
    
    
    box-shadow: #ffc235 0px 0px 0px 4px, rgb(0 0 0) 0px 0px 0px 5px, #6c8d36 0px 0px 0px 8px, rgb(0 0 0) 0px 0px 0px 10px;
    
}

.swal2-title {
    color:#e9e9e9 !important;
}

.swal2-content{
    color: #e4e4e4 !important;
}

.swal2-confirm{
    background-color: #ffc235 !important;
    color: #000000 !important;
}

/*==========---LANDING---==========*/

.products .col-md-3{
/*    max-width:20% !important;
    min-width: 20%;
    */
    margin-bottom: 10px;
    padding-right:5px;
    padding-left:5px;
}

.products .item .img-fluid{
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.landing {
    /*
    background-image: linear-gradient(to right, #6c9c68, #b8ac7a);
    background-color: #366735;
    */
    width: 100%;
    height: 750px;
    color: #ffffff;
    overflow: hidden;
    margin-top: -220px;
    position: relative;
}

.landing .baslik {
    color: #ffffff;
}

.landing .landing-bg {
    background-image: url("../img/landing-bg4.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.5);
    transform: rotateY(180deg);
}

/*
.landing .landing-bg {
    width: 100%;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
*/

.landing .landing-bg-right,
.landing .landing-bg-right-metin,
.landing .content,
.landing .images {
    position: absolute;
}

.landing .landing-bg-right {
    right: 120px;
    bottom: 140px;
    width: 30%;
}

.landing .content {
    top: 250px;
}

.landing .images{
    bottom:60px;
    right:250px;
}
.landing .images .landing-img{
    position:absolute;
    height:300px;
    right:0;
    bottom:0;
}

.landing .images .landing-img1{
    height:120px;
    right:120px;
    bottom:110px;
    z-index:10;
}

.landing .images .landing-img2{
    bottom:110px;
    right:-10px;
    z-index:9;
}
.landing .images .landing-img3{
    bottom:150px;
    right:-160px;
    z-index:7;
}

.landing .content .dikey-cizgi {
    border-right: 5px solid #ffffff;
    border-radius: 10px;
    font-size: 55px;
    margin-bottom: 10px;
}

.landing .content .baslik {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 6px;
}

.landing .content .ana-metin {
    margin-left: -3px;
}

.landing .content .metin {
    font-size: 18px;
    margin-bottom: 50px;
}

/*==========---SLICK---==========*/

.slick {
    position: absolute;
    width: 100%;
    z-index:1;
}

.slick .slick-frame {
    background-color: #ffffff;
    margin-top: -80px;
    box-shadow: #00000029 0px 3px 6px, #0000003b 0px 3px 6px;
}

.slick .item {
    padding-top: 35px;
    padding-bottom: 35px;
}

.slick .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick .item .icon {
    font-size: 40px;
    color: #be9200;
    /*#8F741B*/
}

.slick .item .metin {
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    color: #151823;
    font-size: 16px;
}

.slick .item .metin span {
    font-weight: 400;
    color: #868686;
    font-size: 14px;
}

/*==========---PRODUCTS---==========*/

.products {
    background-color: #f9f9f9;
    padding: 160px 0 100px 0;
    position: relative;
    padding-bottom: 30px;
    overflow:hidden;
}

.products .row2 {
    margin-top: 40px;
}

.products .products-bg-left {
    position: absolute;
    top: 115px;
    left: 15px;
    width: 300px;
}

.products .products-bg-right {
    position: absolute;
    top: 115px;
    right: 15px;
    width: 300px;
    transform: scale(-1, 1);
}


.products .products-bg-bottom-right {
    position: absolute;
    bottom: -146px;
    right: -136px;
    width: 1166px;
    filter: opacity(0.9);
    overflow: hidden;
    transform: scale(-1, 1);
}

.products .item {
    position: relative;
    padding: 60px 10px 50px 10px;
    transition: all 0.2s ease 0s;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.products .item:hover {
    background: #ffffff;
    z-index: 2;
}

.products .item .alt-bosluk {
    display: flex;
    align-items: flex-end;
    position: absolute;
    background: #f5f5f5;
    transition: all 0.2s ease;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    justify-content: center;
    content: "";
    padding: 20px 15px 20px 15px;
}

.products .item:hover .alt-bosluk {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: -18px;
    bottom: -30px;
    background: #ffffff;
}

.products .image {
    height:140px;
    margin-bottom: 0;
    padding: 20px 5px;
    height:165px;
}

.products .item .content {
    text-align: center;
    padding:0 10px;
}

.products .item .content .item-header {
    color: #151823;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.products .item .content .item-amount{
    margin-bottom:10px;
}


.sezon-eski{
    background-color: #b90000;
    color: #ffffff;
    position: absolute;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: cursive;
    font-family: "Noto Serif Ahom", serif;
    line-height: 22px;
    top:0;
    left:0;
}

.sezon-yeni{
    background-color: #036500;
    color: #ffffff;
    position: absolute;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: cursive;
    font-family: "Noto Serif Ahom", serif;
    line-height: 22px;
    top:0;
    left:0;
}


.image .discount {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 4px;
    border-radius: 20px;
    top: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #ef5600;
    color: #ffffff;
    position: absolute;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Noto Serif Ahom", serif;
}

.products .item .alt-bosluk .product-button {
    padding: 12px;
    border-radius: 50%;
    background-color: #be9200;
    line-height: 16px;
    margin: 0 4px;
    display: inline-block;
}

.products .item .alt-bosluk .product-button i {
    font-size: 16px;
    line-height: 16px;
}

.products .item:hover .alt-bosluk .sol,
.products .item:hover .alt-bosluk .sag {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.products .item .alt-bosluk .sol {
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.products .item .alt-bosluk .sag {
    background-color: #6c8d36;
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}


/*---==================INFO1=================--*/
.info1 {
    width: 100%;
    display: grid;
    place-items: center;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.content .column {
    display: inline-block;
    float: left;
}

.info1 .content{
    width:100%;
}

.info1 .content .mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: inherit;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.info1 .content .mask .cerceve {
    border: 1px solid #a89c6b;
    width: 100%;
    margin: 50px 50px;
    padding: 100px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info1 .text1 {
    display: block;
    color: white;
    font-size: 35px;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
}

.info1 .text2 {
    display: block;
    color: #f7eab7;
    ;
    font-size: 20px;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    margin-top: -15px;
}


/*==========---GALLERY---==========*/

.gallery {
    background-color: #f3f3f5;
}

.gallery .header .text {
    width: 100%;
}

.gallery .carousel-control-next {
    right: -30px;
}

.gallery .carousel-control-prev {
    left: -30px;
}
.gallery .carousel-item img {
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 6px;
}
.gallery .carousel-item img:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    #carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#carousel .carousel-inner .carousel-item.active,
#carousel .carousel-inner .carousel-item-next,
#carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    #carousel .carousel-inner .carousel-item-right.active,
    #carousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #carousel .carousel-inner .carousel-item-left.active,
    #carousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#carousel .carousel-inner .carousel-item-right,
#carousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/*
.gallery .video-img img {
    width: 100%;
    animation: border-radius-ani 2.5s linear infinite alternate;
    animation-duration: 4.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: border-radius-ani;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@keyframes border-radius-ani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}
*/

.gallery .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
}

.gallery .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}



.gallery .modal-content {
    width: 80%;
    height: 80%;
    background-color: #000000;
}

.gallery iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.gallery .close {
    font-weight: 600;
    color: #ffffff;
}







/*--===================VIDEO SECTION==================--*/

body.no-scroll {
  overflow: hidden;
}

.gallery .video-player {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .video-player .text {
    color: #bfbfbf;
    font-weight: 700;
    font-size: 20px;
    margin-left: 20px;
    letter-spacing: 0.6px;
}

.gallery .video-player .video-btn {
    background-color: #f3f3f5;
    color: #6c8d36;
    padding: 24px 31px;
    border-radius: 50%;
    font-size: 30px;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
}

.gallery .video-player .video-btn:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    color: #6c8d36 !important;
}

.gallery .video-player .video-btn .icon {
    padding-left: 6px;
}

.video-section{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:50px 0;
}

.video-section .text{
    color: #bfbfbf;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.video-section .playButton{
    background-color:transparent;
    border:none;
}


#videoContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index:999999;
}

#videoContainer.active {
  opacity: 1;
  visibility: visible;
}

#videoPlayer {
    height: 100%;
    max-width: 100%;
    cursor: pointer;
}

#closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}





/*--------------*/

.contact-us {
    background-color: #151823;
    padding: 100px 0;
}

/*-----------------------*/

/*
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  
  #myImg2 {
  
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg2:hover {opacity: 0.7;}
  */
/* The Modal (background) */
#modalZoom {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
#modalZoom .carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#modalZoom .carousel-control-next {
    right: -60px;
    opacity: 1;
    width: 50% !important;
    justify-content: end;
}

#modalZoom .carousel-control-prev {
    left: -60px;
    opacity: 1;
    width: 100px;
    width: 50% !important;
    justify-content: start;
}

/*
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
    }
  */

#modal-carousel .carousel-item {
    height: 100vh;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.close-image {
    z-index: 9999;
    position: absolute;
    top: 100px;
    right: 60px;
    color: red;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-image:hover,
.close-image:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*
.total-cart {
    color: #8aec00;
}
*/

@media only screen and (max-device-width: 600px) {
    p{
        margin-bottom:0 !important;
    }
    .row{
        justify-content:center !important;
    }
    
    .products .col-md-3 {
        /*
        max-width: unset !important;
        min-width: unset !important;
        */
        margin-bottom: 30px;
    }
    
    .landing .content .baslik {
       font-family: "Poppins", sans-serif;
       font-size: 30px;
       line-height: 30px;
       font-weight: 500;
       margin-bottom: 20px;
       letter-spacing: 2px;
    }
    
    .landing .content .metin {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .iris-btn {
        border: none;
        background-color: #ffc235;
        border-radius: 6px;
        color: #151515;
        transition: all 0.3s ease-in-out;
        line-height: normal;
        padding: 6px 30px;
        font-size: 12px !important;
        font-weight: 400;
        letter-spacing: 1px;
        box-shadow: 2px 2px 4px 0 #0000002b;
    }
    
    .landing {
        margin-top: 70px;
        height: calc(70vh - 70px);
    }
    
    .landing .landing-bg {
        background-image: url(../img/flor-saurina-xWijL2q3xAM-unsplash.jpg);
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        filter: brightness(0.6);
        transform: rotateY(180deg);
    }
    
   .landing .content {
        top: 50px;
        width: 60%;
   }
   
   .landing .content .baslik {
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
    
    .landing .images{
        bottom:70px;
        right:70px;
    }
    
    .landing .images .landing-img {
        height: 120px;
    }
    
    .landing .images .landing-img1 {
        height: 100px;
    }

    .landing .images .landing-img2 {
        bottom: 50px;
        right: -4px;
        z-index: 9;
    }
    
    .landing .images .landing-img3 {
        bottom: 70px;
        right: -65px;
        z-index: 7;
    }

    .products {
        
        padding: 0;
        padding-top: 650px;
        padding-bottom:100px;
    }

    .products .row2 {
        margin-top: 0;
    }

    .products .products-bg-left {
        top: 635px;
        width: 40%;
    }

    .products .products-bg-right {
        top: 635px;
        width: 40%;
    }
    
    .products .item .img-fluid{
        width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .products .header {
        padding-top: 80px;
    }

    .products .item {
        border-radius: 10px;
        padding: 40px 15px 10px 15px;
    }

    .products .item .item-amount {
        font-size: 12px;
    }

    .products .item .alt-bosluk {
        display: none;
    }

    .products .item:hover {
        background: #f5f5f5;
        z-index: unset;
    }

    .products .item .alt-bosluk {
        display: flex;
        align-items: flex-end;
        position: unset;
        background: unset;
        transition: unset;
        width: 100%;
        top: unset;
        right: unset;
        left: unset;
        z-index: unset;
        border-radius: unset;
        justify-content: center;
        content: "";
        padding: 20px 15px 20px 15px;
    }

    .products .item:hover .alt-bosluk {
        box-shadow: none;
        top: unset;
        bottom: unset;
        background: unset;
    }

    .products .item:hover .alt-bosluk .sol,
    .products .item:hover .alt-bosluk .sag {
        opacity: 1;
        transform: unset;
        z-index: 2;
    }

    .products .item .alt-bosluk .sol {
        color: #ffffff;
        opacity: 1;
        transform: unset;
        transition: unset;
    }

    .products .item .alt-bosluk .sag {
        background-color: #6c8d36;
        color: #ffffff;
        opacity: 1;
        transform: unset;
        transition: unset;
        transition-delay: unset;
    }
    
    .products .products-bg-bottom-right {
        position: absolute;
        bottom: -119px;
        right: -76px;
        width: 492px;
        filter: opacity(0.9);
        overflow: hidden;
        transform: scale(-1, 1);
    }
    
    .sezon-yeni,
    .sezon-eski{
        padding-top: 7px;
        padding-right: 10px;
        padding-left: 6px;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.5px;
    }
    
    .image .discount {
        font-size: 14px;
        position: absolute;
        padding-right: 4px;
        padding-left: 4px;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding-top: 6px;
    }

    .info1 {
        height:unset !important;
        min-height:unset !important;
        width: 100%;
        display: grid;
        place-items: center;
        position: relative;
        background-image: linear-gradient(rgba(27, 60, 97, 0.0), rgba(27, 60, 97, 0.0)), url("index8.jpg");
        width: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .content .column {
        display: inline-block;
        float: left;
    }

    .info1 .content .mask {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 15px;
        position: inherit;
        display: flex;
        align-items: center;
    }

    .info1 .content .mask .cerceve {
        border: 1px solid #a89c6b;
        width: 100%;
        margin: 50px 50px;
        padding: 100px 30px;
        text-align: center;
        display: flex;
        margin: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .info1 .text1 {
        display: block;
        color: white;
        font-size: 24px;
        font-family: 'Vidaloka', serif;
        font-weight: 400;
    }

    .info1 .text2 {
        display: block;
        color: #f7eab7;
        font-size: 14px;
        font-family: 'Vidaloka', serif;
        font-weight: 400;
        margin-top: -15px;
    }

    .gallery .carousel-control-prev {
        left: 0;
    }
    .gallery .carousel-control-next {
        right: 0;
    }

    .gallery .carousel-item {
        justify-content: center;
    }

    .gallery .carousel-item img {
        height: 300px;
        width: 100%;
    }

    #carousel .carousel-inner .carousel-item.active img,
    #carousel .carousel-inner .carousel-item-next,
    #carousel .carousel-inner .carousel-item-prev {
        z-index: 2;
    }

    .gallery .video-player {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-top:20px;
        height: unset;
    }

    .gallery .video-player .text {
        font-weight: 600;
        font-size: 16px;
        text-align:center;
    }
    
    .video-section{
        flex-direction:column;
    }
    
    .video-section .text{
        text-align:center;
    }
    
    .video-section .buttons{
        flex-direction:row;
    }
}
