/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   @@                         @@
   @@        Oritorius        @@
   @@                         @@
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

:root {
    --purple: #6773DD !important;
}

.carousel-inner {
    overflow: visible !important;
}

.colored{
    background-color: #EBFBE9;
}

.colored-recomm{
    background-color: #6773DD;
}


html, body {
    scroll-behavior: smooth;
}

body {
    font-family: "Satoshi", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

img {max-width: 100%}

/* Header */
.top-header {
    background-color: var(--purple);
    height: 60px;
    border-bottom: 1px solid #959DE7;
}

.mobile_text_wp{
    text-align: right!important;
}

@media (max-width: 992px) {
    .top-header {
        height: auto !important;
    }
    .top-header ul {
        line-height: 40px !important;
    }
    .top-header ul li a {
        font-size: 13px !important;
    }
    .mobile_text{
        text-align: center!important;
    }

    .mobile_text_wp{
        text-align: center!important;
    }
    #contact_us_button{
        margin: 0px auto 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #contact_us_title{
        text-align: center!important;
    }
    #contact_us_subject{
        text-align: center!important;
    }

}

/* YENÄ° */
.screen-darken {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    z-index: 10;
    visibility: hidden;
    position: fixed;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.vv {
    visibility: visible !important;
}

.cv-menu, .top-header {
    position: relative;
    z-index: 15;
}
/* YENÄ° */

.top-header ul {
    margin: 0;
    line-height: 60px;
}

.top-header ul li {
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .top-header ul li {
        margin-right: 10px !important;
    }
    .top-header .text-right {
        text-align: left !important;
        padding-left: 12%;
    }
}

.top-header ul li:last-child {
    margin-right: 0;
}

.top-header ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.top-header ul li a:hover {
    color: #81DAA2;
}

.top-header ul li a .fa-whatsapp {
    color: #81da9e;
    font-size: 15px;
}

.cv-menu {
    background-color: var(--purple);
    margin: 0;
    border: 0;
}

.cv-menu .nav-link {
    padding: 29px 18px !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: "Satoshi", "Raleway", "Open Sans", sans-serif !important;
    transition: 0.3s;
}

.cv-menu a:hover {
    color: #81DAA4 !important;
}

@media (min-width: 992px) {
    .cv-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .centos_logo {
        position: relative;
        top: 28%;
    }
}



@media (max-width: 992px) {
    .cv-menu .nav-link {
        padding: 20px 5px !important;
    }
    .cv-menu .oh-dropdown.dropdown-menu {
        top: 100px !important;
        position: relative !important;
    }
    .navbar-nav .dropdown-menu {
        position: relative !important;
        top: 100px !important;
    }
}

.cv-menu .dropdown-menu {
    background-color: #6773DD !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    top: 170px;
    right: -10px;
    z-index: 999;
    -webkit-animation: slide-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.cv-menu .dropdown.open .dropdown-toggle {
    background-color: transparent !important;
}

.cv-menu .dropdown-menu a {
    color: #fff !important;
    padding: 6px 16px;
    text-transform: none !important;
}

.cv-menu .dropdown-menu a:hover {
    background-color: #6773DD;
    color: #81DAA4;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 10px;
}

.oh-dropdown {
    font-family: "Satoshi", "Raleway", "Open Sans", sans-serif !important;
    text-align: center !important;
    left: -200px !important;
}

.oh-dropdown {
    width: 900px;
}

.oh-dropdown ul {
    padding: 40px 0;
    border-right: 1px solid #959DE7;
    background-color: #6773DD;
}

.oh-dropdown ul:last-child {
    border-right: 0;
}

.oh-dropdown ul li img {
    width: 90px;
    height: 90px;
}

.oh-dropdown ul li h5 {
    font-family: "Satoshi", "Raleway", "Open Sans", sans-serif !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
}

.oh-dropdown ul li h6 {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
}

.oh-dropdown .dropdown-btn1 {
    background-color: #81DAA4 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 20px !important;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.dropdown-btn1:hover {
    background-color: #FF655D !important;
    color: #fff !important;
}

@media (max-width: 992px) {
    .oh-header-top {display: none}
    .cv-menu {
        padding: 15px 0;
    }
    .cv-menu .navbar-brand img {
        top: -22px;
    }
    .cv-menu a {
        padding: 10px;
    }
    .cv-menu .dropdown-menu {
        left: 0 !important;
        top: 95px !important;
        border: 2px solid #ccc;
    }
    .oh-dropdown {
        width: 600px !important;
    }
    .cv-menu li:last-child .dropdown-menu {
        right: 0;
    }
    .cv-menu .dropdown-menu {
        right: 0;
    }
    .cv-menu .navbar-collapse {
        margin-top: 20px;
    }
    .float {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .oh-dropdown {
        width: 300px !important;
        margin-left: 30px;
    }
    .cv-menu .nav-link {
        padding: 15px;
    }
}

.cv-menu .navbar-toggler {
    color: #fff;
    transform: scale(1.4);
    position: relative;
    right: 20px;
}

/* Banner Home */
.cv-banner-home {
    height: 500px;
    background-image: url("../img/anasayfa_slider.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .cv-banner-home {
        height: auto !important;
    }
    .cv-banner-home .title {
        font-size: 30px !important;
    }
    .cv-banner-home .subtitle {
        font-size: 20px !important;
    }
    .cv-banner-home .form-control {
        font-size: 20px !important;
        border-radius: 0px !important;
        margin-bottom: 10px;
    }
}

.cv-banner-home .texts {
    text-align: center;
}

.cv-banner-home .title {
    font-weight: 700 !important;
    font-size: 60px;
}

.cv-banner-home .subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    font-weight: 300 !important;
    margin-bottom: 50px;
}

.cv-banner-home .select::before {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 25px;
}

.cv-banner-home select {
    border-radius: 0 !important;
    background-color: #fff;
}

.cv-banner-home .form-control {
    height: 70px;
    font-size: 25px;
    font-weight: 300 !important;
    color: rgba(37, 37, 37, 0.5) !important;
    border: 0 !important;
    border-radius: 0;
}

.cv-banner-home .form-control:focus {
    box-shadow: none !important;
}

.cv-banner-home .form-control[type=text] {
    padding-left: 30px;
    border-radius: 10px 0px 0px 10px;
}

.cv-banner-home.cv-banner .content .btn {
    height: 70px;
    border-radius: 0 10px 10px 0 !important;
    font-size: 25px !important;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cv-banner-home.cv-banner .content .btn {
        font-size: 20px !important;
        border-radius: 0 !important;
    }
    .cv-banner-home .domain-list li {
        width: 32% !important;
    }
}

.cv-banner-home.cv-banner .content .btn:hover {
    background-color: var(--purple) !important;
    color: #fff !important;
}

.cv-banner-home .domain-list {
    margin-top: 30px;
}

.cv-banner-home .domain-list li {
    width: 33%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    height: 20px;
    border-right: 2px solid #81DA9E;
}

.cv-banner-home .domain-list li:last-child {
    border-right: 0 !important;
}

/* Home Three */
.cv-home-three {
    background-color: #F9F9F9;
    padding: 80px 0;
}

.cv-ht-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    padding: 40px 10px;
    color: var(--purple);
    transition: 0.3s;
    margin: 15px 0;
}

.cv-ht-box:hover {
    background-color: #F9F9F9;
    transform: scale(1.02);
}

.cv-ht-box img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.cv-ht-box h3 {
    font-size: 25px;
}

.cv-ht-box p {
    font-size: 17px;
    line-height: 34px;
    font-weight: 300 !important;
}

.cv-ht-box .price {
    color: #ff655d;
    line-height: 20px;
}

.cv-ht-box .btn-outline-primary {
    border: 1px solid var(--purple) !important;
    color: var(--purple);
    padding: 10px 40px !important;
    text-transform: uppercase;
    border-radius: 12px !important;
}

.cv-ht-box .btn-outline-primary:hover {
    background-color: var(--purple) !important;
}

/* Banner */
.cv-banner {
    background-color: var(--purple);
    padding: 50px 0;
}

.cv-banner.video {
    position: relative;
    padding: 70px 0;
}

.cv-banner.video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cv-banner.video::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6773dd, rgba(103, 115, 221, 0.3));
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.cv-banner.video .container {
    z-index: 3;
    position: relative;
}

