.domain-serach-con input,.feature-main-box,.hosting-type-box,.map-and-content-con {
    box-shadow: 0 0 50px rgb(17 78 167/7%)
}

@-webkit-keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgb(26,116,250,.99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252,143,9,.01)
    }
}

@keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgb(26,116,250,.99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(252,143,9,.01)
    }
}

@-webkit-keyframes ballPulseDouble {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ballPulseDouble {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: kamyab;
    src: url(./fonts/kamyab.ttf) format("truetype"),url(./fonts/kamyab.woff) format("woff"),url(./fonts/kamyab.woff2) format("woff2")
}

@font-face {
    font-family: Kamyab-SemiBold;
    src: url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.eot);
    src: url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.eot?#iefix) format("embedded-opentype"),url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.woff2) format("woff2"),url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.ttf) format("truetype")
}

.dropdown-item {
    width: 200px
}

:root {
    --primary-color: #fff;
    --secondary-color: #272a2f;
    --accent: #f20808;
    --text-color: #5c6067;
    --border-color: #e7f0fe;
    --solid-blue-color: #5743ea
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

p {
    text-align: justify
}

body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
    direction: ltr;
    text-align: left
}

h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700
}

h1,h2,h3,h4,h5,h6 {
    color: var(--secondary-color)
}

h2,h3 {
    font-size: 40px;
    line-height: 48px
}

h3 {
    font-size: 18px
}

.hosting-type-box ul li span,.reseller-plan-box ul li span,h2,h3,h4,h5,h6 {
    font-weight: 600
}

h4 {
    font-size: 28px;
    line-height: 36px
}

h5 {
    font-size: 24px;
    line-height: 30px
}

h6 {
    font-size: 20px;
    line-height: 26px
}

.padding-top {
    padding-top: 150px
}

.padding-bottom {
    padding-bottom: 150px
}

a:hover {
    text-decoration: none
}

.light-bg {
    background: #fafaff
}

.generic-btn a,.generic-btn button,.primary-btn a,.secondary-btn a,.secondary-btn button {
    font-weight: 700;
    height: 60px;
    border-radius: 25px;
    background: 0 0;
    color: var(--primary-color);
    padding: 17px 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
    gap: 10px;
    min-width: 180px;
    border: 1px solid var(--primary-color)
}

.generic-btn button,.map-location-inner-con .nav-pills .nav-link:focus {
    outline: 0
}

.generic-btn a:hover,.generic-btn button:hover {
    background: 0 0;
    color: var(--accent);
    border-radius: 25px
}

.generic-btn.secondary-btn a,.generic-btn.secondary-btn button {
    background: var(--accent)
}

.generic-btn.secondary-btn a:hover,.generic-btn.secondary-btn button:hover {
    background: var(--solid-blue-color);
    color: var(--primary-color);
    border-color: var(--solid-blue-color)
}

.generic-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0
}

.country-details,.generic-title h2,.hosting-type-box figure,.reseller-plan-box h6 {
    margin-bottom: 24px
}

.generic-title {
    margin-bottom: 73px
}

.generic-btn.primary-btn a {
    background: 0 0;
    color: var(--accent);
    border-color: var(--accent)
}

.login-btn a,.primary-btn a:hover {
    color: var(--primary-color);
    border-radius: 25px;
    background: #7643c9
}

.primary-btn a:hover {
    border-color: #7643c9
}

.header-main-con {
    position: absolute;
    top: 20px;
    z-index: 3;
}

.navbar {
    max-width: 1230px;
    margin: 0 auto
}

.header-main-con .collapse.navbar-collapse {
    justify-content: end;
    margin-left: 70px
}

.header-main-con .navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 16px;
    transition: .2s ease-in-out;
    text-transform: uppercase
}

.breadcrumb-item a:hover,.contact-detail-box a:hover,.country-details ul li a:hover,.domain-text-con ul li:first-child h4,.footer-box h6,.footer-box ul li a:hover,.header-main-con .navbar .navbar-nav .nav-link.active,.header-main-con .navbar .navbar-nav .nav-link:hover,.team-box:hover h6 {
    color: var(--accent)
}

.header-main-con .navbar-light .navbar-brand {
    /* margin-right:39px; */
}

