:root {
    --content_container: 72vw;
    --rightFormWidth:350px;
    --master-color: #10154e;
    --master-color-light: #10154e;
    --master-color-dark: #10154e;

    --brand-color: #122e6e;
    --brand-color-light: #1a3a7a;
    --brand-color-dark: #0e224e;

    --pageFontColor: #1b1b1b;
    --dark: #1b1b1b;
    --dark-light: #222222;
    --dark-bold: #111111;


    /*
    #317268
    #364b5c
    */

    --promo-color-1: #be346a;
    /*--promo-color-2: #e46a45; */
    --promo-color-2: #e46a45;
    --promo-color-3: #338149;
    --promo-color-4: #332c64;
    --promo-color-4-light: #2d3569;
    --promo-color-4-dark: #161d47;

    --gray-dark: #8c8c8e;
    --gray: #c5c6c8;
    --gray-light: #f9fafc;
    --font-size: 14px;
    --type1SubMenuBack: #f3f6f9;
    --type1SubMenuBackB: #e6ebef;
}

.page-wrapper p{
    text-align: justify;
}
footer p{
    text-align: right !important;
}

.content-container {
    width: var(--content_container);
    max-width: calc(100vw - var(--rightFormWidth)) !important;
    margin: 0 auto;
}

.clr-master {
    color: var(--master-color);
}

.bg-master {
    background-color: var(--master-color);
}

.clr-master-light {
    color: var(--master-color-light);
}

.bg-master-light {
    background-color: var(--master-color-light);
}

.clr-master-dark {
    background-color: var(--master-color-dark);
}

.bg-master-dark {
    background-color: var(--master-color-dark);
}

.clr-brand {
    color: var(--brand-color);
}

.bg-brand {
    background-color: var(--brand-color);
}

.bg-brand-light {
    background-color: var(--brand-color-light);
}

.clr-brand-light {
    color: var(--brand-color-light);
}

.bg-brand-dark {
    background-color:var(--brand-color-dark);
}

.clr-brand-dark {
    color: var(--brand-color-dark);
}

.bg-gray-light {
    background-color: var(--light-gray);
}

.clr-gray-light {
    color: var(--gray-light);
}
.clr-gray {
    color: var(--gray);
}
.clr-gray-dark {
    color: var(--gray-dark);
}
.bg-gray-light {
    background-color: var(--gray-light);
}
.bg-gray {
    background-color: var(--gray);
}

.bg-gray-dark {
    background-color: var(--gray-dark);
}


.hero-1 {
    font-weight: 800;
}
.hero-left{
    font-size: 1.6em;
    line-height: 1.3em;
}
.hero-1 {
    font-size: 2em;
}
.hero-2 {
    font-size: 1.5em;
    line-height: 1em;
}

.full-h-must {
    height: 100vh;
}

.full-h-max {
    max-height: 100vh;
}

.full-h-min {
    min-height: 100vh;
}

.half-h-must {
    height: 50vh;
}

.half-h-max {
    max-height: 50vh;

}

.half-h-min {
    min-height: 50vh;
}

.quarter-h-must {
    height: 75vh;
}

.quarter-h-max {
    max-height: 75vh;
}

.quarter-h-min {
    min-height: 75vh;
}

.manuel-h-must {
    height: 450px;
}

.manuel-h-max {
    max-height: 450px;
}

.manuel-h-min {
    min-height: 450px;
}


.clr-promo-1 {
    color: var(--promo-color-1);
}

.clr-promo-2 {
    color: var(--promo-color-2);
}

.clr-promo-3 {
    color: var(--promo-color-3);
}

.clr-promo-4 {
    color: var(--promo-color-4);
}

.clr-promo-4-light {
    color: var(--promo-color-4-light);
}

.clr-promo-4-dark {
    color: var(--promo-color-4-dark);
}

.clr-dark {
    color: var(--dark);
}

.clr-dark-light {
    color: var(--dark-light);
}

.clr-dark-bold {
    color: var(--dark-bold);
}


