@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
@font-face {
    font-family: 'Deltha';
    src: url('../fonts/Deltha.ttf');
}*/

@font-face {
    font-family: "Helvetica Neue Light";
    src: url('../fonts/HelveticaNeueLTPro-LtCn.otf');
}

@font-face {
    font-family: "Helvetica Neue Bold";
    src: url('../fonts/HelveticaNeueLTPro-BdCn.otf');
}


/*
@font-face {
    font-family: 'Deltha';
    src: url('../fonts/Deltha.ttf');
}*/

/*mainroot*/
:root {

    --pagebgcolor: #fff;
    --firstcolor: #1b384a;
    --firstcolor_bold: #182f3f;
    --firstcolor_light: #264f62;

    --secondcolor: #3f3e40;
    --secondcolor_bold: #3f3e40;
    --secondcolor_light: #3f3e40;


    --thirdcolor: #d3bd9f;
    --thirdcolor_bold: #7d6d5e;
    --thirdcolor_light: #ead4b4;
    --fourthcolor: #f3eae7;
    --white: #fff;
    --white: #fff;
    --gray: #f3f5f8;
    --gray2: #e9e9e9;
    --gray3: #858585;
    --gray4: #343434;
    /*content*/
    --fontcolor1: #000000;
    /*Font Settings*/
    --font-weight-body: 300;
    --font-size-body: 1em;
    --font-size-h1: calc(var(--font-size-body) + 0.5em);
    --font-size-h2: calc(var(--font-size-body) + 0.3em);
    --font-size-h3: calc(var(--font-size-body) + 0.3em);
    --font-size-h4: calc(var(--font-size-body) + 0.2em);
    --font-size-h5: calc(var(--font-size-body) + 0.1em);

    --font-weight-h1: 800;
    --font-weight-h2: 700;
    --font-weight-h3: 600;
    --font-weight-h4: 400;
    --font-weight-h5: 400;


    --helvetica: 'Helvetica Neue Light', sans-serif;
    --helvetica-bold: 'Helvetica Neue Bold', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
    --merriweather: 'Merriweather', sans-serif;
    --oswald: 'Oswald', sans-serif;
    --allison: 'Allison', cursive;
    --quicksand: 'Quicksand', sans-serif;
    --barlow: 'Barlow Condensed', sans-serif;
    --karla: 'Karla', sans-serif;
    --noto: 'Noto Sans', sans-serif;

}

a, a:hover {
    text-decoration: none;
}

a {
    color: inherit;
    font-family: inherit;
}

h1 {
    font-size: var(--font-size-h1);
    line-height: calc(var(--font-size-h1) - 0.5em);
    font-weight: var(--font-weight-h1);
    color: var(--firstcolor);
    font-family: var(--poppins);
    margin-top: 5px;
    margin-bottom: 5px;
}

h2 {
    font-size: var(--font-size-h2);
    line-height: calc(var(--font-size-h2) - 0);
    font-weight: var(--font-weight-h2);
    font-family: var(--poppins);
    padding: 0;
    color: var(--firstcolor);
    margin-top: 5px;
    margin-bottom: 5px;
}

h3 {
    font-size: var(--font-size-h3);
    line-height: calc(var(--font-size-h3) - 0);
    font-weight: var(--font-weight-h3);
    font-family: var(--poppins);
    margin-top: 5px;
    color: var(--firstcolor);
    margin-bottom: 5px;
}

h4 {
    font-size: var(--font-size-h4);
    line-height: calc(var(--font-size-h4) - 0);
    font-weight: var(--font-weight-h4);
    font-family: var(--poppins);
    margin-top: 5px;
    color: var(--firstcolor);
    margin-bottom: 5px;
}

h5 {
    font-size: var(--font-size-h4);
    line-height: calc(var(--font-size-h4) - 0);
    font-weight: var(--font-weight-h4);
    font-family: var(--poppins);
    margin-top: 5px;
    color: var(--firstcolor);
    margin-bottom: 5px;
}

p {
    line-height: 1.6em;
    font-family: var(--poppins);
    font-weight: 400;
    font-size: 1em;
}

p strong {
    font-weight: calc(var(--font-weight-body) + 300);
}

.signature {
    font-family: var(--allison);
    font-size: 35px;
}

body {
    background: var(--pagebgcolor);
    font-family: var(--poppins);
    font-weight: var(--font-weight-body);
    font-size: 14px;
    color: #000;
}

