@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
html{
    font-family:'Manrope',sans-serif !important;
}
.bin{
    width:1350px;
}
.cart-list-section {
    width: 100%;
}
.cart-list-header,
.cart-list-row {
    display: grid;
    grid-template-columns: 100px 1fr 120px 150px 120px;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
}
.cart-list-header {
    font-weight: 500;
    font-size:13.7px;
    color: #444;
    
}
.cart-product-img img {
    width: 60px;
    height: auto;
    object-fit:contain;
}
.cart-product-info {
    font-size: 14px;
    color: #000;
    font-weight:500;
    
}
.cart-unit-price,
.cart-total-price {
    font-weight: 500;
    font-size: 13.7px;
    color: #444;
    
}
.cart-quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #405189;
    color: white;
    font-size: 16px;
    font-weight:500;
    border: none;
    
    cursor: pointer;
}
.cart-qty {
    font-size: 14.6px;
    font-weight:500;
    margin-left:7px;
    
    margin-right:7px;
}
.nav-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.nav-pills li {
    margin: 0 12px 10px 0;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.nav-pills a {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 13.4px;
    font-weight: 600;
    color: #405189;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}
.nav-pills li:hover {
    background-color: #f0f9ff;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.1);
    color: #405189;
}
.nav-pills li:hover > a {
    color: #405189 !important;
}
.nav-pills .active {
    background-color: #f0f9ff;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.1);
    color: #405189;
}
.nav-pills .active > a {
    color: #fff !important;
}
.tab-content{
    margin-top:10px;
}
.genelbox{
    background-color:#FFF !important;
    padding-bottom:10px;
}

.genelbox h1{
    margin-left:12px;
    margin-right:12px;
    font-size:14.6px !important;
    color:#000 !important;
    font-weight:600 !important;
    margin-top:12px !important;
}
.genelbox h6{
    margin-left:12px;
    margin-right:12px;
    color:#405189 !important;
    font-size:13.6px !important;
    font-weight:500 !important;
}
.videolar img{
    width:100%;
    height:200px;
    object-fit:cover;
}
.videolar h2{
    display:block !important;
    font-size:14.1px;
    font-weight:600;
    color:#1e293b;
    margin-top:12px;
}
.giriscontent {
    background-color: #FFF;
    height: 100vh;
    border-radius: 0px 40px 40px 0px;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.Girisyap {
    background-color: #2C3576;
    height: 100vh;
}
.giristexts h6{
    font-size:13.8px;
    line-height:15px;
    font-family:'HelveticaNeueMedium',sans-serif;
    margin-top:18px;
    color:#000
}
.giristexts{
    margin-top:-40px !important;
}
.giristexts img{
    height:50px;
    width:auto;
    object-fit:contain;
    margin-bottom:30px;
}
.girisfoto img{
    width:79%;
    height:100%;
    object-fit:contain;
    display:block;
    margin:auto !important;
}
.bgcolor{
    background-color:#2C3576;
}
.giristexts h4{
    font-size:18.5px;
    color:#000;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-weight:500;
    margin-bottom:30px;
}
.giristexts input{
    width:550px;
    height:35px;
    background-color:transparent;
    border:none;
    border-bottom:1px solid #D9D9D9;
    color:#000;
    font-size:13.5px;
    font-weight:500;
    font-family:'HelveticaNeueRegular',sans-serif;
    transition:0.3s ease-in;
}
.giristexts input:focus {
    outline: none;
    border-bottom: 2px solid #2C3576;    
}
.giriscontent a{
    display:block;
    margin-top:20px;
    font-family:'HelveticaNeueMedium',sans-serif;
    color:#2C3576;
    font-size:13px;
    font-weight:500;
}
.girbut1 button{
    display:block;
    background-color:#2C3576;
    color:#FFF;
    font-size:13px;
    font-weight:500;
    border:none !important;
    border-radius:5px;
    width:180px;
    height:45px;
    text-align:center;
    margin-top:20px;
}
.girbut2 a{
    color:#000;
    display:block;
    color:#000;
    font-size:13px;
    font-weight:500;
    border-radius:5px;
    font-family:'HelveticaNeueMedium',sans-serif;
}
.girisyapsec{
    display:inline-block !important;
}
.girisyapsec a{
    background-color:#213C2B;
    padding-left:25px;
    font-family:'HelveticaNeueMedium',sans-serif;
    line-height:60px;
    padding-right:25px;
    display:block;
    font-size:14.4px;
    color:#FFF;
    text-align:center !important;
    width:150px;
    float:right !important;
    border-radius:10px;
    margin-right:0px;
    text-decoration:none !important;
    transition:0.3 ease-in;
}
.girisyapsec a:hover{
    background-color:green !important;
    font-size:15px;
}
.Topheader{
    margin-top:40px;
    margin-bottom:0px;
}
.pushbar_overlay{
    display:none !important;
}
.pushy img{
    width:250px;
    height:auto;
    object-fit:contain;
    margin-bottom:20px !important;
    margin-top:30px !important;
}
.pushy .imgarea{
    display:inline-block !important;
    width:30px !important;
    height:30px !important;
    padding:10px !important;
}
.pushy .imgarea img{
    margin:0px !important;
    width:20px !important;
    height:20px !important;
}
.pushy .accordion {
    background-color: transparent;
    color: #2c3576;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14.5px;
    transition: 0.4s;
    margin-top:5px;
    font-weight:600;
    margin-bottom:5px;
    background-color:#F4F7FA;
    padding:15px !important;
    padding-top:22px !important;
    padding-bottom:22px !important;
    border-radius:5px !important;
}
.pushy  .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.pushy a{
    background-color:#F4F7FA;
    font-weight:500;
    font-size:14px !important;
    color:#2c3576 !important;
    display:block;
    margin-top:5px;
    margin-bottom:5px;
    padding:15px !important;
    padding-top:22px !important;
    padding-bottom:22px !important;
    border-radius:5px !important;
}
.pushy .panel a{
    border-radius:0px !important;
    padding-bottom:7px !important;
    font-weight:500;
    color:#333 !important;
    padding:0px !important;
    line-height:40px !important;
    background-color:transparent !important;
    font-size:13.5px !important;
    border-bottom:1px solid #D9D9D9;
}
.bheader{
    text-align:center !important;
    color:#2C3576 !important;
    font-size:23px !important;
    font-weight:600 !important;
    margin-bottom:25px !important;
}
.btn-whatsapp {
    background-color: #dc3545;
    color: white;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border-radius: 50px; 
}
.pushy a{
    font-size:15px !important;
    color:#000;
    font-weight:600;
    display:block;
} 
.btn-whatsapp:hover {
    background-color: #c82333; 
    color: white;
    transform: translateY(-2px); 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card {
    border-radius: 12px;
}

.Topheader h4{
    color:#2C3576;
    font-size:21px;
    font-weight:600;
    margin-bottom:18px;
}
.Topheader p{
    font-size:14px;
    color:#212529;
    font-weight:500;
    line-height:24px;
}
a:hover{
    text-decoration: none !important;
}
.Blog{
    margin-top:95px;
    margin-bottom:45px;
}
.Blog h1{
    color:#000;
    font-size:19.5px;
    font-weight:600;
    margin-bottom:10px;
}
.Blog h4{
    color:#2a46fc;
    font-size:15.5px;
    font-weight:600;
    margin-bottom:10px;
}
.Blog h2{
    color:#000;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}
.Blog p{
    font-size:13.5px;
    color:#212529;
    font-weight:500;
    line-height:24px;
}
.Blog h6{
    color:#333;
    font-size:15px;
    font-weight:600;
    margin-bottom:14px;
}
.brrleft{
    padding-left:10px;
    border-left:1px solid #D9D9D9;
}
.Blog a{
    display:inline-block;
    color:#2C3576;
    font-size:13.5px;
    transition:0.3s ease-in;
    font-weight:600;
    border-bottom:2px solid #2C3576 !important;
}
.Blog a:hover{
    transform:scale(1.03);
}
.Page-Header-1{
    font-size:32px;
    font-weight:600;
    line-height: 35px;
    color:#2C3576;
}
.kat-sec a{
    border:1px solid #2C3576;
    display: block;
    text-align: center;
    color:#2C3576 !important;
    border-radius:15px;
    padding:12px 21px;
    margin-top:10px;
    margin-bottom:10px;
}
.kat-sec a:hover{
    color:#FFF !important;
    background-color:#2C3576;
}
.Breadcrumb{
    position:relative !important;
    min-height:270px;
    background-color:#2C3576;
}
.logoarea{
    display:inline-block !important;
}
.menuarea{
    margin-left:20px;
    display:inline-block !important;
}
.Newmenu img{
    width:190px;
    height:60px;
    object-fit:contain;
}
.Uppermenu{
    background-color:#2C3576;
    padding-top:7px;
    padding-bottom:7px;
}
.Uppermenu h3{
    display:inline-block !important;
    color:#FFF;
    padding-top:9px;
    font-weight:500;
    font-size:13.5px !important;
}
.Uppermenu a{
    color:#FFF !important;
}
.Newmenu{
    margin-top:15px;
    margin-bottom:15px;
}
.menuarea .dropdown{
    padding-left:0px important;
    padding-right:0px !important;
    margin-right:0px !important;
    margin-left:0px !important;
    display:inline-block !important;
}
.menuarea a{
    color:#000;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    line-height:60px;
    margin-right:5px;
    margin-left:12px;
}
.menuarea .btn{
    color:#000;
    padding:0px !important;
    line-height:60px;
    font-size:14px;
    font-weight:600;
    display:block;
    margin-right:5px;
}
.Newmenu .dropdown-item a{
    margin-left:0px !important;
}
.Newmenu .dropdown-item {
    display: flex;
    align-items: left; 
    gap: 10px;
    font-size: 13.6px;
    color: #000;
    font-weight: 600;
    text-align: left !important;
    padding: 8px 12px;
    line-height:40px;
    margin:0px !important;
    transition: background-color 0.3s ease;
}
.Newmenu .dropdown-item:hover {
    background-color: rgba(64, 81, 137, 0.08);
    border-radius: 6px;
}
.imgarea {
    background-color: #2c3576;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0; 
}

.dropdown-menu img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.signinarea{ 
    display:block;
    float:right !important;
    margin-right:0px !important;
}
.signinarea .girbut{
    display:inline-block !important;
    background-color:#2a46fc;
    line-height:60px;
    color:#FFF;
    font-size:14px;
    font-weight:600;
    border-radius:5px;
    padding:0px 30px;
    transition:0.3s ease-in;
}
.mos{
    display:none !important;
    background-color:#2c3576;
    line-height:60px;
    color:#FFF;
    font-size:17px;
    border:none !important;
    font-weight:600;
    border-radius:5px;
    padding:0px 20px;
    transition:0.3s ease-in;
}
.icons{
    display:inline-block !important;
}
.icons2{
    margin-right:0px !important;
    float:right !important;
    padding-top:4px !important;
}
.signinarea .icons a{
    display:inline-block;
    font-size:20px;
    margin-right:10px;
    color:#76A9FA;
}
.icons2 a{
    margin-right:12px !important;
    color:#FFF !important;
    font-size:17px !important;
}
.signinarea a:hover{
    transform:scale(1.03);
}
.signinarea .icons a:hover{
    color:#2A46FC !important;
}
.dropdown-menu {
    border: none; 
    border-radius: 12px; 
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(64, 81, 137, 0.15); 
    transition: all 0.25s ease;
    overflow: hidden;
    min-width:300px !important;
    margin-left:-40px !important;
}
.dropdown-menu.show {
    animation: dropdownFade 0.25s ease;
}
.dropdown-menu .dropdown-item:hover {
    background-color: rgba(64, 81, 137, 0.08);
    border-radius: 8px;
}



.whitebox{
    width:100%;
    background-color:#FFF;
    border-radius:5px;
    padding:15px;
}
.whitebox h1{
    color:#170F49;
    margin-top:15px !important;
    margin-bottom:15px;
    font-size:19.5px;
}
.Urundetay{
    border-top:1px solid #D9D9D9;
    padding-top:45px;
}
.Urundetay p{
    font-size:14px !important;
    color:#1C1C1C  !important;
    line-height:26px  !important;
    font-weight:400  !important;
}
.Urundetay button{
    background-color:#405189;
    color:#FFF;
    width:240px;
    border:none !important;
    font-size:14px;
    height:45px;
}
@keyframes dropdownFade {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.breadbgimg{
    width:100%;
    opacity:10%;
    height:100%;
    position:absolute !important;
    left:0;
    right:0;
    top:0;
    bottom:0;
    object-fit:cover;
}
.bgtextarea{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-radius:10px;
    z-index:955 !important;
    text-align:center;
}
.bgbin {
    background-color: #fff;
    margin: auto !important;
    margin-bottom: -50px !important;
    border-radius: 16px; 
    box-shadow: 0 0px 24px rgba(64, 81, 137, 0.05);
    transition: all 0.3s ease;
}
.bgbin p{
    font-size:13.5px;
    color:#212529;
    font-weight:500;
    line-height:24px;
    padding-bottom:12px;
    width:80% !important;
    margin:auto !important;
    text-align:center;
}
.bgbin h3{
    color:#152f84;
    font-size:23.5px;
    padding-top:15px !important;
    margin-top:20px !important;
    font-weight:600;
}
.bank-section{
    margin-top:75px;
    margin-bottom:45px;
}
.bank-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    border: none;
}
.bank-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(64, 81, 137, 0.15);
}
.bank-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(64, 81, 137, 0.1);
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.bank-header h5 {
    font-weight: 600;
    color: #2c3576;
    margin: 0;
}
.bank-body p {
    margin: 6px 0;
    color: #1f2937;
    font-size: 15px;
}
.Textdetail{
    background-color:#FAFAFA;
    border-top:1px solid #D9D9D9;
    padding-top:45px;
    padding-bottom:45px;
}
.Textdetail h1{
    color:#000;
    font-size:19.5px;
    font-weight:600;
    margin-bottom:10px;
}
.Textdetail h4{
    color:#2a46fc;
    font-size:15.5px;
    font-weight:600;
    margin-bottom:10px;
}
.Textdetail h2{
    color:#000;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}
.Textdetail p{
    font-size:13.5px !important;
    color:#000 !important;
    font-weight:400 !important;
    line-height:24px !important;
}
.Textdetail span{
    color:#000;
    font-size:14px !important;
}
.Textdetail h6{
    color:#333;
    font-size:15px;
    font-weight:600;
    margin-bottom:14px;
}
.textheader{
    color:#2C3576 !important;
    font-size:23px !important;
    margin-bottom:35px !important;
    font-weight:600 !important;
}
.otherlinks a {
    background-color: #fff;
    padding: 12px 24px;
    color: #2c3576;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
    border: none; 
    border-radius: 8px; 
    box-shadow: 0 2px 8px rgba(64, 81, 137, 0.15); 
    transition: all 0.3s ease;
    font-weight: 500;
    font-size:14px;
}
.otherlinks a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(64, 81, 137, 0.25);
    color: #405189; 
    text-decoration: none;
}
.otherlinks{
    margin-bottom:15px;
}
.otherlinks .act{
    background-color:#2c3576;
    color:#FFF;
}
.faq-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 6px 20px rgba(64, 81, 137, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(64, 81, 137, 0.18);
}

.faq-header {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2c3576;
    font-weight: 600;
    background-color: rgba(64, 81, 137, 0.04);
    transition: background-color 0.3s ease;
    font-size: 15.4px !important;
}
.faq-header h5{
    font-weight:600 !important;
    font-size:15.4px !important;
}
.faq-header:hover {
    background-color: rgba(64, 81, 137, 0.08);
}
.faq-header i {
    color: #405189;
    transition: transform 0.3s ease;
}
.faq-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.faq-body {
    padding: 20px 24px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid rgba(64, 81, 137, 0.1);
}
.faq-body p{
    color:#000;
    font-weight:400;
    font-size:13.6px;
    line-height:25px;
}
.faq-section{
    margin-top:75px;
    margin-bottom:45px;
}
.Iletisim{
    margin-top:75px;
    margin-bottom:45px;
}
.iletbox{
    width:100%;
    min-height:240px;
    text-align:center;
    border:1px solid #D9D9D9;
    border-radius:12px;
}
.iletbox h5{
    font-size:14.5px;
    color:#2c3576;
    margin-top:13px;
    font-weight:600;
    margin-bottom:13px;
    color:#2c3576;
}
.iletbox a{
    text-decoration:none;
    display:block;
    font-weight:500;
    font-size:13.5px;
    margin-bottom:7px;
    color:#000;
}
.icon-circle {
    width: 70px;
    height: 70px;
    padding:12px;
    background-color: #2c3576; 
    border-radius: 50%;
    display: block !important;
    margin:auto !important;
    margin-top:20px !important;
    align-items: center;
    justify-content: center;
}
.icon-circle i {
    color: white;
    font-size: 30px;
    margin-top:7px;
}
.Iletisimform{
    margin-top:40px;
    text-align:center;
}
.Iletisimform h3{
    font-size:24px;
    color:#2c3576;
    text-align:center;
    margin-bottom:25px;
    font-weight:600 !important;
}
.Iletisimform input{
    background-color:#F1F1F1;
    padding-left:15px;
    padding-right:15px;
    height:55px;
    font-size:14.2px;
    border:none;
    color:#000;
    margin-bottom:12px;
    width:100%;
}
.Iletisimform{
    margin-bottom:40px;
}
.Iletisimform textarea{
    width:100%;
    border:none;
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
    margin-bottom:12px;
    background-color:#F1F1F1;
    padding:5px;
    height:145px;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:14.2px;
    color:#000;
}
.iletisimform input:focus {
    border: 1px solid #2c3576 !important;
    outline: none;
}
.Iletisimform button{
    width:195px;
    display:block;
    margin:auto !important;
    font-family:'HelveticaNeueMedium',sans-serif;
    font-size:13.5px;
    text-align:center;
    border-radius:5px;
    border:none;
    height:45px;
    background-color:#2c3576;
    color:#FFF;
} 
.hero-section {
    background: linear-gradient(135deg, #2C3576, #2C3576);
    color: #fff;
    padding: 120px 20px;
    position: relative;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.hero-section h1 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 15px;
}
.hero-section p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
    opacity: 0.9;
    font-weight:500;
}
.btn-hero {
  background: #fff;
  color: #405189;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.btn-hero:hover {
  background: #00c2ff;
  color: #fff;
  transform: translateY(-3px);
}

/* Main Video */
.main-video-area {
  background: #f7faff;
  padding: 100px 0;
}
.video-frame video {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(64, 81, 137, 0.25);
}
.section-title {
  color: #405189;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-desc {
  color: #333;
  line-height: 1.7;
  margin-bottom: 25px;
}
.btn-watch {
  background: linear-gradient(135deg, #405189, #00c2ff);
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-watch:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 194, 255, 0.4);
}
.comments-area {
    padding: 80px 0;
}
.comment-bubble {
  background: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(64, 81, 137, 0.1);
  transition: all 0.3s ease;
}
.comment-bubble:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(64, 81, 137, 0.2);
}
.comment-bubble strong {
    color: #405189;
    font-weight: 600;
}
.comment-bubble span {
    color: #999;
     font-size: 14px;
    margin-left: 5px;
}
.comment-bubble p {
    margin: 10px 0 0;
    font-size:14.5px;
    color:#212529;
    font-weight:500;
    line-height:24px;
}
.Yorum-Videolari{
    margin-top:30px;
}
.Yorum-Videolari h3{
    font-size:23.5px;
    text-align:center;
    font-weight:600;
    margin-top:5px;
    margin-bottom:22px;
    color:#2C3576;
}
.Yorum-Videolari video{
    width:100%;
    height:auto;
    object-fit:fill;
}
.video-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 6px;
  background: linear-gradient(135deg, #405189, #00c2ff);
  box-shadow: 0 8px 25px rgba(64, 81, 137, 0.15);
  transition: all 0.3s ease;
}

.video-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(64, 81, 137, 0.25);
}

.video-frame video {
  width: 100%;
  border-radius: 14px;
  display: block;
}
#owlvid .item, 
#owlvid2 .item {
    padding: 10px;
}
.manrope-card, .manrope-subtitle, .manrope-title, .manrope-feature, .manrope-price, .manrope-taksit, .manrope-cta, .manrope-title-page {
    font-family: 'Manrope', sans-serif;
}
.manrope-card {
    border: 1px solid #dee2e6; 
    border-radius: 15px;
    background: #ffffff; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
    transition: all 0.3s ease-in-out; 
    height: 100%; 
    display: flex;
    flex-direction: column;
}
.manrope-card:hover:not(.recommended-card) {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); 
}
.card-header-top {
    background-color: #2C3576; 
    color: white;
    padding: 8px 0; 
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 800; 
    letter-spacing: 1px;
    font-size: 0.85rem;
}
.manrope-subtitle {
    color: #2C3576; 
    font-weight: 600;
    font-size: 1rem;
    margin-top: 10px;
}

