@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", serif !important;
}
.maincontent {
    font-family:  "Poppins", sans-serif !important;
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
li::marker{
    font-weight:bold !important;
}

/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}
.top-bar {
    background-color: #90a4ae;
}
.ttm-topbar-wrapper {
    line-height: 48px;
}
.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.top-info li {
    padding-right: 15px;
}
.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.top-info li a i {
    padding-right: 4px;
    font-size: 18px;
    background: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.social-icons li a i {

}

.fa-instagram{
    background-color: black !important;
    background: black !important;
}
.straight-stick{
    font-size: 29px;
    margin-left: 25px;
    margin-right: 25px;
    color: #EB4141;

}

.new-si li a {


}
.social-icons li a:hover {
    box-shadow: inset 0 0 0 3px #fff;
    color: white !important;
}
.site-branding {

}
.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}
.site-branding img {
    max-height: 60px;
    height: 60px;
    width: auto;
}
.site-branding2 img {
    height: 50px;
}
.branding .buttons {
    height: 99px;
}
.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}
.right-bar ul li {
    padding-left: 10px;
}
.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}
li.address {
    max-width: 280px;
}
.buttons li {
    height: 90px;
}
.right-bar .icon {
    font-size: 26px;
    background-color: white;
    padding: 8px;
    margin-left: -33px;
    width: 50px;
    height: 50px;
}
.right-bar .icon i {
    background: white;
    width: 20px;
    height: 20px;
    position: relative;
        top: 3px;
    left: 2px;
    /* left: 3px;
    top: 5px; */
}
.right-bar .icon  {
    background: #0f2a48;
    width: 40px;
    height: 40px;
    border-radius: 30%;
}

.right-bar .sum {
    padding-right: 5px;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
}

.right-bar strong {
    font-weight: 600;
    font-size: 14px;
}

li.address p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
    padding-top: 17px;
}
.buttons li:last-child p {
    margin: 0;
}
.ttm-bgcolor-white {
    background-color: #fff;
}
.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}
.home-link {
    line-height: 65px;
}
.site-navigation {
    position: relative;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}
#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}
#site-header-menu #site-navigation .menu > ul li ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7f9094;
}
#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}
.ttm-menu-toggle {
    float: right;
}
.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}
.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}
.ttm-header-icons {
    padding-left: 5px;
}
.ttm-header-wrap {
    background-color: #ffffff;
    position:relative;
    z-index: 999;
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}
.mobile-menu {
    transition: 0.6s all;
    top: -100%;
    position: fixed;
}
.mobile-menu img {
    display: none;
}
.mobile-menu ul {
    padding: 25px;
    overflow-y: auto;
    background-color: white;
    border-radius: 25px;
}
.mobile-menu .menu ul li:first-child {
    border-top: none;
}

.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #a7a7a7;
    width: 100%;
    padding: 7px;
}
.mobile-menu li.active {
    background: white;
    font-weight: 700;
}
.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: black;
    display: block;
}
.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    display: block;

}
.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}
.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}
.mobile-social-menu li a i {
    font-size: 21px;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}
#site-header-menu #site-navigation .menu > ul > li {
    margin-left: -4px;
}
.ttm-sepline {
    display: none !important;
}

.mobile-social{
    display: none;
}



.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 60%;
    max-height: 100%;
    background: white;
    top: 40px;
    z-index: 99999999999999;
    display: block !important;
    left: 50%;
    transform: translate(-50%, 0%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: auto;

}
.mobile-show {
    display: block !important;
}
.mobile-menu.mobile-show img {
    display: block;
    padding: 30px;
    width: 100%;
}
.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    z-index: 1000;
    top: 0;
    backdrop-filter: blur(10px);
}
.mobile-menu-bg {
    transition: 0.5s all;
}
.mobile-menu-bg.active:after {
    content: "";
    display: block;
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #ffffff00;
    padding: 10px;
    width: 65px;
    height: 60px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(rd-fonts/times.svg);
    mask-image: url(rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 22px;
    background: #ffffff00;
    z-index: 1;
    margin-left: 10px;
}
body .site-main {
    position: relative;
    z-index: 9;
    background-color: white;
}
.main-slider {
    position: relative;
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
.ttm-search-overlay.st-show {
    visibility: visible;
    opacity: 0.98;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
    pointer;
}
.ttm-search-overlay {
    background: orange;
}
.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.2s ease;
}
.ttm-search-overlay.st-show .ttm-search-outer {
    transform: translateY(-50%);
}
.ttm-search-overlay .ttm-search-outer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 75%;
    min-height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    text-align: center;
    transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
}
.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}
.ttm-search-overlay .ttm-site-searchform {
    position: absolute;
    top: auto;
    left: 50%;
    width: 700px;
    max-width: 100%;
    margin-left: -350px;
    height: 70px;
    line-height: 70px;
    transition: all 0.6s ease 0s;
    margin-top: 40px;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    color: #fff !important;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    outline: none;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    margin: 0;
    border-radius: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}
