:root {
    /* --theme-color-1: #2c76be; */
    --theme-color-1: #144272;
    --theme-color-2: #f5f6f8;
    --theme-color-3: #474747;
    --theme-color-light-1: #33425769;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 1.6rem;
    color: var(--theme-color-3);
    /* 16px */
}

p {
    margin: 0;
    font-weight: 400;
}

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

h1,
h2,
h3 {
    font-weight: 700;
    font-size: 3.2rem;
    /* 32px */
}

a {
    text-decoration: none;
    color: var(--theme-color-1);
}

a.link {
    color: var(--theme-color-3);
    font-weight: 700;
}

a:hover {
    color: var(--theme-color-1);
}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.slider-bg {
    height: 100vh;
    width: 100%;
    background-color: var(--theme-color-2);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}

.slider-etiket .etiket-bg-1 {
    margin: 0 0 15px 0;
    min-height: 260px;
    font-size: 1.2rem;
}


.slider .sup-title {
    font-size: 1.6rem;
}

.slider h1 {
    font-size: 5.2rem;
}

.slider h2 {
    font-size: 3.2rem;
    font-weight: 500;
}

.slider p {
    margin-bottom: 1.5rem;
}

.slider .btnn {
    opacity: 0;
}

.slider-bg svg {
    position: absolute;
    height: 990px;
    width: 900px;
    transform: translate(-25%, -50%) scale(1);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-25%, -50%) scale(1);
    -moz-transform: translate(-25%, -50%) scale(1);
    -ms-transform: translate(-25%, -50%) scale(1);
    -o-transform: translate(-25%, -50%) scale(1);
    z-index: -1;
}

/* #slider-tr-etiket {
    opacity: 0;
} */



.theme-bg-1 {
    background-color: var(--theme-color-1);
}

.theme-bg-2 {
    background-color: var(--theme-color-2);
}

.theme-btn-1 {
    background-color: var(--theme-color-1) !important;
    color: var(--theme-color-2) !important;
    padding: 15px !important;
}

.theme-btn-2 {
    color: var(--theme-color-1) !important;
    padding: 15px !important;
    border: 1px solid var(--theme-color-1) !important;
}

.button-group {
    display: flex;
    gap: 10px;
}

.etiket {
    background-color: var(--theme-color-2);
}

.etiket h2 {
    text-align: center;
}

.etiket .row {
    height: 100vh;
    align-items: center;
}

.etiket-bg {
    opacity: 0;
}

#tr-etiket {
    opacity: 1;
}

#etiket-slide {
    transform: matrix(1, 0, 0, 1, 980, 0);
}

#en-etiket {
    transform: matrix(1, 0, 0, 1, 500, 0);
}

.etiket-bg {
    position: relative;
    min-height: 400px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #F2DF3A;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
}

.etiket-bg h2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.etiketler .bolum {
    font-size:2rem;
}

.bolum {
    padding: 10px 15px;
    background-color: #F2DF3A;
    /* box-shadow: 1px 1px 10px 5px #1616162e; */
    width: 100%;
}

.bolum-1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.etiket-bg .bolum.bolum-6 {
    border-top: 2px solid rgb(22, 22, 22);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
}

.bg-black {
    background-color: rgb(22, 22, 22);
    color: white;
}

.bolum-1,
.bolum-3 {
    background-color: black;
    color: white;
}

.eczane-bilgisi {
    font-weight: bold;
}

#pinCark {
    display: flex;
    align-items: center;
}

#pinCark .carkP {
    opacity: 0;
    visibility: hidden;
}

#pinCark section p.active {
    opacity: 1;
    visibility: visible;
}

.menu {
    transform: matrix(1, 0, 0, 1, -300, 0) rotate(30deg);
    -webkit-transform: matrix(1, 0, 0, 1, -300, 0) rotate(30deg);
    -moz-transform: matrix(1, 0, 0, 1, -300, 0) rotate(30deg);
    -ms-transform: matrix(1, 0, 0, 1, -300, 0) rotate(30deg);
    -o-transform: matrix(1, 0, 0, 1, -300, 0) rotate(30deg);
}

