#logo {
    width: 50px;
    height: 50px;
}

.container-fluid {
    margin-left: 3%;
}

.primary-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: background-color 0.5s;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    transition: height 0.25s;
    transition: 0.5s;
}

/* .navbar:hover {
    background-color: #fff;
}

.navbar:hover .nav-link{ 
    color: black;
} */

.nav-list {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    margin-left: 5rem;
    margin-right: auto;
}

.nav-link {
    transition: color 0.5s;
    color: white;
}

header.active .nav-link {
    color: black;
}

.nav-link:hover {
    color: #d3d3d3;
}

header.active {
    background-color: #fff;
    box-shadow: 0 3px 1rem rgb(0, 0, 0, 0.1);
}

header.active .logo header.active .nav-link {
    color: #313131;
}

header.active .nav-link:hover {
    color: #808080;
}

.buttons {
    position: absolute;
    right: 20px;
}

.button2 {
    position: relative;
    margin: 0;
    padding: 0.8em 1em;
    outline: none;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background-color: rgb(10, 113, 67, 255);
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: inherit;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.button2:hover {
    animation: sh0 0.5s ease-in-out both;
}

@keyframes sh0 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(7deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-7deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

.button2:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.button2::before,
.button2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.button2:hover::before,
.button2:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.button2:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.button2:hover::after {
    transform: translate(50%, 0) scale(1.1);
}

#f1 {
    height: 100vh;
    width: 100%;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.521);
}

.rewards {
    margin-top: 5%;
}

#rfoto1 {
    width: 300px;
    height: 300px;
}

#rfoto2 {
    width: 300px;
    height: 300px;
}

#rfoto3 {
    width: 300px;
    height: 300px;
}

.menu {
    margin-top: 5%;
}

.slider {
    position: relative;
}

.slider__container {
    cursor: grab;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.slider__container.dragging {
    scroll-behavior: auto;
    cursor: grabbing;
}

.slider__container::-webkit-scrollbar {
    display: none;
}

.slider__item {
    padding: 16px 8px;
    flex: 0 0 auto;
    width: calc(100% / 5);
}

.slider__container[data-step="4"] .slider__item {
    width: calc(100% / 4);
}

.slider__container[data-step="3"] .slider__item {
    width: calc(100% / 3);
}

.slider__container[data-step="2"] .slider__item {
    width: calc(100% / 2);
}

.slider__container[data-step="1"] .slider__item {
    width: calc(100% / 1);
}

@media screen and (max-width: 1024px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item,
    .slider__container[data-step="3"] .slider__item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 480px) {

    .slider__item,
    .slider__container[data-step="4"] .slider__item,
    .slider__container[data-step="3"] .slider__item,
    .slider__container[data-step="2"] .slider__item {
        width: calc(100% / 1);
    }
}

.slider__control {
    font-size: 16px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    cursor: pointer;
    opacity: .5;
    transition: all .3s;
}

.slider__control.prev {
    left: 16px;
}

.slider__control.next {
    right: 16px;
}

.slider__control:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
}

.slider__item img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
    border-radius: 3%;
}

.menuButton {
    text-align: center;
    margin-top: 5%;
}

.bizKimiz {
    margin-top: 5%;
}

.deliversYazi {
    text-align: center;
    margin-top: 5%;
}

.deliversCard {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.footer {
    width: 100%;
    background: #fff;
    display: block;
}

.inner-footer {
    width: 95%;
    margin: auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: black;
}

.footer-items h1 {
    color: black;
}

.border1 {
    height: 3px;
    width: 40px;
    background: rgb(10, 113, 67, 255);
    color: rgb(10, 113, 67, 255);
    background-color: rgb(10, 113, 67, 255);
    border: 0px;
    margin-left: 7%;
}

.footerUl {
    list-style: none;
    color: black;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.footerUl a {
    text-decoration: none;
    outline: none;
    color: black;
    transition: 0.3s;
    
}

.footerUl a:hover {
    color: rgb(10, 113, 67, 255);
}

.footerUl .footerLi {
    margin-top: 10px;
    margin-left: 0%;
    height: 25px;
}

.footerLi i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: black;
    text-align: center;
    font-size: 20px;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    margin: 20px 10px;
    padding: 4px;
    color: black;
    transition: 0.5s;
}

.social-media i:hover {
    transform: scale(1.5);
}

.footer-bottom {
    padding: 10px;
    background: #fff;
    color: black;
    font-size: 12px;
    text-align: center;
}

.footerUst{
    width: 100%;
    height: 10px;
    background-color: rgb(10, 113, 67, 255);
    margin-top: 5%;
}

.menuItems{
    margin-top: 0%;
}

.menuBaslik{
    text-align: center;
    height: 200px;
    width: 100%;
    background-color: rgb(10, 113, 67, 255);
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.menuBaslik h3{
    padding-top: 10%;
    color: white;
}

.cizgi{
    width: 100%;
    background-color: rgb(10, 113, 67, 255);
    height: 3px;
}

.col{
    margin-top: 1%;
}

.menuItems .col img{
    cursor: pointer;
}

.kampYazi{
    text-align: center;
    margin-top: 5%;
}

.kampYazi p{
    font-size: 25px;
    color: rgb(78, 77, 77);
}

#kCard1{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard1:hover{
    transform: scale(1.1);
}

#kCard2{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard2:hover{
    transform: scale(1.1);
}

