:root {
    --color-primary: #1c2541;
    --color-primary-dark: #0b132b;
    --color-primary-dark-2: #072875;
    --color-dark: #52575d;
    --color-white: #f7f7f7;
}
.cursor-inner {
    background-color: var(--color-primary);
}

.cursor-inner.cursor-hover {
    background-color: var(--color-primary);
}

.cursor-outer {
    border: 1px solid var(--color-primary);
}
.progress-wrap {
    background: white;
}
.progress-wrap svg.progress-circle path {
    stroke: white;
}
p {
    color: white;
}
body {
    fill: currentColor;
}
body,
.main-content,
.portfolio .filtering span:after {
    background: var(--color-primary);
}

.sec-head h6,
.portfolio .filtering span.active,
.progress-wrap::after,
.btn-curve.btn-lit:hover span {
    color: var(--color-primary);
}
#galeri .sec-head h3,
.portfolio .gallery .items .cont h6,
.portfolio .filtering span {
    color: #222;
}
#galeri {
    background: white;
}
.navbar {
    padding: 10px 0px;
}
.navbar .navbar-nav .nav-link {
    font-size: 15px;
}
.navbar .logo {
    width: 250px;
}
.nav-scroll .logo {
    width: 250px;
}
.nav-scroll {
    border-color: white;
    background: white;
}
.svg-icon {
    width: 10px;
    fill: currentColor;
}
.navbar.nav-scroll .navbar-nav .nav-link {
    color: #222;
}
.progress-wrap {

  bottom:90px;
}
.progress-wrap .svg-icon {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100%;
    height: 14px;
    fill: var(--color-primary);
    transform: translate(-50%, -50%);
}
.pace {
    background: var(--color-white);
}

.btn-curve {
    color: var(--color-primary-dark);
    padding: 0.7rem 3rem;
}
.btn-curve:after {
    background: var(--color-primary-dark);
}
.slider .parallax-slider .caption.color-dark .btn-curve:hover span {
    color: white;
}
.slider .setone .swiper-nav-ctrl {
    border: 1px solid white;
    color: white;
}