.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.95);
    height: 59px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 7px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}
a {
    color: #000000;
}
.mobile-menu{
    display: none;
}
.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: visible;
}
.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}
li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}
/* SLİDER */
.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 40%;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
.main-slider .item .content .inner {
    position: relative;
    height: 300px;
}
.cbody {
    padding: 30px 30px;
    position: relative;
    border-radius: 20px;
    text-align: center;
            display: flex
;
        flex-direction: column;
        align-items: center;
        justify-content: center;

}
.name-slider{
    color: #EB4141;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    /* left: 6px; */
}
.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
}
.cbody h2 {
    font-weight: 700;
    color: black;
}
.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider img {
    height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 84%;
}
.main-slider .owl-controls {
    position: absolute;
    bottom:25px;
    left: 6%;
    width: 100%;
    display: flex;
    justify-content: start;
}

.main-slider .owl-theme .owl-dots .owl-dot span{
    width: 26px;
    height: 7px;
    border: 1px solid #c3c3c3;
    border-radius: 18%;
    margin: 0px 3px 8px 6px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
}


/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.fbody {
    position: relative;
    background: rgb(255 255 255);
}
.footer .widget {
    margin: 20px 0 10px;
}
.ttm-btn.btn-inline {
    font-weight: 500;
}
a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li > a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 16px;
    right: 10px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float i {
    font-size: 40px;
    width: 30px;
    height: 35px;
    background: white;
}

.widget-area{
    position: relative;
    text-align: center;
   
}

