/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    --primary: #0ab904;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
#offerAdd select:focus {
    box-shadow: none !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0ab904 !important;
}
body,h1,h2,h3,h4,h5,p,a,span,small,strong{
    font-family: "Barlow", sans-serif !important;
}
.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.a-box {
    display: inline-block;
    width: 240px;
    text-align: center;
}

.img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.img-container img {
    transform: skew(0deg, -13deg);
    height: 250px;
    margin: -35px 0px 0px -70px;
}

.inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 13deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 200px;
}

.text-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding: 120px 20px 20px 20px;
    border-radius: 20px;
    background: #fff;
    margin: -120px 0px 0px 0px;
    line-height: 19px;
    font-size: 14px;
}

.text-container h3 {
    margin: 20px 0px 10px 0px;
    color: #04bcff;
    font-size: 18px;
}

.a2-box {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.img2-container {
    /* height: 230px; */
    /* width: 477px; */
    overflow: hidden;
    /* border-radius: 64px 20px 20px 20px; */
    display: inline-block;
}
.inner2-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    /* transform: skew(2deg, 13deg); */
    font-size: 0px;
    /* margin-left: auto !important; */
    /* margin-right: auto !important; */
    margin: 28px 0px 0px 0px;
    background: #c8c2c2;
    height: 278px;
    width: 85%;
}
.casc{
    padding:160px 0 90px 0;
}
@media (max-width: 992px) {
    .casc{
        padding:100px 0 90px 0;
    }
}
.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}
section.home_ext .home-item .home_top_items ul li .f_item .item_icn {
    min-width: 48px;
    min-height: 48px;
    background-color: white;
    border-radius: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.home_ext .home-item .home_top_items ul li .f_item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 15px;
}

section.home_ext .home-item .home_top_items ul li .f_item p span.text_one {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 7px;
}

section.home_ext .home-item .home_top_items ul li .f_item {
    height: 100%;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
}

section.home_ext .home-item .home_top_items ul li .f_item p span.text_second {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #677894;
}

section.home_ext .home-item .home_top_items ul li {
    padding: 0 0 30px 5px;
}

section.home_ext .home-item .home_top_items ul {
    margin-bottom: 0;
    margin-left: -5px;
    padding: 0;
}

section.home_ext .home-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*** Spinner ***/

.spinner {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(to right top, #0ab904, #0ab904, #0ab904, #0ab904, #0ab904);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

section.home .home-item .home-top-text h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-top-buttons a.contact-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    border: 1.5px solid #ffffff;
    padding: 18px 0;
    width: 100%;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

.blog-text {
    line-height: 23px;
    min-height: 69px;
}
.site-color{
    color: #112541ab !important;
}
.home-top-buttons a.details {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #0ab904;
    background-color: white;
    margin-right: 30px;
    padding: 18px 0;
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

section.home .home-item .home-top-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
    padding: 40px 81px 50px 0;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1260px !important;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 99% !important;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 98% !important;
    }
}

section.home_ext .home-item .home-top-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding: 35px 0;
}

.home-top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-detail .item__body a {
    display: flex;
    align-items: center;
    min-height: 50px !important;
}

.item-detail .item__bottom {
    flex-direction: column;
}

.item-detail .item__bottom a {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    border-radius: 5px !important;
}

.item-detail .item__bottom a.fiyat {
    margin-bottom: 20px !important;
}

.border-asur {
    border: solid 1px white;
}

.bg-asur {
    background-color: #0ab904 !important;
}

.martop-5 {
    margin-top: 2rem !important;
}

.content.smallinfo {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 85px;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}

.btn-detail {
    background-color: white;
    padding: 10px;
    height: 50px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #353550;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    line-height: 50px;
    border-radius: 3px;
    font-family: 'Nunito', sans-serif;
}

.bosluk {
    margin-right: 10px;
    font-size: 20px;
}

.info-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}

.bg-asur-2 {
    background-color: #0181a8 !important;
}

