@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
a,
button,
input{
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
:root{
    --primary--color: #333;
    --secondary-color:#181818;
    --text-color: #7c7c7c;
    --black-color: #000;
    --accent:#f2d22f;
    --pink-color: #fb666b;
    --white-color: #fff;
    --blue-color: #0088e9;
    --light-grey-color: #f9f9f9;
}
/* HEADER SECTION */
.header-btn{
    height: 48px;
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 10px 24px;
    top: 27px;
    left: 0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    position: absolute;
    background: var(--blue-color);
    min-width: 200px;
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.header-con .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 6px 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-con{
    z-index: 2;
    padding-top: 19px;
    position: relative;
    padding-bottom: 19px;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent);
}
.header-con .dropdown-item:hover,
.header-con .dropdown-item:focus{
    background: transparent;
    color:  var(--accent);
}
.header-con .navbar-nav{
    gap: 44px;
    margin-right: 57px;
}
.header-btn a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 17px 30px;
    border-radius: 24px;
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);
    background: var(--accent);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-box {
    gap: 152px;
    display: grid;
    align-items: center;
    grid-template-columns: 36% 41.4%;
    position: relative;
}
.banner-title h1{
    margin-bottom: 15px;
}
.banner-value{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
    color: var(--blue-color);
}
.banner-title{
    padding-top: 118px;
}
.special-txt{
    font-size: 247px;
    font-weight: 700;
    line-height: 247px;
    margin-bottom: -84px;
    color: var(--blue-color);
}
.banner-con{
    z-index: 1;
    border-top: 2px solid #eee;
}