.header-main-con .navbar .navbar-nav {
    gap: 12px;
    margin-bottom: -2px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0;
    padding-top: 25px;
    background: 0 0;
    border: 0;
    width: 240px;
    padding-bottom: 0;
    border-radius: 3px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item {
    padding: 5px 16px;
    margin-bottom: 1px;
    color: var(--primary-color);
    background: 0 0;
    border-radius: 3px
}

.header-main-con .navbar-expand-lg .navbar-nav li ul li.dropdown-item a.dropdown-toggle {
    width: 100%;
    display: block;
    color: var(--primary-color)
}

.login-btn a {
    padding: 14px 38px 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    height: 56px;
    transition: .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent
}

.domain-btns .search-btn,.domain-btns .transfer-btn,.feature-main-box figure,.form-box ul li button,.social-links-con ul li a,.sponsors-inner-con ul li,.team-box figure img,.team-social-links ul li a {
    transition: .3s ease-in-out
}

.nav-btns.d-flex.align-items-center,.team-social-links ul {
    gap: 10px
}

.login-btn a:hover {
    background: 0 0;
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.sub-menu-dropdown {
    padding: 5px 15px
}

.header-main-con .navbar .navbar-nav .sub-menu-dropdown .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color)
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
    position: absolute;
    margin: 0;
    padding: 10px;
    background: var(--secondary-color);
    border: 0;
    width: 230px;
    top: 0;
    left: 230px;
    border-radius: 3px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu ul {
    padding: 0 5px;
    border-top: 0
}

.client-review-outer-con .owl-dots,.client-review-outer-con .owl-nav,.domain-text-con ul li:last-child:after,.header-main-con ul li.nav-item.dropdown.show .dropdown-menu.sub-menu,.logo-small,header.sticky .logo {
    display: none
}

.header-main-con ul li.nav-item.dropdown.show .dropdown-item.dropdown.show .dropdown-menu.sub-menu,header.sticky .logo-small {
    display: block
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a:hover {
    color: var(--secondary-color)!important;
    background: var(--primary-color)
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item.active,.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li a.dropdown-item:active {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--button-color);
    background-color: var(--primary-color)
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item {
    padding: 0;
    cursor: pointer;
    border-radius: 3px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:focus .header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:active,.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:hover {
    background: 0 0;
    color: var(--secondary-color)
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item:hover a.dropdown-toggle {
    color: var(--secondary-color);
    background: var(--primary-color)
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item a.dropdown-toggle {
    padding: 5px 16px;
    border-radius: 3px;
    margin-bottom: 1px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item.active {
    border-radius: 3px
}

.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul li.dropdown-item .dropdown-toggle.active {
    background: var(--primary-color);
    color: var(--secondary-color);
    margin-bottom: 1px
}

.banner-text-con span,.cart-btn a {
    background: rgb(255 255 255/10%);
    border-radius: 3px;
    align-items: center
}

.cart-btn a {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    border: 1px solid
}

.cart-btn a:hover,.map-location-inner-con .nav-pills .nav-link.active,.map-location-inner-con .nav-pills .nav-link:hover {
    color: var(--primary-color);
    background: var(--accent);
    border-color: var(--accent)
}

.banner-main-con {
    padding: 136px 0 150px;
    text-align: center;
    position: relative;
    background: var(--primary-color) url(../images/banner-he-kamyab.webp) no-repeat center;
    background-size: cover;
    height: 950px
}

.banner-btns.primary-btn,.banner-social-con ul li a,.coming-soon-social-links ul,.error-section,.social-links-con ul li a,.sub-pages-banner,.team-social-links ul,.team-social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-btns.primary-btn {
    gap: 13px
}

.banner-btns.primary-btn a.get-started-btn {
    background: #7643c9;
    border-color: #7643c9;
    border-radius: 25px
}

.banner-btns.primary-btn a.get-started-btn:hover {
    color: #7643c9;
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 25px
}

.banner-btns {
    margin-bottom: 66px
}

.banner-text-con span {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    font-weight: 600;
    color: var(--primary-color);
    gap: 8px;
    margin-bottom: 27px
}

.banner-text-con h1,.banner-text-con p {
    margin-bottom: 19px;
    color: var(--primary-color)
}

.banner-text-con p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px
}

.domain-text-con ul li h4,.price-box span {
    font-size: 32px;
    line-height: 40px
}

.banner-social-con {
    position: absolute;
    right: 30px;
    top: 51%;
    transform: translateY(-50%)
}

.banner-social-con ul li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: var(--primary-color);
    background: #5743ea
}

.banner-social-con ul li,.domain-box figure {
    margin-bottom: 20px
}

.banner-social-con ul li a:hover,.form-box ul li button:hover {
    background: var(--secondary-color)
}

.banner-main-con .container {
    position: unset
}

.hosting-type-box {
    text-align: center;
    padding: 40px 50px;
    border-radius: 3px;
    display: flex;
    flex-direction: column
}

.hosting-type-box figure img {
    height: 154px;
    object-fit: contain
}

.hosting-type-box .generic-btn a img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.hosting-type-box .generic-btn {
    margin-top: auto
}

.contact-details-inner-con,.hosting-types-inner-con,.reseller-inner-con {
    display: grid;
    gap: 10px;
    grid-template-columns: 31.5% 31.5% 31.5%;
    margin-bottom: 40px;
}

.hosting-type-box h6 {
    margin-bottom: 18px
}

.hosting-type-box p {
    margin-bottom: 14px
}

.dedicated-server-box .price-box,.hosting-type-box ul li,.reseller-plan-box ul li {
    margin-bottom: 11px
}

.breadcrumb ol,.builder-content p,.dedicated-server-box:last-child,.empowered-txt-con p:last-child,.hosting-type-box ul li:last-child,.mission-vision-box p:last-child,.reseller-guarantee-box p:last-child,.reseller-plan-box ul li:last-child,.scripts-inner-con ul li h6,.vps-bottom-inner-txt p:last-child {
    margin-bottom: 0
}

.hosting-type-box ul {
    margin-bottom: 22px
}

.price-box {
    margin-bottom: 16px
}

.price-box span {
    color: var(--accent);
    font-weight: 600
}

.price-box small {
    font-size: 20px;
    line-height: 26px;
    color: var(--accent);
    margin-left: 5px
}

.contact-inner-con,.domain-text-con {
    max-width: 920px;
    margin: 0 auto
}

.container,.dedicated-server-heading,.footer-main-con,.side-shapes {
    position: relative
}

.side-shapes::after,.side-shapes::before {
    content: "";
    height: 700px;
    position: absolute;
    top: 0;
    width: 326px
}

.side-shapes::before {
    left: 0;
    background: url(../images/section-left-shape.webp) center no-repeat
}

.side-shapes::after {
    right: 0;
    background: url(../images/section-right-shape.webp) center no-repeat
}

.domain-serach-con input {
    width: 100%;
    height: 69px;
    outline: 0;
    border-radius: 3px;
    padding: 10px 290px 10px 24px;
    background: var(--primary-color);
    border: 1px solid transparent
}

.builder-main-con .generic-btn a,.domain-serach-con input:focus,.form-box ul li input:focus,.form-box ul li textarea:focus {
    border-color: var(--accent)
}

.domain-btns button {
    height: 60px;
    min-width: 125px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 3px;
    outline: 0;
    border: 1px solid transparent
}

.domain-btns .transfer-btn {
    background: 0 0;
    border-color: var(--accent);
    color: var(--accent);
    border-radius: 15px
}

.domain-btns .search-btn,.domain-btns .transfer-btn:hover {
    background: var(--accent);
    color: var(--primary-color);
    border-radius: 15px
}

.client-review-box,.domain-btns .search-btn:hover,.feature-main-box,.map-and-content-con,.sponsors-inner-con ul li {
    background: var(--primary-color)
}

.domain-btns .search-btn:hover {
    color: var(--accent);
    border-color: var(--accent);
    border-radius: 15px
}

.domain-serach-con {
    position: relative;
    margin-bottom: 50px
}

.domain-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%)
}

.domain-text-con ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.domain-text-con ul li {
    padding: 0 49px;
    position: relative
}

.domain-text-con ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: var(--border-color)
}

.domain-text-con ul li p {
    margin-bottom: 0;
    color: var(--secondary-color)
}

.contact-detail-box>a:hover,.domain-text-con ul li:nth-child(2) h4 {
    color: var(--solid-blue-color)
}

.domain-text-con ul li:nth-child(3) h4 {
    color: #8e1afa
}

.domain-text-con ul li:nth-child(4) h4 {
    color: #ed1afa
}

.domain-text-con ul li:nth-child(5) h4 {
    color: #fa891a
}

.feature-main-box {
    text-align: center;
    padding: 50px 15px;
    border-radius: 3px;
    display: flex;
    flex-direction: column
}

.feature-main-box figure img {
    height: 80px;
    object-fit: contain
}

.feature-main-box figure {
    margin-bottom: 24px
}

.feature-main-box:hover figure,.sponsors-inner-con ul li:hover {
    transform: translateY(-8px)
}

.feature-main-box a {
    font-weight: 700;
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.feature-main-box .feature-read-more-btn a:hover {
    text-decoration: underline
}

.feature-main-box .feature-read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto
}

.feature-main-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 17px
}

.feature-main-box h6 {
    margin-bottom: 17px
}

.domains-inner-con,.hosting-features-inner-con,.team-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%
}