.cv-banner .content {
    color: #fff;
}

.cv-banner .content h1 {
    margin-bottom: 30px;
}

.cv-banner .content img {
    margin-bottom: 30px;
}


.cv-banner .content p {
    font-size: 20px;
    opacity: 0.7;
    font-weight: 300 !important;
    margin-bottom: 40px;
}

.cv-banner .content p.text-small {
    font-size: 18px;
    margin-bottom: 30px;
}

.cv-banner .content .btn {
    font-weight: 700;
    background-image: none !important;
    font-size: 20px !important;
    padding: 15px 60px !important;
    border-radius: 10px !important;
}

.cv-banner ul li {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
}

.cv-banner ul li i {
    color: #81da9e;
    margin-right: 10px;
}


/* Title */
.cv-page-title {
    text-align: center;
    background-color: #f0f3f7;
    padding: 30px 0;
}

.cv-page-title.sticky {
    position: sticky;
    top: 0;
    left: 0;
}

.cv-page-title h1 {
    font-size: 35px !important;
    color: #6773dd;
}

.cv-page-title h2 {
    color: var(--purple);
}

.cv-page-title p {
    color: #6773dd;
    font-size: 20px;
    margin-bottom: 0;
}

/* Feature Left */
.cv-feature-left.gray {
    background-color: #fff;
}

.cv-feature-left {
    padding: 40px 0;
}

.cv-feature-left h2 {
    color: #ff655d;
    font-size: 25px;
    margin-bottom: 15px;
}