.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #035963;
    text-align: center;
}
.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul > li {
    padding: 0 0 12px 0;
    display: inline-flex;
}
.widget ul > li {
    position: relative;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: rgb(0, 0, 0);
}
.sticky-footer {
    display: none;
    height: 58px;
    background: linear-gradient(137deg, #cb1a72 0%, #5c5e71 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
    padding-top: 6px;
}
.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}
.sticky-footer i {
    font-size: 30px;
    margin: auto;
    background: white;
    width: 28px;
    height: 28px;
}
.sticky-footer .one-fourth p {
    font-size: 14px;
}
.sticky-footer p {
    color: white !important;
    margin: 0;
    font-size: 15px
}
.footer .bottom-footer-text {
    position: relative;
}
.footer .bottom-footer-text:before {
    background: #0f2a48;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

 .dots-area{
    position: relative;
    z-index: 99;
    bottom: 125px;
    left: 4%;
    height: 60px;
    width: 250px;
}



 .dots-inner {
    display: inline-flex;
}

 .dots-area .dots img{
     height: 50px;
     width: 50px;
     margin-left: 10px;
     border-radius: 50%;
     border: 2px solid #EB4141;
     object-fit: cover;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     object-position: right;
}

.owl-dot.active span {
    background-color: #EB4141;
}
.widget.widget_nav_menu a {
    margin-left: 23px;
    color: black;
    /* border-bottom: 1px solid rgb(144 211 109 / 18%);
    box-shadow: rgba(144, 211, 109, 0.13) 0px 8px 24px; */
}
/*.widget.widget_nav_menu a:before {*/
/*    content: "";*/
/*    background-color: #000000;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 9px;*/
/*    border-radius: 50px;*/
/*}*/
.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8:before {
    height: 0%;
    width: 2px;
}
.btn-8:after {
    width: 0%;
    height: 2px;
}
.btn-8:hover:before {
    height: 100%;
}
.btn-8:hover:after {
    width: 100%;
}
.btn-8:hover {
    background: transparent;
}
.btn-8 span:hover {
    color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8 span:before {
    width: 2px;
    height: 0%;
}
.btn-8 span:after {
    height: 2px;
    width: 0%;
}
.btn-8 span:hover:before {
    height: 100%;
}
.btn-8 span:hover:after {
    width: 100%;
}
.abouts {
    position: relative;
}



.ab-icerik {
    position: relative;
    z-index: 9;
    /* background-color: rgba(226, 239, 227, 0.25);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding: 30px 50px 30px 50px;
    border-radius: 60px;
}
.ab-sub-title{
    color: #EB4141;
    font-weight: 600;
    position: relative;

    display: inline-block;
}
.resim{
    /* transform: skewY(353deg); */
    /* margin-top: 70px; */
}

.ab-summary{
    margin-top: 15px;

}

ul.about-s {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.about-s li {
    width: 50%;
    position: relative;
}
ul.about-s li a {
    background: #b0bec585;
    display: flex;
    margin: 0px 31px 15px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 13px;
    z-index: 0;
    padding-bottom: 13px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
ul.about-s i {
    font-size: 26px;
    float: left;
    background-color: #eceff1;
    border-radius: 5px;
    margin: 0 10px;
    width: 40px;
}
ul.about-s li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8dc;
    top: 0;
    left: -100%;
    transition: 0.7s all;
    z-index: -1;
    display: block;
}
ul.about-s li a:hover:after {
    left: 0 !important;
}
.resim {
    padding: 0px;
        margin-bottom: -50px;
}
.ab-icerik h2 {
    padding-top: 20px;
}
.title-box {
    display: table;
    width: 100%;
    margin-top: 35px;
}
.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.title-box .page-title-heading, .breadcrumb-wrapper{
    text-align: left;
}
.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
    color: #0f2a48;
}
.breadcrumb-wrapper {
    text-align: right;
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}
.breadcrumb-wrapper span:last-child {
    color: #0f2a48 !important;
    font-weight: 600;
}
.ttm-page-title-row {
    background: white;
}
/* CARD1 */
.dinc-articles {
    padding:120px 0 50px 0px;
    margin-top: 50px;
}
.dinc-articles .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: 450px;
    border-radius: 15px;
}
.btn-primary{
    background-color: #0f2a48;
    border-color: #0f2a48;
}

.btn-primary:hover{
    background-color: #0f2a48;
    border-color: #0f2a48;
}

.dinc-articles .box-art img {
    height: auto;
    object-fit: cover;
    opacity: 0.8;
    border-radius: 15px;
}
.dinc-articles .news-detail {
    position: absolute;
    transition: 0.5s all;
    width: 100%;
}
.dinc-articles .news-detail h3 {
    font-size: 20px;
    color: #0f2a48;
}
.dinc-articles .news-detail p {

}

.box-art:hover img {
    transform: scale(1.1);
    opacity: 1;
}
.box-art img {
    transition: all 400ms ease;
}
/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}
.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lazyKukumavNet {
    display: block;
    width: 100%;
}
.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}
.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}
.conicon {
    display: flex;
    align-items: center;
}
.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}
.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}
.deneme {
    width: 50px;
    height: 50px;
    background: red;
}
.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}
/* YORUMLAR */
.comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.4;
}
.comments {
    position: relative;
}
.comments .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 31px;
    -webkit-mask-image: url(rd-fonts/quote-left.svg);
    mask-image: url(rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments .item:after {
    content: "";
    position: absolute;
    bottom: 7px;
    font-size: 35px;
    right: 30px;
    -webkit-mask-image: url(rd-fonts/quote-right.svg);
    mask-image: url(rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments p.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}
.comments .item {
    padding: 15px;
    border-radius: 20px;
    border: 3px solid lightgray;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: white;
}

#totop {
    font-weight: 900;
    position: fixed;
    left: 15px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
        background-color: #0f2a48;
    color: #fff !important;
    bottom: 20px;
    border: solid 1px white;
    
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, 0.1);
    border-radius: 25px;
}
.ttm-post-format-icon {
    display: none !important;
    background: black;
}
.ttm-post-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.ttm-box-post-date {
    display: block;
    position: relative;
    left: 15px;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.post-title.featured-title {
    overflow: hidden;
    width: 100%;
   height: 52px;
    -webkit-box-orient: vertical;
}
.featured-title h5 {
    font-weight: 500;
    font-size: 18px;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}
.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(rd-fonts/angle-left.svg);
    mask-image: url(rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: white;
    content: "" !important;
    margin-left: 6px;
    margin-top: 0px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(rd-fonts/angle-right.svg);
    mask-image: url(rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: white;
    content: "" !important;
    margin-left: 6px;
    margin-top: 0px;
}

.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-next:before{
    margin-top: 8px;
    margin-left: 12px;
}


.dinc-articles .owl-theme .owl-controls .owl-nav div.owl-prev:before{
    margin-top: 8px;
    margin-left: 8px;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}
.owl-carousel {
    display: block !important;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}
.owl-carousel img {
    width: 100% !important;
}
.services-head-image {
    width: 50px;
    height: 50px;
}

.services-head h2{
    position: absolute;
    font-size: 175px;
    color: #0f2a4825;
    font-weight: bold;
    bottom: -185px;
    left: -78px;
    letter-spacing: -12px;
    transform: scale(1, 1.6);
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #e91f25;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

.post-detail {
    padding: 20px 0;
}
.inner-container {
    padding: 20px 0;
}
.pagination {
    justify-content: center;
}
.pagination li a,
.pagination li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.pagination li span {
    color: #aeaeae;
}
.pagination li.active span {
    background: #04407e;
    color: #fff;
}
.ttm-header-search-link a .fa-search {
    width: 15px;
    height: 15px;
    background: #000;
    display: inline-block;
}
.ttm-search-overlay {
    display: none;
}
.ttm-search-overlay.st-show {
    display: block;
}
.w-search-input .fa-search {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
}
.w-search-input .searchform-s::placeholder {
    color: #fff;
}
.menu-footer-contact-links li a {
    display: flex;
    align-items: center;
}
.menu-footer-contact-links li a i {
    width: 18px;
    height: 18px;
    background: #000;
    display: inline-block;
    margin-right: 5px;
}
img {
    max-width: 100%;
}
.dsa-logo img {
    max-height: 50px;
    margin-top: 10px;
}

.animated-button {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 4px;
    padding: 10px 32px;
    border: 1px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: white;
    border-radius: 15px;
    font-weight: 600;
    color: #EB4141;
    box-shadow: 0 0 0 2px #EB4141;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 18px;
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #EB4141;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #EB4141;

    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 15px;
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: white !important;
    border-radius: 12px;
}
.animated-button:hover a{
    color: white;;
}

.animated-button:hover .arr-1 {
    right: -25%;
        color: white;;
}

.animated-button:hover .arr-2 {
    left: 16px;
        color: white;;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: white;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #8cd761;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}
.gallery-area{
    margin-top: 150px;
    padding-bottom: 30px;
    background-color: #0f2a48;
}

.galleryy {
    --g: 15px;
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    grid: auto-flow 1fr/repeat(4,1fr);
    gap: var(--g);
}
.galleryy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale();*/
    cursor: pointer;
    transition: .5s
}
.galleryy img:hover {
    transition: 0.3s all ease-in-out;
    transform: scale(1.03);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    cursor: default;
}
.galleryy img:nth-child(2) {
    grid-area: 1/2/span 2/span 2;
    clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
}
.galleryy img:nth-child(3) {
    grid-area: 2/1/span 2/span 2;
    clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
}


svg {
    position: absolute;
}

.wrapper {
    width: 100%;
    overflow: hidden;

}

#containerr {
    left: 10px;
    height: 120px;
    width: 100%;
    position: relative;
}
#containerr .text {
    position: absolute;
    top: 50%;
    left: 8%;
    margin-left: 50px;
    transform: translate(-50%, -50%);
    font-family: Anton;
    font-size: 66px;
    z-index: 999;
    color: #fff;
}
#containerr .drop {
    height: 5px;
    width: 6px;
    border-radius: 0;
    background-color: #90d36d;
    position: absolute;
    top: 30%;
    left: 23%;
    transform: translate(120%, -800%) scaleX(0.5);
    animation: move 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
    display: none;
}