.map-location-inner-con .nav-pills .nav-link {
    border-radius: 3px;
    text-align: left;
    border: 0;
    cursor: pointer;
    background: 0 0;
    margin-bottom: 10px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: 1px solid var(--border-color);
    font-family: kamyab;
    margin-left: 5px;
    margin-right: 5px
}

.map-location-inner-con .nav-pills .nav-link i {
    width: 23px;
    height: 23px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--primary-color);
    position: relative
}

.map-location-inner-con .nav-pills .nav-link i::before {
    left: 55%;
    top: 53%;
    transform: translate(-50%,-50%);
    position: absolute
}

.map-location-inner-con .nav-pills .nav-link.active i,.map-location-inner-con .nav-pills .nav-link:hover i {
    background: var(--primary-color);
    color: var(--accent)
}

.country-details ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

.country-details ul li i {
    position: absolute;
    left: 0;
    top: 6px
}

.country-details ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color)
}

.map-and-content-con {
    width: 1100px;
    height: 420px;
    overflow: hidden;
    position: relative;
    padding: 30px 20px;
    border-radius: 3px
}

.map-img-con {
    height: auto;
    float: left;
    border-right: 1px solid var(--border-color)
}

.map-content-details-con {
    width: 35%;
    height: 100%;
    overflow-y: auto;
    padding: 0 30px
}

