@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* -------------Theme settings start------------------------------ */
:root {
    --primary-color: #368FE0;
    --secondary-color: #DE0C77;
    --bs-purple: #6f42c1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --heding-color: #333333;
    --paragraph-color: #767676;
    --heading-size: 40px;
    --para-size: 16px;
    --text-white: #fff;
    --heading-size2: 40px;

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;


}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    transition: all 0.2s ease;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: var(--heading-size);
    font-weight: var(--font-weight-light);
}

p {
    font-size: var(--para-size);
    font-weight: var(--paragraph-color);
    color: var(--paragraph-color);
}

a {
    color: #3333;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 400;
    opacity: 1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #368FE0 !important;
}

a:active {
    color: #368FE0 !important;
}

section {
    margin-top: 150px;
}

.btn-common {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 10px 80px;
    border: none;
    transition: all 0.3s ease;

}

.btn-common a {
    color: var(--text-white) !important;
    font-size: 16px;

}

.btn-common:hover {
    border-radius: 5px;
    padding: 10px 80px;
    border: none;
    transform: scale(1.01);
    background-color: #0165fa;
    color: #fff;

}


/* -------------Theme settings end------------------------------ */

/* ---------------- sectio Pricing section-------------------------------- */
.hostingplan h1 {
    text-align: center;
}

.hostingplan h1 span {
    font-weight: var(--font-weight-medium);
}

.hostingplan p {
    text-align: center;
    margin-top: 30px;
}

.standard_hosting_plans {
    background: #FFFFFF;
    border: 1.5px solid #368FE0;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 50px 0;
    margin-top: 75px;

}

.standard_hosting_plans .row {
    padding: 0 !important;

}

.standard_hosting_plan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid var(--primary-color);
}

.stanadard-border {
    border: none !important;
}


.moder_sol {
    text-align: center;
    font-size: 40px;
}

.moder_sol span {
    font-weight: var(--font-weight-medium);
}

.p_prices {
    max-width: 500px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 75px;
}

.standard_hostin_landing_plan {
    background: #FFFFFF;
    border: 1.5px solid var(--primary-color);
    border-radius: 15px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.123));
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.standard_hosting_plan_box h3 {
    font-size: 18px;
    line-height: 38px;
    font-weight: var(--font-weight-normal);
    color: #454545;
    font-weight: 500;
}

.standard_landing_discount {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.standard_landing_discount h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: var(--paragraph-color);
}

.standard_landing_discount .save {
    padding: 5px 15px;
    background-color: var(--primary-color);
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.standard-features-list {
    margin-top: 15px;
    color: var(--heding-color);
    margin-left: 15px;
}

.standard-features-list li {
    margin-bottom: 12px;
}

.standard-features-list li img {
    margin-right: 10px;
}






.save2 {
    background-color: var(--secondary-color) !important;
}

.standard_span-price-landing {
    font-size: 42px;
    color: #000000;
    margin-top: 10px;
}

.standard_span-price-landing span {
    font-size: 20px;
    color: #000000;
}

.benifts_stanadard {
    font-size: 12px;
    width: 200px;
    margin-top: 10px !important;
}

.view_more {
    padding: 8px 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 189.5%;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    background-color: #ffff;
    transition: all 0.3s ease-in;
    margin-top: 25px;
}

.view_more:hover {
    color: #ffffff;
    background-color: var(--primary-color);
}

/* ---------------------------------------------Section webhosting_features Start ------------------------------- */
.webhosting_features h1 {
    text-align: center;
}

.webhosting_features p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.webhosting_list_items h4 {
    font-size: 24px;
    color: var(--heding-color);
    margin-top: 20px;
    font-weight: var(--font-weight-normal);
}

.webhosting_list_items p {
    margin-top: 7px;
    margin-bottom: 50px;
    text-align: left;
    max-width: 329px;
}

/* ----------------------section connect teams------------------------------------------------------- */

.connect-teams h1 {
    max-width: 550px;
}

.connect-teams h1 span {
    font-weight: var(--font-weight-medium);
}

.connect-teams p {
    max-width: 513px;
    margin: 25px 0;
}

.connect-support img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.chat-illustration {
    width: 100%;
}



/* ---------------------faq--------------------------------------------- */
.faqh {
    text-align: center;
    margin-bottom: 40px;
}

#faq-heading {
    font-weight: 400;
    font-size: 19px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333 !important;
    margin-top: 15px !important;
}