@keyframes move {
    0% {
        transform: translate(120%, -800%) scaleX(0.2);
        height: 60px;
    }
    30% {
        transform: translate(120%, -20%);
        height: 30px;
    }
    70% {
        transform: translate(120%, 20%);
        height: 30px;
    }
    100% {
        transform: translate(0%, 20%) scaleX(0.2);
        height: 0px;
    }
}

.btn-shine {
    position: relative;
    top: 58%;
    left: -12%;
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #ffffff 0, #EB4141 40%, #ffffff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}
@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 0px;
    }
}
@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 0px;
    }
}
@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 0px;
    }
}
@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 0px;
    }
}

.widget-logo-area{
    border-radius: 50%;
    background-color: #FF9800;
}

.navbar-brand__logo{
    display: block;
    margin: auto;
    position: relative;
    /* z-index: 99; */
    background-color: transparent;

    padding: 20px;

}

.copyright p{
    color: white;
    display: block;
    margin-top: 15px;
}

.legal_warning p{
    color: white;
    font-size: 14px;
}

.marquee {
    height: 40px;
    width: 500%;

    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 500%;
    height: 30px;

    position: absolute;
    overflow: hidden;

    animation: marquee 25s linear infinite;
}

.marquee span {
    float: left;
    width: 500%;
    color: #5b5a5a;
    font-weight: 400;
    font-size: 16px;
    opacity: 0.8;
}