.map-content-details-con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    background-color: #f5f5f5;
    border-radius: 3px
}

.client-review-box,.client-review-outer-con .owl-carousel,.mission-vision-box,.sponsors-inner-con ul li,.team-box {
    box-shadow: 0 0 50px rgb(17 78 167/7%)
}

.map-content-details-con::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5
}

.map-content-details-con::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--accent)
}

.country-details h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: kamyab
}

.hosting-solution-inner-con {
    display: grid;
    gap: 65px;
    grid-template-columns: 45% 49%;
    align-items: center
}

.hosting-solution-content-con h2 {
    margin-bottom: 13px
}

.hosting-solution-content-con ul li {
    margin-bottom: 12px;
    padding-right: 38px
}

.client-review-main-slider::before,.hosting-solution-content-con ul li i {
    background: var(--accent);
    color: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.hosting-solution-content-con ul li i {
    left: -30px;
    top: 1px;
    width: 23px;
    height: 23px
}

.hosting-solution-content-con ul,.reseller-guarantee-box:last-child {
    margin-bottom: 32px
}

.hosting-solution-content-con p {
    margin-bottom: 31px
}

.client-review-box {
    padding: 40px 27px;
    text-align: center
}

.client-review-main-slider {
    padding-bottom: 100px;
    position: relative;
    border-top: 1px solid var(--border-color)
}

.client-review-main-slider::before {
    content: "";
    font-family: "font awesome 5 free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%)
}

.reviewer-info-box figure {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto 13px
}

.domain-box .generic-btn a,.reviewer-info-box figure img {
    width: 100%
}

.reviewer-details span {
    font-weight: 600;
    color: var(--secondary-color);
    font-family: kamyab
}

.client-review-box p,.reviewer-details small {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.mission-vision-box p,.reviewer-details small {
    margin-bottom: 9px
}

.client-review-box i {
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 11px
}

.client-review-outer-con .generic-title {
    padding: 0 230px
}

.sponsors-inner-con ul {
    display: grid;
    gap: 29px;
    grid-template-columns: 18% 18% 18% 18% 18%
}

.sponsors-inner-con ul li {
    height: 80px;
    padding: 10px 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sponsors-main-con {
    margin-bottom: 100px
}

.builder-main-con {
    padding: 32px 40px 33px;
    background: #7643c9;
    display: grid;
    gap: 40px;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 95px;
    border-radius: 25px
}

.builder-main-con .generic-btn a:hover {
    background: 0 0;
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.builder-content h3,.builder-content p,.coming-soon-social-links ul li a:hover i {
    color: var(--primary-color)
}

.builder-content h3 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px
}

.footer-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 25% 24% 24% 19%;
    justify-content: center;
    padding-bottom: 58px
}

.footer-box h6 {
    font-weight: 600;
    margin-bottom: 27px
}

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

.footer-box ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #f9fbfd;
    display: inline-block
}

.footer-contact-info ul li {
    position: relative;
    padding-left: 30px
}

.footer-contact-info ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--accent)
}

