:root {
    --orange: #F24405;
    --text: #212529;
    --blue: #2666CF;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    border-top: 4px solid var(--orange);
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    user-select: none;

}
/* Whois */
.vl-whois-box {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    margin: 20px 0;
    padding: 30px;
}

.vl-whois-box .domainn {
    font-size: 32px !important;
    margin-bottom: 10px;
    width: 100%;
}

.vl-whois-box .badge {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.vl-whois-box .features li {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
    padding: 12px 0;
    border-top: 1px solid #d7d7d7;
}

.vl-whois-box .features li .left {
    font-weight: 500;
}



.vl-domain-table .tld-pricing-header {
    border-bottom: 1px solid #d7d7d7;
    padding: 14px 0;
    font-weight: 500;
    font-size: 18px;
}

.vl-domain-table .tld-row {
    border-bottom: 1px solid #d7d7d7;
    padding: 14px 0;
    font-size: 16px;
}

.vl-domain-table .tld-row small {
    font-size: 16px;
}
/* Server Package */
.vl-server-package {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    margin: 14px 0;
}

.vl-server-package .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.vl-server-package .top img {
    height: 30px;
}

.vl-server-package .top .title {
    font-size: 20px;
    font-weight: 600;
}

.vl-server-package .top .title i {
    color: var(--red);
}

.vl-server-package .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vl-server-package .flex .left .grid {
    display: grid;
    grid-template-columns: 160px 130px repeat(3, 160px);
    align-items: flex-start;
}

.vl-server-package .flex .left .grid .item .value {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.vl-server-package .flex .left .grid .item .value i {
    color: var(--purple);
    margin-right: 5px;
}

.vl-server-package .flex .left .grid .item .key {
    opacity: 0.7;
    font-size: 17px;
}

.vl-server-package .flex .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vl-server-package .flex .right .price {
    font-size: 20px;
    font-weight: 500;
}

.vl-server-package .flex .right .price .price-new {
    font-weight: 600;
    margin-bottom: 4px;
}

.vl-server-package .flex .right .price .cycle {
    font-size: 16px;
    margin-left: -4px;
}

.vl-server-package .flex .right .price .price-old {
    font-weight: 400;
    opacity: 0.7;
    text-decoration: line-through;
    font-size: 16px;
}

.vl-server-package .flex .right .btn {
    height: 44px;
    margin-left: 20px;
    padding: 0 20px;
    font-size: 17px;
}


.hosting__banner {
    position: relative;
    height: 360px;
    background: #f7f9fb;
    display: flex;
    align-items: center;
    justify-content: center
}

.hosting__banner:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #b30000cf
}

.hosting__banner .container {
    position: relative;
    z-index: 1;
    color: #fff
}

.hosting__banner .h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 800
}

.hosting__banner .h1>h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 800;
    display: inline-block
}

.hosting__banner p {
    font-size: 22px;
    margin-bottom: 10px
}

.hosting__banner p b {
    font-weight: 700
}

.hosting__banner ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden
}

.hosting__banner ul li {
    float: left;
    width: 50%;
    font-size: 20px;
    padding: 6px 0
}

.hosting__banner ul li i {
    margin-right: 4px;
    color: #fff
}

.hosting__banner ul li svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.hosting__banner .btn {
    padding: 10px 40px;
    font-size: 14px;
    position: relative;
    font-weight: 700
}

.hosting__banner .btn>i {
    position: absolute;
    font-size: 20px;
    top: 15px;
    right: 20px
}

.hosting__banner .col-md-8 {
    position: relative
}

.hosting__banner .col-md-4 {
    position: relative
}


.g-reviews {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    color: #0b304a;
    padding: 5px 10px;
    border-radius: 20px;
}

.g-reviews .g-logo {
    height: 26px;
    margin-right: 5px;
}

.g-reviews .g-star {
    position: relative;
    top: -2px;
    height: 16px;
    margin-left: 5px;
}

.g-reviews b {
    padding: 0 4px;
}

@media (max-width: 100px) {
    .g-reviews {
        flex-direction: column;
    }
}
/* Ana kapsayıcı */
.kategori-container {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Sidebar */
.kategori-menu {
    background-color: #ffffff; /* Sidebar arkaplan rengi */
    margin: 0; /* Dış boşluk sıfır */
    border: 1px solid #ddd; /* Sidebar kenar çizgisi */
    border-radius: 5px; /* Kenarları yuvarlat */
    overflow: hidden; /* İçerik taşmasını engeller */
    flex: 1; /* Sidebar genişlemesi için */
    padding: 0; /* Sidebar iç boşluğu sıfırlandı */
}

/* Yazılım Kategorileri Başlığı */
.kategori-menu h2 {
    background-color: #f24405; /* Turuncu renk */
    color: #ffffff; /* Yazı rengi beyaz */
    font-size: 20px;
    margin: 0; /* Başlık ile üst kısmı arasında boşluk olmasın */
    padding: 15px; /* İç boşluk */
    text-align: center; /* Yazıyı ortala */
    border-radius: 5px 5px 0 0; /* Üst köşeleri yuvarlat */
}

/* Turuncu çizgi */
.kategori-menu h2::after {
    content: "";
    display: block;
    width: 60%;
    height: 4px;
    background-color: #fff;
    margin: 8px auto 0;
    border-radius: 2px;
}

/* Liste stili */
.kategori-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.kategori-menu li {
    margin: 8px 0;
}

.kategori-menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    padding: 8px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
}

.kategori-menu a i {
    margin-right: 10px; /* Icon ile yazı arasına boşluk ekleyelim */
}

.kategori-menu a:hover {
    background-color: #f24405;
    color: #fff;
}

/* Ürünler bölümü */
.urunler {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.urun {
    width: calc(33.333% - 20px);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.urun img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.urun h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.urun .fiyat {
    color: #ff7700;
    font-weight: bold;
    font-size: 20px;
}

.urun button {
    margin-top: 10px;
    background-color: #6200ea;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.urun button:hover {
    background-color: #5300c6;
}


.hosting__banner2 {
    position: relative;
    height: 500px;
    background: #f7f9fb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;

    display: flex;
    align-items: center;
    justify-content: center
}

.hosting__banner2:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #14C1B3
}

.hosting__banner2 .container {
    position: relative;
    z-index: 1;
    color: #fff
}

.hosting__banner2 .h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 800
}

.hosting__banner2 .h1>h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 800;
    display: inline-block
}

.hosting__banner2 p {
    font-size: 22px;
    margin-bottom: 10px
}

.hosting__banner2 p b {
    font-weight: 700
}

.hosting__banner2 ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden
}

.hosting__banner2 ul li {
    float: left;
    width: 50%;
    font-size: 20px;
    padding: 6px 0
}

.hosting__banner2 ul li i {
    margin-right: 4px;
    color: #fff
}

.hosting__banner2 ul li svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.hosting__banner2 .btn {
    padding: 10px 40px;
    font-size: 14px;
    position: relative;
    font-weight: 700
}

.hosting__banner2 .btn>i {
    position: absolute;
    font-size: 20px;
    top: 15px;
    right: 20px
}

.hosting__banner2 .col-md-8 {
    position: relative
}