.etiketler {
    background-color: rgba(255, 255, 0, 0.418);
    padding: 15px 15px;
    transform: matrix(1, 0, 0, 1, 0, -1260);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1260);
    -moz-transform: matrix(1, 0, 0, 1, 0, -1260);
    -ms-transform: matrix(1, 0, 0, 1, 0, -1260);
    -o-transform: matrix(1, 0, 0, 1, 0, -1260);
    border-bottom: 6px dashed #fff;
    border-top: 6px dashed #fff;
}
.etiket-bg-1.ar, .etiket-bg.ar {
    text-align: right;
}
.etiket-bg-1 {
    position: relative;
    min-height: 400px;
    width: 600px;
    max-width: 100%;
    background-color: #F2DF3A;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    margin: 15px auto;
    /* box-shadow:0 0 10px 5px #1616162e; */
    opacity: 1;
}

/* .tab-content>.active .etiket-bg-1 {
    animation: scale .6s forwards .6s;
    -webkit-animation: scale .6s forwards .6s;
} */

.etiket-bg-1 .bolum {
    padding: 8px 15px;
    background-color: #F2DF3A;
    box-shadow: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--theme-color-1);
    color: var(--theme-color-1);
    position: relative;
    color: var(--theme-color-2);
}

.arrow-right {
    width: 0;
}

.nav-pills .nav-link.active .arrow-right,
.nav-pills .show>.nav-link .arrow-right {
    position: absolute;
    left: 150px;
    top: 50%;
    height: 3px;
    background-color: var(--theme-color-1);
    animation: arrow-right .3s forwards .1s;
    -webkit-animation: arrow-right .3s forwards .1s;
}

.arrow-bottom {
    height: 0;
}

.nav-pills .nav-link.active .arrow-bottom,
.nav-pills .show>.nav-link .arrow-bottom {
    position: absolute;
    left: 300px;
    top: 50%;
    width: 3px;
    background-color: var(--theme-color-1);
    animation: arrow-bottom .3s forwards .3s;
    -webkit-animation: arrow-bottom .3s forwards .3s;
}

.arrow-bottom-right {
    width: 0;
}

.arrow-dot {
    opacity: 0;
    width: 0;
    height: 0;
}

.nav-pills .nav-link.active .arrow-dot,
.nav-pills .show>.nav-link .arrow-dot {
    position: absolute;
    left: 380px;
    width: 10px;
    top: 47px;
    height: 10px;
    background-color: var(--theme-color-1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: dot .3s forwards .6s;
    -webkit-animation: dot .3s forwards .6s;
}

.nav-pills .nav-link.active .arrow-bottom-right,
.nav-pills .show>.nav-link .arrow-bottom-right {
    position: absolute;
    left: 300px;
    top: 50px;
    height: 3px;
    background-color: var(--theme-color-1);
    animation: arrow-bottom-right .3s forwards .5s;
    -webkit-animation: arrow-bottom-right .3s forwards .5s;
}

.nav-pills .nav-link {
    text-align: left;
    color: var(--theme-color-1);
}

.nav-pills .nav-link i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--theme-color-1);
    color: var(--theme-color-2);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