.cv-feature-left p {
    color: #6773dd;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

.cv-feature-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

/* About Us */
.cv-about {
    padding: 50px 0;
    background-color: #fff;
}

.cv-about-texts {
    margin-bottom: 30px;
}

.cv-about-texts p {
    font-size: 17px;
    line-height: 30px;
}

.cv-about-nav {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px !important;
}

.cv-about-nav li a {
    display: block;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    padding: 12px 18px;
    color: #262626;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.2s;
    border-radius: 4px;
}

.cv-about-nav li a i {
    font-size: 14px;
    margin-right: 5px;
}

.cv-about-nav li a:hover {
    background-color: var(--purple);
    color: #fff;
}

.cv-about-nav li a.active {
    background-color: var(--purple);
    color: #fff;
}

.cv-about-vergi {
    background-image: url("../img/about-us2.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.cv-about-vergi h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.cv-about-vergi .alt {
    padding: 30px;
    background-color: rgba(0,0,0,0.7);
}

.cv-about-vergi .alt ul {
    margin-bottom: 0 !important;
}

.cv-about-vergi .alt ul li {
    color: #fff;
    margin: 10px 0;
}

.cv-about-vergi .alt ul li strong {
    font-weight: 700;
}

.cv-about-office {
    margin-bottom: 30px;
}

.cv-about-office img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 10px 0;
}


/* operator */
.cv-operator {
    background-color: #fff;
    padding: 20px 0;
}

.cv-operator .title {
    text-align: center;
    margin: 40px 0;
    color: var(--purple);
}

.cv-operator .title h2 {
    text-decoration: underline;
    font-size: 35px;
}

.cv-operator .title p {
    font-size: 20px;
    font-weight: 300;
}

.cv-operator .box {
    background-color: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-right-color: rgba(103,115,221,0.3) !important;
    border-right-style: solid !important;
    border-bottom-color: rgba(103,115,221,0.3) !important;
    border-bottom-style: solid !important;
    transition: 0.2s;
    margin: 10px 0;
}

.cv-operator .box:hover {
    background: #f9f9f9;
}

.cv-operator .box h3 {
    color: #ff655d;
    font-size: 25px;
    margin-bottom: 15px;
}

.cv-operator .box p {
    color: var(--purple);
    font-size: 17px;
    margin-bottom: 0;
}

/* operator 2 */
.cv-operator-2 {
    padding: 50px 0;
}

.cv-operator-2 .box {
    display: flex;
    justify-content: start;
    margin: 15px 0;
}

.cv-operator-2 .fa-check-circle {
    font-size: 30px;
    color: #81da9e;
    margin-right: 10px;
    margin-top: 5px;
}

.cv-operator-2 .box h2 {
    font-size: 25px;
    color: var(--purple);
}

.cv-operator-2 .box p {
    font-size: 17px;
    color: var(--purple);
    font-weight: 300;
}





/* FAQ */
.cv-faq {
    background-color: #f0f3f7;
    padding: 20px 0;
}

.cv-faq .title {
    text-align: center;
    margin: 40px 0;
    color: var(--purple);
}

.cv-faq .title h2 {
    text-decoration: underline;
    font-size: 35px;
}

.cv-faq .title p {
    font-size: 20px;
    font-weight: 300;
}

.cv-faq .box {
    background-color: #fff;
    padding: 40px 50px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-right-color: rgba(103,115,221,0.3) !important;
    border-right-style: solid !important;
    border-bottom-color: rgba(103,115,221,0.3) !important;
    border-bottom-style: solid !important;
    transition: 0.2s;
}

.cv-faq .box:hover {
    background: #f9f9f9;
}

.cv-faq .box h3 {
    color: #ff655d;
    font-size: 25px;
    margin-bottom: 15px;
}

.cv-faq .box p {
    color: var(--purple);
    font-size: 17px;
    margin-bottom: 0;
}

.cv-faq-page {
    padding: 60px 0;
}

.cv-faq-page .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cv-faq-page .box h3 {
    font-size: 22px;
    line-height: 32px;
}

@media (max-width: 768px) {
    .cv-faq-page .grid {
        grid-template-columns: 1fr;
    }
}



/* FAQ 2 */
.cv-faq-2 {
    padding: 50px 0;
}

.cv-faq-2 .box {
    display: flex;
    justify-content: start;
    margin: 15px 0;
}

.cv-faq-2 .fa-check-circle {
    font-size: 30px;
    color: #81da9e;
    margin-right: 10px;
    margin-top: 5px;
}

.cv-faq-2 .box h2 {
    font-size: 25px;
    color: var(--purple);
}

.cv-faq-2 .box p {
    font-size: 17px;
    color: var(--purple);
    font-weight: 300;
}

/* Dedicated */
.cv-dedicateds {
    background-color: #f0f3f7;
    padding: 1px 0 40px 0;
}

.cv-dedicateds .container-fluid {
    max-width: 1220px !important;
}

.cv-dedicated {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    background-color: #fff;
    padding: 10px 50px 10px 50px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition: 0.3s;
    position: relative;
}

.cv-dedicated .network-left {
    position: absolute;
    left: -99px;
    background: linear-gradient(45deg, #6773dd, #909cff);
    color: #fff;
    top: 63px;
    transform: rotate(270deg);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    font-size: 14px;
    font-weight: 600;
}

.cv-dedicated .feature-space {
    padding-top: 14px;
}

.cv-dedicated .network-left-popover {
    position: absolute;
    left: -116px;
    top: -102px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 12px;
    border-radius: 4px;
    max-width: 200px;
    text-align: center;
    font-size: 14px;
    display: none;
}

.cv-dedicated .network-left-popover::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    bottom: -6px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 1280px) {
    .cv-dedicated .network-left {
        left: -63px;
    }
}

@media (max-width: 768px) {
    .cv-dedicated .network-left-popover {
        top: -132px;
        left: 30px;
    }
    .cv-dedicated .feature-space {
        padding-top: 0;
    }
    .cv-dedicated .network-left {
        left: 0;
        top: -26px;
        width: 100%;
        transform: inherit;
    }
    .cv-dedicated {
        display: block;
    }
    .cv-dedicated .detail {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .cv-dedicated .detail:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .cv-dedicated .detail.button .btn-primary {
        margin-top: 0 !important;
        display: block;
        width: 100%;
    }
    .cv-dedicated .detail.button .btn-primary {
        left: 0 !important;
    }
    .cv-dedicated .detail.price .feature {
        left: 10px !important;
    }
}

.cv-dedicated:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.03);
}