.hosting__banner2 .col-md-4 {
    position: relative
}
.menu-kampanya {
    background: #ee3437;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 2px 10px 2px;
    position: absolute;
    right: 15px;
    top: -10px;
    text-transform: uppercase;
}
.menu-kampanya:before {
    border: 5px solid #0000;
    border-right-color: #ee3437;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.menu-kampanya.green {
    background: #4eb246;
}
.menu-kampanya.green:before {
    border-right-color: #4eb246;
}
.menu-yeni {
    background: #4fb245;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 2px 10px 2px;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
}
.menu-yeni:before {
    border: 5px solid #0000;
    border-right-color: #4fb245;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.menu-yeni.green {
    background: #4fb245;
}
.menu-yeni.green:before {
    border-right-color: #4fb245;
}
.blink {
    animation: blink-animation 1.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
/* Header */
.ac-header {
    padding: 20px 0;
}

.ac-header .logo {
    position: relative;
}

.ac-header .logo::after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background-color: #DDDDDD;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);

}

.ac-header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.ac-header .left,
.ac-header .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ac-header .link {
    color: var(--text);
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
    padding: 3px;
}

.ac-header .link img {
    margin-right: 8px;
}

.ac-header .link.phone {
    margin-left: 30px
}

.ac-header .button {
    height: 42px;
    padding: 5px 17px;
    border: 2px solid #CBCBCB;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.2s;
}

.ac-header .button .fa-chevron-down {
    margin-left: 8px;
    font-size: 12px;
}

.ac-header .button:hover {
    background-color: #f1f1f1;
}

.ac-header .button.orange {
    border-color: var(--orange);
    color: var(--orange);
}

/* Page Head */
.acs-page-head {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff;
    position: relative;
}

.acs-page-head::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #2666CF, rgba(38, 102, 207, 0.63));
    z-index: 1;
}

.acs-page-head.alt-dark::before {
    background-image: linear-gradient(to right, #000, rgba(42, 62, 93, 0.63));
}

.acs-page-head .container {
    position: relative;
    z-index: 2;
}

.acs-page-head .content .title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 15px;
}

.acs-page-head .content .desc {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 30px;
}

.acs-page-head .content .list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.acs-page-head .content .list li .icon {
    margin-right: 6px;
}

.acs-page-head .img .icon-box {
    background-color: rgba(255, 255, 255, 0.15);
    height: 270px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 130px;
    color: #fff;
    margin-left: auto;
}

.acs-page-head-nav {
    width: 363px;
    margin: auto;
}


.acs-page-head-nav .acs-phn-head {
    background-color: #343434;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    text-align: center;
}

.acs-page-head-nav .acs-phn-body {
    background-color: #fff;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.acs-page-head-nav .acs-phn-body .link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #E5E5E5;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    transition: 0.2s;
}

.acs-page-head-nav .acs-phn-body .link.active,
.acs-page-head-nav .acs-phn-body .link:hover {
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

.acs-page-head-nav .acs-phn-body .link img {
    margin-right: 8px;
}

/* Discount Bar */
.ac-discount-bar {
    padding: 9px 6px;
    background-color: var(--orange);
    color: #fff;
    text-align: center;
}

.ac-discount-bar .text .code {
    background-color: #fff;
    color: var(--orange);
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    margin: 0 6px;
    display: inline-block;
}

.ac-discount-bar .fa-megaphone {
    font-size: 20px;
    margin-right: 12px;
}


/* SSL */
.acs-ssl-nav {
    background-color: #F5F5F5;
    padding-top: 13px;
}

.acs-ssl-nav .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.acs-ssl-nav .list a {
    padding: 15px;
    display: block;
    height: 75px;
    text-align: center;
    border-top: 3px solid #F5F5F5;
    transition: 0.2s;
}

.acs-ssl-nav .list a.active,
.acs-ssl-nav .list a:hover {
    background-color: #fff;
}

.acs-ssl-nav .list a.active.rapidssl {
    border-top: 3px solid #EB501E
}

.acs-ssl-nav .list a.active.sectigo {
    border-top: 3px solid #00B073
}

.acs-ssl-nav .list a.active.gogetssl {
    border-top: 3px solid #DC8510
}

.acs-ssl-nav .list a.active.thawte {
    border-top: 3px solid #F63E3E
}

/* Section */
.acs-section {
    padding: 50px 0;
}

.acs-sectionb {
    padding: 50px 0;
}

.acs-section-gray {
    background-color: #FCFCFC;
}

.acs-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.acs-section-headb {
    text-align: center;
    margin-bottom: 40px;
}

.acs-section-head .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--orange);
}

.acs-section-headb .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--blue);
}

.acs-section-head .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--orange);
}

.acs-section-head .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

.acs-section-headb .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Service Item */
.acs-service-item {
    padding: 50px 30px 30px 30px;
    border: 1px solid #E5E5E5;
    text-align: center;
    margin-left: -1px;
}

.acs-service-item .img {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    margin: auto;
    font-size: 60px;
    color: var(--orange);
    margin-bottom: 30px;
}

.acs-service-item .title {
    font-size: 22px;
}

.acs-service-item .desc {
    color: #575757;
}

.acs-price-group {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.acs-price-group .price-1 {
    font-size: 44px;
    margin-right: 3px;
}

.acs-price-group .price-2 {
    font-size: 23px;
}

.acs-price-group .price-cycle {
    font-size: 15px;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: -6px;
}

.acs-service-item .then {
    display: block;
    color: #838383;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 25px;
}

.acs-service-item .btn {
    padding: 5px 40px;
}

/* Features */
.acs-features-item {
    text-align: center;
    padding: 20px 30px;
}

.acs-features-item .img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.acs-features-item.mini {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.acs-features-item.mini .img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 15px;
}

.acs-features-item.mini .content {
    text-align: left;
}

.acs-features-item.mini .content .title {
    font-size: 17px;
}

.acs-features-item.mini .content p {
    font-size: 15px;
    line-height: 24px;
}


/* Offer Features */
.acs-offer-features {
    background-color: #212121;
    color: #fff;
    padding: 50px 0 70px 0;
}

.acs-offer-features .item {
    text-align: center;
}

.acs-offer-features .item .img {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.acs-offer-features .item .title {
    margin-bottom: 5px;
}

.acs-offer-features .item p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.acs-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.acs-section-head .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--orange);
}

.acs-section-head .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

.acs-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.acs-section-head .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--orange);
}

.acs-section-head .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Pricing Compare */
.acs-pricing-compare-scroll {
    overflow-y: auto;
}

.acs-pricing-compare {
    display: flex;
    justify-content: center;
}

.acs-pricing-compare .content {
    width: 100%;
    border-right: 1px solid rgba(221, 221, 221, 0.6);
}

.acs-pricing-compare .head {
    background-color: var(--orange);
    color: #fff;
    padding: 15px 5px;
}



.acs-pricing-compare .left {
    width: 26%;
    min-width: 26%;
}

.acs-pricing-compare .left .head {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px 20px 30px;
}

.acs-pricing-compare .left .head span {
    display: block;
    font-size: 30px;
    line-height: 38px;
}

.acs-pricing-compare.common .left .head {
    height: 54px;
    padding: 10px 10px 10px 30px;
}

.acs-pricing-compare.common .left .head span {
    font-size: 20px;
}

.acs-pricing-compare.common .head .name {
    margin-bottom: 0;
}

.acs-pricing-compare .left .body .item {
    font-weight: 500;
    text-align: left !important;
    padding-left: 30px !important;
}

.acs-pricing-compare .head-package {
    text-align: center;
}

.acs-pricing-compare .head-package .acs-price-group .price-cycle {
    color: #fff;
}

.acs-pricing-compare .content .body .item {
    padding: 15px 5px;
    text-align: center;
    height: 55px;
}

.acs-pricing-compare .content .body .item:nth-child(odd) {
    background-color: #F7F7F7;
}

.acs-pricing-compare .content .item .icon {
    font-size: 22px;
}

/* Pricing Compare */
.acs-pricing-compare-scroll {
    overflow-y: auto;
}