@keyframes scale {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes arrow-right {
    0% {
        width: 0;
    }

    100% {
        width: 150px;
    }
}

@keyframes arrow-bottom-right {
    0% {
        width: 0;
    }

    100% {
        width: 80px;
    }
}

@keyframes arrow-bottom {
    0% {
        height: 0;
    }

    100% {
        height: 25px;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.etiket-bg-1 .bolum.bolum-1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.etiket-bg-1 .bolum.bolum-6 {
    border-top: 2px solid rgb(22, 22, 22);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
}

.etiket-bg-1 .bg-black {
    background-color: rgb(22, 22, 22);
    color: white;
}

.etiket-bg-1 .bolum-1 {
    width: 100%;
    background-color: black;
    color: #F2DF3A;
}

.etiket-bg-1 .bolum-2 {
    width: 100%;
}

.etiket-bg-1 .bolum-3 {
    background-color: black;
    color: #F2DF3A;
}

.etiket-bg-1 .bolum-4 {
    width: 100%;
}


.etiketler {
    transform: translate(0, -105%);
    -webkit-transform: translate(0, -105%);
    -moz-transform: translate(0, -105%);
    -ms-transform: translate(0, -105%);
    -o-transform: translate(0, -105%);
}

.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.navbar-expand-lg {
    border-bottom: 3px solid var(--theme-color-2);
    background-color: #fff;
    padding: 15px;
    position: fixed;
    top: 44px;
    width: 100%;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
}

.top-nav-collapse {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(245, 246, 248, 0.9);
    box-shadow: 0px 10px 23px -4px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    z-index: 99;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler i {
    font-size: 22px;
}

.navbar-brand img {
    height: 50px;
}

.nav-link {
    padding: 0 !important;
}

.nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item .nav-link {
    position: relative;
    color: var(--theme-color-3)
}

.navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    background-color: var(--theme-color-1);
    left: 0;
    visibility: none;
    opacity: 0;
    transition: all .2s ease;
}

.navbar-nav .nav-item .nav-link.active:after,
.navbar-nav .nav-item .nav-link:hover:after {
    opacity: 1;
    visibility: visible;
}

/* .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    border-bottom:2px solid var(--theme-color-1)
} */

.alternet-logo img {
    height: 23px;
    background: white;
    padding: 5px;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}


.scroll-icon {
    position: fixed;
    margin: 2em;
    width: 2em;
    height: 4em;
    border: 0.3em solid rgb(0 0 0 / 80%);
    border-radius: 2em;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.scroll-icon.ex-3 .wheel {
	position: absolute;
	left: 50%;
	top: 25%;
	width: .6em;
	height: .6em;
	background-color: rgb(0 0 0 / 80%);
	transform: translate(-50%, 0);
	border-radius: .6em;
	animation: ex-3-wheel 1s ease-in-out infinite;
}

.scroll-icon.ex-3 .arrow::before,
.scroll-icon.ex-3 .arrow::after {
	content: '';
	display: block;
	width: .4em;
	height: .4em;
	border-left: 1px solid rgb(0 0 0 / 80%);
	border-top: 1px solid rgb(0 0 0 / 80%);
	box-sizing: border-box;
}

.scroll-icon.ex-3 .arrow {
	position: absolute;
	left: 50%;
	width: .4em;
	height: 1em;
	transform: translateX(-50%);
	opacity: .3;
	animation: ex-3-wheel-opacity 1s ease-in-out infinite;
}



.scroll-icon.ex-3 .arrow.up {
	top: 10%;
}

.scroll-icon.ex-3 .arrow.up::before,
.scroll-icon.ex-3 .arrow.up::after {
	transform: rotate(45deg);
}

.scroll-icon.ex-3 .arrow.down {
	top: 45%;
}

.scroll-icon.ex-3 .arrow.down::before,
.scroll-icon.ex-3 .arrow.down::after {
	transform: rotate(-135deg);
}

@keyframes ex-3-wheel {
	0%, 100% {
		transform: translate(-50%, 0);
	}
	50%{
		transform: translate(-50%, 50%);
	}
}

@keyframes ex-3-wheel-opacity {
	0%, 100% {
		opacity: .5;
	}
	50% {
		opacity: .2;
	}
}



.second-section img {
    max-width: 100%;
}


.image-container {
    overflow: hidden;
    height: 100%;
}

.second-section .images-wrapper {
    position: absolute;
    display: flex;
    top: 20%;
    overflow: hidden;
}

/* 
.top-menu ul li:first-child {
    padding: 10px 0;
} */

.top-menu.top-social-media ul li:first-child {
    padding: 10px;
}

.top-menu ul li {
    padding: 10px 15px;
    border-right: 1px solid var(--theme-color-2);
}

.top-menu ul li:last-child {
    border-right: 0;
}

.top-menu ul li a {
    text-decoration: none;
    color: var(--theme-color-2);
}

.top-menu ul li:first-child a i {
    font-size: 16px;
}

.top-menu ul li a i {
    font-size: 20px;
}

.neden {
    padding: 90px 0 0;
    position: relative;
    color: var(--theme-color-2);
}


.theme-bg-header {
    color: var(--theme-color-2);
}

.theme-bg-light-header {
    color: var(--theme-color-1);
}

.shape {
    position: absolute;
}

.shape-ring {
    right: 0;
    top: 0;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
}

.shape-ring-1 .animation {
    border-radius: 50%;
    height: 500px;
    width: 500px;
    border: 5px solid var(--theme-color-light-1);
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
}

.shape-ring .animation {
    border-style: dashed;
}

.animation {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal;
}

.shape-ring-2 .animation {
    border-radius: 50%;
    height: 450px;
    width: 450px;
    border: 1px solid var(--theme-color-light-1);
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}

.shape-circle {
    top: 50px;
    right: 120px;
}

.shape-circle div {
    width: 15px;
    height: 15px;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.animation--clockwise {
    -webkit-animation: clockwise 50s linear infinite normal;
    animation: clockwise 50s linear infinite normal;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        border-color: var(--theme-color-1);
    }

    25% {
        border-color: var(--theme-color-2);
    }

    50% {
        border-color: var(--theme-color-1);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        border-color: var(--theme-color-2);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        border-color: var(--theme-color-1);
    }

    25% {
        border-color: var(--theme-color-2);
    }

    50% {
        border-color: var(--theme-color-1);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        border-color: var(--theme-color-2);
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0);
        -moz-transform: rotate(0) translate(-165px) rotate(0);
        -ms-transform: rotate(0) translate(-165px) rotate(0);
        -o-transform: rotate(0) translate(-165px) rotate(0);
        background: var(--theme-color-2);
        border-radius: 50%;
    }

    25% {
        background: var(--theme-color-1);
        border-radius: 50%;
    }

    50% {
        background: var(--theme-color-2);
        border-radius: 50%;
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        background: var(--theme-color-1);
        border-radius: 50%;

    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0);
        -moz-transform: rotate(0) translate(-165px) rotate(0);
        -ms-transform: rotate(0) translate(-165px) rotate(0);
        -o-transform: rotate(0) translate(-165px) rotate(0);
        background: var(--theme-color-2);
        border-radius: 50%;
    }

    25% {
        background: var(--theme-color-1);
        border-radius: 50%;
    }

    50% {
        background: var(--theme-color-2);
        border-radius: 50%;
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        background: var(--theme-color-1);
        border-radius: 50%;
    }
}

.neden h2,
.neden h3 {
    position: relative;
    padding-bottom: 30px;
}

.neden h2 .b,
.neden h3 .b {
    width: 2px;
    height: 0px;
    background-color: var(--theme-color-2);
    position: absolute;
    left: 50%;
    right: 50%;
    top: 54px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 1s linear .0s;
    -webkit-transition: all 1s linear .0s;
    -moz-transition: all 1s linear .0s;
    -ms-transition: all 1s linear .0s;
    -o-transition: all 1s linear .0s;
}

.neden.active h2 .b,
.neden.active h3 .b {
    height: 22PX;
}

.neden h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background-color: var(--theme-color-2);
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
}

.neden.active h2:after,
.neden.active h2:before {
    width: 51.1%;
}

.neden h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    right: 50%;
    height: 2px;
    background-color: var(--theme-color-2);

    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
}