@keyframes marquee {
    0% { left: 25%; }
    100% { left: -30%; }
}

.footer-contact-boxes{
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    margin: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

.footer-contact-boxes li{
    background-color: transparent;
    border-radius: 54px;
    position: relative;
    /* z-index: 99; */
    padding: 8px;
    list-style: none;
}


.footer-contact-boxes i{
    height: 25px;
    width: 25px;
    display: block;
    margin: auto;
    background-color: black;
}



.footer-contact-box{
    margin-left: 15px;
    width: auto;
    display: flex;
    justify-content: center;
}



.wrapper2 {
    width: 100%;
    overflow: hidden;

}

#containerr2 {
    height: 172px;
    width: 100%;
    position: relative;
}
#containerr2 .text2 {
    position: absolute;
    top: 46%;
    left: 27%;
    margin-left: 50px;
    transform: translate(-50%, -50%);
    font-family: Anton;
    font-size: 67px;
    z-index: 999;
    color: #fff;
}
#containerr2 .drop2 {
    height: 5px;
    width: 7px;
    border-radius: 0;
    background-color: #90d36d;
    position: absolute;
    top: 30%;
    left: 61%;
    transform: translate(120%, -800%) scaleX(0.5);
    animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
    display: none;
}

@keyframes move2 {
    0% {
        transform: translate(120%, -800%) scaleX(0.2);
        height: 60px;
    }
    30% {
        transform: translate(120%, -20%);
        height: 30px;
    }
    70% {
        transform: translate(120%, 20%);
        height: 30px;
    }
    100% {
        transform: translate(120%, 20%) scaleX(0.2);
        height: 30px;
    }
}

.btn-shine2 {
      position: relative;
    top: 72%;
    left: 0%;
    padding: 12px 48px;
   color: #fff;
    background: linear-gradient(to right, #ffffff 0, #EB4141 40%, #ffffff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine2 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}
@-moz-keyframes shine2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 250px;
    }
    100% {
        background-position: 0px;
    }
}
@-webkit-keyframes shine2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 250px;
    }
    100% {
        background-position: 0px;
    }
}
@-o-keyframes shine2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 250px;
    }
    100% {
        background-position: 0px;
    }
}
@keyframes shine2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 250px;
    }
    100% {
        background-position: 0px;
    }
}

.dinc-articles .owl-theme .owl-controls .owl-nav div{
    padding: 0;
    border: 1px solid #0f2a48;
    height: 45px;
    width: 45px;
    color: #033b4a;
    margin: 0 3px;
    text-align: center;
    z-index: 1;
    background:  #0f2a48;
    font-size: 0;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}


.sticky-desktop {
    opacity: 0;
    height: 50px;
    width: 25%;
    background-color: white;
    color: white;
    position: fixed;
    bottom: -25px;
    z-index: 10;
    margin: auto;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sticky-desktop li a {
    background-color: transparent;
}

.contact-form{
    padding: 40px;

}

.contact-area-page{
    padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    margin-bottom: 50px;
    min-height: 350px;
    color: #0f2a48;
}

.contact-form label , .contact-form select , .contact-form label{
    color: #699099;
}

.contact-area-page h4{
    color: #0f2a48;
    font-size: 49px;
}

.contact-area-page a{
    color: #0f2a48;
}

.contact-form input{
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-control{
    border-color: rgba(128, 128, 128, 0.23);

}

.text-muted{
    color: #699099 !important;
}

.btn-success{
    background-color: #0f2a48;
    border-color: #0f2a48;
}

.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
}
.input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: white;
    z-index: 9999;
    padding-right: 40px;
    color: black;
}
.input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 100;
    color: black;
    z-index: 9999;
}
.btn-search{
    width: 30px;
    height: 30px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 10px;
    color:#ffffff ;
    background-color: white;
    pointer-events: painted;
    z-index: 9999;
}