.acs-pricing-compareb {
    display: flex;
    justify-content: center;
}

.acs-pricing-compareb .content {
    width: 100%;
    border-right: 1px solid rgba(221, 221, 221, 0.6);
}

.acs-pricing-compareb .head {
    background-color: var(--orange);
    color: #fff;
    padding: 15px 5px;
}



.acs-pricing-compareb .left {
    width: 26%;
    min-width: 26%;
}

.acs-pricing-compareb .left .head {
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px 20px 30px;
}

.acs-pricing-compareb .left .head span {
    display: block;
    font-size: 30px;
    line-height: 38px;
}

.acs-pricing-compareb.common .left .head {
    height: 54px;
    padding: 10px 10px 10px 30px;
}

.acs-pricing-compareb.common .left .head span {
    font-size: 20px;
}

.acs-pricing-compareb.common .head .name {
    margin-bottom: 0;
}

.acs-pricing-compareb .left .body .item {
    font-weight: 500;
    text-align: left !important;
    padding-left: 30px !important;
}

.acs-pricing-compareb .head-package {
    text-align: center;
}

.acs-pricing-compareb .head-package .acs-price-group .price-cycle {
    color: #fff;
}

.acs-pricing-compareb .content .body .item {
    padding: 15px 5px;
    text-align: center;
    height: 55px;
}

.acs-pricing-compareb .content .body .item:nth-child(odd) {
    background-color: #F7F7F7;
}

.acs-pricing-compareb .content .item .icon {
    font-size: 22px;
}

/* Pricing Hosting */
.acs-pricing-hosting {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin: 10px 0;
}

.acs-pricing-hosting .head {
    padding: 20px 30px;
    border-bottom: 1px solid #E5E5E5;
}

.acs-pricing-hosting .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.acs-pricing-hosting .head .img {
    width: 45px;
    margin-right: 20px;
}

.acs-pricing-hosting .head .pricing-name {
    font-size: 16px;
    font-weight: 400;
}

.acs-pricing-hosting .head .pricing-desc {
    font-size: 14px;
    color: #888888;
}

.acs-pricing-hosting .body {
    padding: 15px 30px 30px 30px;
}

.acs-pricing-hosting .price {
    background-color: #F7F7F7;
    padding: 5px;
    margin-bottom: 15px;
}

.acs-pricing-hosting .list-features li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    color: #535353;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
}