.neden h3 {
    padding-top: 40px;
    padding-bottom: 15px;
}

.neden h3 .b {
    top: 4px;
}

.arrow-down {
    height: 0px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid var(--theme-color-1);
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 18px;
    transition: all .15s linear .4s;
    -webkit-transition: all .15s linear .4s;
    -moz-transition: all .15s linear .4s;
    -ms-transition: all .15s linear .4s;
    -o-transition: all .15s linear .4s;
}

.neden.active .arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--theme-color-2);
}

.dot {
    height: 0;
    width: 0;
    border: 2px solid var(--theme-color-2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: 20px;
    transition: all .5s linear .0s;
    -webkit-transition: all .5s linear .0s;
    -moz-transition: all .5s linear .0s;
    -ms-transition: all .5s linear .0s;
    -o-transition: all .5s linear .0s;
}

.neden.active .dot {
    width: 8px;
    height: 8px;
}

h3 span.dot {
    top: 18px;
}

.neden ul {
    text-align: center;
    /* padding-left: 120px !important; */
}

.neden ul li {
    margin-bottom: 1.5rem;
    padding: 0 115px;
    display: flex;
    text-align: left;
    justify-content: start;
    align-items: start;
}

.neden ul li p {
    margin: 0;
}

.neden ul li i {
    text-align: center;
    color: var(--theme-color-2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;

    margin-right: 10px;
    margin-top: 2px;
}

.slide {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}


.slide .yazici {
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 2;
    transform: translate(-50%, -130%);
    -webkit-transform: translate(-50%, -130%);
    -moz-transform: translate(-50%, -130%);
    -ms-transform: translate(-50%, -130%);
    -o-transform: translate(-50%, -130%);
}

/* .slide:before {
    position: absolute;
    content: "";
    background: url(img/yazici-svg-k.png) no-repeat center top;
    top:0px;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 2;
}
.slide:after{
    position: absolute;
    content: "";
    top: 52%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 700px;
    height:40px;
    z-index: 1;
    background-color: #141a26;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
} */


.modules {
    padding: 90px 0;
}

#pinContainer .panel {
    background-color: #fff;
}

#pinContainer h2 {
    margin-bottom: 30px;
}