body, html {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar {
    display: none;
}

html::-webkit-scrollbar {
    display: none;
}


html {

}

.line {
    position: relative;
    margin-bottom: 5px;
}

.line::after {
    width: 30%;
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    height: 1px;
    background: linear-gradient(to right, var(--firstcolor), transparent);
}

.line.invert::after {
    background: linear-gradient(to right, var(--white), transparent);
}

.company {
    position: relative;
    padding-left: 40px;
}

.company::before {
    width: 35px;
    height: 35px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /* background-image: url(../img/zirve-icons1-2-shadow.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company.invert::before {
    width: 35px;
    height: 35px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /*background-image: url(../img/zirve-icons2.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full_h {
    height: 100vh !important;
}

.full_q_h {
    height: 75vh;
}

.half_h {
    min-height: 50vh;
}

.pagepercent {
    position: fixed;
    left: 0;
    width: 0;
    background: #ffffff;
    top: 0;
    height: 5px;
    z-index: 25;
}

.pagepercent span {
    position: absolute;
    height: fit-content;
    width: 50px;
    right: -55px;
    top: -3px;
    color: WHITE;
    font-weight: BOLD;
    font-size: 11px;
    font-family: var(--oswald);
}

.arabica-grid {
}

.arabica-grid .box {
    padding: 30px;
    min-height: 50vh;
}

.arabica-grid .half_h {
    height: 50vh
}

.arabica-grid .full_h {
    height: 100vh;
}


/**buttons**/
/***************************************/
.arabica-btn {
    padding: 10px 15px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.arabica-btn.wave-button{
    position: absolute;
    right: 0;
    top: 0;
}

button.arabica-btn{
    border:0 !important;
}

.arabica-btn.sm {
    padding: 2px 5px;
}


.arabica-btn.btn-light {
    background: WHITE;
    color: var(--firstcolor_bold);
}

.arabica-btn.btn-dark {
    background: var(--firstcolor_bold);
    color: WHITE;
}

.arabica-btn.btn-third {
    background: var(--thirdcolor_bold);
    color: WHITE;
}


.arabica-btn.btn-frame {
    background: transparent !important;
}

.arabica-btn.btn-frame.btn-light {
    border: 1px solid WHITE !important;
    color: WHITE;
}

.arabica-btn.btn-frame.btn-dark {
    border: 1px solid var(--firstcolor_bold);
    color: var(--firstcolor_bold);
}

.arabica-btn.btn-frame.btn-third {
    border: 1px solid var(--thirdcolor_bold);
    color: var(--thirdcolor_bold);
}


.loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: WHITE;
    z-index: 999;
    transform-origin: 50% 50%;
    background: radial-gradient(#ffffffe8, #cfcfcf);
    backdrop-filter: blur(10px);
}

@keyframes loader-text {
    0%{
         transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes loader-svg {
    0%{
        opacity: 0.3;
    }
    50%{
        opacity: 0.7;
    }
    100%{
        opacity: 0.3;
    }
}

.loader h1{
    display: inline-block;
    text-align: left;
    font-weight: 600;
    animation: loader-text 5s ease-in-out infinite;

}
.loader h1 span{
    display: block;
    font-weight: 300;
}

.loader svg.svg1 textPath{
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;

    fill: var(--firstcolor_bold);
    opacity: 0.3;

    animation: loader-svg 1.5s ease-in-out infinite;
}
.loader svg.svg1{
    position: absolute;
    width: 440px;
    height: 440px;
    left: calc(50% - 220px);
    top: calc(50vh - 220px);
}
.loader svg.svg2 textPath{
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;

    fill: var(--firstcolor_bold);
    opacity: 0.3;
    animation: loader-svg 1.5s ease-in-out infinite;
    animation-delay: 1s;
}
.loader svg.svg2{
    position: absolute;
    width: 360px;
    height: 360px;
    left: calc(50% - 180px);
    top: calc(50vh - 180px);
}

/**buttons**/

/**header**/
/***************************************/
/**header**/

header {
    background: WHITE;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 125;
    padding-top: 20px;
    padding-bottom: 20px;
}

header.fix-header{
    box-shadow: 0px 0px 20px #0000002b;
}

header .to_shop {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    background: var(--firstcolor_bold);
    padding: 10px;
}

header .to_shop a {
}

header .to_shop a h2 {
    color: #ffffff;
    font-size: 0.9em;
    letter-spacing: 2px;
}

header .to_shop a span {
    color: white;
    font-weight: 300;
}

header a.logo {

}

header a.logo img {
    max-width: 220px !important;
    margin-top: 13px !important;
    margin-left: -5px !important;
}

header a.logo h1 {
    margin-top: 20px;
    color: var(--firstcolor_light);
    transition: all 0.5s ease-in-out;
}

header a.logo h1 span {
    color: var(--secondcolor_bold);
    display: block;
    font-weight: 400;

}

header .site-top-mini {
}

header .site-top-mini li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px;
    font-weight: BOLD;
}

header .site-top-mini li a {
}

header .site-top-mini li a:active,
header .site-top-mini li a:hover,
header .site-top-mini li a:visited {
    color: var(--firstcolor);
}


header .main-socials {
    display: inline-block;
    opacity: 0.9;
    margin-top: 35px;
    padding-top: 0;
}

header .main-socials li {
    display: inline-block;
    list-style-type: none;
    margin-left: 12px;
    padding: 5px;
}

header .main-socials li a {
    color: var(--firstcolor);
    font-weight: 500;
    font-size: 0.9em;
}

header .main-socials li a img{
    max-width: 22px;
}

header .main-socials li a span {

}

header .main-socials li a i {
}

header .main-nav {
    margin-top: -30px;
    margin-bottom: -30px;
}

header .main-nav ul {
    display: block;
}

header .main-nav ul li {
    display: inline-block;
    list-style-type: none;
    text-align: left;
    border-left: 1px solid #f2f2f2;
    padding: 15px;
    position: relative;
}

header .main-nav ul li:first-child {
    border-left: none;

}

header .main-nav ul li:last-child {

}

header .main-nav ul li:hover {
    background: var(--firstcolor);
}

header .main-nav > ul > li::after {
    content: '';
    height: 10px;
    bottom: -8px;
    right: 3500%;

    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid var(--firstcolor);
    width: 3920px;
}

header .main-nav > ul > li:hover::after {
    right: 0;
}

header .main-nav ul li:hover a {
    color: WHITE;
}

header .main-nav ul li a {
    color: var(--firstcolor);
    font-weight: 500;
}

header .main-nav ul li span {

    font-size: 0.7em;
    color: var(--thirdcolor_bold);
    font-weight: BOLD;
    text-align: left;
    opacity: 0.7;
    display: none;
}

header .main-nav ul li:hover span {
    color: var(--thirdcolor);
}

header .main-nav ul li .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: -750%;
    width: fit-content;
    min-width: 250%;
    background: var(--firstcolor);
    padding: 20px;
    transition: all 0.5s ease-in-out;
}

header .main-nav ul li:hover .sub-menu,
header .main-nav ul li .sub-menu:hover {

    z-index: 100;
    top: 100%;
    opacity: 1;

}

header .main-nav ul li .sub-menu ul {
    padding: 0;
}

header .main-nav ul li .sub-menu ul li {
    display: block;
    border-left: 0;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #2c4657;

    margin-top: 5px;
    margin-bottom: 5px;
}

header .main-nav ul li .sub-menu ul li:last-child {

}

header .main-nav ul li .sub-menu ul li:first-child {
    border-top: none !important;
}

header .main-nav ul li .sub-menu ul li a {
    letter-spacing: 0;
}

header.mobile{
    transition: all 0.3s ease-in-out;
}

header.mobile .menu-toggler {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin-top: 20px;
}

header.mobile .menu-toggler span {
    display: block;
    background: var(--firstcolor_bold);
    width: 100%;
    position: relative;
    height: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

header.mobile .activemenu > span:first-child {
    transform: rotate(45deg);
}

header.mobile .activemenu > span:nth-child(2) {
    opacity: 0;
}

header.mobile .activemenu > span:last-child {
    transform: rotate(-45deg);
    margin-left: 0px;
    margin-top: 0px;
}

header.mobile.menuactive a.logo{
    opacity: 0;
}

div.arabica-mobile-menu{
    height: calc(100vh - 100px);
    top:95px;
    width: 100%;
    position: fixed;
    left: -100%;
    background: white;
    z-index: 1000;
    transition: 0.5s ease-in-out;
}

div.arabica-mobile-menu.menuactive{
    left: 0;
}

div.arabica-mobile-menu a.logo{
    margin-top: 0;
    color: WHITE !important;
    transition: all 0.5s ease-in-out;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    right: 0;
    height: 100vh;
    top: 0;
    z-index: 123;
    background: WHITE;
}
div.arabica-mobile-menu a.logo h1{

    color:var(--firstcolor_bold) !important;
}

div.arabica-mobile-menu a.logo h1 span {
    display: block;
    font-weight: 400;
    color: #191919;
}

div.arabica-mobile-menu div.menubar{
    background: var(--firstcolor_bold);
    padding:20px;
    position: relative;
    z-index: 10;
}
div.arabica-mobile-menu div.menubar nav{}
div.arabica-mobile-menu div.menubar nav > ul{
    padding-left: 0;
}
div.arabica-mobile-menu div.menubar nav > ul > li{
    list-style-type: none;
    border-bottom: 1px solid #233f52;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.arabica-mobile-menu div.menubar nav > ul > li:first-child{

}
div.arabica-mobile-menu div.menubar nav > ul > li:last-child{
    border-bottom: none;
}
div.arabica-mobile-menu div.menubar nav > ul > li > a{
    color:WHITE;
    display: block;
}
div.arabica-mobile-menu div.menubar nav > ul > li > span{
    display: none !important;
}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu{

}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu > ul{
    list-style-type: disc;
}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu > ul > li {
    padding-top: 10px;
    border-bottom: 1px dashed #233f52;
    padding-bottom: 10px;
    list-style-type: none;
}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu > ul > li:first-child{}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu > ul > li:last-child{
    border-bottom: none;
}
div.arabica-mobile-menu div.menubar nav > ul > li > div.sub-menu > ul > li a{
    color:WHITE;
}

div.arabica-mobile-menu div.searchbar{
    position: relative;
    z-index: 140;
    padding:20px;
    background: var(--firstcolor_bold);
}

div.arabica-mobile-menu div.searchbar form{
    position: relative;
}
div.arabica-mobile-menu div.searchbar form input{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
}
div.arabica-mobile-menu div.searchbar form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    background: WHITE;
    color: var(--firstcolor_bold);
    border-left: 1px dashed #dddddd;
}
div.arabica-mobile-menu div.socialbar{
    position: relative;
    z-index: 125;
}
div.arabica-mobile-menu div.socialbar ul{
    padding-left: 0;
}
div.arabica-mobile-menu div.socialbar ul li{
    display: inline-block;
    width: calc(25% - 4px);
    list-style-type: none;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
div.arabica-mobile-menu div.socialbar ul > li:nth-child(2n){

}
div.arabica-mobile-menu div.socialbar ul li:first-child{}
div.arabica-mobile-menu div.socialbar ul li:last-child{}
div.arabica-mobile-menu div.socialbar ul li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--firstcolor_bold);
}
div.arabica-mobile-menu div.socialbar ul li a i{
    display: block;
    text-align: center;
    font-size: 1.3em;
    color:#7d6d5e;
}
div.arabica-mobile-menu div.socialbar ul li a span{
    display: block;
    font-size: 0.7em;
    text-align: center;
    color: #545454;
}
div.arabica-mobile-menu .langbar{
    position: relative;
    z-index: 125;
    display: block;
    margin-top: 0;
    /* background: RED; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -18px;
}
div.arabica-mobile-menu .langbar ul{
    padding-left: 0;
}
div.arabica-mobile-menu .langbar ul li{
    list-style-type: none;
    display: inline-block;
    width: calc(50% - 4px);
    text-align: center;
    border-left: 1px solid #f1f1f1;
}
div.arabica-mobile-menu .langbar ul li a img{
    display: inline-block;
}
div.arabica-mobile-menu .langbar ul li a span{
    display: inline-block;
    font-size: 0.7em;
}

/**body**/
/***************************************/

div.mainwrap {
    padding-top: 110px;
}


section.main-slider-section {
    background-image: url(../img/pattern-bg.png), linear-gradient(to right, var(--thirdcolor_bold), var(--thirdcolor_light));
    background-repeat: repeat;
    transition: all 0.5s ease-in-out;
}

section.bg_slider {
    background-repeat: no-repeat;
    background-size: 100% auto;
    backdrop-filter: blur(30px);
    background-position: center;
}

.main-slider {


}

.main-slider .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swipe-circle {
    width: 180px;
    height: 180px;
    position: relative;
}

.swipe-circle svg {
    width: 100%;
}

.swipe-circle svg text {
    font-size: 3.125rem;
    letter-spacing: 3px;
}

.swipe-circle.abs {
    position: absolute;
    left: calc(50% - 90px);

}

.swipe-circle.abs.bott {
    bottom: -106px;
}

.swipe-circle.abs.topp {
    top: -106px;
}

.overflow-h {
    overflow: hidden;
    position: relative;
}

.swipe-circle.section {
    position: absolute;
    z-index: 1;
    width: 850px;
    height: 850px;
    left: calc(50% - 425px);
    opacity: 0.1;
}

.swipe-circle.section::after {
    content: "\f111";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: calc(425px - 25px);
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    color: WHITE;
    left: 0;
    font-size: 50px;
    bottom: 12px;
}

section .container, section .container-fluid {
    z-index: 10;
}

.swipe-circle.section text textPath {
    font-weight: BOLD;
}

.swipe-circle.color1.section::after {
    color: var(--firstcolor_bold);
}

.swipe-circle.color1 text textPath {
    fill: var(--firstcolor_bold);
}

.swipe-circle.color2.section::after {
    color: white;
}

.swipe-circle.color2 text textPath {
    fill: white;
}

.swipe-circle.color3 text textPath {
    fill: var(--thirdcolor_bold);
}

.swipe-circle.color3.section::after {
    color: var(--thirdcolor_bold);
}

.swipe-circle::after {
    content: "\f111";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: calc(90px - 8px);
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--firstcolor);
    left: 0;
    font-size: 30px;
    bottom: 12px;
}

.swipe-circle.nondot::after{
    content:'' !important;
}

.swipe-circle.inline{
    width: 90px;
    height: 90px;
    display: inline-block;
}

.swipe-circle.dark text textPath {
    fill: #fff;
    font-weight: BOLD;
}

.hero {
    color: WHITE;
    font-size: 1.5em;
    font-weight: 400;
}
.hero.inpage{
    color:inherit !important;
}

.main-slider .frame-img {
    border-left: 1px dashed var(--firstcolor_light);
    padding: 30px;
    border-bottom: 1px dashed var(--firstcolor_light);
}

.main-slider .radius-img {
    border-radius: 350px;
}

.main-slider .owl-dots {
    text-align: left;
}

.main-slider .owl-dots button {
    margin-left: 5px;
    outline: none !important;
    margin-bottom: 10px;
}

.main-slider .owl-dots button span {
    width: 30px;
    height: 30px;
    display: inline-block;

    position: relative;
    border-radius: 30px;
    padding: 5px;
    color: WHITE;
    background-color: var(--firstcolor_bold);
}

.main-slider .owl-dots button.active span {
    background-color: var(--firstcolor_light);
}

.main-slider .owl-dots > button:nth-child(1) span::after {
    content: '1';
}

.main-slider .owl-dots > button:nth-child(2) span::after {
    content: '2';
}


.main-slider .owl-dots > button:nth-child(3) span::after {
    content: '3';
}


.main-slider .owl-dots > button:nth-child(4) span::after {
    content: '4';
}


.main-slider .owl-dots > button:nth-child(5) span::after {
    content: '5';
}



.main-slider .owl-dots > button:nth-child(6) span::after {
    content: '6';
}

/**body**/


.bg_dark {
    background-color: var(--firstcolor);
}

.bg_dark h1,
.bg_dark h2,
.bg_dark h3,
.bg_dark h4,
.bg_dark h5,
.bg_dark p,
.bg_dark a {
    color: WHITE;
}

.bg_third {
    background-color: var(--thirdcolor_bold);
}

.bg_third h1,
.bg_third h2,
.bg_third h3,
.bg_third h4,
.bg_third h5,
.bg_third p,
.bg_third a {
    color: WHITE;
}

.hero_1 {
    font-size: 2.9em;
}

.bg_image {
    position: relative;
}

.bg_image div.bg_img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    top: 0;
}

.bg_image div.bg_filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0.9;
}

