:root {
    --content_container: 72vw;
    --master-color: #29255c;
    --master-color-light: #29255c;
    --master-color-dark: #29255c;

    --brand-color: #202a66;
    --brand-color-light: #323f91;
    --brand-color-dark: #151c43;

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


    /*
    #317268
    #364b5c
    */

    --promo-color-1: #49C7ED;
    /*--promo-color-2: #e46a45; */
    --promo-color-2: #3e7530;
    --promo-color-3: #dc511e;
    --promo-color-4: #6d3495;

    --promo-color-4-light: #2d3569;
    --promo-color-4-dark: #161d47;

    --gray-dark: #8c8c8e;
    --gray: #c5c6c8;
    --gray-light: #f9fafc;
    --font-size: 14px;
    /*--font-family: "Encode Sans", sans-serif;*/

    --type1SubMenuBack: #f3f6f9;
    --type1SubMenuBackB: #e6ebef;

}

.content-container {
    width: var(--content_container);
    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;
}

.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{
    border: 1px solid #ccc;
}
.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.8;
}
.fac-card{
    cursor: pointer;
    height: 100%;
}
.fac-card:hover{
    transform: translateY(-15px);
    opacity: 1 !important;
    filter: grayscale(0) !important;
}
.fac-card.right::before{
    left: unset;
    right: 0;
}
.fac-card::before{

    content:'';
    width: 100%;
    height: 100%;
   display: none;
    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;

}
.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-dep-list{
    display: flex;
    flex-direction: column;
}
.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: var(--brand-color);
}
.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);
}

.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.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
{
    color: WHITE !important;
}
.colorfull-area .border-right{
    border-color: rgba(255,255,255,0.3) !important;
}
.footer-number{
    color: var(--brand-color);
    font-weight: 600;
    font-size: 1.2em !important;
}
.hero-4{
    font-size: 1.5em;
}

.bg-muh1{}
.bg-guz1{}
.bg-huk1{}
.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);}

.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);}

.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% - 350px);
    background: var(--brand-color-dark);
    backdrop-filter: blur(10px);
    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 #ccc;
}
.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 span{
    font-weight: 900;

    line-height: 1em;
}
.proc-list li a i{

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

}
header{
    width: calc(100vw - 350px) !important;
}

.page-wrapper {
    width: calc(100svw - 350px);
    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: 350px;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ddd;
    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;
    width: 55%;
    max-height: 120px;
}
.biz-arariz-form .form-container{
    padding: 10px;
}
.biz-arariz-form .form-container form{}
.biz-arariz-form .form-container form .form-group{}
.biz-arariz-form .form-container form .form-group label{
    color: var(--master-color-dark);
    line-height: 1em;
}
.biz-arariz-form .form-container form .form-group label small{
    color: var(--master-color-dark);
}
.biz-arariz-form .form-container form .form-group input{
    color: var(--master-color-dark);
    font-weight: 800;
    background: #e8e8e8 !important;
    border:none;
    border-bottom:2px solid WHITE !important;
}


.fac-card-2{}

.footer .footer-desc .logo {
    width: 100%;
}

.footer .footer-desc .logo img {
   display: block;
    width: 100%;
    height: auto;
}



.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.fw {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.priv-drop .dropdown-menu {
    min-width: 550px !important;
}

.contact-area{}
.contact-area .card{}
.contact-area .card .card-header{
    line-height: 1em;
    padding: 15px 20px;
}
.contact-area .card .card-header h2{
    font-size: 1.5em;
    color: var(--brand-color);
    text-align: left !important;
}
.contact-area .card .card-header p{
    padding: 0 !important;
    color: var(--brand-color);
}

.contact-box h3 {
    font-size: 1em;
}