.manrope-title {
    color: #343a40; 
    line-height: 1.2;
    font-size:22px !important;
    font-weight:700;
}
.feature-list {
    border-top: 1px solid #eee;
    padding-top: 20px;
    flex-grow: 1; 
}
.manrope-feature {
    font-size: 0.95rem;
    margin-bottom: 12px;
    font-weight: 400;
    color: #495057;
}
.feature-ok {
    color: #28a745; 
    font-size: 1.1rem;
}
.price-section {
    margin-bottom: 20px !important; 
}
.manrope-price {
    font-size: 2.3rem;
    font-weight: 800; 
    color: #2C3576; 
    line-height: 1;
}
.manrope-title-page{
    font-size:30px;
    color:#2c3576;
    font-weight:800;
    margin-top:15px;
    margin-bottom:35px;
}
.tl-symbol {
    font-size: 1.3rem;
    font-weight: 600;
    vertical-align: top;
}

.manrope-taksit {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 5px;
}
.manrope-cta {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #343a40; 
    font-weight: 800; 
    padding: 12px 0; 
    border-radius: 8px;
}
.manrope-cta:hover {
    background-color: #e0a800; 
    border-color: #e0a800;
    color: #343a40;
}
.manrope-cta-outline {
    font-weight: 800;
    padding: 12px 0;
    border-radius: 8px;
    border: 2px solid #2C3576;
    color: #2C3576;
    background-color: transparent;
}
.manrope-cta-outline:hover {
    background-color: #2C3576;
    color: white;
}
.Paketmargin{
    margin-top:75px;
    margin-bottom:45px;
}
.fa-check-circle{
    color:#2c3576 !important;
}
/* Genel Ayarlar ve Font Tanımlamaları */
/* Not: Buraya kendi markanızın renklerini ve fontunu ekleyin */
:root {
    --primary-color: #2C3576; /* Mavi - Ana Marka Rengi */
    --secondary-color: #5A6268; /* Gri - İkincil Metin Rengi */
    --background-light: #F8F9FA; /* Açık Gri - Arkaplan Rengi */
    --text-dark: #212529; /* Koyu Gri - Ana Metin Rengi */
    --border-color: #E9ECEF; /* Çok Açık Gri - Çizgi Rengi */
    --shadow-color: rgba(0, 0, 0, 0.05);
}