#kCard3{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard3:hover{
    transform: scale(1.1);
}

#kCard4{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard4:hover{
    transform: scale(1.1);
}

#kCard5{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard5:hover{
    transform: scale(1.1);
}

#kCard6{
    transition: transform 0.1s;
	transition: all 0.5s;
	overflow: hidden;
    cursor: pointer;
}

#kCard6:hover{
    transform: scale(1.1);
}

#harita1{
    width: 30rem;
    overflow: hidden;
}

#harita2{
    width: 30rem;
    overflow: hidden;
}

#harita3{
    width: 30rem;
    overflow: hidden;
}

#harita4{
    width: 30rem;
    overflow: hidden;
}

#harita5{
    width: 30rem;
    overflow: hidden;
}

#harita6{
    width: 30rem;
    overflow: hidden;
}

#harita7{
    width: 30rem;
    overflow: hidden;
}

#harita8{
    width: 30rem;
    overflow: hidden;
}

#harita9{
    width: 30rem;
    overflow: hidden;
}

#harita10{
    width: 30rem;
    overflow: hidden;
}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:570px;
	position:relative;
	background:url('logo2.png') no-repeat center;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background:rgba(40,57,101,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:25px;
	background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#aaa;
	font-size:12px;
}
.login-form .group .button{
	background:#1161ee;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

#ipucu1{
    width: 30rem;
}

#ipucu2{
    width: 30rem;
}

#ipucu3{
    width: 30rem;
}

#ipucu4{
    width: 30rem;
}



/* #list-example{
    position: fixed;
    margin-left: 1%;
} */

/* for tablet mode view */

@media screen and (max-width: 1275px) {
    .footer-items {
        width: 50%;
    }
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
    .footer-items {
        width: 100%;
    }

    #rewards1{
        display: grid;
        justify-content: center;
    }

    #rewards2{
        display: grid;
        justify-content: center;
    }

    #rewards3{
        display: grid;
        justify-content: center;
    }

    #hg1{
        display: grid;
        justify-content: center;
    }

    #hg2{
        display: grid;
        justify-content: center;
    }

    #hg3{
        display: grid;
        justify-content: center;
    }

    #ipucu1{
        width: 20rem;
    }

    #ipucu2{
        width: 20rem;
    }

    #ipucu3{
        width: 20rem;
    }

    #ipucu4{
        width: 20rem;
    }

    #ipucuCol1{
        display: grid;
        justify-content: center;
    }

    #ipucuCol2{
        display: grid;
        justify-content: center;
    }

    #ipucuCol3{
        display: grid;
        justify-content: center;
    }

    #ipucuCol4{
        display: grid;
        justify-content: center;
    }

    #kampCol1{
        display: grid;
        justify-content: center;
    }

    #kampCol2{
        display: grid;
        justify-content: center;
    }

    #kampCol3{
        display: grid;
        justify-content: center;
    }

    #kampCol4{
        display: grid;
        justify-content: center;
    }

    #kampCol5{
        display: grid;
        justify-content: center;
    }

    #kampCol6{
        display: grid;
        justify-content: center;
    }

    #harita1{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita2{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita3{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita4{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita5{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita6{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita7{
        width: 23rem;
        margin: auto;
        overflow: hidden;
    }

    #harita8{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita9{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    #harita10{
        width: 23rem;
        overflow: hidden;
        margin: auto;
    }

    .menuBaslik h3{
        margin-top: 10%;
    }
}