.cv-dedicated .detail {
    text-align: center;
}

.cv-dedicated .detail.name .sunucu {
    color: #28a745;
    font-size: 20px;
    margin: 0px 0px 5px;
}

.cv-dedicated .detail.name .islemci {
    font-size: 16px;
    margin: 12px  0px 5px;
    font-weight: 700;
    color: #333;
}

.cv-dedicated .detail.name .core {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    margin: 0px 0 5px 0;
}
.cv-dedicated .detail.name img {
    width: 160px;
    height: auto;
}

.cv-dedicated .detail.name_vm img {
    width: 120px;
    height: auto;
}
.cv-dedicated .detail.name span {
    font-size: 10px;
    font-weight: 600;
}

.cv-dedicated .detail span {
    font-size: 18px;
    display: block;
}

.cv-dedicated .detail span.title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 10px;
}

.cv-dedicated .detail u {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.cv-dedicated .detail span.feature {
    font-weight: 700;
    color: #333;
    font-size: 19px;
}

.cv-dedicated .detail small {
    color: #6c757d;
}

.cv-dedicated .detail.price .feature {
    color: #28a745;
    font-size: 26px;
    position: relative;
    left: 15px;
    margin-top: 25%;
}

.cv-dedicated .detail.price .feature small {
    font-size: 17px;
}

.cv-dedicated .detail.button .btn-primary {
    padding: 12px 25px !important;
    font-weight: 400 !important;
    border-radius: 3px !important;
    margin-top: 50px;
    position: relative;
    left: 15px;
}

.cv-dedicated .detail.ram .title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0px;
}
.cv-dedicated .detail.ram .feature {
    font-weight: 700;
    color: #333;
    font-size: 19px;
    margin-top: 30%;
}


.cv-dedicated .detail.disk .title {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0px;
}
.cv-dedicated .detail.disk .feature {
    font-weight: 700;
    color: #333;
    font-size: 19px;
    margin-top: 10px;
}

.cv-dedicated .detail.raid .text {
    font-size: 14px;
    color: #6c757d;
}

.cv-dedicated .detail.raid .fa-check {
    color: #2ecc71;
}

.cv-dedicated .detail.raid .raid-img {
    display: block;
    width: 71px;
    height: 51px;
    margin: auto;
}

/* Dedicated Optional */
.cv-dedicated-optional {
    padding: 50px 0;
    background: #fff;
    background-size: cover;
    background-position: center;
}

.cv-do-title {
    font-size: 25px;
    color: #ff655d;
    text-align: center;
    margin-bottom: 10px;
}

.optional {
    margin: 5px 0;
}

.optional .box {
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border-left-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-left-color: rgba(103,115,221,0.3) !important;
    border-left-style: solid !important;
    border-bottom-color: rgba(103,115,221,0.3) !important;
    border-bottom-style: solid !important;
    border-top-color: rgba(103,115,221,0.3) !important;
    border-top-style: solid !important;
    padding: 40px 50px;
    text-align: center;
    background-color: #fff;
}

.optional .box h3 {
    font-size: 20px;
    color: #ff655d;
    margin-bottom: 0;
}

.optional .texts {
    text-align: center;
}

.optional .texts span {
    display: block;
    font-size: 17px;
    color: var(--purple);
}

.optional .texts span.feature {
    font-weight: 700;
}

.optional .texts span.price {
    font-weight: 300;
}

/* Support */
.cv-support {
    padding: 50px 0;
    background-color: #f0f3f7;
}

