
.dflt-content span {
    font-size: 16px;
    color: var(--dark-color);
}
.dflt-content span i {
    font-size: 18px;
    color: var(--orange-color);
}
.dflt-content h2 {
    font-family: "Geist Mono", monospace;
    font-size: 42px;
    margin-top: 16px;
    color: var(--dark-color);
}
.dflt-content h2 span {
    font-size: 42px;
    font-weight: 700;
    color: var(--orange-color);
}
.dflt-content h3 {
    font-family: "Geist Mono", monospace;
    font-size: 28px;
    color: var(--white-color);
}
.dflt-content h3 span {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
}

/* Hero section */
.hero-bg {
    background-image: linear-gradient(var(--semi-dark-color), var(--semi-dark-color)), url("../images/hero-bg.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero {
    margin-top: -95px;
    min-height: 100svh;
    padding: 350px 0 200px;
}
.hero-main h2 {
    font-size: 70px;
    font-family: "Geist Mono", monospace;
    color: var(--white-color);
}
.hero-main p {
    font-size: 20px;
    color: var(--white-color);
}
.start-btn {
    margin-bottom: 70px;
}
.start-btn a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    color: var(--dark-color);
    background-color: var(--white-color);
}
.start-btn a:hover {
    color: var(--white-color);
    background-color: var(--orange-color);
}
.scroll-txt img {
    width: 60px;
    filter: invert(1);
}
.hero-main-box {
    background-color: var(--low-white-color);
    border: 1px solid var(--low-dark-color);
    border-radius: 0;
    padding: 24px;
    max-width: 280px;
    width: 100%;
}
.hero-main-box span.bbx {
    background-color: var(--dark-color);
    color: var(--medium-white-color);
    border-radius: 0;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 24px;
}
.hero-main-box h3 {
    color: var(--white-color);
    margin-bottom: 16px;
    font-size: 22px;
}
.hero-main-box p {
    color: var(--medium-white-color);
    margin-bottom: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hero-main-box p i {
    color: var(--white-color);
    font-size: 6px;
}
.hero-main-box h3 span {
    color: var(--medium-white-color);
    font-weight: 700;
    font-size: 22px;
}
.btn-txt a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}
.btn-txt a:hover {
    color: var(--orange-color);
}


/* features section  */

.feature {
    padding: 50px 0;
}
.feature-hdd h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
.feature-hdd p{
    font-size: 16px;
}

.feature-no h3 {
    font-size: 24px;
    color: var(--orange-color);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--medium-dark-color);
}
.feature-box h4 {
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--dark-color);
}


/* about section  */


.about {
    background-color: var(--dark-color);
    padding: 80px 0;
}

.about-content span,
.about-content h2 {
    color: var(--white-color);
}

.bdrt-t {
    border-top: 1px solid var(--light-white-color);
}
.about-anh h3 {
    font-size: 26px;
    margin-bottom: 24px;
    color: var(--medium-white-color);
}
.about-anh h3 span {
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
}

.about-content p {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
.about-content h4  {
    font-size: 21px;
    margin-bottom: 24px;
    color: var(--white-color);
}

.abt-img img {
    max-width: 400px;
    width: 100%;
}

/* services section  */

.web-used {
    padding: 0 0 24px;
}
.web-box {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--light-dark-color);
}
.web-box img {
    width: 100%;
}

.card-info span {
    display: block;
    margin: 24px 0;
}
.card-info span i {
    color: var(--orange-color);
}
.card-info h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-bottom: 24px;
}
.card-info h3 img {
    width: 70px;
    margin-right: 20px;
}
.card-description p {
    font-size: 16px;
    line-height: 1.5;
}

/* my-service section  */

.service{
    padding: 80px 0;
}
.serv-btn a {
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--dark-color);
    transition: all 0.3s ease-in-out;
}
.serv-btn a:hover {
    background-color: var(--orange-color);
}
.service-box {
    padding: 24px;
    margin-bottom: 30px;
    border: 1px solid var(--light-dark-color);
}
.bdr-t{
    border-top: 1px solid var(--light-dark-color);
}
.sv-cont-img img {
    max-width: 370px;
    width: 100%;
}
.nom h3 {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.txts h3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
}
.spd-circle span {
    border: 1px solid var(--light-dark-color);
    display: inline-block;
    padding: 5px 12px;
    font-family: 18px;
    border-radius: 0;
    margin-right: 6px;
}
.sv-cont ul {
    margin: 0;
    padding: 0;
}
.sv-cont ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
}
.sv-cont ul li i {
    color: var(--orange-color);
    font-size: 18px;
}
.sv-cont p {
    font-size: 16px;
    margin-bottom: 16px;
}


