header .right-nav ul li.order-btn a {
    padding: 0px 15px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 38px;
    position: relative;
    overflow: hidden;
    background: none;
}
header .right-nav ul li.order-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00 0%, #184f9e 50%, #ffffff00 100% );
    border-radius: 12px;
    animation: moveBackground 4s infinite alternate; /* Animasyonu ekledik */

}

header .right-nav ul li.order-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #009fe3;
    border-radius: 12px;
}

@keyframes moveBackground {
    0% {
        transform: translateX(50%); /* Başlangıç pozisyonu */
    }
  
    100% {
        transform: translateX(-50%); /* Bitiş pozisyonu */
    }
}


main .slide .container {
    position: relative;
}
main .slide #main-slider-content {
    position: absolute;
    top: 0%;
    margin: auto;
    width: 100%;
    z-index: 3;
    outline: 0px;
    left: auto;
}
.slider-banner-content {
    position: absolute;
    z-index: 9999;
    top:22%;
    width: 100%;
}
@media screen and (max-width: 1470px){
    main .slide {
        height: calc(100vh - 105px) !important;
    }
    main .categories {
        padding: 70px 0px 0px !important;
    }
	
}
main .slide #main-slider .slick-list {
    height: calc(100vh - 105px);
}
main .slide #main-slider .item {
    height: calc(100vh - 105px);
}
@media screen and (max-width: 1470px) {
    main .slide #main-slider .slick-list .slick-slide img {
        height: 100%;
        object-fit: cover;
    }
}
main .slide .round-bottom {
   transition: 3s;
}


main .water-expert .title {
   
    font-size: 54px;
    line-height: 80px;
}

section.categories-section .pin-spacer {
   /* background-image: url(../images/yerlivemilli3.svg);*/
    background-position: 15% 35%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 25%;
    z-index: 1 !important;
}

main .water-expert .items {
    display: flex;
}