/* #pinContainer .recete-etiketi-baslik, .recete-etiketi, #pinContainer p {
    opacity: 0;
} */

#section1 {
    transform: matrix(1, 0, 0, 1, 300, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 300, 0);
    -moz-transform: matrix(1, 0, 0, 1, 300, 0);
    -ms-transform: matrix(1, 0, 0, 1, 300, 0);
    -o-transform: matrix(1, 0, 0, 1, 300, 0);
}

.modules h2 {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);

    font-size: 6.2rem;
}

.module-section {
    flex-direction: column;
    background-color: #f5f6f8;
    padding: 60px 15px 15px 15px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    height: 100%;
    box-shadow: 0px 10px 23px -4px rgba(0, 0, 0, 0.1);
    position: relative;


    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.module-section:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

/* .module-section .sub-title {
    background: #dddfed;
    padding: 5px 15px;
    left: 0;
    position: absolute;
    top: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.module-section h3 {
    font-size: 2rem;
}

.module-section p {
    color: #646464;
    min-height: 170px;
}

.module-section img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

    width: 370px;
    height: 370px;
    object-fit: cover;
}

.about-us {
    width: 100%;
    align-items: center;
    background-color: var(--theme-color-1);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.informations i {
    font-size: 6.2rem;
    margin-bottom: 30px;
}

.informations p {
    margin: 0 15px
}

.about-us .informations {
    background-color: #f5f6f8;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    margin-bottom: 15px;
}

.who-are-we {
    color: #fff;
    height: 100%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.who-are-we .detail {
    padding: 30px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.who-are-we .detail p {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.who-are-we .detail .bar {
    width: 30%;
    height: 3px;
    background-color: #f5f6f8;
    margin: 0 auto 30px auto;
}

.who-are-we .detail .question i {
    font-size: 23rem;
    position: absolute;
    right: 0;
    opacity: 0.1;
    top: -20px;
    animation: scaleAnimation 3s ease-in-out infinite alternate;
    -webkit-animation: scaleAnimation 3s ease-in-out infinite alternate;
}

/* 
.contact li a i {
    margin-right: 5px;
} */


@keyframes scaleAnimation {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
    }
}



.products {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-2);
    padding:90px 0;
}