.footer-main-con::before {
    content: "";
    background: url(../images/banner-footer-waizahost.webp) center/cover no-repeat;
    height: 853px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.container {
    z-index: 2
}

.footer-copyright-con {
    display: grid;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto auto
}

.copyright-logo-con {
    display: flex;
    align-items: center
}

.copyright-logo-con p {
    margin-bottom: 0;
    color: #f4ed3c;
    font-size: 16px;
    margin-left: 150px
}

.social-links-con ul {
    display: flex;
    gap: 10px
}

.social-links-con ul li a {
    width: 40px;
    height: 40px;
    background: #042551;
    color: var(--accent);
    border-radius: 100%
}

.footer-copyright-main-con {
    padding: 30px 0;
    background: #4232e9
}

.sub-banner-main-con.banner-main-con {
    background: var(--primary-color) url(../images/sub-banner-kamyab.webp) no-repeat center;
    height: 700px;
    background-size: cover
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 4px 0 0;
    color: var(--primary-color);
    content: "~"
}

.breadcrumb,.breadcrumb-item {
    display: inline-block
}

.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item.active {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color)
}

.breadcrumb {
    margin-bottom: 26px;
    background: #1d00ff;
    padding: 8px 21px 7px
}

.mission-vision-box {
    padding: 50px 55px;
    border-radius: 3px;
    background: var(--primary-color);
    text-align: center
}

.banner-sub-inner-con,.form-box {
    display: grid;
    gap: 30px;
    grid-template-columns: 48.5% 48.5%
}

.mission-vision-box figure {
    margin-bottom: 30px
}

.contact-detail-box figure,.mission-vision-box h2,.scripts-inner-con ul li figure {
    margin-bottom: 25px
}

.hosting-empowered-inner-con {
    display: grid;
    gap: 126px;
    align-items: center;
    grid-template-columns: 31.532% 57%
}

.trusted-customers-con {
    padding: 52px 68px 60px;
    background: var(--accent);
    text-align: center;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.contact-detail-box,.team-box,.team-social-links ul li a,.trusted-customers-con figure {
    border-radius: 3px;
    background: var(--primary-color)
}

.trusted-customers-con small,.trusted-customers-con span {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: kamyab
}

.trusted-customers-con p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 23px;
    color: var(--primary-color)
}

.domain-price-main-con .table thead th,.form-box ul li button,.social-links-con ul li a:hover,.team-social-links ul li a:hover {
    background: var(--accent);
    color: var(--primary-color)
}

.trusted-customers-con figure {
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.trusted-customers-con span {
    margin-bottom: 15px
}

.empowered-txt-con p {
    line-height: 24px;
    margin-bottom: 13px
}

.team-box figure {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto
}

.team-box figure img {
    width: 100%
}

.team-box {
    text-align: center;
    padding: 40px 35px 48px
}

.team-box:hover figure img {
    transform: scale(1.1)
}

.team-social-links ul li a i {
    font-size: 14px
}

.team-social-links ul li a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: var(--accent);
    box-shadow: 0 0 50px rgb(17 78 167/20%)
}

.team-social-links {
    margin-top: -30px;
    margin-bottom: 28px;
    position: relative
}

.team-social-links ul li:nth-child(2) {
    margin-bottom: -20px
}

.team-box span {
    font-size: 14px;
    line-height: 14px
}

.team-box h6 {
    margin-bottom: 12px
}

.contact-detail-box,.form-box ul {
    display: flex;
    flex-direction: column
}

.contact-detail-box {
    padding: 50px;
    text-align: center;
    box-shadow: 0 0 50px rgb(17 78 167/7%);
    align-items: center
}

.contact-detail-box a,.contact-detail-box p {
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color)
}

.contact-detail-box>a {
    gap: 10px;
    display: flex;
    font-weight: 700;
    margin-top: auto;
    align-items: center;
    color: var(--accent)
}

.map-inner-con iframe {
    width: 100%;
    height: 536px;
    filter: grayscale(100%);
    border: 0;
    outline: 0;
    display: block
}

.map-inner-con {
    border: 10px solid var(--accent)
}

.form-box ul li input,.form-box ul li textarea {
    height: 60px;
    width: 100%;
    outline: 0;
    padding: 10px 20px;
    border: 1px solid transparent
}

.form-box ul li textarea {
    height: 213px;
    resize: none;
    padding: 20px
}

.contact-inner-con ul li span.error {
    font-size: 14px;
    line-height: 18px;
    color: red;
    padding-left: 19px
}

.contact-inner-con .generic-title {
    padding: 0 80px
}