.acs-pricing-hosting .list-features li .icon {
    color: var(or);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hosting .list-features li .icon {
    color: var(--orange);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hostingb .list-features li .icon {
    color: var(--blue);
    margin-right: 10px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.acs-pricing-hosting .list-features li:last-child {
    border-bottom: 0;
}

.acs-pricing-hosting .suggest {
    background-color: #29CB23;
    color: #fff;
    font-size: 13px;
    height: 28px;
    position: absolute;
    top: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.row-pricings {
    margin-left: -10px;
    margin-right: -10px;
}

.row-pricings .col-xl-3,
.row-pricings .col-xl-4 {
    padding: 0 10px;
}


/* Transfer */
.ac-domain-transfer-box {
    padding: 5px 20px;
    border-radius: 6px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.ac-domain-transfer-box .grid {
    display: grid;
    grid-template-columns: 100px 1fr 350px;
    align-items: center;
}

.ac-domain-transfer-box .icon {
    font-size: 60px;
    color: #dc3545;
}

.domain-checker-invalid,
.domain-checker-unavailable .content {
    color: #21252E;
}

.ac-domain-transfer-box .grid .right {
    text-align: right;
}

.ac-domain-transfer-box .grid .right .btn {
    margin-left: 10px;
}

.ac-domain-result-area {
    display: none;
}



/* Pricing Reseller */
.acs-pricing-reseller {
    display: grid;
    grid-template-columns: 250px 1fr 320px;
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.select-reseller-package {
    height: 40px;
    min-height: 40px !important;
    font-size: 13px;
    margin-top: 5px;
    border-width: 2px !important;
    border-color: var(--orange) !important;
    color: var(--orange) !important;
}

.acs-pricing-reseller .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border-right: 1px solid #E5E5E5;
}

.acs-pricing-reseller .head .img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.acs-pricing-reseller .head .img i {
    color: var(--orange);
    font-size: 44px;
}

.acs-pricing-reseller .head .name {
    font-weight: 500;
    margin-bottom: 3px;
}

.acs-pricing-reseller .head .desc {
    font-size: 15px;
    font-weight: 400;
}

.acs-pricing-reseller .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.acs-pricing-reseller .features-item {
    border-right: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
}

.acs-pricing-reseller .features-item .icon {
    font-size: 30px;
    color: var(--orange);
    margin-bottom: 3px;
}

.acs-pricing-reseller .features-item .iconb {
    font-size: 30px;
    color: var(--blue);
    margin-bottom: 3px;
}

.acs-pricing-reseller .features-item .value {
    font-weight: 500;
}

.acs-pricing-reseller .features-item .key {
    font-weight: 400;
    color: #434343;
    font-size: 15px;
}

.acs-pricing-reseller .actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    align-items: center;
    padding-right: 20px;
}

.acs-pricing-reseller .acs-price-group .price-1 {
    font-size: 40px;
    margin-right: 3px;
}

.acs-pricing-reseller .acs-price-group .price-2 {
    font-size: 20px;
}

.acs-pricing-reseller .acs-price-group .price-cycle {
    font-size: 13px;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: -6px;
}


/* Pricing Server */
.acs-pricing-server {
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.acs-pricing-server .img i {
    color: var(--orange);
    font-size: 50px;
}

.acs-pricing-server-grid {
    display: grid;
    grid-template-columns: 80px 125px 1fr 320px;
    padding: 20px;
}

.acs-pricing-server-grid.ssl.head {
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.acs-pricing-server.ssl {
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 0;
    border-top: 0;
}

.acs-pricing-server.ssl:last-child {
    border-bottom: 0;
}

.acs-pricing-server.ssl .fa-check,
.fa-times {
    font-size: 20px;
}

.acs-pricing-server.ssl .fa-check {
    color: green;
}

.acs-pricing-server.ssl .fa-times {
    color: red;
}

.acs-pricing-server-grid.head {
    padding-bottom: 12px !important;
}

.acs-pricing-server-grid.head .item-head {
    text-align: center;
    color: #4D4D4D;
    font-weight: 400;
}

.acs-pricing-server .head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acs-pricing-server .img {
    height: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acs-pricing-server .name {
    font-weight: 500;
    color: var(--orange);
}

.acs-pricing-server-grid .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.acs-pricing-server .features-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.acs-pricing-server-grid .actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    align-items: center;
}

.acs-pricing-server .acs-price-group .price-1 {
    font-size: 40px;
    margin-right: 3px;
}

.acs-pricing-server .acs-price-group .price-2 {
    font-size: 20px;
}

.acs-pricing-server .acs-price-group .price-cycle {
    font-size: 13px;
    font-weight: 300;
    color: #4D4D4D;
    margin-top: -6px;
}

/* Find Package */
.acs-find-package {
    background-color: var(--orange);
    color: #fff;
    padding: 40px;
    text-align: center;
}

.acs-find-package .title {
    font-size: 30px;
    margin-bottom: 15px;
}

.acs-find-package p {
    font-size: 20px;
    margin-bottom: 30px;
}

.acs-find-package .btn {
    padding: 5px 60px;
}

/* Find Package */
.acs-find-packageb {
    background-color: var(--orange);
    color: #fff;
    padding: 40px;
    text-align: center;
}

.acs-find-packageb .title {
    font-size: 30px;
    margin-bottom: 15px;
}

.acs-find-packageb p {
    font-size: 20px;
    margin-bottom: 30px;
}

.acs-find-packageb .btn {
    padding: 5px 60px;
}

/* Find Package */
.acs-find-packages {
    background-color: var(--orange);
    color: #fff;
    padding: 40px;
    text-align: center;
}

.acs-find-packages .title {
    font-size: 30px;
    margin-bottom: 15px;
}

.acs-find-packages p {
    font-size: 20px;
    margin-bottom: 30px;
}

.acs-find-packages .btn {
    padding: 5px 60px;
}

/* Navbar */
.ac-navbar {
    background-color: #fff;
    color: #fff;
    padding: 10px 0;
    position: relative;
    transition: 0.2s;
}

.ac-navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ac-navbar ul li {
    display: inline-block;
    margin-right: 10px;
}

.ac-navbar ul li .link {
    color: #000000;
    font-weight: 500;
    display: block;
    padding: 10px;
    text-decoration: none;
    transition: 0.2s;
}

.ac-navbar ul li .link:hover {
    opacity: 0.7;
}

.ac-navbar .menu-toggle {
    font-size: 24px;
    padding: 5px;
    text-align: right;
}

.ac-navbar-dropdown-menu {
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 100%;
    z-index: 9;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: none;
    min-width: 600px;
    max-width: 100%;
    color: #333;
}

.ac-navbar-dropdown-menu a {
    text-decoration: none;
}

.ac-navbar-dropdown-menu .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-navbar-dropdown-menu .item {
    color: #333;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    text-decoration: none;
    text-align: left;
    padding: 20px;
    transition: 0.2s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100px;
}

.ac-navbar-dropdown-menu .item-grid:nth-child(even) .item {
    border-right: 0;
}

.ac-navbar-dropdown-menu .item:hover {
    background-color: #f9f9f9;
}

.ac-navbar-dropdown-menu .item .img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border: 2px solid #EAEAEA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 12px;
}

.ac-navbar-dropdown-menu .item .title {
    font-size: 15px;
    margin-bottom: 5px;
}

.ac-navbar-dropdown-menu .item p {
    color: #515151;
    font-size: 14px;
}

.dropdown-domain-area {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

@media (min-width: 992px) {

    .ac-navbar .menu-toggle,
    .back-home-mobile {
        display: none;
    }
}

/* Mobile Menu */
.ac-mobile-topbar {
    background-color: #131313;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ac-mobile-topbar .link {
    color: #fff;
    font-size: 13px;
}

.ac-mobile-top {
    display: grid;
    grid-template-columns: 1fr 130px 1fr;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {

    .ac-mobile-top,
    .ac-mobile-topbar {
        display: none;
    }
}

.ac-mobile-top .link {
    height: 60px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    border-right: 1px solid #ededed;
    text-decoration: none !important;
}

.ac-mobile-menu {
    background-color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    height: calc(100vh - 99px);
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-y: auto;
    border-top: 1px solid #d5d5d5;
}

.ac-mobile-menu ul li .link {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    display: block;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    position: relative;
}

.ac-mobile-menu ul li .link .icon-right {
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.ac-mobile-menu ul li .link .icon {
    display: inline-block;
    text-align: center;
    width: 24px;
}

.back-home-mobile .item .title {
    font-weight: 700 !important;
}

.back-home-mobile .item {
    background-color: #f1f1f1;
}

.back-home-mobile .item .img {
    background-color: #e34a1b;
    color: #fff;
    border: 0;
}


/* Page Head */
.ac-page-head {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    color: #fff;
}

.ac-page-head::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000 40%, rgba(62, 17, 0, 0.29) 100%);
}

.ac-page-head .title {
    font-size: 48px;
    margin-bottom: 15px;
}

.ac-page-head .desc {
    font-size: 24px;
    margin-bottom: 25px;
}

.ac-page-head .features {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 240px));
    grid-gap: 15px;
}

.ac-page-head .features li {
    font-size: 18px;
}

.ac-page-head .features li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icons/head-features-orange.svg");
    background-repeat: no-repeat;
    height: 18.69px;
    width: 18.69px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ac-page-head .icon-area {
    height: 225px;
    width: 225px;
    backdrop-filter: blur(0px);
    --webkit-backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.ac-page-head .icon-area .ac-campaign-circle {
    position: absolute;
    right: -60px;
    top: -40px;
}
/* Page Head */
.ac-page-head-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    color: #000000;
}

.ac-page-head-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ac-page-head-1 .title {
    font-size: 48px;
    margin-bottom: 15px;
}

.ac-page-head-1 .desc {
    font-size: 24px;
    margin-bottom: 25px;
}

.ac-page-head-1 .features {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 240px));
    grid-gap: 15px;
}

.ac-page-head-1 .features li {
    font-size: 18px;
}

.ac-page-head-1 .features li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icons/head-features-orange.svg");
    background-repeat: no-repeat;
    height: 18.69px;
    width: 18.69px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ac-page-head-1 .icon-area {
    height: 225px;
    width: 225px;
    backdrop-filter: blur(0px);
    --webkit-backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.ac-page-head-1 .icon-area .ac-campaign-circle {
    position: absolute;
    right: -60px;
    top: -40px;
}

.ac-page-head-1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    color: #000000;
}

.ac-page-head-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ac-page-head-1 .title {
    font-size: 48px;
    margin-bottom: 15px;
}

.ac-page-head-1 .desc {
    font-size: 24px;
    margin-bottom: 25px;
}

.ac-page-head-1 .features {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 240px));
    grid-gap: 15px;
}

.ac-page-head-1 .features li {
    font-size: 18px;
}

.ac-page-head-1 .features li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icons/head-features-orange.svg");
    background-repeat: no-repeat;
    height: 18.69px;
    width: 18.69px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ac-page-head-1 .icon-area {
    height: 225px;
    width: 225px;
    backdrop-filter: blur(0px);
    --webkit-backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.ac-page-head-1 .icon-area .ac-campaign-circle {
    position: absolute;
    right: -60px;
    top: -40px;
}


/* Page Head */
.ac-page-head2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
    color: #ffffff;
    background-color: #0A39C9;
}

.title-head2 {
    color: var(--orange);
    font-size: 1.75rem;

}

.ac-page-head2::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ac-page-head2 .title {
    font-size: 48px;
    margin-bottom: 15px;
}

.ac-page-head2 .desc {
    font-size: 24px;
    margin-bottom: 25px;
}

.ac-page-head2 .features {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 240px));
    grid-gap: 15px;
}

.ac-page-head2 .features li {
    font-size: 18px;
}

.ac-page-head2 .features li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icons/head-features-orange.svg");
    background-repeat: no-repeat;
    height: 18.69px;
    width: 18.69px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ac-page-head2 .icon-area {
    height: 225px;
    width: 225px;
    backdrop-filter: blur(0px);
    --webkit-backdrop-filter: blur(0px);
    border-radius: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.ac-page-head2 .icon-area .ac-campaign-circle {
    position: absolute;
    right: -60px;
    top: -40px;
}


/* Pricing Item */
.acs-pricing-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #E5E5E5;
    margin-bottom: 24px;
}

.acs-pricing-box .title-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.acs-pricing-box .title-area .img-right {
    height: 50px;
    width: 50px;
}

.acs-pricing-box .title-area .product-name {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
}

.acs-pricing-box .title-area .desc {
    font-size: 15px;
    color: #767676;
}

.acs-pricing-box .price {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
}

.acs-pricing-box .price .cycle {
    font-size: 20px;
    font-weight: 300;
    color: #767676;
}

.link-pricing-plan {
    position: relative;
}