.cv-support .content h4 {
    font-size: 25px;
    color: #6773dd;
    margin-bottom: 30px;
}

.cv-support .content p {
    color: var(--purple);
    font-size: 17px;
    margin-bottom: 30px;
}

.cv-support .content .btn {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media (max-width: 992px) {
    .cv-support img {
        display: none !important;
    }
}

/* Brands */
.cv-brands {
    padding: 80px 0;
}

/* Footer */
.cv-footer {
    background-color: var(--purple);
    padding: 50px 0;
}

.cv-footer .site-content hr {
    border: 0 !important;
    border-top: 1px solid #eee !important;
    margin: 25px 0;
}

.cv-footer .site-content p {
    color: #fff;
    font-weight: 300 !important;
    font-size: 17px !important;
    margin-bottom: 0;
}

.cv-footer .link-box {
    color: #fff;
    margin-bottom: 30px;
}

.cv-footer .link-box h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.cv-footer .link-box ul li {
    margin-bottom: 7px;
}

.cv-footer .link-box ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300 !important;
    text-decoration: none;
    transition: 0.3s;
}

.cv-footer .link-box ul li a:hover {
    color: rgba(255,255,255,0.7);
}

/* Back Top */
.back-top {
    background-color: rgba(124, 134, 222, 0.6);
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 40px rgb(0 0 0 / 40%);
    border-radius: 8px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.3s;
}

.back-top:hover {
    background-color: var(--purple);
    color: #fff !important;
}

/* General */
.btn {
    font-weight: 700 !important;
    padding: 11px 34px !important;
    border-radius: 8px !important;
    border: 0 !important;
}

.btn-success {
    background-color: #81da9e !important;
}

.btn-success:hover {
    background-color: #fff !important;
    color: var(--purple) !important;
}

.btn-primary {
    background-color: var(--purple) !important;
}

.btn-primary:hover {
    background-color: #7c86de !important;
}

/* Animations */
.slide-top {
    -webkit-animation: slide-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

/* Servers */
.os-vds {
    background-color: #fff;
    text-align: center;
    border-top: 5px solid #6873DD !important;
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s;
    border: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
    .os-vds:hover {
        box-shadow: 0 1px 1px rgba(0,0,0,0.11),
        0 2px 2px rgba(0,0,0,0.11),
        0 4px 4px rgba(0,0,0,0.11),
        0 8px 8px rgba(0,0,0,0.11),
        0 16px 16px rgba(0,0,0,0.11),
        0 20px 20px rgba(0,0,0,0.10);
        transform: scale(1.03);
    }
}

.os-vds-active {
    background: linear-gradient(#6773DD, #0c1eaf);
    color: #fff;
}

.os-vds-active .price {
    color: #fff !important;
}

.os-vds-active .price span {
    color: #ccc !important;
}

.os-vds-active .btn {
    background-color: #fff !important;
    color: #444;
}

.os-vds-active .btn:hover, .os-vds-active .btn:focus {
    color: #444 !important;
}

.os-vds .title {
    font-weight: 600;
    font-size: 20px;
}

.os-vds ul {
    padding: 0;
    margin: 0 0 15px 0;
}

.os-vds ul li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style: none;
    font-size: 16px;
}

.os-vds ul li:last-child {
    border-bottom: 0;
}

.os-vds .btn {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 0 !important;
}

.os-vds .price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #6873DD;
}

.os-vds .price span {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

.os-vds .img img {
    width: 169px !important;
    height: 75px !important;
    display: block;
    margin: auto;
}

.os-servers .owl-stage {
    padding: 20px 0;
}

.os-servers .owl-nav button {
    transition: 0.3s;
}

.os-servers .owl-nav button i {
    font-size: 26px;
}

.os-servers .owl-nav button:hover {
    background-color: transparent !important;
    color: rgba(0,0,0,0.4) !important;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -30px !important;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -35px;
    display: block !important;
    border:0px solid black;
}

@media (max-width: 768px) {
    .owl-prev {margin-left: -10px !important;}
    .owl-next {right: -10px !important;}
    .cv-dedicated .detail.ram .feature{
        margin-top:5%!important;
    }
}

.owl-nav .disabled{
    display:none !important;
}

.verimerkezi {
    position: relative;
    padding: 100px;
    background-position-x: -130px;
    background-color: #292b33;
    background-size: cover;
    color:#fff;
    background-image: url(../img/dc_bg.webp);
}

.verimerkezi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #242935cc;
    left: 0;
    top: 0;
}

.verimerkezi .container {
    position: relative;
    z-index: 2;
}
.verimerkezi h2 {
    margin:0 0 15px;
    line-height: 1.6;
    font-size: 30px;
    color:#6773dd;
}

.verimerkezi h2 b {
    display: block;
    color:#fff;
}

.verimerkezi p {
    font-size: 19px;
    margin: 0;
    line-height: 1.7;
}

.firewall {
    position: relative;
    padding:75px;
    background-color: #292b33;
    background-size: cover;
    color:#fff;
    background-image: url(../img/firewall_bg.webp);
}