.bg-promo-1 {
    background-color: var(--promo-color-1);
}

.bg-promo-2 {
    background-color: var(--promo-color-2);
}

.bg-promo-3 {
    background-color: var(--promo-color-3);
}
.bg-promo-4 {
    background-color: var(--promo-color-4);
}
.bg-promo-4-light {
    background-color: var(--promo-color-4-light);
}
.bg-promo-4-dark {
    background-color: var(--promo-color-4-dark);
}


.bg-dark {
    background: var(--dark);
}

.bg-dark-light {
    background: var(--dark-light);
}

.bg-dark-bold {
    background: var(--dark-bold);
}


.main-page-icon-box{
    border-radius: 30px;
    padding: 30px;
}
.main-page-icon-box img{
    max-width: 60px;
}
.main-page-icon-box .title{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pageFontColor)
}
.img-card{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;

    width: 100%;
}
.img-card > img{
    margin-top: -20px;
    max-width: 620px;
}
.img-card.sm{
    height: 150px;
    overflow: hidden;
}
.img-card .content{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: WHITE;
    display: flex;
    align-items: start;
    padding: 10px;
    justify-content: end;
    flex-direction: column;
}
.img-card .content > *{
    color: WHITE;
    position: relative;
    z-index: 30;
}
.img-card .content::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}
.img-card .content.promo-1::after{
    background-color: var(--brand-color);
    mix-blend-mode: multiply;

}

.img-card.square{
    aspect-ratio: 1;
    width: 100%;
    height: 300px;
}
ul.main-button-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.main-button-list li{
    flex: 1 1 auto;
    padding: 10px;
    display:inline-flex;
    width: fit-content;
    flex-direction: column;
}

.top-n-img{
    margin-top: -50px;
    transition: all 0.2s ease-in-out;
    display: none;
}
.top-n-img:hover{
    transform: scale(1.05);
}
.rounded-5 .top-n-img{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.hero-image {
    position: relative;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.hero-image:hover{

}
.hero-image .hero-shape {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
}
.hero-image:hover .hero-shape{
    left: -5px;
    top: 20px;

}
.hero-image .hero-shape > img {
    width: 100%;
    display: none;

}
.hero-image > img{
    z-index: 30;
    position: relative;

    display: inline-block;
    width: 100%;
    filter: drop-shadow(0 -20px 10px  rgba(0,0,0,0));
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
}
.hero-image.sidebar-hero-img{
    text-align: right;
}
.hero-image.sidebar-hero-img > img{
    max-height: 110px;
}
.fac-card:hover .hero-image > img{
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.4));
    transform:perspective(1000px) rotate(0deg) translateY(-10px) translateX(0px) translateZ(100px) rotateX(0deg);
}