main .water-expert .items .item .item-title {
    font-family: "Amsi-Pro Font", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #184F9E;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
main .water-expert .items .item .item-text {
    font-family: "Amsi-Pro Font", sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 20px;
    color: #184F9E;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-align: center;
}
main .water-expert .items .item {
    width: 25%;
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
    text-align: center;
}
.top-gsap-event{
    margin-bottom: 25%;
}
.connectinTwoImg .slogan {
    
    top: 150px;
}

.connectinTwoImg .imgPart {
    height: 110vh;
}
.connectinTwoImg {
    min-height: 110vh;
}
.connectinSlogan{
    opacity: 0;
    z-index: 1;
}
.connectinTwoImg .btn:hover {
    background: #184F9E;
    border: 1px solid #184F9E;
}
main .nature .nature-text-inside .title {
    margin-top: 0px;
}
main .nature .nature-text-inside {
    margin-top: 16%;
}
main .water-expert {
    padding: 60px 0px 0px;
}
main .nature {
    float: left;
    width: 100%;
    padding: 0px 0px;
    position: relative;
    margin: 100px 0px 100px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
.connectinSloganbackground{
    opacity: 0;
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color:#0000006d;
    z-index: 0;
    border-radius: 50px;
}
@media screen and (min-width: 1650px){
    main .categories {
        padding: 100px 0px 0px !important;
    }
    main .water-expert{
        
    }

    main .water-expert .items {
        margin-top: 120px;
    }
    .top-gsap-event{
        margin-bottom: 5%;
    }

    main .nature .nature-text-inside {
        margin-top: 15%;
    }
    main .blog {
        padding: 120px 0px 0px;
    }
}

@media screen and (max-width: 991px){
	section.quality-section{
	    padding: 120px 0px !important;
	}
	.faq-section {
    padding: 120px 0 0 0 !important;
}
    main .categories .waters .left .item {
        height: 350px !important;
    }
    main .categories .drinks .left .item {
        height: 350px !important;
		margin-top:30px;
    }
    main .categories .drinks .left .item .title { 
        font-size: 32px;
        line-height: 28px;
    }
    main .categories .waters .left .item .title { 
        font-size: 32px;
        line-height: 28px;
    }
	main .categories .drinks .left .item .btn {
    padding: 2px 8px;
    float: left;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
	}
	main .categories .waters .left .item .btn {
    padding: 2px 8px;
    float: left;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
	}
    main .categories {
        padding: 70px 0px 0px 40px !important;
    }
    main .categories .waters .left .item .text {
        font-size: 16px;
        margin: 15px 0px 15px;
        line-height: 20px;
        width: 100%;
    }
    main .categories .drinks .left .item .text {
        font-size: 16px;
        margin: 15px 0px 15px;
        line-height: 20px;
        width: 100%;
    }
    header .navbar-collapse .navbar-nav .nav-item .nav-link {
        text-align: start;
    }
    header .navbar-collapse .navbar-nav {
        padding-top: 0px;
    }
    header .navbar-nav {
        margin-left: 0px;
    }
    header .navbar .container {
        border-radius: 16px;
        padding: 15px 30px;
        justify-content: space-between;
    }
    
    main .slide #main-slider-content .container h3 {
        font-size: 32px;
        line-height: 34px;
    }
   
    main .slide {
        height: 100vh !important;
    }
	main .slide #main-slider .slick-list {
		height: 100%;
	}	
	main .slide #main-slider .item {
    	height: 100%;
	}
	main .slide #main-slider .slick-list .slick-slide img {
        height: 100vh;
        object-fit: cover;
    }
    header {
        
        background: #fff;
    }
    .navbar-light .navbar-toggler {
        color:#184F9E;
        border-color:#184F9E;
    }
    .navbar-light .navbar-toggler-icon {
        filter: brightness(1) invert(0);
    }
    header .right-nav ul li.order-btn a::before {
        
        z-index: 1;
        
    }
    header .right-nav ul li.order-btn a::after {
        
        z-index: 0;
        
    }
    header .right-nav ul li.order-btn a span {
        position: relative;
        z-index: 2;
        
    }
    header .right-nav ul li.order-btn a img {
        position: relative;
        z-index: 2;
        
    }
    header .right-nav {
        float: left;
		width:100%;
    }
    main .slide #main-slider .slick-list .slick-slide img {
        height: 100vh;
        object-fit: cover;
    }
    main .slide #main-slider-content h2, main .slide #main-slider-content h3 {
        
        width: 75%;
       
    }
    main .water-expert .title {
        font-size: 38px;
        line-height:42px;
    }
 
    main .water-expert .items .item {
        width: 65%;
        margin: auto;
        display: block;
        margin-bottom: 80px;
        text-align: center;
    }
    .connectinTwoImg .slogan {
        font-size: 38px;
        line-height: 42px;
        left: 5%;
        width: auto;
        top: 300px;
    }
 
    main .nature .img {
        position: relative;
        left: auto;
        width: 100%;
        border-radius: 50px;
    }
    main .nature .title {
      
        font-size: 38px;
        line-height: 42px;
       
    }
    main .blog {
        padding: 20px 0px 0px;
    }
    main .blog .title {
        font-size: 38px;
        line-height: 42px;
    }
    main .blog .btn {
        float: left;
        margin: 20px 0px 0px;
    }
    main .blog .items .item{
        padding-bottom: 30px;
    }
    main .applications .wrapper .title {
        font-size: 38px;
        line-height: 42px;
        text-align: left;
        padding: 15px 15px 15px;
        text-align: center;
       
    }
    main .applications .wrapper .text {
        text-align: left;
        width: 100%;
        padding: 0px 15px;
        float: left;
    }
    main .applications .wrapper ul {
        
        padding: 0px;
        display: flex;
        margin: 25px 25px;
    }
    main .social .newsletter .title {
        font-size: 38px;
        line-height: 42px;
    }
    main .social .newsletter {
        padding: 35px 15px 35px;
        margin-bottom: 30px;
        min-height: 330px;
    }
    main .social .socialmedia {
        padding: 35px 15px 35px;
        min-height: 330px;
    }
    main .social .socialmedia .title {
        font-size: 38px;
        line-height: 42px;
    }
    .footer .top ul {
        margin: 35px 0px;
        padding: 0px;
        display: grid;
        justify-content: center;
    }
    .footer .top {
        text-align: center;
    }
    .footer .top .nav-item {
        text-align: center;
        float: none;
        justify-content: center;
        display: flex;
        margin-right:0px;
    }
    .footer .top .right-nav {
        float: none;
        margin: 0px 0px;
        justify-content: center;
        display: flex;
    }
    .footer .bottom {
       
        text-align: center;
    }
    .footer .bottom ul {
        margin: 0px 0px;
        padding: 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap:8px;
    }
    .footer .bottom ul .mbl-none{
        display:none;
    }
    .footer .bottom .tigon {
        float: none;
        margin-top:10px;
    }
    
    header .right-nav ul {
        
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
	
	main .about-us-banner .about-us-banner-content .about-us-banner-video{
		bottom: 10% !important;
	}
}
@media screen and (min-width: 1500px){
    main .nature .img {
        position: absolute;
        left: 0px;
        width: 45%;
    }
    main .about-us-banner .about-us-banner-content {
        height: 65vh !important;
        background-size: cover !important; 
    }
}

