:root {
    /* Colors */
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --blue-color-1: #3477db;
    --blue-color-2: #2f40ad;
    --darkblue-color: #024281;
    --lightgray-color: #ecf0f1;
    --verylightgray-color: #f9f9f9;
    --domaincard-background: #e2d8ff;
    --webhostincard-background: #e2d8ff;
    --whychoosesection-background: #d8d6f5;
    --getstarted-background: #be96df;
    --contactus-background: #9d96df;

    /* Typography */
    --font-family: Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    --box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.4);
}

@font-face {
    font-family: "Poppins_Medium";
    src: url(../fonts/Poppins/Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Poppins_SemiBold";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "Poppins_Regular";
    src: url(../fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway/static/Raleway-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway_Medium";
    src: url(../fonts/Raleway/static/Raleway-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "WixMadeforDisplay";
    src: url(../fonts/Wix_Madefor_Display/static/WixMadeforDisplay-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "WixMadeforDisplay_Medium";
    src: url(../fonts/Wix_Madefor_Display/static/WixMadeforDisplay-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "WixMadeforDisplay_semibold";
    src: url(../fonts/Wix_Madefor_Display/static/WixMadeforDisplay-SemiBold.ttf) format('truetype');
}


.poppins {
    font-family: "Poppins_Regular";
}

.poppins_medium {
    font-family: "Poppins_Medium";
}

.poppins_semibold {
    font-family: "Poppins_SemiBold";
}

.raleway {
    font-family: "Raleway";
}

.raleway_medium {
    font-family: "Raleway_Medium";
}

.wix {
    font-family: "WixMadeforDisplay";
}

.wix_medium {
    font-family: "WixMadeforDisplay_Medium";
}

/* common styles */
.card {
    position: relative;
}

.card-body h4,
h3 {
    font-family: "wixmadefordisplay_semibold";
}

.card-body h5 {
    font-family: "wixmadefordisplay_medium";

}

.card-body p {
    font-family: "wixmadefordisplay";
}

a.learn-more {
    color: var(--blue-color-2);
    font-family: "wixmadefordisplay_semibold";
    font-size: large;
}

.learn-more .right-arrow {
    transition: all 0.2s ease-in-out;
}

a.learn-more:hover .right-arrow {
    margin-left: 10px;
}

/* common styles ends*/


/* hero section*/
.hero-section {
    background-color: var(--blue-color-2);
    color: #ffffff;
}

.hero-section h5:nth-of-type(1) {
    letter-spacing: 1px;
}

.hero-section h1 {
    font-size: 64px;
}

.hero-section h5:nth-of-type(2) {
    word-spacing: 1px;
}

.hero-section button {
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    background-color: var(--light-color);
    padding: 20px 40px;
    border: none;
}

.hero-image {
    width: 100%;
    max-width: 500px;
    border-radius: 100px;
}

/* plans section */
.plans-section .card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.plans-section .card {

    transition: transform 0.3s ease-in-out;
}

.plans-section .Standard {
    border: 2px solid #2f40ad;
    position: relative;
}

.Standard .badge {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--blue-color-2);
    border-radius: 2px;
}

.badge p {
    font-family: "wixmadefordisplay";
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin: 0px;
    margin: 5px 5px 10px 5px;
}

.plans-section .card-header {
    padding-top: 24px;
    text-align: center;
}

.plans-section .card-title {
    font-weight: 700;
    font-family: "WixMadeforDisplay";
}

.plans-section .card-header .card-text {
    margin: 5px 0px;
    font-size: large;
    font-family: "Poppins_Medium";
}

.plans-section .card-header p:nth-of-type(1) {
    color: var(--blue-color-2);
}

.plans-section .card-header .button {
    padding: 10px 20px;
    font-family: "Poppins_Regular";
    margin: 15px auto;
}

.plans-section ul li {
    font-family: "Raleway_Medium";
    padding: 5px 0px;
}

/* whyChooseUs section */
.whysChooseUs .card {
    border: none;
    background-color: transparent;
}

.whysChooseUs {
    background-color: #dfdbe7;
}


/* morethenhosting */
.morethenhosting img {
    max-width: 90%;
}

.morethenhosting .card {
    border: none;
}

/* testimonials section */
.testimonial-section .swiper {
    width: 100%;
    height: 100%;
}

.testimonial-section .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.testimonial-section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 999;
}

.testimonial-section .card {
    padding: 24px 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    max-width: 48rem;
}

.testimonial-section .image-container {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.testimonial-section .image-container::before {
    content: "";
    width: 8.1rem;
    height: 8.1rem;
    border-radius: 50%;
    transform: translate(3%, -2%);
    position: absolute;
    background-color: var(--blue-color-2);
    filter: blur(1px);
}

.testimonial-section .image-container::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2.5rem' height='2.5rem' viewBox='0 0 16 16'%3E%3Cpath fill='%232f40ad' d='M1.75 1h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 13H8.061l-2.574 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25v-8.5C0 1.784.784 1 1.75 1M1.5 2.75v8.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.75.75 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25m5.28 1.72a.75.75 0 0 1 0 1.06L5.31 7l1.47 1.47a.75.75 0 0 1-.018 1.042a.75.75 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0m2.44 0a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.042-.018a.75.75 0 0 1-.018-1.042L10.69 7L9.22 5.53a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    position: absolute;
    z-index: 999;
    transform: translate(-100%, -60%) rotate(-10deg);
    padding-top: 8px;
    background-color: rgba(237, 232, 241, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}