.saas-about-section {
    padding: 80px 0; /* Üstten ve alttan boşluk */
    background-color: var(--background-light);
    font-family: 'Arial', sans-serif; /* Kendi fontunuzu kullanın */
}

.saas-about-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Başlık ve Giriş Alanı */
.about-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.lead-text {
    font-size: 1.15rem;
    color: var(--secondary-color);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Özellikler Grid (Kartlar) */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 300px min genişlikte kartlar */
    gap: 30px;
    margin-bottom: 60px;
}

.feature-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px var(--shadow-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px var(--shadow-color);
}

.feature-card .icon {
    font-size: 2.5rem; /* Emoji/İkon boyutu */
    display: block;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 1.35rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-card p {
    font-size: 1rem;
    color: var(--secondary-color);
    line-height: 1.5;
}

/* CTA (Call to Action) Alanı */
.about-cta {
    text-align: center;
    padding: 40px;
    border-radius: 12px;
    background-color: #E0F7FF; /* Hafif bir CTA arkaplanı */
}

.about-cta p {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
}

.cta-button:hover {
    background-color: #0056b3; /* Primary rengin koyu tonu */
}

/* Genel Ayarlar ve Font Tanımlamaları */
.saas-testimonials-section {
    padding: 80px 0;
    background-color: #FFFFFF; /* Arkaplanı beyaz tutar */
    font-family: 'Arial', sans-serif; /* Kendi fontunuzu kullanın */
}

.saas-testimonials-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Başlık Alanı */
.saas-testimonials-section .section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #212529; /* Koyu Gri */
    margin-bottom: 10px;
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #5A6268; /* İkincil Metin Rengi */
    margin-bottom: 50px;
}