.product {
    background-color: #fff;
    padding: 60px 60px 30px 60px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 550px;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.product:hover {
    transform: translateY(-15px) !important;
    -webkit-transform: translateY(-15px) !important;
    -moz-transform: translateY(-15px) !important;
    -ms-transform: translateY(-15px) !important;
    -o-transform: translateY(-15px) !important;
}

.octf-btn {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    padding: 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 transparent;
    -webkit-box-shadow: 12px 12px 20px 0 transparent;
    -moz-box-shadow: 12px 12px 20px 0 transparent;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.octf-btn:hover {
    box-shadow: none !important;
}

.btnn {
    padding: 5px 5px 5px 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: var(--theme-color-1);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    color: var(--theme-color-2);
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.btnn-2 {
    padding: 5px 5px 5px 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-color-1);
    border-radius: 25px;
    background-color: var(--theme-color-2);
    -webkit-border-radius: 25px;
    color: var(--theme-color-1);
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.btnn i,
.btnn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    background: var(--theme-color-2);
    color: var(--theme-color-1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btnn-2 i {
    background-color: var(--theme-color-1);
    color: var(--theme-color-2);
}

a.btnn:hover {
    color: var(--theme-color-2);
}


.badgee {
    background: var(--theme-color-1);
    color: var(--theme-color-2);
    padding: 5px 15px;
    left: 0;
    position: absolute;
    top: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.product .price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 3.2rem;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--theme-color-2);
    gap: 10px;
    font-weight: bold;
}

.product .price span {
    font-size: 1.6rem;
    font-weight: 500;
}

.product .price s {
    font-size: 1.6rem;
}

.product ul {
    text-align: center;
    /* min-height:205px; */
}

.product ul li {
    margin-bottom: 1rem;
}

.product ul li:last-child i {
    display: none;
}

.product ul li:last-child {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
}

#product-2 {
    z-index: 3;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    padding: 60px 30px 30px 30px;
}

#product-1 {
    z-index: 2;
}

#product-1 {
    z-index: 1;
}

.product h3 {
    margin-bottom: 15px;
}

.product h3 span {
    font-size: 1.6rem;
    font-weight: 400;
}

.product img {
    width: 150px;
    margin: 0 auto 30px auto;
}

.sss {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}

.sss .accordion-item {
    margin-bottom: 15px;
}

.sss .accordion-button {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 20px 15px;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color-2);
    background-color: var(--theme-color-1);
}

.accordion-button {
    background-color: var(--theme-color-2);
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url('ilactarif-images/minus.png')
}

.medicine {
    height: 600px;
    transform: matrix(1, 0, 0, 1, 1250, 850) scale(1);
    -webkit-transform: matrix(1, 0, 0, 1, 1250, 850) scale(1);
    -moz-transform: matrix(1, 0, 0, 1, 1250, 850) scale(1);
    -ms-transform: matrix(1, 0, 0, 1, 1250, 850) scale(1);
    -o-transform: matrix(1, 0, 0, 1, 1250, 850) scale(1);
}

.medicine-2 {
    height: 350px;
    transform: matrix(1, 0, 0, 1, 1300, 800) scale(.8);
    -webkit-transform: matrix(1, 0, 0, 1, 1300, 800) scale(.8);
    -moz-transform: matrix(1, 0, 0, 1, 1300, 800) scale(.8);
    -ms-transform: matrix(1, 0, 0, 1, 1300, 800) scale(.8);
    -o-transform: matrix(1, 0, 0, 1, 1300, 800) scale(.8);
}

.module {
    background-color: var(--theme-color-1);
    color: var(--theme-color-2);
    padding: 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.module .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 13rem;
    opacity: 0.2;
}

.order-1 .module .icon {
    right: 0 !important;
    left: inherit;
}

.footer img {
    height: 100px;
}

.footer-social-media li {
    padding: 0 10px;
}