.bg_image div.bg_filter.color1 {
    background: var(--firstcolor_bold) !important;
}

.bg_image div.bg_filter.color3 {
    background: var(--thirdcolor_bold) !important;
}

.bg_image div.container,
.bg_image div.container-fluid {
    position: relative;
    z-index: 10;
}

.bg_image h1,
.bg_image h2,
.bg_image h3,
.bg_image h4,
.bg_image h5,
.bg_image p,
.bg_image a {
    color: WHITE;
}

.bd-top{
    border-top: 1px solid #dddddd;
}

.desc-b-r {
    border-right: 1px dashed var(--firstcolor);
}

.second-slider .item {

}

.second-slider .item .img {
}

.second-slider .item .desc {
    padding: 20px;
}

.nav-arabica{
    display: block;
    padding-left: 0;
}
.nav-arabica li{
    display: inline-block;
}
.nav-arabica li a{

}


footer {
    border-top:1px solid #21465d;
    background: var(--firstcolor_bold);
}

footer .footer-top {
    background: var(--firstcolor);
}

footer .footer-top .logo h1 {
    color: WHITE;
}

footer .footer-top .logo h1 span {
    font-weight: 300;
    display: block;
}

footer .footer-top .footer-ul-top {
    padding-left: 0 !important;
}