/* pricing page */

.pricing{
    padding-top: 80px;
    padding-bottom: 100px;
}

.p-card{
    padding: 40px 40px 24px;
    height: 100%;
    transition: all 0.3s linear;
    border: 1px solid var(--light-dark-color);
}
.bg-or {
    background-color: var(--orange-color);
}
.ico-area i {
    color: var(--white-color);
    background-color: var(--orange-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
}
.bg-or .ico-area i {
    color: var(--orange-color);
    background-color: var(--white-color);
}
.ico-area span {
    color: var(--dark-color);
    margin-top: 16px;
    border-radius: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
}
.bg-or .ico-area span {
    color: var(--white-color);
}

.price-card p,
.price-area h3,
.price-f p,
.price-f i{
    color: var(--dark-color);
}
.bg-or .price-card p,
.bg-or .price-area h3,
.bg-or .price-f p,
.bg-or .price-f i{
    color: var(--white-color);
}

.price-card p{
    font-size: 14px;
    font-weight: 600;
    color: var(--medium-dark-color);
}
.bg-or .price-card p{
    color: var(--medium-white-color);
}
.price-area h2 {
    font-size: 60px;
    line-height: 0.3;
    color: var(--dark-color);
    margin: 32px 0;
}
.bg-or .price-area h2 {
    color: var(--white-color);
}
.price-area h2 span{
    font-size: 14px;
    color: var(--medium-dark-color);
}
.bg-or .price-area h2 span{
    color: var(--medium-white-color);
}
.price-area p{
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: 400;
    color: var(--medium-dark-color);
}
.bg-or .price-area p{
    color: var(--medium-white-color);
}
.price-area p b {
    color: var(--dark-color);
}
.bg-or .price-area p b {
    color: var(--white-color);
}
.price-f p{
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.price-f i {
    margin-right: 5px;
    color: var(--orange-color);
}
.bg-or .price-f i {
    color: var(--white-color);
}
.buy-btn a {
    background-color: var(--dark-color);
    padding: 12px 45px;
    border-radius: 0;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.bg-or .buy-btn a {
    background-color: var(--white-color);
    color: var(--dark-color);
}
.buy-btn a:hover {
    background: var(--orange-color);
    color: var(--white-color);
}
.bg-or .buy-btn a:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

/* default page  */

.all-sec {
    padding: 170px 0 60px;
    margin-top: -95px;
    background-image: url("../images/all-bg.webp");
    background-position: top center;
    background-color: var(--dark-color);
}

.dflt-hdd h1 {
    font-size: 45px;
    color: var(--white-color);
    margin-top: 16px;
    margin-bottom: 30px;
    font-family: "Geist Mono", monospace;
}
.dflt-hdd span {
    display: block;
    font-size: 16px;
    color: var(--white-color);
}
.dflt-hdd span i {
    color: var(--orange-color);
}
.dflt-cont p {
    line-height: 1.8;
    color: var(--white-color);
}


/* Contact page */

.contact-box {
    padding: 16px;
    border: 1px solid var(--light-white-color);
}

.contact-box h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--white-color);
}
.contact-box p {
    margin: 0;
}
.contact-box p a {
    text-decoration: none;
    font-size: 17px;
    color: var(--white-color);
    position: relative;
    display: inline-block;
}

.contact-address .adds{
    color: var(--white-color);
    font-size: 16px !important;
}

/* contact-form section  */

.contact-form {
    padding: 40px 0 80px;
}
.my-form {
    padding: 24px;
    height: 100%;
}

.common {
    margin-bottom: 16px;
}
.common input, .message textarea {
    width: 100%;
    border: 1px solid var(--medium-dark-color);
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 0;
    outline: none;
    color: var(--dark-color);
}
.submit-btn input {
    font-size: 16px;
    border: none;
    outline: none;
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 12px 40px;
    transition: all 0.3s linear;
    font-weight: 600;
    border-radius: 0;
    font-family: "Geist Mono", monospace;
}
.submit-btn input:hover {
    background-color: var(--orange-color);
    color: var(--white-color);
}
.con-b-box {
    border: 1px solid var(--medium-dark-color);
}
.org-box {
    background-color: var(--orange-color);
    padding: 24px;
}


/* about page  */

.about-main {
    padding: 80px 0 24px;
}
.about-img img {
    width: 100%;
    border-radius: 0;
}

.about-hdd h2 {
    color: var(--dark-color);
    font-size: 40px;
    margin-bottom: 40px;
    font-family: "Geist Mono", monospace;
}
.about-hdd a {
    background-color: var(--dark-color);
    padding: 14px 40px;
    border-radius: 0;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.about-hdd a:hover {
    background: var(--orange-color);
    color: var(--white-color);
}

.about-cont p {
    font-size: 16px;
    color: var(--dark-color);
}
.abt-miss h3 {
    font-size: 21px;
    margin-bottom: 16px;
}
.abt-miss p {
    font-size: 15px;
}

.about-content-1 {
    height: 100%;
}
.about-content-1 p {
    width: 100%;
    margin-bottom: 0;
}

/* about web section  */

.about-web {
    padding: 80px 0 24px;
    background-color: var(--dark-color);
}

.web-no h4 {
    font-size: 24px;
    color: var(--orange-color);
    padding-bottom: 24px;
    border-bottom: 1px solid var(--medium-white-color);
}
.web-info h3 {
    font-size: 20px;
    margin-bottom: 24px;
    color: var(--white-color);
}
.web-info p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
}

.about-mss {
    padding: 80px 0;
}
.mss-brd {
    border: 1px solid var(--medium-dark-color);
    padding: 24px;
    margin-bottom: 30px;
}
.mss-content h3 {
    color: var(--dark-color);
    font-size: 24px;
    margin-bottom: 24px;
}
.mss-content span {
    display: block;
    margin-bottom: 16px;
}
.mss-content span i {
    color: var(--orange-color);
    font-size: 16px;
}
.mss-content ul {
    margin: 0;
    padding: 0;
}
.mss-content ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.mss-content ul li i {
    color: var(--orange-color);
    font-size: 18px;
}



/* Responsive */

@media all and (max-width: 1399px){
    /* hero  */
    .hero-main h2 {
        font-size: 60px;
    }
    .hero-main p {
        font-size: 18px;
    }
    /* service section  */
    .about-content-1 {
        padding: 24px;
    }
}
@media all and (max-width: 1199px){
    /* hero */
    .hero-main h2 {
        font-size: 50px;
    }
    .hero-main p {
        font-size: 16px;
    }
    /* service section  */
    .card-info h3 img {
        width: 64px;
    }
}

@media all and (max-width: 991px){
    .dflt-content h2 {
        font-size: 36px;
    }
    /* hero */
    .hero {
        padding: 160px 0 100px;
    }
    .start-btn {
        margin-bottom: 40px;
    }

    /* about */
    .about-content p {
        font-size: 16px;
    }
    .about-anh h3, .about-anh h3 span {
        font-size: 24px;
    }

    /* pricing  */

    .price-area p {
        margin-bottom: 30px;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--medium-dark-color);
    }
    .bg-or .price-area p {
        border-bottom: 1px solid var(--medium-white-color);
    }
    .service {
        padding: 80px 0 20px;
    }
    .feature {
        padding: 50px 0;
    }
    .abt-img {
        margin-bottom: 50px;
    }
    .abt-img-1 {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .web-used {
        padding: 50px 0;
    }
    .tph p {
        width: 100%;
    }
}

@media all and (max-width: 767px){
    .dflt-content h2 {
        font-size: 30px;
    }
    .dflt-hdd h1 {
        font-size: 36px;
    }
    /* hero */
    .l-img h2 {
        font-size: 44px;
    }
    .cta-content h2 {
        font-size: 30px;
    }
    /* about section  */
    .about-hdd h2 {
        font-size: 32px;
    }

}
@media all and (max-width: 575px){
    .hero-main h2 {
        font-size: 40px;
    }
    .cta-area {
        padding: 50px 24px;
    }
    /* about section  */
    .about-anh h3, .about-anh h3 span {
        font-size: 21px;
    }
    /* Contact section */
    .contact-box h2 {
        font-size: 20px;
    }

}
@media all and (max-width: 480px){
    /* hero */
    .hero-main h2 {
        font-size: 32px;
    }
    /* about section  */

    /* refund section */
    .service-h h3 {
        font-size: 25px;
    }
    /* Our services  */

    /* pricing area */
    .pricing {
        padding-bottom: 80px;
    }
    .p-card {
        padding: 40px 20px 20px;
    }
    .price-area h2 {
        font-size: 42px;
    }
    .tph h3 {
        font-size: 28px;
    }
    .tph h2 {
        font-size: 30px;
    }
     /* Contact section */
}

.abtb-img img {
    width: 100%;
}