.btn-search:focus{
    position: relative;
    left: 0px;
}

.btn-search:focus ~ .input-search{
    width: 620px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 0px;
    background-color: white;
    z-index: 99;
    border-bottom:2px solid rgba(0, 0, 0, 0.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
    width: 580px;
    position: absolute;
    right: 5px;
    top: 20px;
    border-radius: 0px;
    background-color: white;
    z-index: 99;
    border-bottom:2px solid rgba(0, 0, 0, 0.5);

}

@media (max-width: 768px) {
    .btn-search {
        left: -30px;
      
        background-color: transparent;
        top: 35px !important;
        z-index: 10000;
    }
    .btn-search:focus ~ .input-search{
        min-width: 160px;
        max-width: 200px;
        width: 200px;
        text-align: center;
        position: absolute;
        left: -120px;
        top: 10px;
        height: 65px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:2px solid rgba(0, 0, 0, 0.5);
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);    z-index: 9999;
    }
    .input-search:focus{
        min-width: 130px;
        max-width: 225px;
        text-align: center;
        height: 65px;
        width: 500px;
        position: absolute;
        left: -120px;
        top: 10px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:none;

    }
    .input-search:focus .btn-search{
        position: absolute;
        left: -30px; 
        top: 35px !important;   z-index: 9999;
    }
}

.search-box .fa-search{
    /* height: 20px;
    width: 20px; */
    background-color: #0f2a48 ;
    position: relative;
    top: 9px;
    z-index: 99999;
}

/* ----------------------------------------------------------
   MENÜ – LOGO RENKLERİYLE HOVER EFEKTİ
---------------------------------------------------------- */
#site-header-menu #site-navigation .menu > ul > li > a{
    position:relative !important;           /* underline için referans */
    transition:color .25s ease !important;
}

/* KIRMIZI ALT ÇİZGİ (başta kapalı) */
#site-header-menu #site-navigation .menu > ul > li > a::after{
    content: '' !important;
    position: absolute !important;
    left: 48% !important;
    bottom: 5px !important;
    width: 0 !important;
    height: 2px !important;
    background: #0f2a48 !important;
    transform: translateX(-50%) !important;
    transition: width .25s ease !important;
}

/* HOVER – MAVİ YAZI + KIRMIZI ALT ÇİZGİ */
#site-header-menu #site-navigation .menu > ul > li:hover > a{
    color:#0077b6 !important;               /* logo mavisi */
}

#site-header-menu #site-navigation .menu > ul > li:hover > a::after{
    width:80% !important;                   /* alt çizgi genişliği */
}/* ----------------------------------------------------------
   MENÜ LİNKLERİ – NEON HOVER (#0f2a48)
---------------------------------------------------------- */
#site-header-menu #site-navigation .menu > ul > li > a{
    position:relative !important;
    text-decoration:none !important;
    transition:all .5s ease !important;
}

#site-header-menu #site-navigation .menu > ul > li > a::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    visibility:hidden !important;
    clip:rect(0,0,0,0) !important;
    transition:all .5s ease !important;
}

/* ---- HOVER ---- */
#site-header-menu #site-navigation .menu > ul > li > a:hover{
    color:#0f2a48 !important;
    animation:neonSpread 1.6s infinite alternate !important;
}

#site-header-menu #site-navigation .menu > ul > li > a:hover::before{
    visibility:visible !important;
    clip:rect(0,900px,0,0) !important;
    animation:neonSpread 1.6s infinite alternate !important;
}