.link-pricing-plan .link {
    color: #767676;
    font-size: 13px;
    text-decoration: none;
}

.link-pricing-plan .link i {
    margin-right: 2px;
    position: relative;
}

.link-pricing-plan .plans {
    border: 1px solid #E5E5E5;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    border-radius: 6px;
    padding: 2px 12px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.link-pricing-plan .plans .plans-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5;
    padding: 6px 0;
}

.link-pricing-plan .plans .plans-item:last-child {
    border-bottom: 0;
}

.acs-pricing-box .body-area {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E5E5E5;
}

.acs-pricing-box .body-area .title {
    font-size: 15px;
    margin-bottom: 10px;
}

.acs-pricing-box .list-features li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0;
    color: #4f4f4f;
    font-size: 15px;
}

.acs-pricing-box .list-features li .icon {
    width: 24px;
    text-align: center;
    margin-right: 6px;
    font-size: 16px;
}

.acs-pricing-box .list-features li strong {
    font-weight: 500;
}

.acs-pricing-box .btn-orange {
    width: 100%;
    margin-top: 15px;
}


/* Pricing Box */
.ac-pricing-box {
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 24px;
}

.ac-pricing-box .top {
    background-color: #222222;
    color: #fff;
    padding: 18px 5px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.ac-pricing-box .top .title {
    font-weight: 700;
    font-size: 18px;
}

.ac-pricing-box .head {
    background-color: #EDEDED;
    padding: 18px;
}

.ac-pricing-box .head .text {
    font-size: 13px;
    line-height: 17px;
    color: #606060;
    margin-bottom: 8px;
}

.ac-pricing-box .ac-price-flex {
    font-weight: 700;
    margin-bottom: 15px;
}

.ac-price-flex-40 {
    font-weight: 600;
}

.ac-price-flex-40 .price-left {
    font-size: 40px;
}

.ac-price-flex-40 .price-top {
    font-size: 24px;
}

.ac-price-flex-40 .price-alt {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -8px;
    left: -12px;
}

.ac-pricing-box .btn-orange {
    width: 100%;
    border-radius: 50px;
    font-weight: 500;
}

.ac-pricing-box .body {
    padding: 18px;
}

.ac-pricing-box .body ul {
    margin-bottom: 10px;
}

.ac-pricing-box .body ul li {
    font-size: 14px;
    line-height: 27px;
}

.ac-pricing-box .body .link-other {
    color: var(--orange);
    font-size: 13px;
}

.ac-pricing-box.dark {
    background-color: #222222;
    color: #fff;
}

.ac-pricing-box.dark .top {
    background-color: var(--orange);
}

.ac-pricing-box.dark .head {
    background-color: #151515;
}

.ac-pricing-box.dark .text {
    color: #fff;
}


/* Pricing Compare */
.ac-pricing-compare {
    border-bottom: 1px solid #E0E0E0;
}

.ac-pricing-compare .grid {
    display: grid;
    grid-template-columns: 1fr repeat(4, 0.7fr);
    grid-gap: 20px;
}

.ac-pricing-compare .header {
    border-bottom: 1px solid #E0E0E0;
}

.ac-pricing-compare .header .head-item {
    text-align: center;
    padding-bottom: 15px;
}

.ac-pricing-compare .header .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.ac-pricing-compare .header p {
    color: #6A6A6A;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.ac-pricing-compare .header .ac-price-flex {
    margin-bottom: 5px;
}

.ac-pricing-compare .header .btn {
    font-weight: 500;
    border-radius: 50px;
}

.ac-pricing-compare .item {
    padding: 15px 0;
}

.ac-pricing-compare .item .text {
    text-align: center;
}

.ac-pricing-compare .item .title {
    font-weight: 500;
    padding-left: 20px;
}

.ac-pricing-compare .item:nth-child(odd) {
    background-color: #FAFAFA;
}

.ac-pricing-compare .list-head {
    border-top: 1px solid #E0E0E0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ac-pricing-compare .list-head .title-head {
    font-weight: 600;
    font-size: 18px;
}


/* Offer */
.ac-offer {
    background-color: var(--orange);
    color: #fff;
    border-radius: 35px;
    padding: 50px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 200px;
}

.ac-offer .title {
    font-size: 32px;
    margin-bottom: 15px;
}

.ac-offer p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0;
}

.ac-offer .btn {
    font-weight: 500;
    width: 100%;
}


/* Domain Search Page */
.ac-banner-domain-search {
    background-color: #000000;
    color: #fff;
    
}

.ac-banner-domain-search .content-left {
    padding-right: 20px;
}

.ac-banner-domain-search .link-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 15px 0;
}

.ac-banner-domain-search .link-list a {
    color: #fff;
    font-weight: 300;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 10px;
    padding-right: 10px;
    display: block;
}

.ac-banner-domain-search .link-list a strong {
    font-weight: 500;
}

.ac-banner-domain-search .link-list a:last-child {
    border-right: 0;
}


    /* Domain Search Home */
.ac-home-domain-search {
    padding: 35px 0;
}

.ac-home-domain-search .form {
    display: grid;
    grid-template-columns: 1fr 150px;
    margin-bottom: 20px;
}