.firewall:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #242935a6;
    left: 0;
    top: 0;
}

.firewall .container {
    position: relative;
    z-index: 2;
}

.firewall h2 {
    margin:-15px 0px 20px;
    line-height: 1.6;
    font-size: 35px;
    color:#6773dd;
    text-align: center;
}

.firewall h2 b {
    display: block;
    color:#fff ;
    text-align: center;
}

.firewall p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 3%;
}

.firewall img {
    width: 444px;
}

.fortinet-img{
    display:block!important;
    margin-left:auto!important;
    margin-right:auto!important;

}

@media (max-width: 1024px){
    .verimerkezi{
        padding: 100px 0px 100px;
    }
    .firewall{
        padding: 100px 0px 100px;
    }
    .banner-img{
        display: none;
    }
    .paket_button {
        display: block!important;
    }
    .packets-img{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .landing-content{
        padding: 0 10px;
    }
}

img.lazy {
    width: 700px;
    height: 467px;
    display: block;
}



/* Features New */
.cvn-features {
    padding: 40px 0;
}

.cvn-features .box {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border: 1px solid rgba(103, 115, 221, 0.3);
}

.cvn-features-item {
    text-align: center;
    margin-bottom: 30px;
}

.cvn-features-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cvn-features-item .img img {
    max-width: 170px;
    display: block;
}

.cvn-features-item .content h4 {
    font-size: 18px;
}

.cvn-features-item .content p {
    font-size: 15px;
    line-height: 22px;
}

.gs-compares {
    margin: 10px 0;
}

.gs-compares ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #81da9e;
    margin-right: 10px;
    font-weight: 900;
}

.gpu-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
}

.gs-key {
    font-weight: 700;
}

.cv-feature-left.gpu {
    padding: 70px 0 !important;
}
.cv-feature-left.gpu h2 {
    color: #6773dd;
}
.cv-feature-left.gpu p {
    color: #333;
}

.gpu .cv-contact {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    color: #333;
}

.gpu .cv-contact label {
    color: #333;
}


.cvn-features-grid {
    padding: 70px 0;
}

.cvn-features-grid-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    border: 1px solid rgba(103, 115, 221, 0.3);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.cvn-features-grid-item .img {
    padding-bottom: 60%;
    position: relative;
}

.cvn-features-grid-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cvn-features-grid-item .content {
    padding: 20px;
}

.cvn-features-grid-item h4 {
    font-size: 20px;
}

.cvn-features-grid-item p {
    margin-bottom: 0;
}


/* GPU FORM */
.cvn-gpu-form {
    background-color: #515cba;
    color: #fff;
    padding: 70px 0;
    border-bottom: 2px solid #8894ff;
}

.cvn-gpu-form .container {
    max-width: 780px !important;
}

.cvn-gpu-form .head-area {
    text-align: center;
    margin-bottom: 40px;
}

.cvn-gpu-form .head-area .title {
    font-size: 34px;
}

.cvn-gpu-form .head-area p {
    font-size: 17px;
    opacity: 0.7;
}

.cvn-progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cvn-step {
    display: none;
    height: 470px;
    overflow-y: auto;
}

.cvn-step .form-group label {
    font-size: 18px;
}

.cvn-step .btn-step-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cvn-step .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    height: 60px;
    border-radius: 0;
    padding: 6px 20px;
    color: #fff !important;
    font-size: 18px;
    transition: 0.2s;
}

.cvn-step .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.cvn-step .form-control:hover, .cvn-step .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.cvn-step.active {
    display: block;
}

.cvn-progress {
    height: 5px;
    background: lightgray;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    transition: width 0.4s ease-in-out;
}

.cvn-progress.active {
    width: 100%;
}

.cvn-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.cvn-form-head .number {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 20px;
    margin-right: 16px;
    border-radius: 100%;
    position: relative;
    top: 12px;
}

.cvn-form-head .title {
    font-size: 24px;
    font-weight: 500;
}

.cvn-form-head .subtitle {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.6;
}

.cvn-radio-container {
    display: flex;
    flex-direction: column;
}

.cvn-radio-container .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    border: 1px solid #007bff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 400px;
    cursor: pointer;
    padding: 12px !important;
    text-align: left;
    transition: 0.1s;
}

.cvn-radio-container .btn label {
    height: 30px;
    width: 30px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.1s;
}

.cvn-radio-container input[type="radio"] {
    display: none;
}

.cvn-radio-container .btn span {
    margin-left: 10px;
    flex-grow: 1;
}

.cvn-radio-container input[type="radio"]:checked + .btn, .cvn-radio-container .btn:hover {
    background-color: #fff;
    color: #333b88;
}

.cvn-radio-container input[type="radio"]:checked + .btn label, .cvn-radio-container .btn:hover label {
    background-color: #fff;
    color: #333b88;
    border-color: #333b88;
}

.cvn-radio-container input[type="radio"]:checked + .btn::after {
    content: "\f00c";
    margin-left: auto;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    font-size: 20px;
    color: #333b88;
}

