@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
    --alt-font: "Inter", sans-serif;
    --primary-font: "Inter", sans-serif;
    --base-color: #000bce;
    --green: #000675;
    --dark-gray: #000675;
    --medium-gray: #4d4d4d;
    --very-light-gray: #f7f7f7;
}
body {
    font-size: 16px;
    line-height: 28px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a {
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    margin-right: 10px;
    width: 40px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}
header .navbar-brand img {
    max-height: 100px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 18px;
}
/* button */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 17px 38px;
    font-size: 17px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size: 15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 26px;
    font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}
.text-gradient-light-green-white {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebecff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}
.bg-very-light-green {
    background-color: #ebecff;
}
.bg-very-light-blue {
    background-color: #323df1;
}

.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebecff 100%);
}

.right-210px {
    right: 210px;
}

.page-title-large h1 {
    font-size: 4.2rem;
    line-height: 4rem;
}
.page-title-large h2 {
    font-size: 18px;
}

.border-color-dark-green {
    border-color: var(--green);
}
.newsletter-style-02 .btn:hover {
    background-color: var(--green);
}
.newsletter-style-02 .btn {
    height: 85%;
    margin: 4px;
    padding: 5px 20px 5px;
}
.newsletter-style-02 input {
    padding-right: 75px !important;
}

.animation-rotation {
    -webkit-animation: rotation 2.5s infinite linear;
}
footer .footer-logo img {
    max-height: 100px;
    width: auto;
}
footer a:hover {
    color: #0082cf;
}
footer ul li {
    margin-bottom: 2px;
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1600px) {
    .fs-80 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 10px;
    }
}
@media (max-width: 991px) {
    /* Background image */
    .md-background-position-top-center {
        background-position: top center !important;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .sm-background-position-top-center {
        background-position: top center !important;
    }
}

.video-content {
    top: 0;
    left: 100%;
    width: 100% !important;
    height: 100%;
    text-align: center;
}
.video-text-content {
    position: absolute;
    z-index: 9999;
    inset: 0;
}
.video-content:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
}

.video-content video {
    height: 700px;
    object-fit: cover;
}

.referans-logo .client-box img {
    filter: grayscale(100%);
    transition: ease all 0.5s;
}
.referans-logo .client-box a:hover img {
    filter: unset;
}
.clients-style-06:hover .client-box {
    opacity: 1 !important;
}

.info-content {
    position: relative;
    z-index: 10;
}
.whell-img {
    animation: spin1 30s infinite linear;
    width: 145%;
    height: auto;
    max-width: inherit;
    margin-top: -25%;
    margin-left: -45%;
    position: relative;
    z-index: 10;
}

@keyframes spin1 {
    0% {
        -moz-transform: rotate(320deg);
        -webkit-transform: rotate(320deg);
        -o-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
    }
    100% {
        -moz-transform: rotate(680deg);
        -webkit-transform: rotate(680deg);
        -o-transform: rotate(680deg);
        -ms-transform: rotate(680deg);
    }
}
.whell-bg {
    position: absolute;
    left: 35%;
    top: 40%;
    width: 75%;
    height: 75%;
    background: #000675;
    z-index: 9;
    transform: translate(-50%, -50%);
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
}
.whell-content{
    position: relative;
}
.z-99 {
    position: relative;
    z-index: 99;
}
.text-info-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 540px;
    color: #fff;
    
}

.slider-bg{
    background: #ebecff;
}
.mobil-bg{
    background-image: none !important;
}
.text-info-content .fs-75{
    font-size: 3.7rem;
}
@media (max-width: 1630px){
    .whell-img {
        width: 170%;
        margin-top: -28%;
        margin-left: -69%;
    }
    .text-info-content {
        max-width: 440px;
    }
}
@media (max-width: 1200px){
    .whell-img {
        width: 180%;
    }
    .whell-bg {
        width: 100%;
    }
}
@media (max-width: 991px){

    .whell-bg{
        left: 15%;
    top: 38%;
    }
    .text-info-content{
        margin-top: -110px;
        align-items: start !important;
        max-width: 400px;
    }
    .mobil-bg{
        background-image: inherit;
    }

    .whell-img {
        width: 120%;
        margin-top: -28%;
        margin-left: -29%;
    }
}

@media (max-width: 767px){
    .whell-img{
        width: 150%;
        margin-top: -70px;
        margin-left: -25%;
    }
    .text-info-content{
        margin-top: 0;
        align-items: start !important;
        max-width: 400px;

    }
    .text-info-content .fs-75{
        font-size: 26px;
        line-height: 1.4;
    }
    .text-info-content p{
        font-size: 14px;
        line-height: 1.4;
    }
    .whell-bg {
        left: 50%;
        top: 42%;
        width: 90%;
        border-radius: 30%;
    }
    .whell-content{
        max-height: 500px;
    }
    .text-info-content{
        width: 100%;
    left: 0;
    padding: 0 40px;
    place-items: center !important;
    text-align: center !important;
    }
}