.hover-bg{
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 30;
    border: 1px solid transparent;
}
.hover-bg:hover{
    z-index: 50;

}
.fac-title-area{
    background: white;
    position: relative;
    z-index: 30;
    padding: 20px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fac-title-area .fac-title{
    line-height: 1.3em;
    font-size: 1em;
    font-weight: 900;
    color: var(--brand-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.black-white-hover{}
.black-white-hover:hover .fac-card{
    filter: grayscale(1);
    opacity: 0.5;
}
.fac-card{
    cursor: pointer;

    height: 100%;
}
.fac-card:hover{
    transform: translateY(-15px);
    filter: grayscale(0) !important;
    opacity: 1 !important;
}
.fac-card.right::before{
    left: unset;
    right: 0;
}
.fac-card::before{

    content:'';
    width: 180px;
    height: 180px;
    border-radius: 100%;
    left: 0;
    top: -20px;
    position: absolute;
    background: white;
    z-index: 20;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32,1.6);
}
.fac-card:hover::before{
    /*top: 0;
    transform:perspective(1000px);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
*/
    background-color: transparent !important;
    border: 1px solid #ccc;
    transform: scale(1.2);
    left: 30%;
}
.fac-card.muh1::before{background-color: var(--brand-color);}
.fac-card.guz1::before{background-color: var(--promo-color-1);}
.fac-card.huk1::before{background-color: var(--promo-color-2);}
.fac-card.ins1::before{background-color: var(--promo-color-3);}
.fac-card.mes1::before{background-color: var(--promo-color-4);}


.fac-card-dep-list{
    flex-direction: column;
    display: none !important;
}
.fac-card-dep-list li{
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(204, 204, 204, 0.13);
}
.fac-card-dep-list li:last-child{
    border-bottom: none;
}
.fac-card-dep-list li .dep-name{
    flex: 1 1 auto;
}
.fac-card-dep-list li a{
    flex-direction: column;
    font-weight: 800;
    width: 100%;
    display: flex;
    padding: 5px 10px;
    transition: all 0.1s ease-in-out;
}
.fac-card-dep-list li a small{
    font-weight: 300;
    width: 100%;

    font-style: italic;
}
.fac-card-dep-list li:hover a{
    font-weight: 800;
}
.fac-card:hover .fac-card-dep-list li a{
    color: WHITE;
}
.img-totalite-left{
    z-index: 30;
    margin-right: -50px;
}

.img-totalite-bottom{
    z-index: 30;
    margin-bottom: -50px;
}

.img-totalite-top{
    z-index: 30;
    margin-top: -50px;
}


header.header-nav-center{
    position: sticky;
    top: 0 !important;
    background: WHITE;
    backdrop-filter: blur(0) !important;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32,1.6) !important;
    border-bottom:none;
    box-shadow: 0 0 30px rgba(0,0,0,0);
}
.fixed-header header.header-nav-center{
    background: WHITE !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0 !important;
    width: 100svw;
    left: 0;
    z-index: 500;
}
.fixed-header header .navbar {
    padding: 10px 0;
}
.colorfull-area{
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32,1.6);
    background-image: url(../img/desen2025-abu-min.png);
}

.colorfull-area.muh1{background-color: var(--brand-color);}
.colorfull-area.guz1{background-color: var(--promo-color-1);}
.colorfull-area.huk1{background-color: var(--promo-color-2);}
.colorfull-area.ins1{background-color: var(--promo-color-3);}
.colorfull-area.mes1{background-color: var(--promo-color-4);}

.colorfull-area.muh1 .text-primary,
.colorfull-area.muh1 .section_title,
.colorfull-area.guz1 .text-primary,
.colorfull-area.guz1 .section_title,
.colorfull-area.huk1 .text-primary,
.colorfull-area.huk1 .section_title,
.colorfull-area.ins1 .text-primary,
.colorfull-area.ins1 .section_title
.colorfull-area.mes1 .text-primary,
.colorfull-area.mes1 .section_title
{
    color: WHITE !important;
}
.colorfull-area .border-right{
    border-color: rgba(255,255,255,0.3) !important;
}
.footer-number{
    font-weight: 900;
}
.hero-4{
    font-size: 1.5em;
}

.bg-muh1{}
.bg-guz1{}
.bg-huk1{}
.bg-ins1{}
.bg-ins1{}

.bg-muh1{background-color: var(--brand-color);}
.bg-guz1{background-color: var(--promo-color-1);}
.bg-huk1{background-color: var(--promo-color-2);}
.bg-ins1{background-color: var(--promo-color-3);}
.bg-mes1{background-color: var(--promo-color-4);}

.clr-muh1{color: var(--brand-color);}
.clr-guz1{color: var(--promo-color-1);}
.clr-huk1{color: var(--promo-color-2);}
.clr-ins1{color: var(--promo-color-3);}
.clr-mes1{color: var(--promo-color-4);}