.slider .parallax-slider .caption h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 0.9;
    text-align: center;
}
.slider .parallax-slider .caption h1 .stroke {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
/* .slider .parallax-slider .caption h1 .stroke span{
    color: white;
    -webkit-text-stroke: none
    
} */
.bottom-text {
    align-items:center;
    
}
.showcase-full .parallax-slider .caption h1 span {
    margin-left: 0px;
}
@media screen and (max-width: 767px) {
    .slider .parallax-slider .caption h1 {
        font-size: 3rem !important;
        line-height: 3rem;
    }
}
.slider .parallax-slider .caption.color-dark h1 {
    color: var(--color-primary-dark) !important;
}
.slider .parallax-slider .caption h1 .bold {
    font-weight: 700;
}
.splitting .whitespace {
    width: 1rem;
}

.contact-sec {
    background-repeat: no-repeat;
}
.footer-half {
    background: var(--color-primary-dark) !important;
    margin-bottom: 3.6rem;
}
.footer-half:after {
    background: var(--color-primary-dark);
}
.footer-half .copyrights {
    background: rgba(0, 0, 0, 0.1);
}
.footer-half .copyrights p {
    color: #eee;
}
.sub-bg {
    background: #f7f7f7 !important;
}

.sec-head .tbg {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    opacity: 0.3;
}
.about {
    position: relative;
}
.cloud-1,
.cloud-3 {
    position: absolute;
    left: 15%;
    top: 20%;
    display: inline-block;
    width: 400px;
    opacity: 0.8;
    transition: transform 0.1s;
}
.cloud-2,
.cloud-4 {
    position: absolute;
    right: 5%;
    top: 30%;
    display: inline-block;
    width: 700px;
    opacity: 0.9;
    transition: transform 0.1s;
}
.cloud-2 {
    top: auto;
    bottom: 0%;
}
.cloud-3 {
    top: 400px;
}
.cloud-4 {
    top: auto;
    bottom: 0%;
    opacity: 0.9;
    margin-top: -100%;
}
.mevsim-logo {
    width: 20rem;
    margin: 0 auto;
}
.services {
    background: linear-gradient(
        180deg,
        var(--color-primary-dark),
        var(--color-primary)
    );
}
.sec-head .tbg.light {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    opacity: 0.4;
}
.sec-head.light h3 {
    color: white;
}
.services .item-wrap {
    padding: 15px;
    width: 25%;
}
.services .item {
    text-align: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    position: relative;
    transition: all 0.3s;
}
.services .item h6 {
    margin-bottom: 15px;
    color: white;
}
@media (max-width: 991px) {
    .services .item-wrap {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .services .item-wrap {
        width: 100%;
    }
}
.services .item:hover {
    background: var(--color-primary);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
    color: white;
}

[class^="iconm-"] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
}
.services .item:hover [class^="iconm-"] {
    color: var(--color-white);
}

.portfolio .gallery .items .item-img {
    transition: all 0.8s;
}
.portfolio .gallery .items {
    padding: 0 30px;
    margin: 30px 0;
}
.btn-curve {
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.contact-sec {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.contact-sec .form .form-group input,
.contact-sec .form .form-group textarea {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 1rem 1.5rem;
    background: transparent;
    font-family: "Barlow Condensed", sans-serif;
    transition: all 0.4s;
}
.contact-sec .form .form-group input:focus,
.contact-sec .form .form-group textarea:focus {
    background: white;
    color: #222;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

footer .social svg {
    width: 16px;
    height: 16px;
    margin-top: 13px;
    fill: #ffffff;
}
.footer-half .cont .social-icon {
    margin-top: 0px;
}
footer .logo img {
    max-width: 230px;
    width: 230px;
}
.map-container {
    margin-bottom: 0px;
}
#map {
    width: 100%;
    height: 500px;
}
.map-title {
    color: #222;
}
.navigation {
    display: none;
    position: absolute;
    right: 12px;
    top: 3px;
}
@media (max-width: 991px) {
    .progress-wrap {display: none}
    .navigation {
        display: block;
    }
}
.navigation__background {
    position: absolute;
    visibility: hidden;
    top: 1px;
    left: 1px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-image: radial-gradient(
        var(--color-primary-dark),
        var(--color-primary)
    );
    z-index: 100;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-nav {
    position: fixed;
    height: 100vh;
    z-index: 200;
    width: 0;
    opacity: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile-nav--center {
    width: 100%;
}
.mobile-nav--center ul {
    text-align: center;
}
.mobile-nav--center ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.mobile-nav--center ul li a {
    text-decoration: none;
    margin: 0px !important;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
}

.navi-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 300;
    text-align: center;
}
.nav-scroll {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.nav-scroll .navi-toggle {
    background: white;
}
.navi-toggle__icon {
    position: relative;
    display: inline-block;
    margin-top: 25px;
}
.navi-toggle__icon,
.navi-toggle__icon::before,
.navi-toggle__icon::after {
    width: 25px;
    height: 2px;
    background: white;
    transition: all 0.2s;
}
.nav-scroll .navi-toggle__icon,
.nav-scroll .navi-toggle__icon::before,
.nav-scroll .navi-toggle__icon::after {
    width: 25px;
    height: 2px;
    background: var(--color-primary-dark);
    transition: all 0.2s;
}
.navi-toggle__icon::before,
.navi-toggle__icon::after {
    content: "";
    left: 0;
    position: absolute;
}
.navi-toggle__icon::before {
    top: -7px;
}
.navi-toggle__icon::after {
    top: 7px;
}
.navigation__checkbox {
    display: none;
}
.navigation__checkbox:checked ~ nav {
    opacity: 1;
    width: 100vw;
}
.navigation__checkbox:checked ~ .navigation__background {
    visibility: visible;
    transform: scale(100);
}
.navigation__checkbox:checked ~ .navi-toggle .navi-toggle__icon {
    background: transparent;
}
.navigation__checkbox:checked ~ .navi-toggle .navi-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
}
.navigation__checkbox:checked ~ .navi-toggle .navi-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
}

.footer-half .cont .social-icon .social a {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.quick-contact-bar {
    display: flex;
    position: fixed;
    bottom: -60px;
    width: 100%;
    height: 60px;
    z-index: 4;

    background: var(--color-primary-dark);
    transition: all 0.5s;
}
.quick-contact-bar.quick-contact-bar--visible {
    bottom: 0px;
}
@media (max-width: 991px) {
    .quick-contact-bar {
    }
}
.quick-contact-bar__item {
    display: inline-block;
    width: 25%;
    height: 100%;
    color: #fff;
    padding: 5px;
    transition: all 0.5s;
}
.quick-contact-bar__item:active,
.quick-contact-bar__item:hover {
    color: #fff;
    background: var(--color-primary);
}
.quick-contact-bar__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.quick-contact-bar__icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 20px;

    text-align: center;
}
.quick-contact-bar__title {
    text-align: center;
    font-size: 10px;
}
.quick-contact-bar__item svg {
    margin-top: 2px;
    height: 25px;
    width: 25px;
    fill: #ffffff;
}
.quick-contact-bar__item--phone {
}
.quick-contact-bar__item--location {
}
.quick-contact-bar__item--message {
}
.quick-contact-bar__item--whatsapp {
}
@media (max-width: 991px) {
  
    .navbar .nav-link {
        margin: 0px auto !important;
    }
}
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    background: var(--color-primary-dark);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}
#preloader:after,
#preloader:before {
    background: transparent;
}
#preloader > div {
    visibility: hidden;
}
.st0 {
    stroke: #ffffff;
    fill: url(#SVGID_1_);
    fill-opacity: 0;
    transition: fill-opacity 1s 0.1s, stroke 1s 0.1s;
}
.st0.done {
    fill-opacity: 1;
    stroke: transparent;
}
.st1 {
    stroke: #ffffff;
    fill: var(--color-primary-dark);
    transition: fill 1s 0.2s, stroke 1s 0.2s;
}
.st1.done {
    fill: #ffffff;
    stroke: transparent;
}
.st2 {
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
}
@media (max-width: 767px) {
    .mevsim-logo {
        width: 13rem;
    }
    .nav-scroll .logo {
        width: 220px;
    }
    .navigation {
        top: -3px;
    }
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/* .st0 {
    stroke: #05426A;
    fill: white;
    transition : fill .5s .1s,stroke .5s .1s;
}
.st0.done { fill : #05426A; stroke:transparent}
.st3 {
    stroke: #FFD406;
    fill: white;
    transition : fill .5s .2s,stroke .5s .2s;
}
.st3.done { fill : #FFD406; stroke:transparent}
.st2 {
    stroke: #F7A418;
    fill: white;
    transition : fill .5s .3s,stroke .5s .3s;
}
.st2.done { fill : #F7A418; stroke:transparent}
.st1 {
    stroke: #EF7B1A;
    fill: white;
    transition : fill .5s .4s,stroke .5s .4s;
}
.st1.done { fill : #EF7B1A; stroke:transparent}
.st7 {
    stroke: #05426A;
    fill : white;
    transition : fill .5s .5s,stroke .5s .5s;
   
}
.st7.done { fill : #05426A; stroke:transparent}

.st5 {
 
    fill : url(#SVGID_1_);
    opacity : 0;
    transition : opacity .5s .6s;
}
.st5.done {opacity : 1;}
.st6 {
    
    fill: white;
    opacity : 0;
    transition : opacity .5s .6s;
}
.st6.done {opacity : 1;}
.st4 {
    stroke: #05426A;
    fill: #FFFFFF;
    transition : fill .5s .7s,stroke .5s .7s;
}
.st4.done { fill : #ffffff; stroke:transparent} */
/* .icon {
    transition:opacity .5s 3s;
    opacity: 0;
}
.icon.done {
    opacity: 1;
} */