.cvn-form-step {
    scrollbar-width: thin;
    scrollbar-color: #fff #e0e0e0;
}

.cvn-form-step::-webkit-scrollbar {
    width: 8px;
}

.cvn-form-step::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.cvn-form-step::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.cvn-form-step::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}



/* GPU FLEX */
.cv-gpu-flex {
    padding: 0 150px;
}

.cv-gpu-flex .flex-area {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 20px 0;
}

.cv-gpu-flex .cv-feature-left.gpu {
    width: 50%;
    padding: 40px 40px 40px 0 !important;
}

.cv-gpu-flex .cv-feature-left.gpu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.cv-gpu-flex .cv-feature-left.gpu img {
    max-width: 300px;
}

.cv-gpu-flex .cv-feature-left.gpu.gray {
    background-color: #f0f3f7;
    border-radius: 10px;
}

/* GPU pricing */
.cv-gpus .container-fluid {
    max-width: 1300px !important;
}

.cv-dedicated.gpu {
    padding: 10px 50px 10px 30px;
}

.cv-dedicated.gpu .detail.name img {
    width: 120px;
}

.cv-dedicated.gpu .detail.disk .feature {
    margin-top: 30px;
}

.cv-dedicated.gpu .detail.ram .feature {
    margin-top: 30px;
}

.cv-dedicated.gpu .detail.connect .text {
    padding: 5px;
    background-color: #f7f7f7;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500 !important;
}

.cv-dedicated.gpu .detail .title i {
    margin-right: 4px;
}

.cv-dedicated.gpu .vm-text {
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to bottom right, #6773dd, #bac1ff);
    color: #fff;
}

.cv-dedicated .vm-text {
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(to bottom right, #6773dd, #bac1ff);
    color: #fff;
}

.cv-dedicated.gpu .vm-text.nvlink {
    min-width: 45px;
    width: auto;
    padding: 0 6px;
    border-radius: 8px;
    left: -25px;
}



.cv-gpu-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
}

.cv-gpu-tabs ul {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    padding: 10px;
    border-radius: 8px;
    gap: 10px;
    text-align: center;
}

.cv-gpu-tabs li {
    display: inline-block;
}

.cv-gpu-tabs li a {
    display: block;
    padding: 12px;
    color: var(--bs-dark);
    font-weight: 500;
    transition: 0.2s;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
}

.cv-gpu-tabs li a:not(.active){
    border: 1px solid var(--purple);
}

.cv-gpu-tabs li a.active{
    background-color: var(--purple);
    color: #fff;
}

@media(hover: hover) and (pointer: fine) {
    .cv-gpu-tabs li a:hover {
        background-color: var(--purple);
        color: #fff;
    }
}



@media (max-width: 1700px) {
    .cv-gpu-flex {
        padding: 0 20px;
    }
}

@media (max-width: 1300px) {
    .cv-gpu-flex .flex-area {
        flex-direction: column;
    }
    .cv-gpu-flex .cv-feature-left.gpu {
        width: 100%;
        padding: 20px;
    }

    .cv-gpu-flex .cv-feature-left:first-child {
        background-color: #fff !important;
    }
    .cv-gpu-flex .cv-feature-left:last-child {
        background-color: #f0f3f7 !important;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .cv-dedicated .detail.price .feature {
        margin-top: 10px;
    }
    .cv-dedicated.gpu .vm-text {
        top: 10px;
        left: 10px;
    }
    .cv-banner.video {
        padding: 40px 0;
    }
}


@media (max-width: 660px) {
    .cv-gpu-flex .cv-feature-left.gpu {
        flex-direction: column;
        padding: 20px !important;
    }
}

.cv-gpu-tabs a {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
    position: relative;
}

.cv-gpu-tabs a.active::after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    color: red;
    font-size: 12px;
    border-radius: 75%;
    padding: 1px 5px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

img {
    max-height: 100%;
    max-width: 100%;
}