.faq-text {
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-bottom: 2rem !important;
}

.faq {
    width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    /* border: 1px solid #E1E1E1; */
    margin-top: 150px;
}

.faq img {
    width: 22px;
    margin-right: 8px;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;
    background-color: #ecf6ff;
    border-bottom: 1px solid var(--primary-color);
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 4%);
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}
.standard-features-list li {
    margin-bottom: 12px;
    /* margin-bottom: 1px; */
    border-bottom: 1px dotted #c5c5c5;
    /* padding: 7px 0; */
    padding-bottom: 5px;
}
.standard-features-list li:last-child {
    border: none;
}
.connect-support a{
    color: #333;
}
@media (max-width: 1200px) {

    .faq {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .standard-features-list {
        font-size: 14px !important;
    }

    .hostingplan {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .faq {
        width: 100%;
        margin-top: 75px;
    }

    section {
        margin-top: 75px !important;
    }

    .standard_hosting_plan_box {
        border: none;
    }

    .view_more {
        margin-top: 10px;
        margin-bottom: 52px;
    }

    .faqh {
        margin-bottom: 50px;
    }

    .standard_hosting_plans {
        background: #FFFFFF;
        border: 1.5px solid #368FE0;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 15px 15px;
        margin-top: 75px;
        border: none;
        margin-top: 30px;
    }

    .standard_hosting_plan_box {
        border: 0.5px solid #368fe0;
        padding: 25px 0;
        margin: 10px;
        border-radius: 4px;
    }

    .stanadard-border {
        border: 0.5px solid #368fe0 !important;
    }

    .standard_hosting_plan_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid var(--primary-color);
    }

    .hostingplan p {
        text-align: center;
        margin-top: 10px;
    }

    .webhosting_features p {
        /* text-align: center; */
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .chat-illustration {
        width: 70%;
        margin-top: 30px;
    }

}


@media (max-width: 768px) {
    .faqh {
        margin-bottom: 30px;
    }

    .faq {
        width: 100%;
        margin-top: 50px;
    }

    section {
        margin-top: 50px !important;
    }

    p.faq-heading.text-dark {
        font-size: 14px !important;
    }

    .chat-illustration {
        width: 70%;
        margin-top: 20px;
    }

    h1 {
        font-size: 40px !important;
    }

    .hostingplan h1 {
        text-align: center;
        margin-top: px;
        margin-top: 120px;
    }
    .webhosting_features p {
        /* text-align: center; */
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .footer_duke {
        margin-top: 50px;
    }
   


}

@media (max-width: 568px) {
    .standard_span-price-landing {
        font-size: 40px;
    }

    h1 {
        font-size: 30px !important;
    }

    section {
        margin-top: 40px;
    }

    .webhosting_list_items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .faq img {
        display: none;

    }

    .faq label {
        padding-top: 8px;
    }

    p.faq-heading.text-dark {
        max-width: 250px;
        font-weight: 500 !important;
    }

    .faq-text {
        margin-top: 23px;
    }

    .standard_hosting_plans {
        padding: 0px 0;
        padding-top: 30px;
        margin-top: 30px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .view_more {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .webhosting_features p {
        margin-top: 8px !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer_duke {
        margin-top: 40px;
    }

    .hostingplan {
        margin-top: 120px;
    }

    .hostingplan p {
        text-align: center;
        margin-top: 10px;
    }

    .webhosting_list_items h4 {
        font-size: 22px;
    }

    .standard_landing_discount {
        margin: 10px 0;
    }

    .connect-teams h1 {
        text-align: center;
    }

    .connect-teams p {
        margin-top: 15px;
    }

    .faq-text {
        font-weight: 400;
        color: #919191;
        width: 95%;
        padding-left: 20px;
        margin-bottom: 30px;
        margin-bottom: 2rem !important;
        font-size: 14px;
        padding-top: 5px;
    }

    .standard_hosting_plan_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .webhosting_features h1 {
        text-align: center;
    }
    .hostingplan h1 span {
        line-height: 36px;
    }
    .connect-teams h1 {
        text-align: left;
        line-height: 36px;
    }
    .connect-teams h1 span {
        line-height: 36px;
    }
    .t_monial {
        font-size: 40px;
        text-align: center;
        line-height: 26px;
    }
    .standard_hosting_plans {
        padding: 10px 0;
    }
   

}