.mascarpone-student{
    margin-top: -50px;
    max-width: 350px;
}
.analytics-tables{}
.analytics-tables table{}
.analytics-tables table thead{
    background: var(--brand-color);
    color: WHITE;
}
.analytics-tables table thead tr{}
.analytics-tables table thead tr th{
    padding: 8px 8px !important;
    color: WHITE;
    font-weight: 600;
    font-size: 1.5em;
}
.analytics-tables table tbody{}
.analytics-tables table tbody tr{}
.analytics-tables table tbody tr td{
    padding: 5px 5px !important;
    font-size: 1.5em;
    line-height: 1.5em;
}
.analytics-tables table tbody tr td:first-child{
    font-weight: 700;
}
.analytics-tables table tbody tr td:last-child{
    font-weight: 400;
}

.analytics-tables .thb,
.panel-body .thb{
    background: #ccc !important;
    color: BLACK !important;
}
.analytics-tables [align="left"],
.analytics-tables .b,
.panel-body  [align="left"],
.panel-body  .b
{
    padding: 10px;
}
.analiz-area{
    font-size: 10px;
}
.analiz-area .accordion .card .card-header h3 .btn-link{
    font-size: 1em;
}

.priv-columns {
    justify-content: space-between;
}
.priv-columns > div{}
.priv-columns > div:first-child{

}
.priv-columns > div:last-child{

}
.wave-right{
    background-image: url(../img/decorations/wave.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.wave-left{
    background-image: url(../img/decorations/);
    background-size: auto 120px;
    background-repeat: repeat;
    background-position: center left;
}

.customer-helper-card{
    margin-top: -30px;
    display: flex;
    flex-direction: column;
}
.customer-helper-card  {}
.customer-helper-card   .customer-helper-head{
    font-size: 1em;
    text-align: right;
    color: white;
    font-weight: 900;
    padding: 5px 10px;
}
.customer-helper-card   .customer-helper-name{
    font-size: 1.5em;
    text-align: right;
    color: white;
    font-weight: 900;
    font-family: var(--barlow);
    line-height: 1em;
}
.customer-helper-card   .customer-helper-text{}
.customer-helper-card  .customer-helper-info{}
.customer-helper-card  .email-info-customer small{
    font-size: 0.8em;
}
.customer-helper-card  .customer-helper-info p{}
.customer-helper-card  .customer-helper-info p a{}
.customer-helper-card  .customer-helper-info p strong{
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 0.8em;
}

.hero .hero-2{
    font-size: 1.5em;
    line-height: 1.3em;
}


.accordion .card .card-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content1-area{}
.content1-area  img:nth-child(1){
    border-radius: 100%;
    max-width: 200px;
}

.full-vid{
    --ratios:calc(calc(100% * 720) / 1280);
    width: 100%;
    height: var(--ratios);

}

.abu-brands{}
.abu-brands img{
    width: 80px;
    height: auto !important;
    filter: invert(1);
}
.abu-brands p{
    font-weight: 100;
    color: WHITE;
    text-transform: uppercase;
    padding: 5px 10px;
}

.danismam-kurulum{}
.danismam-kurulum .post-item{
    display: flex;
    flex-direction: column;
}

.danismam-kurulum .column-description{
    background: var(--brand-color);
    height: 100%;
    border-radius: 0 !important;
    color: WHITE;
}
.danismam-kurulum .column-description h3{
    color: WHITE !important;
    font-size: 1em;
    word-wrap: break-word;
}
.danismam-kurulum .column-description p{
    color: WHITE !important;
}
.danismam-kurulum > div:nth-child(7) .column-description,
.danismam-kurulum > div:nth-child(9) .column-description,
.danismam-kurulum > div:nth-child(11) .column-description
{
    background: var(--promo-color-4) !important;
}
.danismam-kurulum > div:nth-child(2n){
    padding: 0;
}

.danismam-kurulum > div:nth-child(2n+1){
    padding: 0;
}

.danismam-kurulum .bg-0{
    padding: 0;
}
.danismam-kurulum .bg-0 img{
    max-width: 100%;
    width: 100%;
}
.MsoNormalTable{}
.MsoNormalTable tbody{}
.MsoNormalTable tbody tr{
    border-bottom: 1px solid rgba(18, 46, 110, 0.27);

}
.MsoNormalTable tbody tr td{

}
.MsoNormalTable tbody tr td:first-child{
    line-height: 1em;
    text-align: center;
    border-right: 1px solid rgba(138, 138, 138, 0.29);
    vertical-align: middle;
}
.MsoNormalTable tbody tr td:first-child p{
    line-height: 1em;
    color: var(--brand-color);
    font-size: 1em;
    font-family: var(--barlow) !important;
    font-weight: 900;
}
.MsoNormalTable tbody tr td:last-child{
    padding: 10px;
}
.MsoNormalTable tbody tr td:first-child img{

}

.footer-icon{
    width: 320px;
    height: auto;
    margin-bottom: -120px;
}

.arda-was-here{
    position: fixed;
    z-index: 200;
    left: 0;
    width: calc(100% - var(--rightFormWidth));
    background: rgba(0,0,0,0.7);
    height: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proc-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.proc-list li{
    display: inline-flex;
    border-right: 1px solid rgba(204, 204, 204, 0.44);
}
.proc-list li:last-child{
    border-right: none !important;
 }
.proc-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: WHITE;
    font-size: 1em;

}
.proc-list li a img{
    width: 30px;
}
.proc-list li a span{
    line-height: 1em;
    font-weight: 300;
}
.proc-list li a i{

    width: 30px;
    height: 10px;
    line-height: 1em;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proc-list-2{}
.proc-list-2 .buttonar{
    position: fixed;
    right: calc(var(--rightFormWidth) + 10px);
    bottom: 0;
    display: flex;
    align-items: center;

    justify-content: center;
    border-radius: 160px;
    background:linear-gradient(45deg, #005d4b,#06625f);
    padding-left: 60px;
    border: 1px solid #eee;
}
.proc-list-2 .buttonar:nth-child(1){
    bottom: 130px;
    display: none;
}
.proc-list-2 .buttonar:nth-child(2){
    bottom: 70px;
}
.proc-list-2 .buttonar:nth-child(3){
    bottom: 10px;
}

.proc-list-2 .buttonar a{
     display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.proc-list-2 .buttonar img{
     max-width: 60px;
    position: absolute;
    left: 0;
}
.proc-list-2 .buttonar  span{
    line-height: 1em;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
}

.page-wrapper{

}
header{
    width: calc(100vw - var(--rightFormWidth)) !important;
}

.page-wrapper {
    width: calc(100svw - var(--rightFormWidth));
    margin-right: auto;

}
.page-wrapper .container{
    padding: 30px;
}

header.header-nav-center .content-container{
    width: 100%;
}
.biz-arariz-form{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: var(--rightFormWidth);
    height: 100%;
    background-color: var(--brand-color);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}
.biz-arariz-form .logoo{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;

}
.biz-arariz-form .logoo img{
    display: inline-flex;
    filter: grayscale(1) brightness(10);
    width: 70%;
    max-width: 180px;
}
.biz-arariz-form .form-container{
    padding: 10px;
    width: 90%;
}
.biz-arariz-form .form-container form{}
.biz-arariz-form .form-container form .form-group{}
.biz-arariz-form .form-container form .form-group label{
    color: WHITE;
    line-height: 1em;
}
.biz-arariz-form .form-container form .form-group label small{
    color: #ddd;
}
.biz-arariz-form .form-container form .form-group input{
    color: WHITE;
    background: var(--brand-color-dark) !important;
    border:none;
    border-bottom:2px solid WHITE !important;
}
.bg-2025{
    background-image: url(../img/desen2025-abu-min.png) !important;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.header-nav-center ul.navbar-nav{
    gap: 10px;
}
.header-nav-center ul.navbar-nav > li{}
.header-nav-center ul.navbar-nav > li > a{
    border-bottom: 1px solid transparent;
    border-radius: 0 !important;
}
.header-nav-center ul.navbar-nav > li:hover > a{
    border-bottom: 1px solid var(--brand-color);
    border-radius: 0 !important;
}
.priv-drop{}
.priv-drop .dropdown-menu{
    min-width: 550px !important;
}
.priv-drop .dropdown-menu > .dropdown_menu_nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.priv-drop .dropdown-menu > .dropdown_menu_nav > li{}
.priv-drop .dropdown-menu > .dropdown_menu_nav > li.fw{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.department-general-info{}
.department-general-info > p{
    color: BLACK;
    white-space: pre-line;
}

.bottom-panel {
    position: fixed;
    min-width: 320px;
    left: calc(50% - 160px);
    bottom: 0;
    background: #1e7fff;
    height: 60px;
    z-index: 100;
}
.bottom-panel ul {
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    z-index: 45;
    position: relative;
}
.bottom-panel ul li {
    width: 33%;
    flex: 1 1 33%;
    border-right: 1px solid var(--brand-color-dark);
    background: var(--brand-color);
    height: 100%;
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    justify-content: center;
}
.bottom-panel ul li:last-child{
    border-right: none;
}

.bottom-panel ul li a {
    color: WHITE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bottom-panel ul li a img{
    width: 45px;
}
.bottom-panel::before {
    content: '';
    left: -120px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/objects/panel-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    width: 120px;
    z-index: 45;
}
.bottom-panel::after {
    content: '';
    right: -120px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/objects/panel-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    width: 120px;
    z-index: 45;
}

.bottom-bar-panel{
    width: calc(100% - var(--rightFormWidth));
    left: 0;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 25px;
    z-index: 50;
}
.bottom-bar-panel .panel-content{
    display: inline-flex;
    width: fit-content;
    background: WHITE;
    border-radius: 100px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);

}
.bottom-bar-panel ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
.bottom-bar-panel ul li{
    display: inline-flex;
    flex: 1;
    border-right: 1px solid rgba(204, 204, 204, 0.51);
}
.bottom-bar-panel ul li:last-child{
    border-right: none;
}
.bottom-bar-panel ul li:first-child{
    display: none;
}
.bottom-bar-panel ul li a{
    display: flex;
    width: 100%;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1em;
}
.bottom-bar-panel ul li a img{
    width: 30px;
}
.bottom-bar-panel ul > li:last-child a img {
    width: 60px;
    margin-top: -30px;
}
.bottom-bar-panel ul li a span{
    color: var(--dark);
    text-wrap: nowrap;
    font-size: 1em;
    font-weight: 700;
}

.world-svg{}
svg{
    width: 100%;
    max-width: 100%;
}
svg path{
    fill: var(--success);
}
svg path.selected{
    fill: var(--brand-color);
}

.country-card{
    margin-top: 10px;
    height: 100%;
}
.country-card .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-card .img-area{
    width: 80px;
    display: inline-flex;

    align-items: start;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.27);
    padding: 10px;
}
.country-card .img-area svg{

    width:100%;
    border-radius: 10px;
    border: 1px solid rgba(204, 204, 204, 0.27);
}
.country-card .text-area{
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    padding-left: 10px;
    width: calc(100% - 80px);
}
.country-card ul{
    line-height: 1em;
    padding-top: 10px;
}
.country-card ul li{
    margin-left: 15px;
}
.country-card ul li::before{
    content:'_';
    margin-right: 10px;
}
.staj-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}
.staj-list li{
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.staj-list li img{
    width: 100%;
    height: fit-content;
}


.iframee{
    --ratio:calc(calc(100svw * 1080) / 1920);
    width: 100svw;
    height: var(--ratio);

}
.content1-area  p{
    text-align: center !important;
}

.table-condensed th,
.table-condensed td
{
    padding: 8px !important;
}
.table-condensed td small
.table-condensed th small
{
    font-size: 0.7em;
}
.table-price{}
.table-price h2{
    font-size: 1em;
    text-transform: capitalize !important;
    font-weight: 500;
}
.MsoNormalTable{}
.MsoNormalTable tbody{}
.MsoNormalTable tbody tr{}
.MsoNormalTable tbody tr td:first-child{
    text-align: center !important;
}
.MsoNormalTable tbody tr td:first-child > p{
    text-align: center !important;
}
.MsoNormalTable tbody tr:nth-child(4){
    text-align: center !important;
}


.bread-video{
  margin: 0;
}

.mars-player{

    border-radius: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mars-player .player-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.mars-player .player-content .playpause-area {
    padding: 8px;
}
.mars-player .player-content .playpause-area .playpause-button {
    display: flex;

    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid #325299;
    background: radial-gradient(at top left, #4868af 0%, #112e6f 112%);

}
.mars-player .player-content .playpause-area .playpause-button i{
    color: #fff;
}

.mars-player .player-content .mute-area {
    padding: 8px;
    position: relative;
}
.mars-player .player-content .mute-area .mute {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid #325299;
    background: radial-gradient(at top left, #4868af 0%, #112e6f 112%);
    overflow: hidden;
    position: relative;
}
.mars-player .player-content .mute-area .mute i{
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    transition: all 0.1s ease-in-out;
}
.mars-player .player-content .mute-area .mute i:first-child{
    top: 0;
}
.mars-player .player-content .mute-area .mute i:last-child{
    top: 50px;
}
.mars-player.mute .player-content .mute-area .mute i:first-child{
    top: -50px;
}
.mars-player.mute .player-content .mute-area .mute i:last-child{
    top: 0;
}

.mars-player .player-content .volume{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 12px;
}
.mars-player .player-content .volume input{
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    appearance: none;
    background: #071c35;
}

.mars-player .volume{}
.mars-player .volume select{
    border: 8px solid #325299;
    background: radial-gradient(at top left, #4868af 0%, #112e6f 112%) !important;
    border-radius: 250px;
    color: WHITE !important;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;

    padding: 3px !important;

    margin-left: 10px;
    min-width: 250px;
}
.mars-player .volume select::placeholder{
    color:#5b5b5b;
}
.mars-player .volume select [selected]{
    color:#5b5b5b;
}
.mars-player .player-content .volume input[type="range"]::-webkit-slider-thumb{
    appearance: none;

    width: 0;
    height: 100%;
    margin-top: -5px;
    background: transparent;
    box-shadow: -200px 0 0 200px #ddd;
}
.mars-player .player-content .volume input[type="range"]::-webkit-slider-runnable-track{
    appearance: none;
    height: 10px;
}
.mars-player .volume-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 40px;
    padding-left: 10px;
}
.mars-player .volume-text > span{
    width: 100%;
    font-size: 0.8em;
}
.mars-player .volume-text > span:first-child{
    font-family: var(--oswald);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
}
.mars-player .volume-text > span:last-child{
    font-style: italic;
}
.mars-player.mute .mute-area::after,
.mars-player.mute .mute-area::before{
    opacity: 1;
    visibility: visible;
}
.mars-player .mute-area::after{
    opacity: 0;
    visibility: hidden;
    content: 'Ses Kapalı';
    position: absolute;

    left: -10px;
    width: 80px;
    background: WHITE;
    border-radius: 15px;
    top: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    padding: 10px 9px;
    margin-top: 9px;
}
.mars-player .mute-area::before{
    opacity: 0;
    visibility: hidden;

    content: '';
    height: 15px;
    width: 30px;
    position: absolute;
    top: 100%;
    left: 17px;
    background: white;
    display: block;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 0 20px BLACK;
    z-index: 10;
}

#faq{}
#faq p{
    color: BLACK;
}
#faq .panel-heading{
    padding: 20px;
    background: var(--brand-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}
#faq .panel-heading h2{
    color: WHITE;
    font-size: 1.2em;
    font-weight: 300;
}
#faq .panel{
    margin-top:10px
}
#faq .panel-body{
    padding: 15px;
}
.accordion .btn{
    color: var(--brand-color-dark);
}
.ulas.accordion .card .card-body p{
    color: BLACK !important;
}