@media screen and (min-width: 1024px) and (max-width: 1390px){
    
    main .applications .wrapper ul li {
        list-style: none;
        float: left;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    main .features .item {
        margin-right: 18px;  
    }
    .footer .top .right-nav ul li.basket-btn {
        margin-top: 10px;
    }
    .footer .top ul li {
        margin-right: 16px;
    }
    .footer .top .nav-link {
        font-size: 14px;
    }
}

.whatsapp-help{
    position: fixed;
    bottom: 5%;
    right: 3%;
    width:50px;
    height:50px;
}
.whatsapp-help img{
    width:100%;
    height:100%;
}
main .slide {
    z-index: 2;
}

.footer .bottom .tigon {
    float: right;
    max-width: 15px;
}
header .right-nav ul li.order-btn a:hover {
    background: none;
    transform: translateX(-10px);
}
.certify-button .btn {
    transition: 0.4s;
}
.certify-button .btn:hover {
    color:#184F9E !important;
    background-color: #fff !important;
    border-color: #fff !important;
    transition: 0.4s;
}
.certify-button .btn:hover a{
    color:#184F9E !important;
    transition: 0.4s;
}
.news-paper-item {
    border-radius: 30px;
    background: #F3F6FA;
    padding: 32px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.news-paper-item img{
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.news-paper-item h3{
    color: #184F9E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
main .categories .waters .item .title {
    color: #184F9E !important;
}
main .categories .waters .item .text {
    color: #184F9E !important;
}
main .categories .waters .item .btn {
    background-color: #184F9E !important;
    border-color: #184F9E !important;
}
main .categories .drinks .item .title {
    color: #184F9E !important;
}
main .categories .drinks .item .text {
    color: #184F9E !important;
}
main .categories .drinks .item .btn {
    background-color: #184F9E;
    border-color: #184F9E !important;
}
main .categories .waters .item .btn:hover {
    background-color: #2B9770 !important;
    border-color: #2B9770 !important;
}
main .categories .drinks .item .btn:hover {
    background-color: #2B9770 !important;
    border-color: #2B9770 !important;
}
main .nature .img {
    border-radius: 0px 40px 40px 0px;
}
header .navbar-nav .dropdown:hover .dropdown-menu {
    overflow: hidden;
}

.breadcrumb-noleft{
padding-left:0px !important;
}

main .resources .resources-content .resources-title {
    padding: 0px 200px;
}
.faq-section.faq-about-section{
    padding:0px !important;
}
.about-title-line {
    padding: 16px 8px;
    border-radius: 30px;
    border: 1px solid #184F9E;
    text-align: center;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F3F6FA;
}

main .categories-section .categories .drinks .left .item .text{
    margin: 5px 0px 5px;
}

main .categories-section .categories .waters .left .item .text{
    margin: 5px 0px 5px;
}
main .social .newsletter .btn:hover{
    background-color: #184F9E;
    color:#fff;
}
main .blog .blog-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 12px;
    cursor: pointer;
}
main .ba-info-area h1 {
    font-size: 38px;
}
main .ba-info-area h4 {
    font-size: 18px;
}
.blog-a-href{
    height: 100%;
    width: 100%;
    display: flex;
}
@media (max-width: 991px) {
    main .partner-form-section {
        padding: 80px 0px 20px 0px !important;
    }
}
main .contact-form-section .partner-form-img .contact-box-inside .contact-list .contact-list-info a:hover {
    transform: translateX(10px);
    transition: 0.4s;
}
main .contact-form-section .partner-form-img .contact-box-inside .contact-list .contact-list-info a {
    transition: 0.4s;
}