/* -------- ANAHTAR KARELER -------- */
@keyframes neonSpread{
    /* zayıf parıltı */
    0%,100%{
        text-shadow:
            0 0   4px  rgba(15,42,72,.9),
            0 0   8px  rgba(15,42,72,.7),
            0 0  12px  rgba(15,42,72,.5),
            0 0  20px  rgba(15,42,72,.4) !important;
        filter:
            drop-shadow(0 0  4px rgba(15,42,72,.7))
            drop-shadow(0 0 12px rgba(15,42,72,.35)) !important;
    }
    /* güçlü parıltı – renk dışarı saçılıyor */
    50%{
        text-shadow:
            0 0   6px  rgba(15,42,72,1),
            0 0  12px  rgba(15,42,72,.9),
            0 0  22px  rgba(15,42,72,.7),
            0 0  35px  rgba(15,42,72,.5),
            0 0  55px  rgba(15,42,72,.35) !important;
        filter:
            drop-shadow(0 0  6px rgba(15,42,72,.9))
            drop-shadow(0 0 20px rgba(15,42,72,.4))
            drop-shadow(0 0 40px rgba(15,42,72,.25)) !important;
    }
}
/* ----------------------------------------------------------
   FOOTER MENÜ – LOGO RENKLERİYLE HOVER EFEKTİ
---------------------------------------------------------- */
.widget_nav_menu ul li > a{
    position:relative !important;
    transition:color .25s ease !important;
}

/* KIRMIZI ALT ÇİZGİ (başta kapalı) */
.widget_nav_menu ul li > a::after{
      content: '' !important;
    position: absolute !important;
    left: 48% !important;
    bottom: 0px !important;
    width: 0 !important;
    height: 2px !important;
    background: #0f2a48 !important;
    transform: translateX(-50%) !important;
    transition: width .25s ease !important;
}

/* HOVER – MAVİ YAZI + KIRMIZI ALT ÇİZGİ */
.widget_nav_menu ul li:hover > a{
    color:#0077b6 !important;     /* logo mavisi */
}

.widget_nav_menu ul li:hover > a::after{
    width:80% !important;         /* alt çizgi genişliği */
}
.jumbotron{
        background-color: #0f2a48 !important;
    color: white !important;
}
.my-1{
        background: white !important;
}
.about{
    margin-top: -80px;
    margin-bottom: -100px;
}
@media (max-width: 768px) {
    .btn-search {
        left: -30px;
      
        background-color: transparent;
        top: 35px !important;
        z-index: 10000;
    }
    .btn-search:focus ~ .input-search{
        min-width: 160px;
        max-width: 200px;
        width: 200px;
        text-align: center;
        position: absolute;
         left: -220px;
        top: 0px;
        height: 65px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:2px solid rgba(0, 0, 0, 0.5);
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);    z-index: 9999;
    }
    .input-search:focus{
        min-width: 130px;
        max-width: 225px;
        text-align: center;
        height: 65px;
        width: 500px;
        position: absolute;
        left: -220px;
        top: 0px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:none;

    }
    .input-search:focus .btn-search{
        position: absolute;
        left: -30px; 
        top: 35px !important;   z-index: 9999;
    }
}

.video-thumb{position:relative !important;display:block !important;overflow:hidden !important;}

.video-thumb img{transition:transform .35s ease !important;}

.video-thumb:hover img{transform:scale(1.05) !important;} /* hoş bir zoom */

.play-icon{
      border: solid 1px white;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 64px !important;
    height: 64px !important;
    background: rgb(0 0 0 / 76%) !important;
    border-radius: 50% !important;
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
    transition: background .25s ease !important;
}

.play-icon svg{width:28px !important;height:28px !important;fill:#fff !important;}

.video-thumb:hover .play-icon{background:rgba(0,0,0,.7) !important;}
/* Kapatma düğmesi */
.menu-close{
    position:absolute !important;
    top:12px !important;
    right:12px !important;
    width:38px !important;
    height:38px !important;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    cursor:pointer !important;
    z-index:1100 !important;           /* menüden de backdrop’tan da yukarıda */
}

/* X çizen çizgiler */
.menu-close::before,
.menu-close::after{
    content:"" !important;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    width:26px !important;
    height:3px !important;
    background:#0d1a1a !important;     /* koyu çizgi – menü zeminine göre ayarla */
    transform-origin:center !important;
    transition:background .2s ease !important;
}

/* 45° ve -45° döndürüp X elde ediyoruz */
.menu-close::before{ transform:translate(-50%,-50%) rotate(45deg) !important; }
.menu-close::after { transform:translate(-50%,-50%) rotate(-45deg) !important; }

/* Hover’da renk değişikliği (isteğe bağlı) */
.menu-close:hover::before,
.menu-close:hover::after{
    background:#e40046 !important;     /* vurgu rengi seç */
}
