:root {
    --container-width: 1350px;
    --container-width-2: 1600px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
	 --container-out-2: calc(calc(100vw - var(--container-width-2)) / 2);
    --default-color: #e2001a;
    --white-color: #ffffff;
	--black-color:#1a1a18;
    --fancybox-bg:  var(--white-color);
	--slide-width: 744px;
    --slide-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
    --slide-thumb-height: 3px;
    --slide-thumb-default-color: rgba(0, 0, 0, 0.4);
    --slide-thumb-active-color: rgba(255, 255, 255, 0.9);
}
*{ outline: 0 !important;
   outline: none;
   text-decoration: none;
   box-sizing: border-box;}
body {
   margin: 0;
   font-family: "Urbanist", sans-serif;
   font-weight: 400;
   font-optical-sizing: auto;
   scroll-behavior: smooth;
   font-style: normal;
   font-variation-settings: "wdth" 100;
  
}
.fancybox__container {
    --fancybox-color: #282828;
    --fancybox-hover-color: #282828;
    --fancybox-bg: rgb(255 255 255 / 80%);
}

::selection { background: #fafafa;  color: inherit;}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}

.slick-next
{
    right: -25px;
}

img.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}
img:not(.lazy-img) {
    opacity: 1;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
strong,b {
    font-weight: 700;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
::after, ::before {
    box-sizing: border-box;
}
@font-face {
  font-family: 'abtv';
  src: url('./icon-font/font/abtv.woff2') format('woff2'),
       url('./icon-font/font/abtv.woff') format('woff');
	   font-weight: normal;
  font-style: normal;
   font-display: swap;
}

.demo-icon {
    font-family: "abtv"; 
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
a {
    text-decoration: none;
    padding-bottom: 0;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--default-color);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

.toast-message {
    font-size: 14px;
    color: #fff;
}

#toast-container>.toast {
    background: var(--black-color);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: left center;
    background-position-x: 14px;
    padding: 25px 34px 25px 50px;
    width: initial;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 ,p {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
	}
.d-block {
    display: block;
}
.text-center {
    text-align: center;
}
.h-100 {
    height: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
ul {
    margin: 0;
    padding-left: 0;
	}
header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 5px 0 0px;
}
header.header{
  /* background-color:#fafafa; */
}
header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
header .menu li {
    position: relative;
    margin: 0 2px;
    padding: 18px 0px 18px 0;
    font-weight: 500;
    margin: 20px;
}
header .menu> li:first-child {
    margin-left: 0
}
header .menu li.no-drop:last-child {
    margin-right: 0;
 
}

header .menu li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px 2px 20px 2px;
    background: var(--black-color);
    display: none;
    z-index: 88;
    border-radius: 15px;
}
header .menu li .dropdown-menu li {
    margin: 0;
    padding: 13px 70px 13px 22px;
    border-bottom: 2px solid rgb(255 255 255 / 10%);
}
header .menu li .dropdown-menu li:last-child {
    border-bottom:none;
}
header .menu li.dropdown:hover .dropdown-menu {
    display: block
}
header .menu li .dropdown-menu li:hover{
   background: rgb(255 255 255 / 10%);
   border-color: var(--primary-color);
}
header .menu li a,header .menu li span {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: var(--black-color);
    gap: 8px;
    cursor: pointer;
}
header .menu li .dropdown-menu a {
    color: var(--white-color);
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
}
.social-live{display:flex;align-items:center;justify-content:start;gap: 5px;}
.social{display:flex;align-items:center;justify-content:start;gap: 2px;}
.social i{height: 32px;width: 32px;border-radius:72px;color: var(--white-color);font-size: 18px;display:flex;align-items:center;justify-content:center;background: rgb(26 26 24 / 90%);}
.social i:hover{background: var(--black-color);color: var(--white-color);}
.thumb {
  width: 100%;
   /* 16:9 oran */
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  display: block;
}
.thumb span{
 font-size: 19px;
 font-weight: 600;
 color: var(--black-color);
}
.thumb img {object-fit:cover;border-radius: 15px;overflow: hidden;width: 100%;aspect-ratio: 9/5;min-width: 250px;}

.site-footer {margin: 42px 45px 42px;background: #009036;border-radius:72px;padding:71px 0 43px;position:relative;}
.site-footer .logo{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 42px;
}

.site-footer .w-50{
  width:50%;
}
.site-footer .center{display:flex;align-items: stretch;justify-content:space-between;gap: 0;}
.site-footer .center .right{display:flex;align-items:start;justify-content:space-between;padding-left: 89px;border-left: 1px solid rgb(255 255 255 / 25%);padding-bottom: 40px;}
.site-footer .bottom{display:flex;align-items:start;justify-content:space-between;box-sizing: border-box;}
.site-footer .bottom {padding-top:50px}
.site-footer .bottom .right{display:flex;align-items:start;justify-content:space-between;padding-left: initial;border-left: 1px solid rgb(255 255 255 / 25%);}
.site-footer .bottom ul{display:flex;align-items:start;justify-content: end;gap: 15px;}
.site-footer .footer-slogan{font-size:32px;font-weight:700;color:#fff;line-height:44px;max-width:28rem;margin-bottom: 25px;}
.site-footer .social{display:flex;align-items:center;justify-content:start; gap:5px;}
.site-footer .social i{height: 50px;width: 50px;border-radius:72px;border:1px solid #fff;color: #009036;font-size: 21px;display:flex;align-items:center;justify-content:center;background: var(--white-color);}
.copyright{font-size:14px;color:#fff;line-height:19px;}
.site-footer .bottom ul a{font-size:14px;color:#fff;line-height:19px;}
.contact-info {display:flex;flex-direction:column;gap:15px;max-width: 19rem;}
.contact-info a{width:max-content;color:#fff;font-size: 22px;line-height: 30px;}
.contact-info p{color:#fff;}
.site-footer .center .right ul li{
  margin-bottom:12px;
}
.site-footer .center .right ul li:last-child{
  margin-bottom:0;
}
.site-footer .center .right ul a{
   font-size: 18px;
   line-height: 29px;
   color:#fff;
   font-weight:700;
}
.contact-buttons {position:fixed;right:0;top: 35%;display: flex;flex-direction: column;background: var(--secondary-color);padding: 10px 11px;gap: 10px;z-index: 2;border-radius: 15px 0 0 15px;}
.contact-buttons a{width:48px;height:48px;display: flex;align-items:center;justify-content:center;color: #fff;font-size: 30px;border-radius: 15px;transition: all .5s;}
.contact-buttons a:hover{background:#fff;color:var(--secondary-color);}
.home-ads-3 {margin-top:42px;}
.home-ads-3 img{border-radius:15px;}
.manset-news {margin-top: 20px;}
.highlights{width: 325.5px;overflow:auto;display: flex;flex-direction: column;gap: 10px;}
.news-page .highlights{position: sticky;
    top: 0;}
.manset-news-container{display:flex;align-items: start;gap: 20px;}
.slider {
	flex:1;
    border-radius: 15px;
    overflow: hidden;
}
.slider .slick-dots {
    display: flex;
    position: relative;
    transform: translate(0);
    padding: 0;
    flex-direction: row;
    border-radius: 0;
    margin: 0;
    justify-content: start;
}
 .slider .slick-dots li {
    margin: 0;
    width: 100%;
}
.slider .slick-dots li button {
    background: #f7050500;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    width:100%;
    height: auto;
    border:none;
    border: 1px solid #fff;
    background: rgb(1 1 1 / 4%);
    cursor:pointer;
    aspect-ratio: 1/1;
    max-height: 40px;
}

 .slider .slick-dots .slick-active button{
                background: #d40f0f;
                color: #ffffff;
            }

.manset-slider .item {position:relative;}
.manset-slider .item img{width:100%;aspect-ratio:16/9;object-fit:cover;}
.manset-slider .content-detail{position:absolute;height:100%;top:0;left:0;width:100%;display: flex;align-items: start;justify-content: end;padding: 0 50px 50px;flex-direction: column;}
.manset-slider .content-detail:before {
	content:"";position:absolute;top:0;left:0;width:100%;height:100%;
    background: linear-gradient(360deg, transparent 50%, #cc4b4baf 89%, #cc0202 99%);
	transform:rotate(180deg);
}
.manset-slider .cat-title {
   font-size: 14px;
   font-weight: 500;
   color: #ffffff;
   line-height: initial;
   position: relative;
   z-index: 5;
   background: var(--default-color);
   padding: 10px;
   line-height: 15px;
   border-radius: 5px;
   margin-bottom: 15px;
   }
	.manset-slider .title {
   font-size: 25px;
   font-weight: 700;
   color: #ffffff;
   line-height: 32px;
   position: relative;
   z-index: 5;
   max-width: 47rem;
   margin-bottom: 0;
   }
  .home-ads-2 {width:260px;}
  .home-ads-2  img {height: 100%;
    object-fit: unset;
    border-radius: 15px;}

.contact-whatsapp {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
    background: rgb(220 248 198 / 20%);
    border: 1px solid #DCF8C6;
    border-radius: 15px;
}
.contact-whatsapp:hover {background:rgb(255 255 255 / 20%);}
.contact-whatsapp h4 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom:5px;
    }
.contact-whatsapp p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    }
.contact-whatsapp .whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black-color);
    font-weight:500;
    padding: 12px 20px;
    background: rgb(220 248 198 / 20%);
    border: 1px solid #25D366;
    border-radius: 47px;
    gap: 7px;
    cursor: pointer;
}
.contact-whatsapp .whatsapp-link i {color:#25D366;font-size:36px;}
.map {
    margin-top: 25px;
    border-radius: 15px;
    overflow: hidden;
}

.contact-form {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 81px;
}

.contact-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
}

.contact {
    margin: 25px 0 110px;
}

.contact h1 {
    font-size: 28px;
    line-height: 40px;
    color: var(--black-color);
    font-weight: 500;
    max-width: 65rem;
    margin: 0 auto 80px;
    text-align: center;
}

.contact h1 b {
    font-size: 51px;
    font-weight: 600;
    display: block;
    line-height: 63px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}

.contact-flex .item {
    width: calc(calc(100% / 3) - 20px);
    position: relative;
    overflow: hidden;
    height: 234px;
    border: 1px solid #E6E6E6;
    padding: 50px 30px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
}

.contact-flex .item .bottom {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.contact-flex .item p {
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px;
}

.contact-flex .item span {
    font-size: 13px;
    font-weight: 300;
}

.contact-flex .item a:not(.g-btn) {
    font-size: 20px;
    font-weight: 400;
    color: var(--black-color);
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-flex .item a:not(.g-btn):hover {
    color: var(--default-color);
}

.contact-flex .sosyal p {
    font-weight: 300;
}

.contact-flex .item i {
    font-size: 24px;
    color: var(--default-color);
    margin-right: 15px;
}

.contact-flex .item i:hover {
    opacity: .6;
}
.form {
    padding: 90px 120px;
    background: #F9F9F9;
    height: 100%;
    width: 1170px;
    position: relative;
    max-width: 100%;
    border-radius: 15px;
}

.form .right label {
    font-size: 20px;
    color: #526D80;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.form .right label:last-child {
    margin-top: 46px;
}

.form input , .form textarea {
    width: 100%;
    margin-bottom: 14px;
    height: 54px;
    outline: none;
    padding: 20px;
    color: #023D58;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 500;
}

.form input::placeholder,.form textarea::placeholder {
    color: #AEAEAE;
    font-weight: 400;
}

.form input:focus,.form textarea:focus {
    border: 1px solid var(--default-color);
}

.form textarea {
    height: 162px;
}

.form .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-right: 0;
}

.form .right {
    max-width: 50%;
    padding-left: 0;
    margin-top: 0;
}

.form.contact-form .right {
    width: 65.3%;
    padding-left: 75px;
    margin-top: 0px;
}

.form .frm-btn {
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 45px;
    background: var(--default-color);
    color: #fff;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: 0 0;
    position: relative;
    transition: all .5s;
    left: 0;
}

.form .frm-btn:hover {
    left: 10px;
}

.form .frm-btn svg {
    font-size: 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: 900;
    position: relative;
    transition: all .5s;
}

.form .frm-btn:hover svg {
    margin-left: 20px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.form .checkbox label {
    font-size: 14px;
    font-weight: 300;
    color: var(--black-color);
}

.form .checkbox label a {
    color: #152E74;
    font-weight: 500;
}

.form .checkbox input {
    margin-bottom: 0px;
    height: 20px;
    border: none;
    padding: 0;
    width: 20px;
}

.form h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--default-color);
    line-height: 42px;
    margin-bottom: 31px;
}

.form p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    line-height: 21px;
    max-width: 21rem;
}
.form-input ,.form-text{width: 100%;}
.form-input label,.form-text label{display: none;}
.w-recaptcha ,.button{width: 50%;}
 .g-btn {
   
	 display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    background: var(--default-color);
    padding: 17px 36px;
   border-radius:15px;
    cursor: pointer;
    min-width: 100px;
    border: none;
}

.form .g-btn {
    float: right;
	
}
.tag {
  margin: 23px auto 60px;
  padding: 20px 30px;
  border: 1px solid rgb(26 26 24 / 20%);
  border-radius: 15px;
}



.tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag li {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 10px;
  border-bottom: 1px solid rgb(26 26 24 / 20%);
  font-size: 16px;
}

.tag li:last-child {
  border-bottom: none;
}

.tag strong {
  width: 45%;
  color: var(--black-color);
  font-weight: 600;
  font-size: 18px;
}

.tag li span,
.tag li a {
  width: 55%;
  color: var(--black-color);
  text-decoration: none;
  word-break: break-word;
}

.tag li a:hover {
  text-decoration: underline;
  color: var(--default-color);
}
.program-content {display:flex;flex-wrap:wrap; gap:30px;}
.program-content .program{width:calc(100% / 4 - 22.5px)}
.program-content .program img{border-radius:15px;}
.btn{
    padding:8px 14px;
    border-radius: 5px;
    border: 1px solid var(--black-color);
    font-weight:600;
    cursor:pointer;
    font-size:14px;
  }
  .btn:disabled{
    opacity: 0.68;
    cursor:not-allowed;
  }
  .btn--ghost{
    background:transparent;
    color:var(--black-color);
  }
  .btn--primary{
    background: var(--default-color);
    color:#fff;
    border-color:transparent;
  }
 .news-page {margin-top:30px}
.news-page .descriptions{margin-top:10px;font-size:18px;font-weight:500;line-height:28px}
  .news-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: flex-start;
}
  .news-detail {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
}
  .news-detail h1{
   color: var(--black-color);
}
.news-detail h3,.news-detail h4,.news-detail h5{
   color: var(--black-color);
   font-size: 22px;
   line-height: 36px;
}
 .news-detail p,.news-detail span,.news-detail b{
   color: var(--black-color);
   font-size: 18px;
   line-height: 26px;
}
 .news-detail a{
   color: var(--default-color);
   font-size: 18px;
   line-height: 26px;
}
.news-detail img.news-image{width: 100%;aspect-ratio: 16/9;border-radius: 20px;margin: 0px 0 15px;}
.yt-comments{
    max-width: 100%;
    margin: 26px 0 0;
    padding: 20px;
    border: 1px solid rgb(26 26 24 / 10%);
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }

  /* header */
  .yt-comments__header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin-bottom:14px;
  }
  .yt-comments__title{
    margin:0;
    font-size:18px;
    color:var(--accent);
  }
  .yt-comments__sort{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--muted);
    font-size:14px;
  }
  .yt-comments__sort select{
    padding:6px 8px;
    border-radius:6px;
    border: 1px solid var(--black-color);
    background:#fafafa;
    font-size:14px;
  }

  /* compose */
  .yt-comments__compose{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .yt-comments__compose .avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
    flex:0 0 48px;
    border:1px solid #eee;
  }

  .compose-right{
    flex:1;
    min-width:0;
  }
.compose-right input {
    width:33%;
    min-height:20px;
    resize:vertical;
    padding:12px;
    border-radius:8px;
    border: 1px solid rgb(26 26 24 / 10%);
    font-size:15px;
    color: var(--black-color);
    outline: none;
    box-sizing:border-box;
	margin-bottom:15px;
  }
  .compose-right textarea {
    width:100%;
    min-height:88px;
    resize:vertical;
    padding:12px;
    border-radius:8px;
    border: 1px solid rgb(26 26 24 / 10%);
    font-size:15px;
    color: var(--black-color);
    outline: none;
    box-sizing:border-box;
  }
  .compose-right textarea::placeholder,.compose-right input::placeholder{
    color: #9aa0a6;
  }

  .compose-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
    gap:12px;
    flex-wrap:wrap;
  }

  .compose-info{
    display:flex;
    align-items:center;
    gap:8px;
    color: var(--black-color);
    font-size:13px;
  }
  .compose-info input[type="checkbox"]{
    width:16px;
    height:16px;
  }

  .compose-buttons{
    display:flex;
    gap:8px;
  }
  .compose-footnote{
    margin:10px 0 0 0;
    font-size:12px;
    color:var(--black-color);
  }
  .compose-footnote a{
    color:var(--default-color);
    text-decoration:none;
  }

  /* comments list */
  .yt-comments__list{
    padding:14px 0 0 0;
    max-height: 350px;
    overflow: auto;
  }
  .empty{
    color:var(--black-color);
    margin:0;
  }
.comment {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  display: flex;
  gap: 12px;
}
.comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comment strong {
  display: block;
  color: #111;
}
.comment p {
  margin: 4px 0;
  color: #444;
}
.comment small {
  color: #999;
  font-size: 13px;
}
.ads-4 {border-radius:15px;overflow:hidden;display: block;}
  /* responsive */
  .arsiv-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}
.arsiv-content .arsiv {
    width: calc(100% / 4 - 15px);
}
.arsiv-content .arsiv img {
    border-radius: 15px;
    aspect-ratio: 16 / 9;
}
.magazine .arsiv-content .arsiv img {
    border-radius: 15px;
    aspect-ratio: initial;
    border: 1px solid #ad9a9a;
}
.arsiv-content .arsiv h4 {
  margin-top:12px;
  color: var(--black-color);
}
.arsiv-content .arsiv h5 {
  margin-top:6px;font-size:14px;color:var(--black-color);opacity:.7;
}
.policy p {color:var(--black-color);font-size: 17px;line-height: 24px;}
.policy h2 {color:var(--black-color);margin: 10px 0;font-size: 24px; line-height: 32px;}
.policy a {color: var(--default-color);}
.policy ul {margin-left: 20px;}
.policy li {list-style: disc;font-size: 17px;line-height: 24px;color:var(--black-color);}
.short-video img,.short-video iframe{aspect-ratio: 9/16;border-radius: 15px;width: 100%;height: auto;object-fit: cover;}

.menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    height: 100%;
    padding: 35px 40px 40px 40px;
    width: 420px;
    overflow: auto;
    transition: .3s;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    max-width: 100%
}
.menu-btn {
    width: 32px;
    height: 32px;
    color: var(--black-color);
    border-radius: 19px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}
.menu-btn i{
}
  .open-menu .menu-wrapper {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .menu-wrapper .close-button {
        text-align: right;
        margin-bottom: 0;
        cursor: pointer;
        display: flex;
        justify-content: end;
    }
.toggle-menu{color:#fff;background:var(--default-color);height:48px;width:48px;display: flex;align-items: center;justify-content: center;border-radius: 5px;}
    .menu-wrapper .menu>ul {
        list-style: none;
        padding: 0;
        margin: 34px 0 0;
        font-size: 18px
    }

    .menu-wrapper .menu>ul>li>a,.menu-wrapper .menu>ul>li>span {
       color: var(--black-color);
       display: block;
       padding: 10px 0;
       font-weight: 600;
       cursor: pointer;
       font-size: 24px;
    }

    .menu-wrapper .menu>ul>li>ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none
    }
   
    .menu-wrapper .menu>ul>li>ul>li a {
        padding: 10px 0;
        display: flex;
        color: var(--default-color);
        font-size: 16px;
        align-items: center;
    }

    .menu-wrapper .menu>ul>li>ul>li a:before {
        content: "\e800";
        font-family: 'abtv';
        margin-right: 10px;
        font-size: 10px
    }
    .ads-manset{margin: 15px 0 0;}
    .ads-manset img{width: 100%;}
    .home-page .cat-title {color: #009036;font-weight: 600;font-size: 32px;margin-bottom: 15px;display: block;border-top: 3px solid;margin-top: 35px;}
.home-page.page{margin-bottom:30px;} 
.home-page.page.magazine{background: rgb(128 202 156 / 40%);
    padding: 45px 0;
    border-radius: 72px;
    margin: 0 45px;}
.gallery-img{margin-top: 30px;}
@media (max-width: 1500px) {
    :root {
        --container-width: calc(100% - 90px);
        --container-width-2: calc(100% - 60px);
    }
}
 @media(max-width:1366px){
      :root {
        --container-width: calc(100% - 60px);
        --container-width-2: calc(100% - 30px);
    }
    .site-footer {
    margin: 42px 15px 42px;
    border-radius: 36px;
    padding: 50px 0 33px;
}
	 .home-page.page.magazine {
  
    border-radius: 36px;
    margin: 0 15px;
}
    .site-footer .w-50{
    width: 60%;
}
.site-footer .w-50:not(.right) {
    width: 40%;
}
.site-footer .footer-slogan {
    font-size: 24px;
    line-height: 32px;
    max-width: 25rem;
}
.site-footer .logo img{
    height: 48px;
}
.site-footer .logo {
    align-items: start;
    gap: 4px;
   flex-direction: column;
}
.site-footer .logo h6 {
max-width: 100%;

}
.home-pro .program {
    width: 300px;
}
}
@media(max-width:1200px) {
    header .menu li {
   
    margin: 13px;
}
.contact h1 {
 
    margin: 0 auto 30px;
}
.manset-news-container {display: block;}
	.news-container {
    flex-direction: column;
}
.home-ads-2 {
    width: 100% !important;
    height: initial !important;
}
	.highlights {
    width: 100%;
    height:initial !important;
    flex-direction: row;
    gap: 20px;
    flex-wrap:wrap;
    margin-top:30px;
    overflow: hidden;
}
.thumb {
    width: calc(100% / 4 - 15px);
}
	.thumb img {
    min-width: initial;
}
}
@media(max-width:1100px){
     :root {
        --container-width: calc(100% - 30px);
        --container-width-2: calc(100% - 30px);
    }
     
    header .menu {
  
    display: none;
}
    header .logo img{
     height: 75px;
     width: initial;
    }
.menu-btn{cursor: pointer;display: flex;height: 43px;width: 48px;background: #009036;align-items: center;justify-content: center;color: #fff;border-radius: 9px;}
}
@media(max-width:900px){
.thumb {
    width: calc(100% / 2 - 10px);
}
	.arsiv-content .arsiv {
    width: calc(100% / 2 - 10px);
}
}
    @media (max-width: 768px) {
       
.home-ads-2 {
    width: initial;
    height: initial !important;
    text-align: center;
}
.home-ads-2 img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.manset-slider .content-detail {
   
    padding: 0 11px 9px;
}
.manset-slider .title {
    font-size: 15px;
  
    line-height: 18px;
}
.manset-slider .cat-title {
    font-size: 11px;
    padding: 4px 6px;margin-bottom: 5px;
}
.slider .slick-dots {
  
    flex-wrap: wrap;
}
.slider .slick-dots li {
    margin: 0;
    width: 10%;
}
        .contact-flex .item {
            width: 100%;
        }
        .form {
    padding: 70px 15px;
}
               .form>.d-flex {
            flex-wrap: wrap;
        } 
                .form .left, .form .right {
            width: 100%;
            max-width: 100%;
        }
        .w-recaptcha {
    width: 100%; margin-bottom: 25px;
}
.button {
    width: 100%; 
}
.contact-form .checkbox {display: none;}
.story-container {
   
    max-width: 100%;
}
.slide-items img {
    max-width: 744px;
    width: 90%;
}

    }
  @media (max-width:600px){
        :root {
        --container-width: calc(100% - 18px);
        --container-width-2: calc(100% - 18px);
    }
      .site-footer {
    margin: 45px 6px 30px;
    text-align: center;
    border-radius: 36px;
}
.site-footer .center {

    flex-direction: column;
}
    .site-footer .center .right {
        padding-left: 0px;
        flex-direction: column-reverse;
        gap: 30px;padding-bottom: 0px;
    }
    .site-footer .bottom {
  
    flex-direction: column-reverse;
}
	  .site-footer .bottom .right {
        padding-left: 0px;
        flex-direction: column-reverse;
        gap: 30px;padding-bottom: 0px;
    }
.radiusdijital{display: none;}
.site-footer .bottom ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .site-footer .w-50:not(.right),.site-footer .w-50 {
        width: 100%;
    }
    .site-footer .icon-arrow-up {
  display: none;
}
.site-footer .center .right,.site-footer .bottom .right {

align-items: center;

border-left: 0px solid rgb(255 255 255 / 25%);
}
    .site-footer .logo {
        align-items: center;
        margin-bottom: 30px;
    }
.site-footer   .social {
    justify-content: center;
    margin-bottom: 30px;
}
    .site-footer .footer-slogan {
        font-size: 22px;
      
        margin-bottom: 30px;
    }
    .contact-info {

    align-items: center;
}
.radiusdijital-mobile{display: flex;align-items: center;justify-content: center;margin-top: 30px;}
    .yt-comments__header{
      flex-direction:column;
      align-items:flex-start;
      gap:8px;
    }
    .compose-right textarea{
      min-height:72px;
    }
    .video-container {
    
    flex-direction: column;
}
.video-thumbnails {
    width: 100%;
    flex-direction: row;
    aspect-ratio: auto;
    height: initial !important;
}
	  .thumb img {
    min-width: 200px;
   
}
.marquee {

  margin-top: 8px;
}
.post {
    width: 270px;
   
}
.manset-news-container {display: block;}
	  .program-content .program{width:100%;}
      .arsiv-content .arsiv {
    width: 100%;
}
	  .thumb{width: 100%;}
.arsiv-content .arsiv img {
    width: 100%;
}
.tag {
    margin: 23px auto 60px;
    padding: 15px 10px;
}
.tag li {
    padding: 18px 5px;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
}
.tag li span, .tag li a {
    width: 100%;
   
}
.tag strong {
    width: 100%;
   
    text-align: center;
}
        .contact-whatsapp {
            justify-content: center;
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }
     .other-videos {
        flex-direction: column;
        overflow: initial;
        aspect-ratio: auto;
    }
  .other-videos  .thumb img {
        min-width: 100%;
    }
    .video-detail-player h1{font-size: 22px;}
     .other-videos  .thumb span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    margin: 6px;
    display: block;
}

.home-ads-3 img {
    border-radius: 5px;
}
.contact h1 {
 margin: 0 auto 25px;
}
.compose-right input {
    width: 100%;
  
}
    .site-footer .logo img {
        height: 88px;
    }
    .contact h1 b {
    font-size: 38px;
}
  }
  @media(max-width:572px){
   header .social {
    display: none;

}

    header .logo img {
        height: 67px;
    }
  }

  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.pagination .page-item {
    margin: 0 2px;
    border-radius: 5px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(26 26 24 / 10%);
    border-color: rgb(26 26 24 / 10%);
}
.pagination .page-link {
    z-index: 2;
    color: var(--black-color);
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-link:hover, .pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: var(--default-color);
    border-color: var(--default-color);
}
.footer-whatsapp{
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 99;
    }
.circle-text-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366; /* WhatsApp yeşili arka plan */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.circle-svg {
  width: 100%;
  height: 100%;
}

.circle-svg text {
  font-size: 12.2px;
  fill: #fff; /* Yazı beyaz */
  letter-spacing: 0px;
  text-transform: uppercase;
}

.circle-text-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  font-size: 22px;
  color: #fff; /* İkon beyaz */
}
@media(max-width:1024px){
    .footer-whatsapp{
    right: 20px;
    bottom: 20px;
    }
}
@media(max-width:600px){
    .footer-whatsapp{
    right: 10px;
    bottom: 10px;
    }
}