.ac-home-domain-search .form .form-control {
    border-width: 2px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ac-home-domain-search .form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ac-home-domain-search .form .btn,
.ac-home-domain-search .form .form-control {
    height: 50px;
}

.ac-swiper-domain-list-1 {
    padding-bottom: 20px;
}

.ac-swiper-domain-list-1 .swiper-pagination {
    bottom: 0;
}

.ac-swiper-domain-list-1 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ac-swiper-domain-list-1 .item .price {
    font-size: 18px;
    font-weight: 600;
}


/* 2 */
.ac-swiper-domain-list-2 .swiper-pagination {
    bottom: 0;
}

.ac-swiper-domain-list-2 .item {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
}

.ac-swiper-domain-list-2 .item .price {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


/* Slider Home */
.ac-swiper-home .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}

.ac-swiper-home .swiper-pagination span {
    height: 8px;
    width: 8px;
    border-radius: 0;
    background-color: #fff;
}

.ac-sh-item {
  background-color: #000000;
    color: #fff;
}

.ac-sh-item .content {
    max-width: 500px;
}

.ac-sh-item .content .subtitle {
    font-size: 20px;
    color: var(--orange);
    margin-bottom: 15px;
}

.ac-sh-item .content .title {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 25px;
}

.ac-sh-item .content .btn {
    font-weight: 500;
    padding: 5px 30px;
}

.ac-sh-item .img {
    position: relative;
    height: 440px;
}

.ac-sh-item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ac-sh-item .img::before {
    content: "";
    display: block;
    height: 100%;
    width: 130px;
   /* background: linear-gradient(to right, #1C1C1C, rgba(0, 0, 0, 0)); */ 
    position: absolute;
    top: 0;
    left: 0;
}

.ac-sh-item .img::after {
    content: "";
    display: block;
    height: 100%;
    width: 130px;
      /* background: linear-gradient(to left, #1C1C1C, rgba(0, 0, 0, 0)); */ 
    position: absolute;
    top: 0;
    right: 0;
}

.ac-sh-item .ac-campaign-circle {
    position: absolute;
    right: 20px;
    top: 30px;
}

.ac-campaign-circle {
    background-color: var(--orange);
    color: #fff;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #fff;
    transform: rotate(10deg);
}


/* Shortcut 1 */
.ac-shortcut-1 {
    text-align: center;
    padding: 20px;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    background-color: #fff;
}

.ac-shortcut-shadow {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.ac-shortcut-shadow .desc {
    margin-bottom: 0 !important;
}

.ac-shortcut-shadow .btn {
    border-radius: 9px;
}

.ac-shortcut-1 .img {
    height: 75px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ac-shortcut-1 .title {
    font-size: 19px;
}

.ac-shortcut-1 .desc {
    font-size: 15px;
    line-height: 20px;
    color: #919191;
}

.ac-shortcut-1 .price-left {
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    margin-right: 3px;
}

.ac-shortcut-1 .price-top {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.ac-shortcut-1 .price-alt {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.ac-shortcut-1 .desc-alt {
    color: #919191;
    font-size: 13px;
    display: block;
}

.ac-shortcut-1 .btn {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}

.ac-price-flex {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


/* Banner Sarı  */
.ac-feature-sectionb {
    padding: 50px 0;
}

.containerb {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.rowb {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping of items */
    align-items: stretch; /* Ensure both columns stretch to equal height */
    gap: 30px; /* Space between columns */
}

.img-containerb, 
.content-containerb {
    background-color: #fbfbe8;
    padding: 40px; /* Equal padding for both containers */
    border-radius: 20px;
    flex: 1; /* Allow both columns to grow equally */
}

.imgb img {
    max-width: 100%;
    border-radius: 10px;
}

.titleb {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentb p {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.featuresb {
    list-style-type: none;
    padding: 0;
}

.featuresb li {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.featuresb li::before {
    content: "✔";
    color: #5cb85c;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .rowb {
        flex-wrap: wrap; /* Allow columns to stack on small screens */
    }

    .img-containerb,
    .content-containerb {
        flex-basis: 100%; /* Set both columns to take full width */
        margin-bottom: 20px; /* Space between stacked items */
        padding: 20px; /* Set equal padding for both containers */
    }
}

/* Banner Mavi  */
.ac-feature-sectionm {
    padding: 50px 0;
}

.containerm {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.rowm {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping of items */
    align-items: stretch; /* Ensure both columns stretch to equal height */
    gap: 30px; /* Space between columns */
}

.img-containerm, 
.content-containerm {
    background-color: #E4EFFB;
    padding: 40px; /* Equal padding for both containers */
    border-radius: 20px;
    flex: 1; /* Allow both columns to grow equally */
}

.imgm img {
    max-width: 100%;
    border-radius: 10px;
}

.titlem {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentm p {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.featuresm {
    list-style-type: none;
    padding: 0;
}

.featuresm li {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.featuresm li::before {
    content: "✔";
    color: #5cb85c;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .rowm {
        flex-wrap: wrap; /* Allow columns to stack on small screens */
    }

    .img-containerm,
    .content-containerm {
        flex-basis: 100%; /* Set both columns to take full width */
        margin-bottom: 20px; /* Space between stacked items */
        padding: 20px; /* Set equal padding for both containers */
    }
}

/* Banner Yeşil */
.ac-feature-sectiony {
    padding: 50px 0;
}

.containery {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.rowy {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping of items */
    align-items: stretch; /* Ensure both columns stretch to equal height */
    gap: 30px; /* Space between columns */
}

.img-containery, 
.content-containery {
    background-color: #DEF7EA;
    padding: 40px; /* Equal padding for both containers */
    border-radius: 20px;
    flex: 1; /* Allow both columns to grow equally */
}

.imgy img {
    max-width: 100%;
    border-radius: 10px;
}

.titley {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contenty p {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.featuresy {
    list-style-type: none;
    padding: 0;
}

.featuresy li {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.featuresy li::before {
    content: "✔";
    color: #5cb85c;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .rowy {
        flex-wrap: wrap; /* Allow columns to stack on small screens */
        flex-direction: column; /* Stack items vertically */
    }

    .img-containery {
        order: -1; /* Display the image first on mobile */
        flex-basis: 100%; /* Set the image container to full width */
        margin-bottom: 20px; /* Space between stacked items */
        padding: 20px; /* Set equal padding for both containers */
    }

    .content-containery {
        flex-basis: 100%; /* Set the content container to full width */
        margin-bottom: 20px; /* Space between stacked items */
        padding: 20px; /* Set equal padding for both containers */
    }
}




/* Feature Section */
.ac-feature-section {
    padding: 40px 0;
}

.ac-feature-section.gray {
    background-color: #F8F8F8;
}

.ac-feature-section .title {
    font-size: 34px;
    margin-bottom: 20px;
}

.ac-feature-section p {
    line-height: 24px;
}

.ac-feature-section .content-server {
    padding: 0 30px;
}

.ac-feature-section .content-server p {
    font-size: 19px;
    line-height: 30px;
    color: #464646;
}

/* OS Section */
.ac-os-grid {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, minmax(auto, 150px));
    grid-gap: 20px;
}

.ac-os-grid .item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    padding: 10px 30px;
    text-align: center;
}

.ac-os-grid .item .img {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 15px;
}

.ac-os-grid .item .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ac-os-grid .item .title {
    font-size: 13px;
    margin-bottom: 0;
}


/* Feature 1 */
.ac-feature-1 {
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    padding: 30px;
    height: 100%;
}

.ac-feature-1 .img {
    margin-bottom: 15px;
}

.ac-feature-1 .title {
    font-size: 19px;
}

.ac-feature-1 p {
    line-height: 24px;
    margin-bottom: 0;
}


/* Feature Box */
.ac-feature-box {
    padding: 24px 15px;
    text-align: center;
    margin-bottom: 24px;
}

.ac-feature-bordered {
    border: 2px solid #E3E3E3;
    border-radius: 10px;
}

.ac-feature-box .img {
    margin-bottom: 16px;
}

.ac-feature-box .title {
    font-size: 22px;
    margin-bottom: 16px;
}

.ac-feature-box p {
    font-size: 16px;
    line-height: 25px;
    color: #54565A;
}


/* Feature Flex */
.ac-feature-flex {
    margin: 24px 0;
}

.ac-feature-flex .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.ac-feature-flex .head img {
    margin-right: 15px;
}

.ac-feature-flex .head .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.ac-feature-flex p {
    color: #54565A;
    font-size: 15px;
    line-height: 24px;
}


/* Section Count */
.ac-section-count {
    background-image: url("../img/bg-count.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 60px 0;
    color: #fff;
}

.ac-section-count .ac-section-head {
    margin-bottom: 50px;
}

.ac-section-count .ac-section-head .subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.ac-section-count .count-grid {
    max-width: 950px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
}

.ac-section-count .count-grid .item {
    text-align: center;
    border-right: 1px solid #535353;
}

.ac-section-count .count-grid .item .title {
    font-size: 22px;
    font-weight: 400;
}

.ac-section-count .count-grid .item .number {
    font-size: 30px;
    font-weight: 600;
}


/* Customer Comments */
.ac-swiper-comments {
    padding-bottom: 30px;
}

.ac-swiper-comments .swiper-pagination {
    bottom: 0;
}

.ac-swiper-comments .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
}

.ac-customer-comment {
    background-color: #fff;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    padding: 22px;
}

.ac-customer-comment .user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.ac-customer-comment .img-profile {
    border-radius: 100%;
    object-fit: cover;
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
}

.ac-customer-comment .user .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--orange);
}

.ac-customer-comment .user .alt {
    font-size: 15px;
    color: #6e6e6e;
}

.ac-customer-comment p {
    margin-bottom: 0;
    line-height: 24px;
    color: #484848;
    font-size: 15px;
}


/* Section Contact */
.ac-section-contact {
    background-color: var(--orange);
    padding: 60px 0;
}

.ac-section-contact .grid {
    max-width: 850px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.ac-section-contact .grid .item {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    text-align: center;
    padding: 20px 10px;
}

.ac-section-contact .grid .item .img {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.ac-section-contact .grid .item span {
    display: block;
    color: #000;
}

.ac-section-contact .grid .item .title {
    font-weight: 500;
    font-size: 17px;
}

.ac-section-contact .grid .item .value {
    color: #7B7B7B;
    font-size: 15px;
}

.ac-section-contact .grid .item:hover {
    text-decoration: none;
}


/* FAQ */
.ac-faq {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    margin-bottom: 14px;
}

.ac-faq .ac-faq-head {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
    cursor: pointer;
}

.ac-faq .ac-faq-head:hover {
    background-color: #f3f3f3;
}

.ac-faq .ac-faq-head .title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}

.ac-faq .ac-faq-body {
    padding: 20px 0;
    margin: 0 25px;
    border-top: 1px solid #E3E3E3;
    display: none;
}

.ac-faq .ac-faq-body p {
    font-size: 15px;
    line-height: 24px;
}


/* Server Pricing */
.ac-pricing-server {
    display: grid;
    grid-template-columns: 140px 1fr 240px;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    grid-gap: 15px;
    margin-top: -1px;
    transition: 0.2s;
}

.ac-pricing-server:hover {
    transform: scale(1.02);
}

.ac-pricing-server .content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 6px;
    align-items: center;
}

.ac-pricing-server .left {
    text-align: center;
}

.ac-pricing-server .left img {
    margin-bottom: 10px;
}

.ac-pricing-server .left .name {
    font-weight: 600;
}

.ac-pricing-server .item .key {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}

.ac-pricing-server .item .value {
    font-size: 14px;
    color: #434343;
}

.ac-pricing-server .right {
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
}

.ac-pricing-server .right .price {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.ac-pricing-server .right .price span {
    font-size: 14px;
    font-weight: 400;
}

.ac-pricing-server .right .btn {
    font-weight: 500;
}

.ac-pricing-server .form-control {
    max-width: 120px;
    font-weight: 500;
    padding: 4px 12px;
}


/* Auth */
.ac-auth-page {
    background-color: #F6F6F7;
    padding: 60px 0;
}

.ac-auth-box {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 40px;
}

.ac-auth-box .ac-auth-nav {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
    margin-bottom: 25px;
}

.ac-auth-box .ac-auth-nav .link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #797979;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
}

.ac-auth-box .ac-auth-nav .link.active,
.ac-auth-box .ac-auth-nav .link:hover {
    background-color: var(--orange);
    color: #fff;
}

.ac-auth-box .ac-auth-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.ac-auth-box .ac-auth-head .title {
    font-size: 22px;
    margin-bottom: 0;
}

.ac-auth-box .ac-auth-head .text {
    color: #6E6E6E;
    font-size: 15px;
}

.ac-auth-box label {
    font-size: 15px;
    color: #4E4E4E;
}

.ac-auth-box .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ac-auth-box .ac-check {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.ac-auth-box .ac-check input {
    margin-top: 0.2rem;
}

.ac-auth-box .forgot-pw {
    font-size: 14px;
    color: #4E4E4E;
    text-decoration: underline;
}

.ac-auth-box .btn.submit {
    height: 48px;
    font-weight: 500;
}

.ac-auth-box .divider-title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}


/* Domains */
.suggested-domains .title-head {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.domain-suggestion {
    border-bottom: 0;
    border-left: 3px solid var(--orange) !important;
    margin-bottom: 5px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.02);
    border-radius: 4px !important;
}

.domain-suggestion:not(.clone) {
    display: none !important;
}

.domain-suggestion .btn {
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 10px;
    margin-left: 10px;
    height: 40px;
    padding: 4px 10px;
}

.domain-suggestion .btn i {
    margin-right: 6px;
}

.domain-suggestion .left {
    display: block !important;
}

.domain-suggestion .actions {
    float: inherit !important;
}

.domain-suggestion .promo {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: 30px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.badge-available {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    padding: 1px 10px;
    border-radius: 20px;
    display: inline-flex !important;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 13px;
}

.badge-available::before {
    content: "";
    background-color: #37D742;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 100%;
    margin-right: 5px;
}

.suggested-domains .btn {
    border-radius: 10px !important;
}

.suggested-domains .btn:not(.domain-contact-support) {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.suggested-domains .btn i {
    margin-right: 4px !important;
}

.suggested-domains .btn .fa-arrow-right {
    margin-right: 0 !important;
    margin-left: 4px !important;
}

.ac-section-domain-steps {
    background-color: #151C32;
    color: #fff;
}

.ac-section-domain-steps .ac-section-head .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.ac-domain-step {
    text-align: center;
    padding: 20px;
}

.ac-domain-step::after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 92px;
    width: 32px;
    background-image: url("../img/domain-step-divider.svg");
}

.after-none::after {
    display: none;
}

.ac-domain-step .img {
    margin-bottom: 20px;
}

.ac-domain-step .title {
    font-size: 20px;
}

.ac-domain-step p {
    line-height: 28px;
    color: #909090;
}


.ac-suggested-domain {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #EAEAEA;
    padding: 20px;
    text-align: center;
}

.ac-suggested-domain .img {
    height: 30px;
    margin-bottom: 10px;
}

.ac-suggested-domain .price {
    font-weight: 600;
    font-size: 20px;
    color: var(--orange);
}


/* Cookie */
#cookieConsent {
    background: #333;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    max-width: 340px;
    z-index: 2;
}

#cookieConsent p {
    line-height: 28px;
}


#cookieConsent p a {
    color: #fff;
    text-decoration: underline;
}

#cookieConsent .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#cookieConsent .title img {
    height: 50px;
    margin-right: 10px;
}
#cookieConsent .btn {
    width: 100%;
}

/* Brands */
.acs-brands {
    padding: 20px 0;
    background-color: #fff;
}

.acs-brands .slider-area {
    padding: 0 60px;
    position: relative;
}

.acs-sb-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #EAEAEA;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
    transition: 0.2s;
    background-color: #fff;
    z-index: 2;
}

.acs-sb-button:hover {
    background-color: #f1f1f1;
}

.acs-swiper-brands-prev {
    left: 30px;
}

.acs-swiper-brands-next {
    right: 30px;
}

.acs-swiper-brands .item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Corporate */
.ac-corporate-head {
    /* background-color: #1C1C1C; */
    background-color: #000000;
    color: #fff;
    padding: 30px 0;
}

.ac-corporate-head .title {
    font-size: 30px;
    margin-bottom: 0;
}


.ac-corporate-content {
    padding: 30px 0;
}

.ac-corporate-content .company-name {
    color: var(--orange);
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}

.ac-corporate-content p {
    font-size: 15px;
    line-height: 24px;
}

.ac-corporate-nav {
    border-radius: 12px;
    background-color: #FAFAFA;
    overflow: hidden;
    position: relative;
    top: -30px;
}

.ac-corporate-nav .head {
   /* background-color: #2B2B2B; */
     background-color: #f24405;
    color: #fff;
    padding: 20px;
}

.ac-corporate-nav .head .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.ac-corporate-nav ul {
    padding: 16px 18px;
}

.ac-corporate-nav ul li a {
    background-color: #EFEFEF;
    border-radius: 10px;
    display: block;
    padding: 12px 14px;
    color: #4E4E4E;
    text-decoration: none !important;
    transition: 0.2s;
    font-weight: 500;
}

.ac-corporate-nav ul li a.active,
.ac-corporate-nav ul li a:hover {
    background-color: var(--orange);
    color: #fff;
}

.ac-corporate-nav ul li {
    margin-bottom: 8px;
}

.ac-corporate-nav ul li:last-child {
    margin-bottom: 0;
}

.ac-bank-box {
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.ac-bank-box .img {
    width: 215px;
    height: 75px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ac-bank-box ul li {
    font-size: 15px;
    margin: 5px 0;
    color: #3C3C3C;
}

.ac-contact-form {
    padding: 40px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}

.ac-contact-form .form-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.ac-contact-form label {
    font-size: 15px;
    color: #4E4E4E;
}

.ac-contact-form .btn {
    font-weight: 500;
}

.ac-contact-item {
    background-color: #F8F8F8;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    transition: 0.2s;
}

.ac-contact-item:hover {
    background-color: #F1F1F1;
}

.ac-contact-item .icon {
    background-color: var(--orange);
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}

.ac-contact-item .key {
    color: #222222;
    font-weight: 500;
    font-size: 14px;
}

.ac-contact-item .value {
    font-size: 15px;
    color: var(--orange);
    font-weight: 500;
}


/* Footer */
.ac-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.ac-footer a {
    color: #fff;
}

.ac-footer .link-contact {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.ac-footer .footer-desc {
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 30px;
}

.ac-footer .img-logo {
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
}

.ac-footer .list-social {
    margin-top: 20px;
}

.ac-footer .list-social li {
    display: inline-block;
    margin-right: 6px;
}

.ac-footer .list-social li a {
    height: 32px;
    width: 32px;
    background-color: #fff;
    color: var(--orange);
    border-radius: 4px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.ac-footer .footer-title {
    font-size: 17px;
}

.ac-footer .content-list {
    margin-bottom: 20px;
}

.ac-footer .content-list ul li a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    display: inline-block;
}

.ac-footer .copyright {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 20px;
}


/* General */
.form-control,
.btn {
    height: 44px;
}

.form-control {
    padding: 5px 15px;
}

.form-control:hover,
.form-select:hover,
.form-control:focus,
.form-select:focus {
    border-color: var(--orange);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

.btn-sm {
    height: 36px;
}

.btn-xs {
    height: 26px;
}

.h-50 {
    height: 50px !important;
}

.btn i,
.btn img {
    margin-right: 8px;
}

.btn-orange {
    background-color: var(--orange);
    color: #fff;
}

.btn-blue {
    background-color: var(--blue);
    color: #fff;
}

.btn-orange:hover {
    background-color: #ff6200;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: var(--text);
}

.btn-white:hover {
    background-color: #f1f1f1;
    color: var(--text);
}

.btn-black {
   /*  background-color: #222222;*/
   background-color: #000000;
    color: #fff;
}

.btn-black:hover {
    /*background-color: #222222; */
    background-color: #f24405;
    color: #fff;
}

.text-orange {
    color: var(--orange) !important
}

.swiper-pagination-bullet-active {
    background-color: var(--orange);
}

.ac-section {
    padding: 60px 0;
}

.ac-section-gray {
    background-color: #FAFAFA;
}

.ac-section-head {
    text-align: center;
    margin-bottom: 30px;
}

.ac-section-head .title {
    font-size: 35px;
    font-weight: 700;
}

.ac-section-head .subtitle {
    font-size: 20px;
    margin-bottom: 0;
    color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

@media (min-width: 992px) {
    .acs-pricing-server.ssl .features-item .item-name .show-mobile {
        display: none;
    }

    .ac-mobile-menu {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .ac-pricing-server .content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    body {
        border-top: 0;
    }

    .ac-domain-step {
        position: relative;
    }

    .ac-domain-step::after {
        right: inherit;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        top: inherit;
        bottom: -35px;
    }

    .ac-auth-page .img-right {
        display: none;
    }

    .ac-pricing-server .content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .ac-navbar,
    .ac-header {
        display: none;
    }

    .show-992-up {
        display: block !important;
    }

    .ac-footer .content {
        margin-bottom: 30px;
    }

    .ac-header .link.phone,
    .ac-header .logo::after,
    .ac-sh-item .img,
    .ac-sh-item .ac-campaign-circle {
        display: none;
    }

    .ac-sh-item .content {
        padding: 50px 0;
        max-width: 100%;
    }

    .ac-sh-item .content .title {
        font-size: 40px;
        line-height: 50px;
    }

    .ac-shortcut-1 {
        margin-bottom: 24px;
    }

    .ac-feature-1 {
        border: 0;
    }

    .ac-feature-section .title {
        font-size: 28px;
    }

    .ac-feature-section p {
        font-size: 15px;
        line-height: 20px;
    }

    .ac-feature-section .img {
        text-align: center;
        margin: 20px 0;
    }

    .ac-offer {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .ac-page-head .icon-area {
        display: none;
    }

    .ac-page-head {
        padding: 40px 0;
    }

    .ac-navbar-dropdown-menu {
        height: calc(100vh - 100px);
        bottom: inherit;
        top: 0;
        left: 0;
        transform: inherit;
        min-width: 100%;
        border: 0;
    }

    .ac-navbar-dropdown-menu .grid {
        grid-template-columns: 1fr;
    }

    .ac-navbar-dropdown-menu .item {
        padding: 10px 15px;
        border: 0;
        border-bottom: 1px solid #d5d5d5;
    }

    .ac-navbar-dropdown-menu .item .img {
        height: 45px;
        width: 45px;
        min-width: 45px;
        padding: 6px;
        border-width: 1px;
        border-radius: 8px;
        font-size: 20px;
    }

    .ac-navbar-dropdown-menu .item .title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .ac-navbar-dropdown-menu .item {
        align-items: center;
    }

}


@media (max-width: 768px) {
    .ac-domain-transfer-box {
        padding: 20px;
    }

    .ac-domain-transfer-box .grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .ac-domain-transfer-box .grid .right {
        text-align: left;
    }

    .ac-domain-transfer-box .grid .right .btn {
        margin-left: 0;
        margin-right: 10px;
    }

    .ac-bank-box {
        display: block;
        padding: 20px;
    }

    .ac-bank-box .img {
        margin-bottom: 10px;
    }

    .ac-home-domain-search .form {
        display: grid;
        grid-template-columns: 1fr 100px;
    }

    .domain-suggestion {
        display: block !important;
    }

    .ac-pricing-server {
        grid-template-columns: 1fr;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .ac-pricing-server .right {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        grid-gap: 20px;
    }

    .ac-os-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ac-page-head .title {
        font-size: 30px;
    }

    .ac-page-head .desc {
        font-size: 19px;
    }

    .ac-page-head .features li {
        font-size: 15px;
    }

    .ac-compare-responsive {
        overflow-x: auto;
    }

    .ac-pricing-compare .grid {
        grid-template-columns: 120px repeat(4, 170px);
    }

    .ac-header .button {
        padding: 5px 10px;
        margin-left: 10px;
    }

    .ac-header .register {
        display: none;
    }

    .ac-header .login span {
        display: none;
    }

    .ac-section {
        padding: 20px 0;
    }

    .ac-section-count .count-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .ac-section-count .count-grid .item {
        border: 0;
    }

    .ac-section-count .count-grid .item .title {
        font-size: 18px;
    }

    .ac-section-count .count-grid .item .number {
        font-size: 22px;
    }

    .ac-section-head .title {
        font-size: 30px;
    }

    .ac-section-head .subtitle {
        font-size: 18px;
    }

    .ac-section-contact .grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    @media (max-width: 576px) {
        .ac-auth-box {
            padding: 20px;
        }

        .ac-auth-box .ac-auth-head .title {
            font-size: 18px;
        }

        .ac-offer {
            padding: 30px;
        }

        .ac-offer .title {
            font-size: 26px;
        }

        .ac-offer p {
            font-size: 17px;
            line-height: 25px;
        }
    }
}