/* Yorumlar Gridi */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Yorum Kartı Stili */
.testimonial-card {
    background: #F8F9FA; /* Açık Gri Kart Arkaplanı */
    padding: 30px;
    border-radius: 12px;
    border-top: 5px solid #2C3576; /* Mavi Vurgu Çizgisi (Primary Color) */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Hafif Gölge */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px); /* Hafif yukarı kayma efekti */
}
#bildirim {
  position: fixed;
  top: 40px;
  right: 40px;
  background-color: #405189;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size:13.7px;
  font-weight:500;
  z-index: 99;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#bildirim.goster {
  opacity: 1;
  transform: translateY(0);
}
#bildirim.kapat {
  opacity: 0;
  transform: translateY(-20px);
}

.quote-text {
    font-size: 1rem;
    color: #495057; /* Yorum metni rengi */
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
}

.quote-text::before {
    content: "“";
    font-size: 2.5rem;
    color: #2C3576; /* Mavi (Primary Color) */
    opacity: 0.5;
    position: absolute;
    top: -10px;
    left: -5px;
}

/* Yazar Bilgisi */
.author-info {
    padding-top: 15px;
    border-top: 1px solid #E9ECEF; /* Ayırıcı Çizgi */
}

.author-name {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #212529; /* Koyu Gri */
    margin-bottom: 2px;
}

.author-title {
    display: block;
    font-size: 0.9rem;
    color: #5A6268; /* İkincil Metin Rengi */
}

/* Daha fazla yorum CTA */
.view-more-cta {
    text-align: center;
}

.cta-link {
    color: #2C3576; /* Mavi (Primary Color) */
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #2C3576;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    background-color: #2C3576;
    color: #FFFFFF;
}