.form-box ul li button {
    width: 100%;
    height: 60px;
    outline: 0;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.form-box ul {
    gap: 20px
}

.domain-box,.form-box ul li input,.form-box ul li textarea {
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 50px rgb(17 78 167/7%)
}

.domain-box {
    text-align: center;
    padding: 41px 30px 40px
}

.domain-box .price-box {
    text-align: center;
    margin-bottom: 21px
}

.price-box p {
    margin-bottom: 6px
}

.domain-price-main-con .table tbody tr td,.domain-price-main-con .table thead th {
    text-align: center;
    border-style: solid none
}

.domain-price-main-con .table tbody tr:not(:last-child) td,.domain-price-main-con .table thead th {
    border-bottom: 0
}

.domain-price-main-con .table tbody tr td {
    background: var(--primary-color);
    padding: 22px 12px;
    border-right: 1px solid var(--border-color)
}

.domain-price-main-con .table tbody tr td:first-child,.domain-price-main-con .table thead th:first-child {
    width: 17%;
    text-align: left;
    padding-left: 58px
}

.domain-price-main-con .table tbody tr td:first-child {
    font-weight: 600;
    color: var(--secondary-color);
    border-left: 0
}

.domain-price-main-con .table thead th {
    font-weight: 600;
    padding: 18px 12px;
    border-right: 1px solid var(--border-color)
}

.domain-price-main-con .table thead th:first-child {
    border-left: 0;
    border-top-left-radius: 3px
}

.domain-price-main-con .table thead th:last-child {
    border-right: 0;
    border-top-right-radius: 3px
}

.domain-price-main-con table {
    border-collapse: separate;
    border-spacing: 0
}

.domain-price-main-con .table tbody tr td:last-child {
    border-right: 0
}

.domain-price-main-con .table tbody tr td span {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 7px;
    position: relative;
    top: -2px;
    font-weight: 700;
    margin-left: 4px;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color)
}

.dedicated-server-box,.reseller-plan-box {
    border-radius: 3px;
    box-shadow: 0 0 50px rgb(17 78 167/7%);
    background: var(--primary-color)
}

.domain-price-main-con .table {
    margin-bottom: 0;
    box-shadow: 0 0 50px rgb(17 78 167/7%)
}

.domain-price-main-con .table tbody tr:last-child td {
    padding-bottom: 30px;
    border-bottom: 0
}

.domain-price-main-con .table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px
}

.domain-price-main-con .table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px
}

.dedicated-server-box {
    padding: 23px 45px 29px 48px;
    display: grid;
    gap: 50px;
    margin-bottom: 10px;
    grid-template-columns: 30% 42% 18%;
    align-items: center
}

.dedicated-list-con ul {
    margin-bottom: 0;
    display: grid;
    gap: 18px 32px;
    grid-template-columns: 54% 39%
}

.dedicated-list-con ul li {
    padding-left: 34px
}

.dedicated-list-con ul li i {
    font-size: 24px;
    position: absolute;
    color: var(--accent);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.dedicated-server-heading:after {
    content: "";
    background: var(--border-color);
    width: 1px;
    height: 94px;
    position: absolute;
    right: 0;
    top: -28px
}

.dedicated-server-heading h5 {
    font-weight: 600;
    margin-bottom: 0;
    color: var(--text-color);
    font-family: kamyab
}

.dedicated-server-heading h5 span {
    font-weight: 300;
    font-size: 20px
}

.dedicated-server-box .price-box small {
    margin-left: 11px
}

.reseller-plan-box {
    text-align: center;
    padding: 40px
}

.reseller-plan-box select {
    height: 46px;
    width: 100%;
    padding: 6px 36px 6px 16px;
    appearance: none;
    border: 1px solid var(--border-color);
    background: url(../images/angle-down.webp) center no-repeat;
    background-position-x: 95%;
    outline: 0;
    margin-bottom: 22px
}

#button,.loader div {
    background-color: var(--accent)
}

.reseller-plan-box figure,.reseller-plan-box ul {
    margin-bottom: 23px
}

.reseller-plan-box figure img {
    width: 160px;
    height: 154px;
    object-fit: contain
}

.reseller-hosting-features-main-con {
    padding-bottom: 70px
}

.reseller-guarantee-box i {
    right: 0;
    top: 2px;
    width: 23px;
    height: 23px;
    display: flex;
    position: absolute;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background: var(--accent);
    color: var(--primary-color)
}

.reseller-guarantee-box {
    position: relative;
    padding-left: 40px;
    margin-bottom: 26px
}

.reseller-guarantee-inner-con {
    display: grid;
    gap: 144px;
    grid-template-columns: 47% 40%;
    align-items: center
}

.reseller-guarantee-txt-con h2 {
    margin-bottom: 55px
}

.scripts-inner-con ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 14.5% 14.5% 14.5% 14.5% 14.5% 14.5%
}