footer .footer-top .footer-ul-top li {
    display: inline-block;
    list-style-type: none;
    padding: 10px;
}

footer .footer-top .footer-ul-top li a {
    color: #ddd;
}

footer .footer-middle {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-middle h1, footer .footer-bottom h1,
footer .footer-middle h2, footer .footer-bottom h2,
footer .footer-middle h3, footer .footer-bottom h3,
footer .footer-middle h4, footer .footer-bottom h4,
footer .footer-middle h5, footer .footer-bottom h5,
footer .footer-middle p, footer .footer-bottom p,
footer .footer-middle a, footer .footer-bottom a {
    color: #dddddd;
}
footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.to_top {
    display: none;
    position: fixed;
    z-index: 123;
    background: var(--firstcolor);
    color: WHITE;
    right: 20px;
    bottom: 20px;
    padding: 19px;
}

div.lines{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}
div.lines::before {
    content: '';
    left: 25%;
    top: 0;
    border-right: 1px solid #f5f5f5;
    height: 100%;
    width: 25%;
    position: absolute;
    border-left: 1px solid #f5f5f5;
}
div.lines::after {
    content: '';
    left: 75%;
    top: 0;
    border-left: 1px solid #f5f5f5;
    height: 100%;
    width: 25%;
    position: absolute;
}
div.page-content{
    min-height: 50vh;
}

div.page-content div.page-banner{
    height: 250px;
    background: var(--firstcolor);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

div.page-banner hr{
    border: 1px solid WHITE;
}

div.page-banner i.light{
    color:var(--thirdcolor_bold);
}
i.light.inpage{
    color:var(--thirdcolor_bold);
}


div.page-content div.page-banner div.bg_filter{
    background: var(--firstcolor_bold);
    opacity: 0.7;
    mix-blend-mode: color;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
div.page-banner{
    padding: 0;
}
.page-banner .container{
    position: relative;
}
div.page-banner ul{
    background: none;
    padding: 0;
    margin-bottom: 0;
}
div.page-banner ul li{}
div.page-banner ul li a{
    color: WHITE;
}
div.page-banner ul li:last-child{
    color: #dddddd;
}

.page-banner .bg_flow{
    position: absolute;
    /* z-index: -1; */
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;


}


.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.page-bread{
padding-top: 50px;
position: relative;
}
.page-bread h1{
color: var(--firstcolor_bold);


}
.page-bread span.showrel{
color: #dddddd;
font-size: 8em;
letter-spacing: 11px;
font-weight: 900;
opacity: 0.5;
position: absolute;
left: -50%;
top: -30px;
z-index: -1;
}

div.img-box{
position: relative;
}
div.img-box.circle img{
border-radius: 400px;
}

.alert-arabica{
    background:var(--firstcolor);
    color: WHITE;
    border-radius: 0 !important;
}
.alert-arabica a, .alert-arabica a:hover, .alert-arabica a:active, .alert-arabica a:visited{
    color: WHITE;
}

div.position{}
div.position a{}
div.position p{
    margin-top: 4px;
    border-bottom: 1px solid #3e5463;
}
div.position p strong{
    color: #c0c0c0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
.form-control,
textarea
{
    outline: none !important;
    border-radius: 0 !important;
    border:none;
    border-bottom: 1px solid #dedede;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible,
input[type="date"]:focus-visible,
select:focus-visible,
.form-control:focus-visible,
textarea:focus-visible{
    box-shadow: none!important;
    outline: none !important;
}

.form-control::placeholder{
    font-size: 1em;
    letter-spacing: 1px;

    color: var(--thirdcolor_bold);
    opacity: 1;
    transition: all 0.4s ease-in-out;
    position: absolute;
    display: block;
    padding-left: 0;

}
.form-group{
    position: relative;
    margin-top: 42px;

}
.form-group::after{
    content:'';
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    background: var(--firstcolor_bold);
}
.form-group:hover::after{
    width: 100%;
}

.form-group > i{
    position: absolute;
    left: -11px;
    top: 4px;
    font-size: 1em;
    /* opacity: 0.5; */
    color: #1b384a;
    padding: 5px;
    border-radius: 28px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.filter-city.fixed{
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 12;
}

.filter-city.fixed .p-5{
    transition: all 0.5s ease-in-out;
    padding: 25px 25px !important;
}

.branch-search{
    transition: all 0.1s ease-in-out;
    color: WHITE;
}
.branch-search select,
.branch-search select:focus-visible,
.branch-search select:focus
{
    background: transparent;
    color: WHITE;
}
.branch-search select option{
    color: var(--firstcolor_bold);
}

.branch-box{
    overflow: hidden;
    margin-top: 30px;
    transition: opacity 0.3s ease-in-out;
}
.branch-box .barrier{
    padding: 30px;
    position: relative;
    width: 100%;
    height: 350px;
}

.branch-box .over{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--firstcolor_bold);
    z-index: 3;
    opacity: 0.6;
    mix-blend-mode: color;
}

.branch-box:hover .over{
    background: var(--firstcolor_bold);
    opacity: 0.3;
    mix-blend-mode: unset;
}

.branch-box .over_img{
    background-image: url(../img/subeler/subeornek.jpg);
    background-position: right;
    background-size: 100% auto;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
}
.branch-box .content{
    z-index: 5;
    position: absolute;
    bottom: 20px;
}

.branch-box .content h2{
    color: WHITE;
    text-transform: uppercase;

    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.1em;
    transition: all 0.5s ease-in-out;
}
.branch-box:hover .content h2{
    font-weight: 800;
    letter-spacing: 2px;
}
.branch-box .content p{
    color: WHITE;
    margin-top: -3px;
    padding-top: 0;
    border-top: 1px solid #ffffff;
}

.branch-box .swipe-circle{
    z-index: 6;
    right: -24%;
    left: unset;
}
.branch-box svg {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.branch-box:hover svg{
    opacity: 1;
}

.branch-box a{
    position: relative;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.branch-box:hover a{
    opacity: 1;
}

.branches:hover .branch-box:hover{
    opacity: 1;
}
.branches:hover .branch-box{
    opacity: 0.4;
}
.branch-detail-galery{}
.branch-detail-galery a{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    display: block;
    margin-top: 20px;
    border-radius: 150px;
    box-shadow: inset 0px 0px 15px black;
    border:5px solid var(--thirdcolor_bold);
    transition: all 0.3s ease-in-out;
}
.branch-detail-galery a:hover{
    box-shadow: inset 0px 0px 5px black;
}


.blogs{

}
.blog-box{
    overflow: hidden;
    margin-top: 30px;
    transition: opacity 0.3s ease-in-out;
}
.blog-box .barrier{
    padding: 5px;
    position: relative;
    width: 100%;
    height: 150px;
    border:1px solid #dddddd;
}
.blog-box .seperate{
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    width: 100%;
    position: absolute;
    left: 0;

    height: 50px;
    bottom: 0;
}
.blog-box .barrier .over{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--firstcolor_bold);
    z-index: 3;
    opacity: 0.6;
    mix-blend-mode: color;
}
.blog-box .barrier .over_img{
    background-position: right;
    background-size: 100% auto;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
}
.blog-box .content{
    z-index: 5;
    position: absolute;
    bottom: 1px;
    width: calc(100% - 10px);
}

.blog-box .content h2{
    color: WHITE;
    text-transform: uppercase;

    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.8em;
    transition: all 0.5s ease-in-out;
}
.blog-box:hover .content h2{
    font-weight: 800;
    letter-spacing: 2px;
}
.blog-box .content p{
    display: block;
    color: WHITE;
    margin-top: -3px;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-box h2{
    font-size: 1em;
}
.blog-box > p{
    height: 60px;
    word-break: break-word;
}

.branches:hover .blog-box{
    opacity: 0.2;
}

.branches:hover .blog-box:hover{
    opacity: 1;
}
.product-section{
    position: relative;

    background-color: #fff;
}

.product-section::after{

    position: absolute;
    height: 120px;
    left: 0;
    bottom: 0;
    background-image: url(../img/icons/product-box-desc-left.png);
    width: 100%;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
}
.product-section::before{

    position: absolute;
    height: 120px;
    left: 0;
    bottom: 0;
    background-image: url(../img/icons/product-bottom-right.png);
    width: 100%;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.product-barrier{
    margin-top: 20px;
}
.product-barrier .product-box{
    border: 10px solid #dcdcdc;
    overflow: hidden;
    background-image: linear-gradient(to right, #1b384a, #182f3f);
}
.product-barrier .product-box:hover{
    box-shadow: inset 0px 0px 20px black;
    /*background-image: linear-gradient(to right, #1b384a, #182f3f);*/
}
.product-barrier .product-box .product-img{
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    transition: all 0.5s linear;
}
.product-barrier .product-box:hover .product-img{
    background-size: 100% auto;
}
.product-barrier .product-box .product-desc{
    padding:5px 5px;
    background:WHITE;
    border:1px solid #ededed ;
    margin-bottom: -45px;
    transition: all 0.3s ease-in-out;
}

.activo .product-barrier{
    box-shadow: inset 0px 0px 20px black;
    background-image: linear-gradient(to right, #1b384a, #182f3f);
}
.activo .product-barrier .product-desc{
    margin-top: -45px;
    margin-bottom: 0;
}

.product-barrier .product-box:hover .product-desc{
    margin-top: -45px;
    margin-bottom:0;
    position: relative;
}

.product-barrier .product-box:hover .product-desc::after{
    /*content:'';
    position: absolute;
    left: 0;
    top: -50px;
    height: 50px;
    width: 100%;
    background-position: left;
    background-size: auto 100%;
    background-image: url(../img/icons/product-box-desc-left.png);
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;*/
}
.product-barrier .product-box:hover .product-desc::after{
    opacity: 1;
}

.product-barrier .product-box .product-desc h2{
    color: var(--thirdcolor_bold);
    margin-bottom: 0;
    font-weight: 400;
}
.product-barrier .product-box .product-desc p{
    color: var(--thirdcolor_bold);
}
.product-barrier .product-box a{
    display: block;
    background: #dcdcdc;
    color: var(--firstcolor_bold);
    padding:10px 5px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    border: 1px solid #dcdcdc;
    z-index: 10;
}
.product-barrier .product-box::after{
    content: '';
    position: absolute;
    left: -19px;
    top: -68px;
    background-image: url(../img/icons/leaf.png);
    height: 202px;
    width: 222px;
    z-index: 123;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.product-barrier .product-box:hover::after{
    /*opacity: 1;*/
}

.sub-product-row{
    border:1px solid #dddddd;
}
.sub-product-row .product-details{
    border-bottom: 1px solid #dddddd;
    border-left:1px solid #dddddd;
    padding-top: 10px;
    padding-bottom:5px;
}
.sub-product-row .product-details:nth-child(2n+1){
    border-left:none !important;
}

.widget-bar .widget:first-child{
    border-top: none !important;
}

.widget{
    background: var(--thirdcolor_bold);
    color: WHITE;
    padding: 30px;
}
.widget.dark{
    background:var(--firstcolor_bold);
}
.widget h3,
.widget h2{
    color: WHITE;
    border-bottom: 1px solid WHITE;
}
.key-cloud{
    position: relative;
    display: block;
}
.key-cloud span{
    display: inline-block;
    padding: 1px 6px;
    background: var(--thirdcolor_bold);
    border-radius: 10px;
    color: WHITE;
    margin-top: 10px;
    font-weight: 400;
}

ul.pagination{}
ul.pagination li a{
    background-color: var(--firstcolor_bold);
}
ul.pagination li.active a{
    background-color: var(--thirdcolor_bold) !important;
    outline: none;
    border: 1px solid var(--thirdcolor_bold) !important;
}
ul.pagination li:hover a{
    background-color: var(--firstcolor_light);
    color:WHITE;
}
ul.pagination li a{
    color: WHITE;
}


.map{
    filter: grayscale(1);
}

.contact-infos{}
.contact-infos p{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.arabica-modal{}
.arabica-modal.modal1{}
.arabica-modal.modal1 .modal-dialog{}
.arabica-modal.modal1 .modal-dialog .modal-content{}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-header button{
    opacity: 1;
}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-header button span{
    color: var(--firstcolor);
    opacity: 1;
    font-weight: BOLD;
    outline: none;
    filter: drop-shadow(2px 4px 6px transparent);
    background: WHITE;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    padding-top: 3px;
}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-header h5{
    font-weight: BOLD;
    color: WHITE;
    font-size: 1em;
}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-header h5 span{
    font-weight:400;
}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-header{
    background: var(--firstcolor_bold);
    color: WHITE;
}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-body{}
.arabica-modal.modal1 .modal-dialog .modal-content .modal-footer{}

.arabica-verification-modal .modal-body input {
    border: 2px solid #dedede;
}

.arabica-verification-modal .modal-dialog .modal-content .modal-header {
    background: var(--firstcolor_bold);
    color: WHITE;
}

.arabica-verification-modal .modal-dialog .modal-content .modal-header h5 {
    font-weight: BOLD;
    color: WHITE;
    font-size: 1em;
}

.arabica-verification-modal .modal-dialog .modal-content .modal-header button {
    opacity: 1;
}

.image-wrapper {
    width: 100%;
    height: 250px; /* Sabit yükseklik */
    overflow: hidden;
    border-radius: 6px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


#arabica-app-modal .modal-body img, video {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
}

#arabica-app-modal {
    padding-right: 0 !important;
}


#arabica-app-modal .modal-body {
    position: relative !important;
    padding: 2px !important;
}

#arabica-app-modal .close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#arabica-app-modal .close:hover {
    color: #fff;
}

#arabica-app-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.file-manager h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.file-manager .desc {
    margin-bottom: 30px;
}

.file-manager .upload-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.file-manager .upload-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    width: 50%;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.file-manager h2 {
    margin-bottom: 10px;
}

.file-manager .note {
    font-size: 13px;
    color: #b5bfd7;
    margin-bottom: 15px;
}

.file-manager input[type="file"] {
    display: block;
    margin: 15px 0;
    color: #ddd;
    border: 1px solid #dedede;
    width: 100%;
}

.file-manager button {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.file-manager button:hover {
    background: linear-gradient(90deg, #0072ff, #00c6ff);
}

.file-manager .progress {
    background: rgba(255,255,255,0.1);
    height: 8px;
    border-radius: 4px;
    margin-top: 15px;
    overflow: hidden;
}

.file-manager .bar {
    height: 100%;
    background: linear-gradient(90deg, #00e1ff, #00ffae);
    width: 0%;
    transition: width 0.2s ease;
}

.file-manager .status {
    margin-top: 10px;
    font-size: 14px;
}

.file-manager .hidden {
    display: none;
}

.policies-list {
    max-width: 1000px;
    margin: 0 auto;
}

.policies-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.policies-list li {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.policies-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.07);
}

.policies-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    color: #0f172a;
    text-decoration: none;
}

.policies-list i {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(16,185,129,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;;
    font-size: 18px;
}

.policies-list a span.title {
    font-weight: 600;
    font-size: 15px;
}

.policies-list a span.meta {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-top: 2px;
}


@media (max-width: 768px) {
    .file-manager .upload-card {
        width: 100%;
    }
}