.sepet-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #405189;
    color: white;
    padding: 12px 0;
    font-size:13.2px;
    font-weight: bold;
    border:none !important;
    text-align: center;
    transform: translateY(100%);
    transition: 0.3s ease;
    cursor: pointer;
}
.Market{
    margin-top:75px;
    margin-bottom:45px;
}
.urunbox{
    background-color:#FFF;
    height:240px;
    margin-bottom:12px;
}
.urunbox img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}
.urunbox {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.urunbox:hover .sepet-btn {
    transform: translateY(0%);
}
@media (max-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .saas-testimonials-section {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .saas-about-section {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr; /* Mobil'de tek sütun */
    }
}
@media (max-width: 992px) {
    .girbut2 button{
        width:100%;
        float:left !important;
        margin-top:10px;
    }
    .girbut1 button{
        width:100%;
    }
    .giristexts input{
        width:350px;
        height:35px;
        color:#000;
        font-size:13.4px;
        font-weight:400;
        color:#000;
        padding:5px;
        border-radius:5px;
        background-color:transparent;
        border:none !important;
        border-bottom:1px solid #D9D9D9 !important;
    }
    .giriscontent {
        background-color: #FFF;
        height: 100vh;
        border-radius: 0px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    .recommended-card {
        transform: scale(1.0); 
        margin-top: 15px; 
        margin-bottom: 15px !important;
    }
}
@media(max-width: 768px){
    .video-frame {
        border-radius: 15px;
    }
}

@media screen and (max-width: 992px) {
    .brrleft{
        padding-left:10px;
        border-left:none !important
    }
}
@media screen and (max-width: 576px) {
    .urunbox{
        background-color:#FFF;
        height:190px;
        margin-bottom:12px;
    }
    .genelbox h1{
        margin-left:6px;
        margin-right:6px;
        font-size:13.6px !important;
        color:#000 !important;
        font-weight:600 !important;
        margin-top:12px !important;
    }
    .genelbox h6{
        margin-left:6px;
        margin-right:6px;
        color:#405189 !important;
        font-size:13px !important;
        font-weight:500 !important;
    }
    .girisyapsec a{
        background-color:#213C2B;
        padding-left:10px;
        font-family:'HelveticaNeueMedium',sans-serif;
        line-height:60px;
        padding-right:10px;
        display:block;
        font-size:14.4px;
        color:#FFF;
        text-align:center !important;
        width:60px;
        float:right !important;
        border-radius:10px;
        margin-right:0px;
        text-decoration:none !important;
        transition:0.3 ease-in;
    }
    .girisyapsecmobil{
        display:block !important;
    }
    .girisyapseclarge{
        display:none !important;
    }
    .menusec img{
        width:auto;
        object-fit:contain;
        margin-top:5px;
        height:50px;
    }
    .giristexts img{
        height:60px;
        width:auto;
        margin-left:10px;
        margin-right:10px;
        object-fit:contain;
        margin-bottom:30px;
    }
    .otherlinks a {
        background-color: #fff;
        padding: 11px 23px;
        color: #2c3576;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
        border: none; 
        border-radius: 8px; 
        box-shadow: 0 2px 8px rgba(64, 81, 137, 0.15); 
        transition: all 0.3s ease;
        font-weight: 500;
        font-size:13.5px;
    }
}







.fot-section-2 a:hover{
    color:#FFF !important;
}
.Odeme-Bilgileri h2{
    margin-bottom:15px;
    font-size:17px;
    font-weight:600;
    color:#2a46fc;
}
.Odeme-Bilgileri h3{
    margin-bottom:12px;
    font-size:13.5px;
    font-weight:600;
    color:#000;
}
.Odeme-Bilgileri select{
    width:100%;
    border:1px solid #E0E0E0;
    font-size:13.5px;
    background-color:#FFF !important;
    font-weight:500;
    padding-left:5px;
    padding-right:5px;
    color:#000;
    height:45px;
}
.Odeme-Bilgileri input{
    width:100%;
    border:1px solid #E0E0E0;
    font-size:13.5px;
    font-weight:500;
    padding-left:5px;
    padding-right:5px;
    color:#000;
    height:45px;
}
.Odeme-Bilgileri button{
    background-color:#2a46fc !important;
    font-size:14.2px !important;
    font-weight:600 !important;
    color:#FFF !important;
    width:180px !important;
    height:45px !important;
    border-radius:5px !important;
}
.Odeme-Bilgileri hr{
    width:100%;
    border:none !important;
    background-color:#D9D9D9;
    height:1px;
    display:block;
}
.Hakkimizda{
    margin-top:60px !important;
    margin-bottom:60px !important;
}
.Page-Header-1 > span{
    
    font-size:26px !important;
    font-weight:600 !important; 
    line-height: 34px !important;
    color:#E83338;
}
.sepetekle{
    background-color:transparent;
    color:#E83338;
    font-size:16px;
    font-weight:600;
    padding:0px !important;
    text-align:center;
    border:none;
}
.sepetekle2{
    background-color:#2C3576;
    color:#FFF;
    font-size:16px;
    font-weight:600;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
    border:none;
    border-radius:10px;
    padding-top:5px;
    padding-bottom:5px;
}
.Parag-1{
    
    font-size:15px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
}
.Il-Links a{
    
    font-size:15px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
    text-decoration: none;
}
.il-so i{
    font-size:21px;
    color:#2C3576;
    padding-right:15px;
    padding-top:30px;
}
.fot-section-1{
    background-color:#FAFAFA;
}
.fot-section-1 h4{
    
    font-size:26px;
    font-weight:700;
    color:#2C3576;
    letter-spacing: 1.5%;
    padding-top:15px;
}
.fot-section-1 p{
    
    font-size:14px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
    padding-top:6px;
}
.fot-section-2{
    padding-top:70px;
    padding-bottom:15px;
    background-color:#2C3576;
}
.pozrel{
    position:relative;
}
.fot-bt-sc{
    position:absolute;right:0;bottom:0;margin-bottom:30px;
}
.fot-bt-sc > .btn{
    background-color:#E83338;font-size:17px;font-weight:600;letter-spacing:1.5%;color:#FFF;padding-left:25px;padding-right:25px;
}
.fot-bt-sc > .btn > i{
    color:#FFF;padding-right:12px;font-size:23px;
}
.pad0{
    padding:0px !important;
}
.pad02{
    padding:0px !important;
}
.Ust-Menu-1 img{
    width:275px;
    height:auto;
}
.Ust-Menu-2{
    background-color: #2C3576;
    margin-top:15px;
    position: relative;
    z-index:99;
}
.Ust-Menu-2 .nav-link{
    color:#FFF;
    padding-left:0px !important;
    margin-left:0px !important;
    
    font-size:16px;
    font-weight:600;
    margin-right:31px;
    padding-top:10px;
    padding-bottom:10px;
}
.Ust-Menu-2 .dropdown-item{
    color:#2C3576;
    
    font-size:16px;
    font-weight:600;
    margin-right:31px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgb(0,0,0,0.1);
}
.mobilmen .nav-link{
    color:#2C3576;
    padding-left:0px !important;
    margin-left:0px !important;
    
    font-size:16px;
    font-weight:600;
    margin-right:31px;
    padding-top:10px;
    padding-bottom:10px;
}
.mobilmen .nav-item{
    border-bottom:1px solid rgb(0,0,0,0.1);
}
.mobilmen .dropdown-item{
    color:#2C3576;
    
    font-size:16px;
    font-weight:600;
    margin-right:31px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgb(0,0,0,0.1);
}

.Ust-Menu-2 i{
    color:#FFF;
    font-size:21px;
    padding-top:17px;
    margin-left:17px;
}
.Ust-Menu-1 a{
    color:#2C3576;
    
    font-size:16px;
    font-weight:600;
    text-decoration:none;
}
.Ust-Menu-1 .btn{
    background-color:#E83338;
    color:#FFF;
    
    font-size:16px;
    font-weight:700;
    padding-left:17px;
    padding-right:17px;
    text-decoration: none;
    border-radius:10px;
    margin-left:15px;
}
.Ust-Menu-1 h4{
    font-family: 'Comic Neue', cursive;
    font-size:19px;
    font-weight:bold;
    color:#2C3576;
    border:inside 1px solid #2C3576;
    margin-top:17px;
}
*:focus{
    outline:none !important;
    box-shadow: none !important;
}
.navbar-collapse {
    box-shadow: none !important;border: none !important;
}
.Ust-Menu-3{
    display:none;
}
.Ust-Menu-3 img{
    width:245px;
    height:auto;
}
.mobilmen{
    position:absolute;z-index:99;background-color:#FFF;width:100% !important;
}
.mobilmen i{
    color:#E83338;
    font-size:24px;
    margin-right:12px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}
.mobilmen .btn{
    background-color:#E83338;
    color:#FFF;
    
    font-size:15px;
    font-weight:600;
    padding-left:17px;
    padding-right:17px;
    text-decoration: none;
    width:100%;
}


.Ust-Foto{
    position:relative;
}
.Ust-Foto img{
    position:absolute;
    z-index:-99;
    top:0;
    width:100%;
    height:350px;
    object-fit:cover;
}
.overlay{
    width:100%;
    height:350px;
    background-color:rgba(1,22,64,0.3);
    display:block;
}
.overlay .ov-box{
    position:relative;
    height:100%;
    margin:auto;
}
.overlay .overlay-box{
    position:absolute;
    background-color:#FFF;
    bottom:0;
    left:0;
    padding-left:20px;
    height:58px;
    display:block;
    padding-right:20px;
    min-width:450px;
    width:auto !important;
    border-radius:10px 10px 0px 0px;
}
.ov-header-2{
    
    font-size:40px;
    color:#FFF;
    font-weight:bold;
    padding-top: 10%;
}
.ov-link{
    
    font-size:16px;
    color:rgba(1, 22, 64, 0.75);
    text-decoration: none;
    font-weight:bold;
    margin-right:10px;
    margin-top:50px;
    text-decoration: none;
}
.ov-link span{
    
    font-size:16px;
    font-weight:bold;
    color:#E83338;
    text-decoration: none;
    font-weight:bold;
}
.overlay-box a{
    text-decoration: none;
}
.overlay-box a:hover{
    color:#13234A;
}
.overlay-box i{
    padding-left:10px;
    padding-right:10px;
}
.Bread-2{
    display:none;
}
.Fot-Header{
    display:inline-block;
    padding-bottom:15px;
    font-size:15.8px !important;
    color:#FFF;
    border-bottom:2px solid rgba(255,255,255,0.6);
    font-weight:500 !important;
    margin-bottom:5px !important;
}
.Fot-Links a{
    margin-bottom:7px;
    font-size:13.6px;
    color:#FFF;
    transition:0.3s ease-in;
    font-weight:500;
}
.Fot-Links a:hover{
    transform:scale(1.03);
}
.fot-section-2 .ft2 a{
    font-size:15px;
    color:#FFF;
    font-weight:500;
    padding-right:15px;
}
.Fot-Links{
    margin-top:9px;
}
.fot-section-2 img{
    width:240px;
    height:auto;
    object-fit:contain;
}
.fot-section-2 i{
    color:#FFF;
    font-size:24px;
    margin-right:10px;
}
.fot-section-2 hr{
    width:100%;height:0.5px;display:block;background-color:rgba(255, 255, 255, 0.3);
}
.sss-box{
    width:96%;
    height:auto;
    min-height:250px;
    border:1px solid inside rgba(1, 22, 64, 0.3);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(1,22,64,0.2); 
    box-shadow: 0px 0px 4px 0px rgba(1,22,64,0.2);
    padding:10px;
    border-radius:10px;
}
.sss-box p{
    
    font-size:15px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
}
.sss-box hr{
    width:100%;
    height:1px;
    color:rgba(217, 217, 217, 1);
    display: block;
}
.sss-box h2{
    
    font-size:20px;
    font-weight:bold;
    color:#2C3576;
    padding-top:7px;
}
.sss-box span{
    
    font-size:15px;
    line-height:30px;
    font-weight:500;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
}
.sss-box h6{
    
    font-size:17px;
    font-weight:bold;
    color:#2C3576;
    padding-top:10px
}
.Paketlerimiz{
    margin-top:70px;
    margin-bottom:40px;
}
.Paketlerimiz img{
    width:100%;
    height:auto;
}
.Paketlerimiz a{
    font-size:17px;
    line-height:30px;
    color:#E83338;
    font-weight:bold;
    text-decoration: none;
}
.Paketlerimiz hr{
    width:100%;
    height:1px;
    display: block;
    color: rgba(217, 217, 217, 1);
}
.Paketlerimiz h2{
    font-size:20px;
    font-weight:bold;
    color:#2C3576;
    padding-top:10px;
}
.Paketlerimiz h3{
    font-size:20px;
    font-weight:bold;
    color:#E83338;
    padding-top:10px;
}
.Paketlerimiz h6{
    font-size:14px;
    font-weight:bold;
    color:#E83338;
    padding-top:10px;
}
.Paketlerimiz p{
    font-size:15px;
    line-height:27px;
    padding-top:6px;
    color:rgb(0,0,0,0.9);
}
.secim-sec h4{
    font-size:16.5px;
    font-weight:bold;
    color:#2C3576;
    padding-top:6px;
}
.Il-Header{
    
    font-size:18px;
    font-weight:500;
    color:#2C3576
}
.blog-yan h3{
    
    font-size:25px;
    color:#E83338;
    font-weight:600;
}
.secim-sec p{
    
    font-size:14px;
    line-height:26px;
    padding-top:6px;
    color:rgb(0,0,0,0.9);
}
.b2{
    display:none;
}
.bgfa{
    background-color:#FAFAFA;
}
.Video video{
    width:100%;
    height:auto;
    object-fit:fill;
    max-height:95vh;
}
.Video-2 video{
    width:100%;height:auto;max-height:635px;object-fit:fill;
}
.Video-2 h3{
    
    font-size:28px;
    font-weight:600;
    color:#FFF;
    padding-top:20px;
}
.Video-2 p{
    
    font-size:15px;
    line-height:30px;
    padding-top:20px;
    color:#FFF;
}
.video-bg{
    background-color:#2C3576;display:block;height:390px;position:absolute;left:0;right:0;
}
.Hakkimizda{
    margin-top:50px;
}
.Yorumlar{
    background-color:#FAFAFA;
    margin-top:40px;
}
.Yorumlar h3{
    
    font-size:18px;
    font-weight:600;
    color:#2C3576;
}
.Yorumlar-Hak h2{
    
    font-size:26px;
    font-weight:600;
    color:#2C3576;
    margin-top:12px;
}
.Yorumlar span{
    
    font-size:34px;
    font-weight:bold;
    color:#E83338;
    padding-bottom:14px;
}
.Yorumlar h1{
    
    font-size:27px;
    font-weight:bold;
    color:#2C3576;
    padding-top:25px;
}
.Carousel .carousel-item img{
    width:100%;
    max-height:550px;
}
.Yorumlar .owl-carousel .item{
    background-color:#FFF;
    width:100%;
    height:auto;
    min-height:250px;
    border-radius:15px;
    padding:25px;
}
.Yorumlar .owl-carousel .item h2{
    
    font-size:21px;
    color:#323E48;
    font-weight:bold;
}
.Sepet-Item h2{
    
    font-size:21px;
    color:#323E48;
    font-weight:bold;
}
.Sepet-Item img{
    width:100%;
    height:auto;
}
.Sepet-Item{
    padding-left:5px;
}
.Sepet-Item hr{
    height:1px solid #D9D9D9;
    display: block;
    width:90%;
    margin:auto;
}
.Yorumlar .owl-carousel .item p{
    
    font-size:15px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
}
.Yorumlar .owl-carousel .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 50%;
}
.Yorumlar .owl-carousel .item h6{
    
    font-size:16px;
    font-weight:600;
    color:rgba(0,0,0,0.9);
    padding-top:10px;
}
.Yorumlar .owl-carousel .item p{
    
    font-size:14px;
    color:rgba(0, 0, 0, 0.7);
    font-weight:600;
}
.Hakkimizda img{
    width:100%;
    height:auto;
}
.Hakkimizda h3{
    
    font-size:18px;
    font-weight:600;
    color:#2C3576;
}
.Hakkimizda span{
    
    font-size:34px;
    font-weight:bold;
    color:#E83338;
    padding-bottom:14px;
}
.Yorumlar-Hak .owl-carousel .item{
    background-color:#FAFAFA;
    width:100%;
    height:auto;
    min-height:250px;
    border-radius:15px;
    padding:25px;
}
.Yorumlar-Hak .owl-carousel .item h2{
    
    font-size:21px;
    color:#323E48;
    font-weight:bold;
}
.Yorumlar-Hak .owl-carousel .item p{
    
    font-size:15px;
    line-height:30px;
    letter-spacing: 2%;
    color:rgb(0,0,0,0.9);
}
.Yorumlar-Hak .owl-carousel .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 50%;
}
.Yorumlar-Hak .owl-carousel .item h6{
    
    font-size:16px;
    font-weight:600;
    color:rgba(0,0,0,0.9);
    padding-top:10px;
}
.Yorumlar-Hak .owl-carousel .item p{
    
    font-size:14px;
    color:rgba(0, 0, 0, 0.7);
    font-weight:600;
}
.Sepet-Item h3{
    font-family:'Nunito',sans-serif !important;
    font-size:17px !important;
    font-weight:bold !important;
    color:#2C3576 !important;
    padding-top:0px !important; 
}
.Sepet-Item h6{
    font-family:'Nunito',sans-serif !important;
    font-size:14px !important;
    font-weight:bold !important;
    color:#E83338 !important;
    padding-top:0px !important; 
}
.Sepet-Item span{
    color:#E83338;
}
.odemesec a{
    text-decoration: none;
    display: block;
    background-color: #2C3576;
    color:#FFF;
    
    font-size:15px;
    font-weight:600;
    width:100%;
    padding-top:5px;
    padding-bottom: 5px;
    text-align:center;
    margin-top:15px;
    border-radius:15px;
}
.Sepet-Item .btn{
    font-family:'Nunito',sans-serif !important;
    font-size:14px !important;
    font-weight:bold !important;
    color:#2C3576 !important;
    text-decoration: none;
    border:none;
    background-color: transparent;
    padding:0px !important; 
}
.ft-3 a{
    font-size:13px;
    color:#ededed;
    font-weight:500;
    padding-right:10px;
}
.ogrencigirisi{
    background-color:#EDEDF2;
}

.siparis-kutusu {
    margin-top:12px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 24px;
    width:100%;
}
.siparis-kutusu h3 {
    font-size: 18px;
    font-weight: 600;
    
    margin-bottom: 16px;
}
.indirim-kodu {
    margin-bottom: 24px;
}
.indirim-kodu label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight:600;
}
.indirim-kodu form {
    display: flex;
    gap: 10px;
}
.indirim-kodu input {
    flex: 1;
    font-size:13.5px;
    color:#1e293b;
    padding: 10px 12px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    
    font-size: 14px;
}
.indirim-kodu button {
    background-color: #d98c97;
    border: none;
    padding: 10px 20px;
    color: white;
    
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}
.fiyat-detay {
    color:#333;
    font-size: 14.4px;
    font-weight:600;
    margin-bottom: 25px;
}
.fiyat-detay div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.toplam {
    border-top: 1px solid #aaa;
    padding-top: 12px;
    margin-bottom: 16px;
}
.toplam .label {
    font-size: 18px;
    
    font-weight: 600;
}
.toplam .tutar {
    font-size: 20px;
    font-weight: 700;
    
}
.sozlesme {
    font-size: 13.5px;
    color: #333;
    
    margin-bottom: 16px;
}
.sozlesme a {
    color: #1a1aff;
    text-decoration: none;
}
.odeme-btn {
    background-color: #405189;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    
}
@media screen and (max-width: 1400px) {
    .bin{
        width:94%;
    }
}
@media screen and (max-width: 1300px) {
    .pad0{
        padding-right:10px !important;
    }
    .overlay{
        padding-left:10px !important;
    }
    .Ust-Menu-2 .nav-link{
        margin-right:20px;
    }
    .Ust-Menu-2 .dropdown-item{
        margin-right:20px;
    }
}
.ogrencigirisi{
    background-color:#EDEDF2;
}
.ogrencigir{
    background-color:#FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    width:800px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
.ogrencigir input,select{
        background-color: #F9F9F9;
        width:100%;
        font-family: 'Jost',sans-serif;
        font-size:16px;
        text-align: center;
        color:#565667;
        padding-bottom:10px;
        padding-top: 10px;
        padding-left:10px;
        border:none;
    }
    .ogrencigir img{
        width:100px;
        height:auto;
    }
    .ogrencigir h1{
        font-size:35px;
        color:#2F4C74;
        font-weight: bold;
        font-family:'Jost',sans-serif;
        padding-top:10px;
    }
    .ogrencigir h2{
        font-size:25px;
        font-weight:bold;
        font-family:'Jost',sans-serif;
        color:#2F4C74;
        margin-top:10px;
    }
    .ogrencigir p{
        color:#565667;
        font-size:15px;
        padding-top:10px;
        font-family:'Jost',sans-serif;
        line-height: 24px;
    }
    .ogrencigir .btn{
        color:#FFF;
        background-color: #2F4C74;
        font-family: 'Jost',sans-serif;
        font-size:17px;
        border-radius:0px;
        font-weight:500;
        margin-bottom:10px;
        padding-left:25px;
        padding-right:25px;
    }
    .ogrencigir a{
        font-family: 'Jost',sans-serif;
        font-size:17px;
        margin-bottom:5px;
        color:#2F4C74;
        text-decoration: none;
    }
@media screen and (max-width: 810px) {
    .ogrencigir{
        width:98%;
        margin:auto;
    }
    .ogrencigirisi{
        width:98%;
        margin:auto;
    }
}   
@media screen and (max-width: 1100px) {
    .ust-social{
        display:none;
    }
    .ust-yazi h4{
        display:none;
    }
    .ov-header-2{
        padding-top: 13%;
    }
}

@media screen and (max-width: 991px) {
    .Ust-Menu-3{
        display: block;
    }
    .Ust-Menu-2{
        display:none;
    }
    .Ust-Menu-1{
        display:none;
    }
    .ov-header-2{
        padding-top: 17%;
    }
    .b2{
        display:block;
    }
    .b1{
        display:none;
    }
    .Newmenu img{
        width:160px;
        height:60px;
        object-fit:contain;
    }
    .menuarea a{
        color:#000;
        font-size:13px;
        font-weight:600;
        display:inline-block;
        line-height:60px;
        margin-right:5px;
        margin-left:5px;
    }
    .menuarea .btn{
        color:#000;
        padding:0px !important;
        line-height:60px;
        font-size:13px;
        font-weight:600;
        display:block;
        margin-right:5px;
    }
    .signinarea .girbut{
        display:inline-block !important;
        background-color:#2a46fc;
        line-height:60px;
        color:#FFF;
        font-size:13px;
        font-weight:600;
        border-radius:5px;
        padding:0px 20px;
        transition:0.3s ease-in;
    }
}
.block767{
    display:none !important;
}
@media screen and (max-width: 767px) {
    .cart-list-header {
        display: none; 
    }
    .cart-list-row {
        grid-template-columns: 1fr; 
        padding: 15px 10px;
        gap: 10px;
    }
    .cart-product-img {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .cart-product-img img {
        width: 80px;
    }
    .cart-product-info {
        text-align: center;
        font-size: 14px;
    }
    .cart-unit-price,
    .cart-total-price {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    .cart-quantity-control {
        justify-content: center;
        margin-top: 8px;
    }
    .disnon767{
        display:none !important;
    }
    .block767{
        display:block !important;
    }
    .mos{
        display:inline-block !important;
    }
    .mos{
        background-color:#2c3576;
        line-height:50px;
        color:#FFF;
        font-size:17px;
        border:none !important;
        font-weight:600;
        border-radius:5px;
        padding:0px 20px;
        transition:0.3s ease-in;
    }
    .signinarea .girbut{
        display:inline-block !important;
        background-color:#2a46fc;
        line-height:50px;
        color:#FFF;
        font-size:13px;
        font-weight:600;
        border-radius:5px;
        padding:0px 20px;
        transition:0.3s ease-in;
    }
    .icons2{
        margin-right:0px !important;
        margin-left:0px !important;
        float:left !important;
        padding-top:4px !important;
    }
    .menuarea{
        display:none !important;
    }
    .fot-bt-sc{
        position:relative;
        width:100% !important;
    }
    .fot-bt-sc > .btn{
        width:100% !important;
        font-size:16px;
    }
    .fot-bt-sc > .btn > i{
        padding-right:10px;
        font-size:21px;
    }
    .ov-box{
        display:none;
    }
    .Bread-2{
        display:block;
        margin-top:15px;
    }
    .ov-link{
        font-size:13px;
    }
    .ov-link span{
        font-size:13px;
    }
    .Parag-1{
        font-size:15px;
    }
    .Page-Header-1{
        
        font-size:34px;
        font-weight:700;
        line-height: 48px;
        color:#2C3576;
        letter-spacing: 2%;
    }
    .Page-Header-1 > span{
        
        font-size:34px;
        font-weight:700;
        line-height: 48px;
        color:#E83338;
    }
    .fot-section-1 h4{
        
        font-size:26px;
        font-weight:700;
        color:#2C3576;
        letter-spacing: 1.5%;
        padding-top:15px;
    }
    .fot-section-1 p{
        
        font-size:16px;
        line-height:30px;
        letter-spacing: 2%;
        color:rgb(0,0,0,0.9);
        padding-top:6px;
    }
    .sss-box{
        width:100%;
    }
}
.overlay-4{
    position:absolute;
    width:100%;
    height:550px;
    top:0;
    display:block;
}
.overlay-4 .Yazi-2{
    position:relative;
    top: 46%;
    left:1%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay-4 .Yazi-2 h2{
    
    font-size:40px;
    font-weight: 600;
    color:#FFF;
}
.overlay-4 .Yazi-2 p{
    text-decoration: none;
    color:#FFF;
    font-size: 15px;
    line-height:25px;
    margin-top:15px;
    color:#FFF;
    
    width:65%;
}
.overlay-4 .Yazi-2 .btn{
    margin-top:12px;
    height:40px;
    color:#E83338;
    border:1px solid #FFF;
    background-color:#FFF;
    
    font-weight:600;
    font-size:16px;
    padding-left:40px;
    padding-right: 40px;
    text-align: center;
}
.overlay-4 .Yazi-2 .btn:hover{
    background-color: #2C3576;
    color:#FFF;
    border:1px solid #2C3576;
}
@media screen and (max-width: 720px) {
    .overlay-4 .Yazi-2{
        position:relative;
        top: 40%;
        left:1%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overlay-4 .Yazi-2 h2{
        
        font-size:35px;
        line-height:35px;
        font-weight: 600;
        color:#FFF;
    }
    .overlay-4 .Yazi-2 p{
        text-decoration: none;
        color:#FFF;
        font-size: 14px;
        padding-top:5px;
        color:#FFF;
        
        width:75%;
    }
    .overlay-4 .Yazi-2 .btn{
        color:#E83338;
        background-color:#FFF;
        
        font-weight:500;
        font-size:14px;
        padding-top:5px;
        padding-left:25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 520px) {
    .overlay-4 .Yazi-2{
        position:relative;
        top: 25%;
        left:1%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .overlay-4 .Yazi-2 h2{
        
        font-size:26px;
        padding-top:10px;
        font-weight: 600;
        color:#FFF;
    }
    .overlay-4 .Yazi-2 p{
        display: none;
    }
    .overlay-4 .Yazi-2 .btn{
        color:#E83338;
        background-color:#FFF;
        
        font-weight:500;
        font-size:14px;
        padding-left:25px;
        padding-top:10px;
        padding-right: 25px;
    }
}