.scripts-inner-con ul li {
    text-align: center;
    padding: 40px 20px 32px;
    border-radius: 3px;
    background: var(--primary-color);
    box-shadow: 0 0 50px rgb(17 78 167/7%)
}

.vps-bottom-inner-txt {
    padding: 8px 110px;
    border-radius: 0 0 3px 3px;
    background: var(--accent)
}

.vps-bottom-inner-txt p {
    text-align: center;
    color: var(--primary-color)
}

.vps-bottom-txt {
    padding: 0 20px
}

.vps-hostiko-benefits-main-con {
    padding-top: 95px
}

.vps-hostiko-benefits ul li {
    font-size: 20px;
    line-height: 26px;
    position: relative;
    padding-left: 33px
}

.vps-hostiko-benefits ul li i {
    left: 0;
    top: 2px;
    font-size: 22px;
    position: absolute;
    color: var(--accent)
}

.vps-hostiko-benefits ul {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 23% 23% 23% 23%
}

.vps-hostiko-benefits-main-con .generic-title {
    margin-bottom: 48px
}

.error-section {
    height: 100vh;
    text-align: center;
    background: var(--accent);
    position: relative
}

.error-con {
    padding: 0 100px
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 20px;
    color: var(--primary-color)
}

.coming-soon-con h2,.error-con p {
    margin-bottom: 40px;
    color: var(--primary-color);
    font-size: 100px;
    line-height: 100px
}

.error-con p {
    font-size: 22px;
    line-height: 36px
}

.coming-soon-social-links ul li a,.error-con .generic-btn a {
    background: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color)
}

.error-con .generic-btn a {
    font-weight: 500;
    padding: 29px 32px
}

.error-con .generic-btn a:hover {
    color: var(--primary-color);
    background: 0 0
}

.coming-soon-con,.error-con {
    position: relative;
    z-index: 2
}

#button,.loader-mask,header {
    position: fixed
}

.coming-soon-social-links ul {
    gap: 10px;
    margin-bottom: 40px
}

.coming-soon-social-links ul li a {
    width: 60px;
    height: 60px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px
}

.coming-soon-social-links ul li a i,.error-con .generic-btn a {
    font-size: 18px;
    color: var(--secondary-color)
}

.coming-soon-social-links ul li a:hover {
    transform: translateY(-6px);
    background: 0 0
}

.error-section .generic-btn i {
    margin-right: 10px
}

#button.show {
    opacity: 1;
    visibility: visible
}

#button,#button:hover {
    cursor: pointer
}

#button {
    display: inline-block;
    border: 1px solid var(--accent);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    bottom: 72px;
    right: 113px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: 2s infinite spineer;
    animation: 2s infinite spineer
}

#button::after {
    content: "";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 600
}

.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999
}

.loader,.loader div {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px
}