/* Calculator */
.cv-calculator {
    border: 1px solid #DAE1EB;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}

.cv-calculator .item-group {
    margin-bottom: 20px;
}

.cv-calculator .item-group {
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    align-items: center;
}

.cv-calculator .total-area {
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 30px 40px 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.cv-calculator .total-area .top {
    width: 100%;
}

.cv-calculator .total-area .content {
    width: 100%;
}

.cv-calculator .total-area .list {
    width: 100%;
}

.cv-calculator .total-area .list .list-item {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
}

.cv-calculator .total-area .list .list-item:last-child {
    border-bottom: 0;
}

.cv-calculator .total-area .price {
    font-size: 42px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cv-calculator .total-area .price .cycle {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 10px;
}

.cv-calculator .total-area .btn {
    width: 100%;
    height: 50px;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.cv-calculator .cpu-selector {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

.cv-calculator .cpu-selector .link {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    justify-content: center;
    transition: 0.2s;
}

.cv-calculator .cpu-selector .link.active, .cv-calculator .cpu-selector .link:hover {
    background-color: rgba(103,115,221, 0.1);
    border: 1px solid rgba(103,115,221, 0.5);
    color: #6773dd;
}

.dropdown-special .btn {
    height: 45px;
    border: 1px solid #e5e5e5 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px !important;
    border-radius: 4px !important;
    width: 100%;
    box-shadow: none !important;
}

.dropdown-special .btn img {
    height: 20px;
    margin-right: 8px;
}

.dropdown-special .dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078" !important;
    margin: 0 !important;
    vertical-align: 0 !important;
    border: 0 !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-special .dropdown-menu {
    width: 100%;
}

.dropdown-special .dropdown-menu a {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dropdown-special .dropdown-menu a img {
    height: 20px;
    margin-right: 8px;
}

.cv-special-input {
    border-radius: 4px 4px 0 0;
    border: 1px solid #e5e5e5;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cv-special-input .item {
    height: 100%;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.7);
    text-decoration: none !important;
    transition: 0.2s;
}

.cv-special-input .item:hover {
    opacity: 0.7;
}

.cv-special-input .form-control {
    height: 100%;
    border: 0 !important;
}

.range-special {
    margin-top: -17px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: transparent;
    outline: none;
    opacity: 0.7;
    transition: opacity .15s ease-in-out;
    position: relative;
    z-index: 3;
}


input[type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #ddd;
}

input[type="range"]::-moz-range-track {
    height: 2px;
    background: #ddd;
}

input[type="range"]::-ms-track {
    height: 2px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: var(--purple);
    cursor: pointer;
    border-radius: 50%;
    margin-top: -7px;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: var(--purple);
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 15px;
    background: var(--purple);
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--purple) 0%, var(--purple) var(--value), #ddd var(--value), #ddd 100%);
}

input[type="range"]::-moz-range-progress {
    background-color: var(--purple);
    height: 2px;
}

input[type="range"]::-moz-range-track {
    background: #ddd;
    height: 2px;
}

input[type="range"]::-ms-fill-lower {
    background: var(--purple);
    height: 2px;
}

input[type="range"]::-ms-fill-upper {
    background: #ddd;
    height: 2px;
}

.cv-special-input input[type='text'][readonly]{
    background-color: #fff!important;
}

.cv-calculator .add-more {
    display: grid;
    grid-template-columns: 1fr 45px;
    grid-gap: 10px;
}

.cv-calculator .add-more .btn-outline-primary {
    padding: 0 !important;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.btn-outline-primary {
    border: 1px solid var(--purple) !important;
    color: var(--purple) !important;
}

.btn-outline-primary:hover {
    border: 1px solid var(--purple) !important;
    color: #fff !important;
    background-color: var(--purple) !important;
    box-shadow: none !important;
}

.btn-outline-primary:focus {
    background-color: transparent !important;
    color: var(--purple) !important;
}


@media (max-width: 992px) {
    .cv-calculator .total-area {
        margin-top: 20px;
    }
}



.cv-features-opacity {
    padding: 40px 0;
}

.cv-features-opacity .head-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cv-features-opacity .head-title .title {
    font-size: 32px;
}

.cv-features-opacity-item {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 6px;
    margin: 12px 0;
}

.cv-features-opacity-item .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.cv-features-opacity-item .top .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(103,115,221, 0.1);
    border: 1px solid rgba(103,115,221, 0.3);
    color: #6773DD;
    margin-right: 12px;
    font-size: 20px;
}

.cv-features-opacity-item .top .title {
    font-size: 22px;
    line-height: 28px;
}

.cv-features-opacity-item p {
    margin-bottom: 0;
}


/* FAQ NEW */
.cv-faq-new {
    padding: 60px 0;
}

.cv-faq-new .title {
    text-align: center;
    margin-bottom: 40px;
    color: #6773DD;
}

.cv-faq-new .title h2 {
    font-size: 42px;
}

.cv-faq-new .title p {
    font-size: 18px;
}

.cv-faq-new h4 {
    font-size: 30px;
    margin-bottom: 14px;
}

.cv-fn-list {
    margin-bottom: 20px;
}

.cv-fn-list .link {
    display: block;
    padding: 12px 16px;
    border-left: 1px solid #ccc;
    color: #333;
    transition: 0.2s;
    font-size: 18px;
}

.cv-fn-list .link .text {
    opacity: 0.8;
}

.cv-fn-list .link.active {
    border-left: 2px solid #6773DD;
}

.cv-fn-content {
    background-color: #EBEEF9;
    padding: 30px;
}

.cv-fn-content:not(.active) {
    display: none;
}


.cv-dedicated.bordered {
    padding: 20px 20px 0 20px;
    display: block;
    box-shadow: none !important;
    transition: 0.3s;
    position: relative;
    background-color: transparent;
    border: 2px solid var(--purple);
    border-radius: 6px;
}

.cv-dedicated.bordered:hover {
    transform: inherit;
}


.cv-dedicated.bordered .title-area {
    background-color: var(--purple);
    color: #fff;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
}