.banner-triangle-img{
    position: absolute;
    right: 0;
    top: 0;
}
.banner-triangle-img figure img{
    width: 307px;
    height: auto;
    object-fit: contain;
}
.banner-shape-img1 {
    top: 79px;
    left: 29%;
}
.banner-shape-img2 {
    top: 125px;
    right: 45%;
}
.banner-shape-img3 {
    top: 117px;
    right: 12.5%;
}
.banner-shape-img4 {
    top: -63px;
    left: 55.1%;
}
.banner-shape-img5 {
    z-index: 2;
    bottom: 70px;
    right: 150px;
}
.banner-shape-img6 {
    top: 107px;
    right: 25%;
}
.banner-shape-img7 {
    top: 290px;
    left: 41%;
}
.banner-shape-img8 {
    right: 22%;
    bottom: 0;
}
.banner-shape-img9 {
    bottom: -14px;
    left: 30%;
}
.banner-con .carousel-control-prev-icon,
.banner-con .carousel-control-next-icon{
    background-image: none;
}
.banner-con .carousel-control-next, .banner-con .carousel-control-prev {
    opacity: 1;
    width: 41px;
    height: 41px;
    z-index: 99;
    top: 50%;
    transform: translateY(-178%);
}
.banner-con .carousel-control-next-icon, .banner-con .carousel-control-prev-icon{
    width: 41px;
    height: 41px;
    display: flex;
    font-size: 18px;
    line-height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: rgb(0 0 0 / 40%);
    transition: all 0.5s ease-in-out;
}
.banner-con .carousel-control-next-icon:hover, 
.banner-con .carousel-control-prev-icon:hover{
    background: #000;
}
.banner-con .carousel-control-prev {
    left: 20px;
}
.banner-con .carousel-control-next {
    right: 20px;
}
.special-txt2 {
    margin-bottom: 0;
    margin-left: -30px;
    line-height: 90px;
}
.banner-box2 {
    padding: 75px 13% 0;
    grid-template-columns: 40% 45.4%;
}
.banner-box2 .banner-title {
    padding-top: 0;
    margin-top: -70px;
}
.banner-box2 .banner-title p{
    font-size: 18px;
    line-height: 28px;
}
.banner-box2 .banner-shape-img7 {
    top: 287px;
    left: 40.5%;
}
.banner-box2 .banner-shape-img2 {
    top: 129px;
    right: 43.6%;
}
.banner-box2 .banner-shape-img9 {
    bottom: 50px;
    left: 32%;
}
.banner-box2 .banner-shape-img4 {
    top: -63px;
    left: 53.1%;
}
.banner-box2 .banner-shape-img8 {
    right: 27%;
    bottom: 85px;
}
.banner-slide2-lft-shape{
    position: absolute;
    left: -9px;
    top: 70px;
}
.banner-box3 .banner-shape-img7 {
    top: 315px;
    left: 43.3%;
}
.banner-box3 .banner-title h1 {
    margin-bottom: 22px;
}
.banner-box3 {
    padding: 95px 16% 0;
    gap: 128px;
    grid-template-columns: 43% 47%;
}
.banner-box3 .banner-title {
    padding-top: 0;
    margin-top: 0;
}
.banner-box3 .banner-shape-img8 {
    right: 25.5%;
    bottom: 56px;
}
.banner-box3 .banner-shape-img6 {
    top: 107px;
    right: 24.5%;
}
.special-txt3 {
    line-height: 137px;
    margin-bottom: -23px;
    margin-left: 70px;
}
.special-txt3 .banner-shape-img4 {
    top: -63px;
    left: 54.5%;
}
.wrapper3,.wrapper4{
    max-width: 1920px;
    margin: 0 auto;
}
.banner-con .carousel-inner {
    height: 721px;
}
/* BANNER SECTION */
/* DOMAIN SECTION */
.domain-con{
    padding-top: 123px;
    padding-bottom: 118px;
    background: var(--light-grey-color);
}
.domain-title h3{
    margin-bottom: 25px;
}
.domain-input input{
    width: 100%;
    border: none;
    font-size: 14px;
    color: #787878;
    line-height: 14px;
    border-radius: 34px;
    padding: 25px 194px 26px 34px;
    background: var(--white-color);
    box-shadow: 3px 3px 20px 10px rgb(0 0 0 / 1%);
}
.domain-input{
    width: 68.01%;
    margin:0 auto 45px;
}
.domain-input input::placeholder{
    font-size: 14px;
    color: #787878;
    line-height: 14px;
}
.domain-input input:focus{
    box-shadow: none;
    outline: 1px solid var(--accent) !important;
}
.domain-input button:focus{
    outline: none;
}
.avaliable-domain-link a:hover i {
    padding-left: 8px;
}
.domain-input button{
    top: 10px;
    right: 10px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    line-height: 14px;
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    text-transform: uppercase;
    color: var(--black-color);
    background: var(--accent);
    padding: 17px 27px 17px 28px;
}
.domain-input button:hover{
    box-shadow: none;
}
.domain-list ul {
    gap: 28px;
    display: flex;
    justify-content: center;
}
.domain-list ul li{
    font-size: 28px;
    font-weight: 600;
    line-height: 26px;
    padding-right: 28px;
    color: var(--primary--color);
    border-right: 1px solid rgb(195 195 195 / 40%);
}
.domain-value{
    font-size: 14px;
    line-height: 14px;
    padding-left: 3px;
    color: var(--blue-color);
}
.domain-list ul li:last-child{
    padding-right: 0;
    border-right: 0;
}
/* DOMAIN SECTION */
/* PRICE SECTION */
.generic-title h2{
    margin-bottom: 10px;
}
.generic-title p{
    width: 54%;
    margin: 0 auto 40px;
}
.price-box {
    gap: 28px;
    display: grid;
    grid-template-columns: 31.9% 31.9% 31.9%;
}
.price-box-item {
    border-radius: 20px;
    padding: 44px 50px 63px;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.price-box-item h3{
    font-weight: 700;
    margin-bottom: 45px;
}
.off-title{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 18px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 22px 8px 21px;
}
.price-box .price-box-item:first-child .off-title {
    color: var(--pink-color);
    background: rgb(251 102 107 / 10%);
}
.price-box .price-box-item:nth-child(2) .off-title {
    color: var(--primary--color);
    background: rgb(242 210 47 / 15%);
}
.price-box .price-box-item:last-child .off-title {
    color: var(--blue-color);
    background: rgb(0 136 233 / 15%);
}
.price-value {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 28px;
    color: var(--primary--color);
}
.price-value span {
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
}
.month-price {
    font-size: 24px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 24px;
    display: inline-block;
}
.month-price small {
    font-size: 14px;
    line-height: 23px;
    color: #717781;
}
.price-box-item ul{
    list-style: none;
    margin-bottom: 38px;
}
.price-box-item ul li{
    font-size: 16px;
    line-height: 16px;
    position: relative;
    padding-left: 36px;
    margin-bottom: 19px;
    color: var(--primary--color);
}
.price-box-item ul li:after {
    top: 0;
    left: 0;
    font-weight: 600;
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 free";
}
.price-box-item ul li:last-child{
    margin-bottom: 0;
}
.price-box .price-box-item:first-child ul li:after{
    color: var(--pink-color);
}
.price-box .price-box-item:nth-child(2) ul li:after{
    color: var(--accent);
}
.price-box .price-box-item:last-child ul li:after{
    color: var(--blue-color);
}
.price-btn a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 11px 46px 12px;
    text-align: center;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.price-box .price-box-item:first-child .price-btn a {
    color: var(--white-color);
    background: var(--pink-color);
}
.price-box .price-box-item:nth-child(2) .price-btn a{
    color: var(--black-color);
    background: var(--accent);
}
.price-box .price-box-item:last-child .price-btn a{
    color: var(--white-color);
    background: var(--blue-color);
}
.price-box-item figure {
    top: 30px;
    right: 30px;
    position: absolute;
}
/* PRICE SECTION */
/* BUSINESS SECTION */
.business-con{
    padding-top: 115px;
    padding-bottom: 115px;
    background: url(../images/business-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.business-main-box{
    width: 46.6%;
}
.business-box {
    z-index: 1;
    width: 100%;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    padding: 61px 61px 72px;
    background: var(--blue-color);
}
.business-box h2{
    line-height: 52px;
    margin-bottom: 13px;
    color: var(--white-color);
}
.business-box p{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 28px;
    color: var(--white-color);
}
.business-box ul li {
    padding-left: 58px;
    margin-bottom: 31px;
    color: var(--white-color);
    background: url(../images/check-icon.png) no-repeat top left;
}
.business-box ul{
    margin-bottom: 37px;
}
.business-box ul li:last-child{
    margin-bottom: 0;
}
.business-box ul h5{
    margin-bottom: 12px;
}
.business-box ul span{
    font-size: 14px;
    line-height: 14px;
    color: #e6efff;
}
.business-main-box::after{
    top: 50%;
    left: -80px;
    content: "";
    width: 266px;
    height: 266px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: var(--white-color);
}
.client-review-img ul{
    display: flex;
}
.client-review-box {
    top: 50%;
    gap: 9px;
    right: 50px;
    width: 289px;
    display: flex;
    padding: 13px;
    position: absolute;
    border-radius: 37px;
    align-items: center;
    transform: translateY(-172%);
    background: rgb(251 252 251 / 92%);
}
.client-review-img ul li:not(:first-child) img{
    margin-left: -9px;
}
.client-review-txt span{
    font-size: 22px;
    font-weight: 700;
    color: #fbab00;
    line-height: 22px;
    display: inline-block;
}
.client-review-txt span img{
    padding-left: 2px;
}
.client-review-txt{
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    color: var(--primary--color);
}
.client-review-txt small{
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    padding-top: 4px;
    color: var(--primary--color);
}
/* BUSINESS SECTION */
/* FEATURE SECTION */
.feature-box-item {
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    padding:52px 40px 34px 39px;
    background: var(--white-color);
    border-top: 1px solid transparent;
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.feature-box-item:hover figure{
    transform: translateY(-8px);
}
.feature-box {
    z-index: 1;
    display: grid;
    gap: 30px 26px;
    position: relative;
    margin-bottom: 45px;
    grid-template-columns: 32% 32% 32%;
}
.feature-box-item figure{
    margin-bottom: 23px;
    transition: all 0.5s ease-in-out;
}
.feature-box-item h3{
    margin-bottom: 12px;
}
.feature-box-item p{
    margin-bottom: 20px;
}
.feature-link a{
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
    line-height: 14px;
    text-decoration:none;
    color: var(--blue-color);
}
.feature-link{
    margin-top: auto;
}
.feature-link a:hover,
.feature-link a:hover i{
    color: var(--accent);
}
.feature-link a i{
    top: 1px;
    left: 2px;
    position: relative;
    color: var(--blue-color);
}
.feature-con:after{
    left: 0;
    top: 212px;
    content: "";
    width: 365px;
    height: 454px;
    position: absolute;
    background: url(../images/feature-triangle-img.png) no-repeat center;
}
.feature-shape1{
    left: -95px;
    top: -38px;
}
.feature-shape2 {
    right: -110px;
    top: -10px;
}
.feature-shape3 {
    right: -90px;
    top: -10px;
}
.feature-shape3 {
    right: -44px;
    top: -43px;
}
.feature-box-item:hover {
    border-top: 1px solid var(--accent);
}
/* FEATURE SECTION */
/* GROW SECTION */
.grow-con{
    overflow: hidden;
    padding: 130px 0 76px;
    background: var(--light-grey-color);
}
.grow-box {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 34% 63.7%;    
}
.hostiko-cloud-img {
    bottom: 0;
    right: 42px;
    position: absolute;
}
.grow-img{
    text-align: center;
}
.grow-shape-img1{
    top: 0;
    left: 0;
}
.grow-content h2{
    line-height: 52px;
    margin-bottom: 25px;
}
.grow-content p{
    line-height: 27px;
    margin-bottom: 29px;
}
.grow-content ul li{
    font-weight: 500;
    line-height: 16px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 18px;
    color: var(--primary--color);
}
.grow-content ul li:after{
    top: 2px;
    left: 0;
    font-size: 20px;
    font-weight: 600;
    content: "\f058";
    position: absolute;
    color: var(--pink-color);
    font-family: "Font Awesome 5 free";
}
.grow-content ul li:last-child{
    margin-bottom: 0;
}
.grow-content ul{
    margin-bottom: 43px;
}
.grow-shape-img1 {
    z-index: 2;
    top: 18px;
    left: -79px;
}
.grow-shape-img2 {
    z-index: 2;
    bottom: -10px;
    left: -102px;
}
.grow-shape-img3 {
    z-index: 2;
    left: 53px;
    top: 34px;
}
.grow-shape-img4 {
    z-index: 2;
    z-index: 1;
    right: 268px;
    top: -14px;
}
.grow-shape-img5 {
    z-index: 2;
    right: 85px;
    top: 138px;
}
.grow-shape-img6{
    z-index: 2;
    right: 85px;
    top: 272px;

}
.grow-shape-img7 {
    z-index: 2;
    left: 138px;
    bottom: 162px;
}
/* GROW SECTION */
/* HSOTING FEATURE SECTION */
.hosting-feature-item{
    border-radius: 20px;
    padding: 40px 38px 36px;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.hosting-feature-box {
    gap: 26px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.hosting-feature-item figure{
    width: 88px;
    height: 88px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 22px;
    align-items: center;
    justify-content: center;
}
.hosting-feature-item figure img,
.goals-box-item figure img,
.static-box-item figure img,
.programing-box-item figure img,
.contact-info-item figure img,
.avaliable-domain-item figure img{ 
    transition: all 0.5s ease-in-out;
}
.hosting-feature-item:hover figure img,
.goals-box-item:hover figure img,
.static-box-item:hover figure img,
.guarantee-content ul li:hover figure img,
.programing-box-item:hover figure img,
.contact-info-item:hover figure img,
.avaliable-domain-item:hover figure img{
    transform: translateY(8px);
}
.pink-color{
    background: var(--pink-color);
}
.blue-color{
    background: var(--blue-color);
}
.yellow-color{
    background: var(--accent);
}
.dark-blue-color{
    background: #0e314a;
}
.hosting-feature-item h3{
    margin-bottom: 10px;
}
/* HSOTING FEATURE SECTION */
/* CLIENT SLIDER SECTION */
.client-slider-con{
    background: var(--light-grey-color);
}
#slider1 .owl-item img{
    width: auto;
}
.client-box{
    border-radius: 20px;
    padding: 40px 47px 40px 35px;
    background: var(--white-color);
}
.admin-img {
    gap: 21px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.admin-img figure img{
    width: 78px;
    height: 78px;
    border-radius: 50%;
}
.admin-content h5{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    color: var(--primary--color);
}
.admin-content span{
    font-size: 14px;
    line-height: 14px;
    color: #7c7c7c;
}
.client-box p{
    line-height: 27px;
    margin-bottom: 22px;
    color: var(--primary--color);
}
.comma-img {
    top: 66px;
    right: 42px;
    position: absolute;
}
#slider1 .owl-nav {
    display: none;
}
#slider1 .owl-dots{
    margin-top: 50px;
}
#slider1 .owl-dots .owl-dot.active span{
    transform: scale(1.2);
    background: var(--blue-color);
}
#slider1 .owl-dots .owl-dot{
    margin: 0 5px;
}
#slider1 .owl-dots .owl-dot:focus{
    outline: none;
}
#slider1 .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: #dfdfdf;
    margin: 0;
}
.client-slider-con:after {
    right: 0;
    top: 124px;
    content: "";
    width: 395px;
    height: 459px;
    position: absolute;
    background: url(../images/red-triangle.png) no-repeat center;
}
.client-shape1 {
    bottom: 8px;
    left: -55px;
}
.client-shape2 {
    bottom: -31px;
    left: -125px;
}
.client-shape3{
    right: -107px;
    bottom: 35px;
}
/* CLIENT SLIDER SECTION */
/* PARTNER SECTION */
.partner-box ul {
    display: grid;
    gap: 30px 18px;
    text-align: center;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.partner-box ul li {
    height: 107px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
/* PARTNER SECTION */
/* HELP SECTION */
.help-box{
    display: flex;
    position: relative;
    border-radius: 20px;
    align-items: center;
    padding: 47px 77px 49px;
    background: var(--blue-color);
    justify-content: space-between;
}
.help-content h2{
    margin-bottom: 6px;
    color: var(--white-color);
}
.help-content p{
    font-size: 20px;
    margin-bottom: 0;
    color: #d0e4f2;
}
.help-link a{
    font-size: 14px;
    font-weight: 600;
    min-width: 171px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 27.5px;
    position: relative;
    overflow: hidden;
    padding: 19px 37px 19px;
    text-transform: uppercase;
}
.help-link .get-started-btn{
    margin-right: 10px;
    color: var(--black-color);
    background: var(--accent);
}
.help-link .learn-more{
    color: var(--white-color);
    border:1px solid var(--white-color);
}
.help-link .learn-more:hover{
    color: var(--black-color);
    background: var(--white-color);
}
/* HELP SECTION */
/* FOOTER SECTION */
.footer-con {
    margin-top: -92px;
    padding-top: 194px;
    padding-bottom: 100px;
    background: #0e314a;
}
.footer-box {
    gap: 92px;
    display: grid;
    justify-content: center;
    grid-template-columns: 22% 22.5% 24.5%;
}
.footer-logo-icon a{
    display: inline-block;
}
.footer-logo-icon {
    margin-bottom: 24px;
}
.footer-logo p{
    font-size: 14px;
    line-height: 25px;
    color: #afcadd;
    margin-bottom: 24px;
}
.social-icon ul{
    gap: 8px;
    display: flex;
}
.social-icon ul li a{
    display: inline-block;
    text-decoration: none;
}
.social-icon ul li a i {
    width: 43px;
    height: 43px;
    text-decoration: none;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-color);
}
.social-icon ul li a i:hover{
    background: var(--pink-color);
}
.site-map h3{
    margin-bottom: 27px;
    color: var(--white-color);
}
.site-map-link ul li{
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 16px;
}
.site-map-link ul li:last-child{
    margin-bottom: 0;
}
.site-map-link ul li a{
    color: #afcadd;
    text-decoration: none;
}
.site-map-link ul li a:hover,
.footer-details ul li a:hover
{
    color: var(--accent);
}
.site-map-link ul li:after{
    top: 0;
    left: 0;
    font-weight: 600;
    content: "\f105";
    position: absolute;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
}
.site-map-link {
    gap: 45px;
    display: grid;
    grid-template-columns: 33% 49%;
}
.footer-details ul li a{
    font-size: 20px;
    line-height: 20px;
    color: #afcadd;
    text-decoration: none;
}
.footer-details ul li{
    margin-bottom: 16px;
}
.footer-details ul li:last-child{
    margin-bottom: 0;
}
.footer-details ul{
    margin-bottom: 29px;
}
.footer-details h5{
    margin-bottom: 20px;
    color: var(--white-color);
}
.footer-input input{
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
    border: none;
    background: var(--white-color);
    width: 100%;
    border-radius: 25.5px;
    padding: 18px 61px 18px 26px;
}
.footer-input input::placeholder{
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
}
.footer-input input:focus{
    outline: 1px solid var(--pink-color);
}
.footer-input button:focus{
    outline: none;
}
.footer-input button{
    right: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    background: transparent;
}
.footer-input button i{
    width: 51px;
    height: 51px;
    display: flex;
    font-size: 22px;
    line-height: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: var(--pink-color);
    transition: all 0.5s ease-in-out;
}
.footer-input button i:hover{
    background: var(--accent);
}
.copyright-con{
    font-size: 12px;
    padding: 22px 0;
    color: #afcadd;
    line-height: 12px;
    background: #0e314a;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
/* FOOTER SECTION */
/* ABOUT PAGE STYLING */
.sub-banner-con {
    padding: 130px 0 120px;
    border-top: 2px solid #eee;
    background: var(--light-grey-color);
}
.breadcrumb-con {
    display: inline-block;
}
.sub-banner-title h1{
    margin-bottom: 24px;
}
.sub-banner-title p{
    font-size: 18px;
    margin-bottom: 20px;
}
.sub-banner-title{
    width: 46%;
    margin: 0 auto;
}
.sub-banner-title p {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 30px;
}
.breadcrumb{
    border-radius: 25px;
    padding: 13px 30px 14px;
    background: var(--white-color);
}
.breadcrumb-con li{
    text-transform: uppercase;
}
.breadcrumb-item.active{
    font-size: 14px;
    color: var(--blue-color);
}
.breadcrumb-item a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: var(--primary--color);
}
.breadcrumb-item a:hover{
    color: var(--accent);
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
    padding-left: 12px;
    color: var(--primary--color);
}
.sub-banner-con:after{
    top: 0;
    right: 0;
    content: "";
    width: 203px;
    height: 478px;
    position: absolute;
    background: url(../images/sub-banner-triangle-img.png) no-repeat center;
}
.sub-banner-con::before{
    left: 0;
    top: 50%;
    content: "";
    width: 106px;
    height: 295px;
    position: absolute;
    transform: translateY(-50%);
    background: url(../images/half-circle-img.png) no-repeat center;
}
.sub-banner-img1{
    top: 121px;
    right: 190px;
}
.sub-banner-img2 {
    top: 186px;
    right: 215px;
}
.sub-banner-img1 img{
    width: 38px;
    height: 38px;
}
.sub-banner-img3 {
    left: 143px;
    bottom: 140px;
}
.sub-banner-img4 {
    left: 103px;
    bottom: 93px;
}
.goals-box-item{
    display: flex;
    padding: 71px 81px;
    border-radius: 30px;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.goals-box-item .generic-btn,
.avaliable-domain-link{
    margin-top: auto;
}
.goals-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.8% 48.8%;
}
.goals-box-item figure{
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.goals-box-item h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 19px;
}
.goals-box-item p:nth-child(3){
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 9px;
    color: var(--primary--color);
}
.goals-box-item p{
    margin-bottom: 30px;
}
.goals-box-item .generic-btn a {
    min-width: auto;
    font-size: 14px;
    padding: 19px 37px 20px 38px;
}
.team-con{
    background: var(--light-grey-color);
}
.team-box {
    z-index: 1;
    gap: 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: 27.1% 27.1% 27.1%;
}
.team-box-item {
    border-radius: 20px;
    padding: 15px 20px 38px;
    background: var(--white-color);
}
.team-box-item figure img{
    width: 100%;
    border-radius: 15px;
}
.team-social ul{
    gap: 12px;
    display: flex;
    justify-content: center;
}
.team-social ul li a{
    text-decoration: none;
}
.team-social ul li a i{
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: var(--blue-color);
    transition: all 0.5s ease-in-out;
}
.team-social ul li a i:hover{
    transform: translateY(-6px);
    background: var(--accent);
}
.team-box-item figure{
    margin-bottom: 28px;
}
.team-box-item h3{
    margin-bottom: 7px;
}
.team-box-item span{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 22px;
}
.team-con:after{
    left: 0;
    top:292px;
    content: "";
    width: 365px;
    height: 454px;
    position: absolute;
    background: url(../images/feature-triangle-img.png) no-repeat center;
}
.team-shape1 {
    left: -120px;
    top: 46px;
}
.static-box-item{
    gap: 24px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 40px 15px 40px 40px;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.staic-box ul {
    gap: 26px;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.static-value {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 13px;
    display: inline-block;
    color: var(--primary--color);
}
.static-content span{
    font-size: 16px;
    line-height: 16px;
    color: #7c7c7c;
}
/* ABOUT PAGE STYLING */
/* SHARED PAGE STYLING */
.shared-feature-con{
    background: var(--light-grey-color);
}
.shared-price-con .price-box{
    gap: 27px;
    grid-template-columns: 23.44% 23.44% 23.44% 23.44%;
}
.shared-price-con .price-box-item h3{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    color: var(--pink-color);
}
.shared-price-con .price-value span {
    top: 6px;
    font-size: 30px;
    line-height: 30px;
}
.shared-price-con .price-value {
    font-size: 64px;
    line-height: 64px;
    padding-left: 25px;
    margin-bottom: 32px;
}
.shared-price-con .month-price {
    font-size: 30px;
    margin-left: 7px;
    line-height: 30px;
}
.shared-price-con .month-price small {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.shared-price-con .price-box-item ul li {
    font-size: 14px;
    line-height: 14px;
    padding-left: 27px;
    margin-bottom: 20px;
}
.shared-price-con .price-box-item {
    padding: 44px 32px 50px 34px;
}
.shared-price-con .price-box .price-box-item ul li:after {
    color: var(--pink-color);
}
.shared-price-con .price-box-item ul li:last-child{
    margin-bottom: 0;
}
.shared-price-con .price-box .price-box-item .price-btn a {
    width: 100%;
    font-weight: 600;
    padding: 12px 46px 13px;
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--pink-color);
}
.guarantee-box {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 40% 57.6%;    
}
.guarantee-content h2{
    margin-bottom: 36px;
}
.guarantee-content ul li {
    position: relative;
    margin-bottom: 47px;
    padding-left: 117px;
}
.guarantee-content ul li figure{
    left: 0;
    width: 90px;
    height: 90px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.guarantee-list-content h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 14px;
    color: var(--primary--color);
}
.guarantee-list-content p{
    font-size: 16px;
    color: #7c7c7c;
    line-height: 25px;
}
.guarantee-list-content{
    padding-top: 5px;
}
.guarantee-content ul li:last-child{
    margin-bottom: 0;
}
.guarantee-img figure img{
    z-index: 1;
    position: relative;
    border-radius: 30px;
}
.guarantee-img figure{
    position: relative;
    display: inline-block;
}
.guarantee-img figure:after{
    top: 50%;
    content: "";
    right: -87px;
    width: 266px;
    height: 266px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: var(--blue-color);
}
.guarantee-img{
    text-align: center;
}
.programing-con{
    background: var(--light-grey-color);
}
.programing-box-item figure img{
    border-radius: 50%;
}
.programing-box-item figure{
    width: 149px;
    height: 149px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}
.guarantee-content ul li figure img{
    transition: all 0.5s ease-in-out;
}
.programing-box ul {
    gap: 40px;
    display: grid;
    justify-content: center;
    grid-template-columns: 11.67% 11.67% 11.67% 11.67% 11.67% 11.67%;
}
/* SHARED PAGE STYLING */
/*  DEDICATED PAGE STYLING */
.dedicated-hosting-feature{
    background: var(--light-grey-color);
}
.dedicated-server-box > ul .dedicated-server-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dedicated-server-item{
    width: 83%;
    margin: 0 auto 30px;
    border-radius: 20px;
    padding: 37px 42px;
    background: var(--white-color);
    justify-content: space-between;
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.dedicated-server-data h3{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 22px;
    padding-right: 39px;
    margin-right: 44px;
    color: var(--primary--color);
    border-right: 1px solid #e8e8e8;
}
.dedicated-server-data h3 span{
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding-top: 12px;
}
.dedicated-server-data ul {
    width: 36.5%;
    display: flex;
    gap: 21px 37px;
    flex-wrap: wrap;
    margin-right: 58px;
    flex-direction: row;
    justify-content: space-between;
}
.dedicated-server-data ul li {
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    padding-left: 26px;
    position: relative;
    color: var(--primary--color);
}
.dedicated-server-data ul li:after{
    top: 0;
    left: 0;
    font-weight: 600;
    content: "\f00c";
    position: absolute;
    color: var(--pink-color);
    font-family: "Font Awesome 5 free";
}
.dedicated-server-data .price-value{
    margin-bottom: 0;
}
.dedicated-server-data .price-value span {
    top: 6px;
    font-size: 30px;
    line-height: 30px;
}
.dedicated-server-data .price-value {
    font-size: 64px;
    line-height: 64px;
    padding-left: 25px;
    margin-right: 52px;
}
.dedicated-server-data .month-price {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.dedicated-server-data .month-price small {
    font-size: 16px;
    line-height: 16px;
    color: #717781;
    padding-top: 5px;
}
.dedicated-server-data .generic-btn a {
    min-width: auto;
    font-size: 14px;
    line-height: 14px;
    padding: 18px 46px;
}
.dedicated-server-box ul li:last-child{
    margin-bottom: 0;
}
.dedicated-server-data ul li:nth-child(2){
    width: 140px;
}
/*  DEDICATED PAGE STYLING */
/* CONTACT PAGE STYLING */
.contact-info-item figure{
    width: 105px;
    height: 105px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
}
.contact-info-item ul li a:hover{
    color: var(--black-color);
}
.contact-info-item{
    display: flex;
    padding: 45px 42px;
    border-radius: 20px;
    flex-direction: column;
    background: var(--white-color);
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.contact-info-box {
    gap: 25px;
    display: grid;
    justify-content: center;
    grid-template-columns: 27.1% 27.1% 27.1%;
}
.contact-info-item h3{
    margin-bottom: 10px;
}
.contact-info-item ul{
    margin-bottom: 16px;
}
.contact-info-item li a{
    font-size: 16px;
    line-height: 16px;
    color: #7c7c7c;
    display: inline-block;
    text-decoration: none;
}
.blue-link a,
.blue-link i{
    color: var(--blue-color);
}
.contact-info-link a,
.avaliable-domain-link a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.contact-info-link{
    margin-top: auto;
}
.contact-info-link a i,
.avaliable-domain-link a i{
    top: 1px;
    position: relative;
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}
.pink-link a,
.pink-link a i{
    color: var(--pink-color);
}
.yellow-link a,
.yellow-link a i{
    color: var(--accent);
}
.contact-form-con{
    position: relative;
    background: var(--light-grey-color);
}
.form-con {
    z-index: 1;
    width: 70.4%;
    margin: 0 auto;
    position: relative;
}
.form-con ul {
    display: grid;
    gap: 30px 20px;
    margin-bottom: 50px;
    grid-template-columns: 48.9% 48.9%;
}
.form-con ul li input, .form-con ul li textarea {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 17px 30px 18px;
    background: var(--white-color);
}
.form-con ul li:last-child{
    grid-column: 1/-1;
}
.form-con ul li textarea{
    resize: none;
    height: 140px;
}
.form-con ul li input::placeholder,
.form-con ul li textarea::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.submit-btn button:focus{
    outline: none;
}
.submit-btn button{
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    line-height: 14px;    
    position: relative;
    border-radius: 27.5px;
    text-transform: uppercase;
    color: var(--white-color);
    padding: 20px 47px 21px 48px;
    background: var(--blue-color);
}
.form-con ul li input:focus,
.form-con ul li textarea:focus{
    outline: 1px solid var(--blue-color);
}
.contact-form-con:after{
    left: 0;
    top: 192px;
    content: "";
    width: 365px;
    height: 454px;
    position: absolute;
    background: url(../images/feature-triangle-img.png) no-repeat center;
}
.contact-form-shape1 {
    top: 240px;
    left: 170px;    
}
.map-con iframe{
    width: 100%;
    border: none;
    height: 544px;
    filter: grayscale(1);
}
.contact-help-con{
    margin-top: -100px;
}
.error {
    color: red;
}
input.error,
.form-con ul li input.error{
    outline: 1px solid red;
}
/* CONTACT PAGE STYLING */
/* DOMAIN PAGE STYLING */
.domian-page-box{
    background: var(--white-color);
}
.avaliable-domain-con{
    background: var(--light-grey-color);
}
.avaliable-domain-box {
    gap: 25px;
    display: grid;
    justify-content: center;
    grid-template-columns: 27.1% 27.1% 27.1%;
}
.avaliable-domain-item{
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    padding:44px 60px 45px;
    background: var(--white-color);
}
.avaliable-domain-item figure{
    width: 105px;
    height: 105px;
    display: flex;
    margin: 0 auto 29px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.avaliable-domain-item > span {
    margin-bottom: 20px;
}
.avaliable-domain-item .price-value {
    font-size: 52px;
    line-height: 52px;
    padding-left: 0;
    display: inline-flex;
    margin: 0 auto 17px;
}
.avaliable-domain-item .month-price {
    font-size: 26px;
    line-height: 26px;
    margin-left: 2px;
}
.avaliable-domain-item .price-value span {
    top: 6px;
    left: -20px;
}
.domian-page-box .domain-input input {
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.domain-table{
    width: 85.1%;
    margin: 0 auto;
}
.domain-table thead tr{
    background: var(--pink-color);
}
.domain-table thead tr th {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 24px 36px;
    text-align: center;
    color: var(--white-color);
}
.domain-table thead tr th:first-child{
    border-top-left-radius: 20px;
}
.domain-table thead tr th:last-child{
    border-top-right-radius: 20px;
}
.domain-table tbody tr:nth-child(odd){
    background: #f9f9f9;
}
.domain-table tbody tr td{
    font-size: 16px;
    line-height: 16px;
    padding: 22px 41px;
    text-align: center;
}
.domain-table tbody{
    box-shadow: 1px 1px 61px 2px rgb(0 0 0 / 3%);
}
.domain-table tbody tr td:first-child{
    font-weight: 600;
    color: var(--primary--color);
}
/* DOMAIN PAGE STYLING */
/* VPS PAGE STYLING */
.slider-outer {
    width: 100%;
    float: left;
    padding: 57px 34px 38px;
    border-radius: 20px 20px 0 0;
    background: var(--blue-color);
}
#icon-1 {
    margin-left: 145px;
}
#icon-2{
    margin-left: 150px;
}
#icon-3 {
    margin-left: 156px;
}
#icon-4{
    margin-left: 152px;
}
#button {
    display: inline-block;
    background-color: var(--pink-color);
    width: 82px;
    height: 82px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgba(251, 102, 107, .99)
    }
    to {
    box-shadow: 0 0 0 45px rgba(251, 102, 107, .01)
    }
    }    
    
    @keyframes spineer {
    from {
    box-shadow: 0 0 0 0 rgba(251, 102, 107, .99)
    }
    to {
    box-shadow: 0 0 0 45px rgba(251, 102, 107, .01)
    }
    }

  #button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

  #button:hover {
    cursor: pointer;
  }
/* VPS PAGE STYLING */
/* LOADER SECTION */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color:var(--primary--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.lead{
  font-size:13px;
}
.loader div {
    background-color:var(--pink-color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.help-link {
    display: flex;
}
.not-found-title h2 {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.not-found-title span {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    color: var(--primary--color);
}
.not-found-title p {
    margin-bottom: 40px;
}
/* LOADER SECTION */