.loader {
    left: 50%;
    top: 50%;
    font-size: 0;
    color: var(--accent);
    margin: -25px 0 0-25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.lead {
    font-size: 13px
}

.loader div {
    float: none;
    top: 0;
    left: 0;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: 2s ease-in-out infinite ballPulseDouble;
    animation: 2s ease-in-out infinite ballPulseDouble
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.dropdown-item {
    text-align: left
}

header {
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: background-color .3s;
    z-index: 999
}

header.sticky {
    background-color: #fff
}

.mega-menu {
    display: flex;
    justify-content: space-between
}

.mega-menu-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 70%
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.menu-icon img {
    width: 20px;
    height: 20px
}

.image-block {
    width: 30%;
    display: block;
    max-height: 100%
}

.image-block img {
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .logo-small {
        display:block
    }

    .image-block,.logo {
        display: none
    }

    .mega-menu {
        flex-direction: column
    }

    .mega-menu-content {
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .hosting-solution-main-con.reverse-layout .hosting-solution-inner-con {
        display:flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 20px
    }

    .hosting-solution-main-con.reverse-layout .hosting-solution-content-con {
        width: 50%;
        text-align: left
    }

    .reseller-guarantee-content {
        margin-right: 30px;
    }

    .hosting-solution-main-con.reverse-layout .hosting-solution-img-con {
        width: 50%;
        text-align: right;
        margin-left: 50px
    }

    .hosting-solution-main-con.reverse-layout .hosting-solution-img-con img {
        max-width: 100%;
        height: auto
    }
}
@media (min-width: 768px) {
    .map-and-content-con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px; /* فاصله بین متن و عکس */
    }
    .map-content-details-con {
        width: 55%;

        padding: 30px;
        border-radius: 10px;
    }
    .map-img-con {
        width: 40%;
        background: #ffffff; /* رنگ بک‌گراند عکس */
        padding: 20px;

    }
    .map-img-con img {
        width: 100%;
        border-radius: 10px;
    }
.map-and-content-con{
    height: 480px;
}    
}
.kco {
    color: #fff;background-color:#25c6fa00;margin-top: -40px;
}
    .feature-grid {
        display: flex;
        justify-content: space-between;
    }
    .feature-grid ul {
        width: 48%;
    }
.faq-section {
    background: #f8f9fa;
    padding: 50px 0;
}
.faq-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.faq-question {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #007bff;
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
    color: #333;
    font-size: 16px;
}
.faq-item input {
    display: none;
}
.faq-item input:checked + .faq-question + .faq-answer {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .comparison-table-outer table tbody tr:hover:not(.order-row) {
        background-color: #007bff !important;
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .comparison-table-outer table tbody tr:hover:not(.order-row) .tick {
        color: white !important;
    }

    .order-btn {
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .order-btn:hover {
        background-color: #0056b3;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    thead th {
        position: relative;
    }

    thead th::after {
        content: '';
        display: block;
        width: 50%;
        height: 2px;
        background-color: white;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    thead th:hover::after {
        width: 100%;
    }
    
   .comparison-table-outer {
       width: 1170px;
    margin-right: -40px;
   }
    .footer-box-1 ,.footer-box-2 {
     display: none;
    }
@media only screen and (max-width: 768px) {
    .footer-box-1,
    .footer-box-2 {
        display: block; /* یا flex، بسته به نیازت */
    }
}
@media only screen and (max-width: 768px) {
    .footer-box {
        display: none;
    }
}
.contact-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: background 0.3s;
}

.contact-btn.telegram {
  background-color: #0088cc;
}

.contact-btn.whatsapp {
  background-color: #25D366;
}

.contact-btn.email {
  background-color: #444;
}

.contact-btn:hover {
  opacity: 0.85;
}
.contact-btn.phone {
  background-color: #28a745; /* سبز تیره‌تر برای تلفن */
}
/* استایل‌های کلی جدول */
.custom-comparison-table {
    margin: 40px 0;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-title h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* استایل‌های جدول */
.custom-table-container {
    overflow-x: auto; /* اضافه کردن اسکرول افقی */
    -webkit-overflow-scrolling: touch;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 auto;
    min-width: 600px; /* حداقل عرض برای جدول */
}

.custom-table th,
.custom-table td {
    padding: 15px 20px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #ddd; /* خط افقی بین ستون‌ها */
}

/* حذف خط آخر از سمت راست */
.custom-table th:last-child, .custom-table td:last-child {
    border-right: none;
}

.custom-table th {
    background-color: #007bff;
    color: white;
}

.custom-table td {
    border-top: 1px solid #ddd;
}

.custom-table tr:hover {
    background-color: #007bff; /* رنگ آبی روی ردیف هنگام hover */
    color: white; /* تغییر رنگ متن به سفید */
}

/* استایل دکمه سفارش */
.custom-btn {
    padding: 12px 24px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.custom-btn:hover {
    background-color: #218838;
}

/* استایل برای موبایل */
@media (max-width: 768px) {
    .custom-table {
        font-size: 14px;
    }

    .custom-table th,
    .custom-table td {
        padding: 12px;
    }

    .custom-btn {
        width: 100%;
        margin-top: 10px;
    }

    .custom-title h2 {
        font-size: 20px;
    }

    /* جلوگیری از اسکرول افقی در موبایل */
    .custom-table-container {
        overflow-x: auto; /* برای نمایش اسکرول افقی در موبایل */
    }
}

/* تغییر رنگ ردیف‌ها هنگام حرکت موس */
table tr:hover td, table tr:hover th {
    background-color: #007bff; /* رنگ آبی پس‌زمینه تمام سلول‌ها در ردیف */
    color: white; /* رنگ سفید برای متن */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* سایه اطراف ردیف */
}

/* تغییر رنگ دکمه هنگام هاور */
table tr:hover .custom-btn {
    background-color: #0056b3; /* تغییر رنگ دکمه */
}

/* استایل برای هر ردیف */
.table-row {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

/* رنگ پس‌زمینه برای ستون زمانی که موس روی دکمه سفارش میره */
.table-row:hover {
    background-color: rgba(0, 123, 255, 0.1); /* رنگ ملایم آبی برای پس‌زمینه */
}

.table-row:hover .custom-btn {
    background-color: #0056b3;
}

.list-unstyled {
    text-align: left;
    font-size: 14px;
}
.builder-content h2 {
    color: #ffffff;
}
.footer-inner-con h3 {
    color: #f20808;
    font-size: 25px;
}