.bg-asur-5 {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bg-asur-icon {
    background-image: radial-gradient( circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
    line-height: 50px;
    width: 50px;
    align-items: center!important;
}

.icon-boyut {
    line-height: 50px;
    width: 50px;
    align-items: center!important;
}

.bg-asur-icon-2 {
    background-image: linear-gradient( 109.6deg, rgba(102, 51, 153, 1) 11.2%, rgba(2, 0, 4, 1) 91.1%);
    line-height: 50px;
    width: 50px;
    align-items: center!important;
}

.accordion {
    margin: 40px 0;
}

.accordion .item {
    border: none;
    margin-bottom: 30px;
    background: none;
}

.t-p {
    color: rgb(193 206 216);
    padding: 40px 30px 0px 30px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background-color: #e6eaec42;
    color: black;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: black;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #0ab9043b;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.catei {
    color: black;
    text-align: left;
}

.catitem {
    display: inline-flex;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #353550;
    transition: all 0.3s ease-in-out;
}

.title-block i {
    font-size: 24px;
    margin-right: 10px
}

.cateTitle {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    transition: all 0.5s ease;
}

.product-front-image {
    padding: 13px 13px 0px 13px;
}

.product-groups {
    padding: 0px 13px 13px 13px;
}

.product-title a {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #353550;
    display: flex;
    align-items: center;
    min-height: 50px !important;
}

.product-content p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #677894;
    min-height: 69px;
    display: flex;
}

.cateTitle:hover {
    color: #3371F2 !important;
}

.catTitle-active {
    color: #3371F2 !important;
}

.bg-asur-6 {
    background-image: linear-gradient( 171.8deg, rgba(5, 111, 146, 1) 13.5%, rgba(6, 57, 84, 1) 78.6%);
}

.title-block {
    font-size: 20px;
    border-bottom: 1px solid #e6eaec;
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.sidebar-block {
    padding: 30px 35px;
    border-radius: 5px;
}

.btn-active {
    border: 1px solid #1CC88A !important;
    cursor: default !important;
}

.btn-passive {
    border: 1px solid #E74A3B !important;
    cursor: default !important;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.bg-asur-3 {
    background-color: #4d6d77 !important;
}

.text-asur {
    color: #0ab904 !important;
}

.btn-asur {
    color: #FFFFFF !important;
    border: none;
    box-shadow: inset 0 0 0 50px transparent;
    background-color: #0ab904 !important;
    transition: all 5s ease;
}

.btn-satinal {
    color: #FFFFFF !important;
    width: 100%;
    font-size: 17px;
    background-image: linear-gradient(to right top, #051937, #0e203c, #162741, #0ab904, #26354b);
    border-radius: 5px;
    box-shadow: inset 0 0 0 50px transparent;
    line-height: 40px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bosluk {
    margin-left: 5px;
}

.btn-satinal i {
    margin-right: 8px;
}

.product-title {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 23px !important;
    color: #353550 !important;
}

.bord {
    padding: 5px;
    border-radius: 5px;
}

.border {
    border-radius: 0px !important;
}

.box-product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E9F5FB;
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.box-top {
    max-width: 600px;
    background-color: #e6eaec;
}

.btn-fiyat {
    font-weight: 600;
    font-size: 13px;
    line-height: 46px;
    color: #fff;
    border: none;
    background-color: #80979e;
    border-radius: 3px;
    display: block;
    width: 131px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-price {
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: inset 0 0 0 50px transparent;
    background-color: #ffffff !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 40px;
    border-radius: 5px !important;
    width: 100%;
}

.product {
    border-radius: 5px !important;
}

.btn-asur:hover {
    border: 1px solid #0ab904;
    background-color: white;
    color: rgb(0, 0, 0);
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/

h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    color: white;
}

#sepeticon {
    font-size: 15px;
    font-weight: 400;
    margin-right: unset;
    /* margin-top: unset; */
    padding: 14px 14px 13px 13px;
    height: 45px;
    border: 2px solid #384152;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    max-width: 64px;
    transition: all 0.3s ease-in-out;
}

#sepeticon span {
    position: relative;
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: unset;
    height: unset;
    background: transparent;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

#sepeticon:hover {
    background-color: white;
    color: #0ab904 !important;
}

.offer-btn {
    font-weight: 500;
    font-size: 14px;
    color: #0ab904 !important;
    background-color: white;
    line-height: 34px;
    padding: 10.5px 22px;
    border-radius: 3px;
    align-items: center;
    margin-left: 17px !important;
}

.logout-btn {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff !important;
    background-color: rgb(231, 19, 19);
    line-height: 34px;
    padding: 10.5px 22px;
    border-radius: 3px;
    align-items: center;
    margin-left: 17px !important;
}

.site-navbar {
    padding: 20px 0 0 0 !important;
    z-index: 2;
}

.nav-link {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.kesme {
    border-right: 1px solid #ffffff;
    padding-right: 38px !important;
}

a.login-btn {
    margin-left: 18px !important;
}

.register-btn:hover {
    color: #fff !important;
}

a.register-btn svg {
    margin-right: 7px;
}
footer {
    background: #f4f8fb;
}
footer .footer-container .footer-item {
    padding: 53px 0;
}

footer .footer-container .left {
    max-width: 285px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EFF5F9;
}
footer .footer-container .footer-info-left {
    padding: 0 27px;
}
footer .footer-container .footer-item ul li:not(:last-child) {
    margin-bottom: 20px;
}
footer .footer-container .footer-item ul {
    list-style-type: none;
}
footer .footer-container .footer-item ul li span {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}
footer .footer-container .footer-item ul li span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    border-radius: 3px;
    background: #C3DCE7;
}
footer .footer-container .footer-item ul li a:hover {
    color: #353550;
}
footer .footer-container .footer-item ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #677894;
    -webkit-transition: 400ms ease-out;
    transition: 400ms ease-out;
}
div#footer-bottom .bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    ;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
}
div#footer-bottom .bottom-container p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #677894;
}

.container {
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img {
    max-width: 150px;
}

/* Hamburger menü */
.hamburger-menu {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.hamburger-menu .bar {
    width: 30px;
    height: 3px;
    background-color: #0ab904;
    border-radius: 5px;
}

/* Mobil Menü */
/* Mobil Menü */
.mobile-menu {
    position: fixed;
    overflow: scroll;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.3s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* Logo ve Close Butonu düzeni */
.mobile-menu .logo {
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #0ab904;
    cursor: pointer;
}

/* Menüler */
.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #26354b1f;
    border-top: 1px solid #26354b1f;
    margin-top: 20px;
    color: #677894 !important;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    width: 100%;
    border-bottom: 1px solid #26354b1f;
    padding: 15px 0; /* Yükseklik ve iç boşluk */
}

.mobile-nav a {
    color: #677894;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    padding: 0px 30px;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

/* Ok simgeleri */
.mobile-nav a i {
    font-size: 14px;
    color: #677894;
    transition: transform 0.3s ease;
}

/* Hover efekti */

.mobile-nav a:hover {
    color: #0ab904; /* Hover rengi */
}

/* Mobil cihazlar için */
@media screen and (max-width: 768px) {
    #desktopMenu {
        display: none !important;
    }
    
    .hamburger-menu {
        display: flex;
    }
    .header {
        background-color: #ffffff !important;
    }
}

/* Menü açıldığında sağa kayacak */
.mobile-menu.open {
    left: 0;
}
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0ab904; /* Diğer sayfalar için arkaplan rengi */
    padding: 14px 0 14px 0 !important;
    z-index: 1000;
    transition: background-color 0.3s;
}
/* Sayfa kaydırıldığında header'ın büyümesi */
.header.scrolled {
    background-color: #0ab904;
    padding: 13.5px 0 !important;
}

/* Sayfa kaydırıldığında header'ı küçültme */
@media screen and (max-width: 768px) {
    .header.scrolled {
        padding: 13.5px 0 !important;
    }
}


.nav {
    display: inline-block;
    float: right;
}

.nav a {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav a:hover {
    color: #ffffff;
}

.nav .active {
    color: white !important;
}



header .login-btn:hover, .nav a:hover {
    opacity: 0.8;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: white;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: white;
    }
    .navbar-dark .navbar-brand h1 {
        color: white;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        transition: all 0.5s ease;
    }
    .sticky-top.navbar-dark {
        position: fixed;
        background-image: linear-gradient(to right top, #051937, #0e203c, #162741, #0ab904, #26354b);
        padding: 13.5px 0 !important;
        transition: all 0.5s ease-in-out;        
    }
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: white;
        transition: .5s;
    }
    .sticky-top.navbar-dark .navbar-brand h1 {
        color: white;
    }
}


/*** Carousel ***/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, #0ab904, #0ab904, #0ab904, #0ab904, #0ab904);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }
    50% {
        left: 145px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }
    50% {
        left: 50%;
        margin-left: 45px;
    }
    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }
    50% {
        left: 85px;
    }
    100% {
        left: 0;
    }
}