@media only screen and (max-width:768px) {
    .slider h1 {
        font-size:4.2rem;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 15px;
    }
    section {
        height: auto !important;
    }
    .slider-bg{
        height:100vh !important;
    }

    .navbar-expand-lg {
        padding: 15px 0 15px 0;
        top: 0;
    }
    .top-nav-collapse {
        background-color: rgba(245, 246, 248, 0.98);
    }
    .navbar-nav {
        margin-top: 15px !important;
    }
    .nav-item {
        padding: 0;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 10px 0 !important;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
        border-left: 5px solid var(--theme-color-1);
        padding: 10px 5px !important;
    }
    .slider-bg {
        padding: 0 0 0 0;
    }

    .slider-bg svg {
        z-index: -1;
    }

    /* .slider .btnn {
        opacity: 1;
    } */

    .slider {
        margin-top: 30px;
    }


    .slide {
        height: 870px !important;
    }

    .etiket {
        display: none;
    }

    .slide .yazici {
        top: 220px;
        width: calc(100% - 15px);
    }

    .etiketler {
        transform: matrix(1, 0, 0, 1, 0, -1070) scale(calc(1 - .60));
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1070) scale(calc(1 - .60));
        -moz-transform: matrix(1, 0, 0, 1, 0, -1070) scale(calc(1 - .60));
        -ms-transform: matrix(1, 0, 0, 1, 0, -1070) scale(calc(1 - .60));
        -o-transform: matrix(1, 0, 0, 1, 0, -1070) scale(calc(1 - .60));
    }

    .medicine {
        position: absolute;
        height: 150px;
        top: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .medicine-2 {
        position: absolute;
        height: 150px;

        top: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
    }

    #pinMaster {
        overflow: hidden;
    }

    .module-section {
        margin-bottom: 30px;
    }

    .about-us .informations {
        margin-bottom: 15px;
    }

    .about-us .order-lg-1 {
        margin-bottom: 30px;
    }

    .who-are-we .detail {
        padding: 0 15px;
    }

    .who-are-we .contact {
        flex-wrap: wrap;
        justify-content: center;
    }

    .neden ul li {
        padding: 0 15px;
    }

    .neden h2:before {
        display: none;
    }

    .neden h2:after {
        display: none;
    }

    .neden h2 .b,
    .neden h3 .b {
        display: none;
    }

    .neden h3 {
        padding-top: 0;
    }

    .neden .dot {
        display: none;
    }

    .modules {
        padding: 60px 0 0 0;
    }

    .modules h2 {
        font-size: 3.2rem;
    }

    #section1 {
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .products {
        padding: 60px 0;
    }

    .product {
        padding: 30px 30px 15px 30px;
        margin-bottom: 60px;
    }

    #product-1 {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    #product-2 {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .product:hover {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
    }

    .sss {
        padding: 60px 0;
    }

    .btnn-2 i.fa-phone {
        font-size: 14px;
    }

    .btnn-2 i.fa-whatsapp {
        font-size: 20px;
    }

    .bolum-5 {
        top: 200px;
        height: 154px;
    }

    .bolum-2 {
        top: 35px;
    }

    .bolum-3 {
        top: 70px;
    }

    .bolum-4 {
        top: 105px;
    }

    .bolum-5 {
        top: 140px;
        height: 70px;
    }

    .bolum {
        font-size: 22px;
    }

    .etiket-bg-1 {
        margin: 30px 0;
    }

    .etiket-bg {
        min-height: 244px;
    }

    .btnn-2 {
        padding: 5px 5px 5px 6px;
    }

    .navbar-nav .nav-item .nav-link:after {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px)  {
    .etiketler {
        transform: matrix(1, 0, 0, 1, 0, -1150) scale(calc(1 - .30));
        -webkit-transform: matrix(1, 0, 0, 1, 0, -1150) scale(calc(1 - .30));
        -moz-transform: matrix(1, 0, 0, 1, 0, -1150) scale(calc(1 - .30));
        -ms-transform: matrix(1, 0, 0, 1, 0, -1150) scale(calc(1 - .30));
        -o-transform: matrix(1, 0, 0, 1, 0, -1150) scale(calc(1 - .30));
}
    .bolum {
        font-size: 18px;
    }
    .slider-bg svg {
        z-index: -1;
      }

    .product a.btnn.octf-btn {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, -50%);
    }
    .product {
        height: 700px;
    }
    #product-1, #product-3 {
        padding-top: 70px;
      }

}

@media (max-height: 700px) and (max-width:1200px) {
    .slider-etiket {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }

    .yazici {
        width: 60%;
    }

    .etiket-bg {
        transform: scale(.8) !important;
        -webkit-transform: scale(.8) !important;
        -moz-transform: scale(.8) !important;
        -ms-transform: scale(.8) !important;
        -o-transform: scale(.8) !important;
    }

    #etiket-slide {
        transform: matrix(1, 0, 0, 1, 850, 0);
    }
}

@media (max-width:1366px) and (max-height:800px) {
    html {
        font-size: 46.88%;
    }
}