section.home {
    background-color: white;
    position: relative;
    overflow: hidden;
}

.bstn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.buy-btn {
    display: inline-block;
    background-color: #236A33 !important;
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.550rem 0.75rem !important;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*** Service ***/

.service-item {
    position: relative;
    height: 400px;
    padding: 0 30px;
    transition: 1s;
}

.login {
    min-height: 100vh;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #0ab904;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.accordions {
    overflow-anchor: none;
}


/*** Testimonial ***/

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/

.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/

@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    left: 45px;
    bottom: 110px;
    z-index: 99;
}

.whatsapp-fix {
    position: fixed;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}
/* Modal Genel Stil */
.popup-modal {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    /* Modal arka planı overlay'i içeriyor */
}

/* Overlay */
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Yarı saydam siyah */
    z-index: -1; /* İçeriklerden geride olacak */
}

/* Modal İçeriği */
.popup-modal-content {
    background-color: white;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    position: relative; /* X butonunun konumunu belirlemek için */
    z-index: 1;
}

/* X Butonu (Kapatma Butonu) */
.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: white; /* Beyaz arka plan */
    color: black !important; /* Siyah X rengi */
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%; /* Yuvarlak hale getirmek için */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid black; /* Siyah kenarlık */
}
.popup-close-btn:hover {
    background-color: #f1f1f1; /* Hoverda açık gri arka plan */
}
/* .bg-header {
background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
background-size: cover;
} */

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}