.dflt-content h1 {
    font-size: 62px;
}
.dflt-content h2 {
    font-size: 48px;
}
.dflt-content h2 span {
    font-size: 48px;
    color: #AAFC7E;
    font-weight: 500;
}
.dflt-content h2 span i {
    font-size: 40px;
    color: #AAFC7E;
}
.dflt-content h3 {
    font-size: 16px;
}
.dflt-content span.dfl-box {
    font-size: 20px;
    background-color: #FEFEFE;
    border-radius: 8px;
    color: #0A0A0A;
    padding: 8px 40px;
    display: inline-block;
    margin-bottom: 24px;
}
.dflt-content h4 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
}
a.dflt-btn {
    display: inline-block;
    padding: 12px 24px;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #fefefe16;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn i {
    display: inline-block;
    color: #FEFEFE;
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn:hover {
    border-color: #FEFEFE;
}
a.dflt-btn:hover i {
    transform: translateX(7px);
}
.all-sec {
    background-color: #FEFEFE;
    padding: 100px 0;
    margin: 30px 30px 0;
    border-radius: 30px;
}


/* Hero section */

.hero {
    padding: 150px 0 60px;
    position: relative;
    overflow: hidden;
}
.circle {
    border: 1px solid #fefefe26;
    border-radius: 50%;
    height: 650px;
    width: 650px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.circle1 {
    left: 0;
}
.circle2 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background-image: linear-gradient(to bottom left, #223B37 0%, #070801 30%, #070801 70%, #223B37 100%);
}
.circle3 {
    right: 0;
}

.hero-main-img {
    position: relative;
}
.hero-main-img img {
    width: 100%;
    border-radius: 0 0 30px 30px;
}
.hero-main h1 {
    font-size: 70px;
    margin-bottom: 40px;
    line-height: 1.3;
}
.hero-main h1 span {
    font-size: 70px;
    color: #AAFC7E;
    font-weight: 400;
}
.hero-main h1 span i {
    font-size: 55px;
    color: #AAFC7E;
}
.hero-main p {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.3;
    color: #FEFEFE;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}
.hero-btn a {
    display: block;
    height: 110px;
    width: 110px;
    line-height: 110px;
    font-size: 26px;
    text-align: center;
    transform: rotate(-45deg);
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #FEFEFE;
    margin: auto;
    transition: all 0.2s ease-in-out;
}
.hero-btn a:hover {
    transform: rotate(0);
    color: #0A0A0A;
    background-color: #AAFC7E;
}
.abs1-text h4 {
    font-size: 24px;
    margin-bottom: 16px;
}
.abs1-text p {
    font-size: 18px;
    color: #fefefe56;
}

.mt-500 {
    margin-top: 150px;
}
.hbdr-text {
    border-radius: 16px;
    padding: 24px;
    background-color: transparent;
    border: 1px solid #fefefe26;
    transition: all 0.2s ease-in-out;
}
.h-num span {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #0A0A0A;
    background-color: #AAFC7E;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.hext-text p {
    font-size: 18px;
    color: #FEFEFE;
    margin: 0;
    transition: all 0.2s ease-in-out;
}
.hbdr-text:hover {
    background-color: #AAFC7E;
}
.hbdr-text:hover .h-num span {
    background-color: #0A0A0A;
    border-color: #0A0A0A;
    color: #FEFEFE;
}
.hbdr-text:hover p {
    color: #0A0A0A;
}


/* features section  */

.feature {
    padding: 60px 0;
}
.feature-img img {
    width: 90%;
    border-radius: 40px;
}

.feature-content h2 {
    font-size: 45px;
    color: #0A0A0A;
    margin-bottom: 0;
}
.feature-content p {
    font-size: 18px;
}
.ff-box {
    margin-top: 50px;
    margin-left: -140px;
}
.feature-box {
    min-height: 280px;
    border-radius: 48px;
    transition: all 0.3s linear;
}

.feature-box3 {
    background-image: url(../images/f2.webp);
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: 1px solid #fefefe16;
}
.feature-box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border: 1px solid #fefefe16;
} 
.fbbs-img {
    border-radius: 48px;
    border: 1px solid #fefefe16;
}
.fbbs-img img {
    width: 100%;
    border-radius: 48px;
}
.fet-cont {
    padding: 24px 0;
}
.feature-box3 h3,
.fet-cont h3 {
    font-size: 24px;
    color: #FEFEFE;
    font-weight: 600;
    margin-bottom: 24px;
}
.feature-box3 p,
.fet-cont p {
    font-size: 18px;
    color: #fefefe56;
    margin: 0;
}
.feature-box3 p {
    color: #FEFEFE;
}
.fbcd-box {
    padding: 30px 24px;
    margin-bottom: 16px;
    border-radius: 30px;
    background-color: #AAFC7E;
}
.fbcd-box h4 {
    font-size: 26px;
    color: #0A0A0A;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.fbcd-box a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0A0A0A;
    color: #FEFEFE;
    background-color: #0A0A0A;
    transition: all 0.2s ease-in-out;
}
.fbcd-box a:hover {
    transform: rotate(45deg);
}
.ftb2-img {
    border: 1px solid #fefefe16;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    line-height: 200px;
    text-align: center;
}
.ftb2-img img {
    width: 130px;
    opacity: 0.08;
}


/* choose-area section  */

.about-area {
    padding: 80px 0 50px;
}
.about-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
}
.about-content h2 span {
    font-size: 42px;
}
.about-content p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fefefe56;
}
.acdc-cont {
    margin-bottom: 24px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #fefefe16;
}
.acdc-cont span i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #0A0A0A;
    background-color: #AAFC7E;
    transition: all 0.2s ease-in-out;
}
.acdp2-cont h4 {
    font-size: 21px;
    margin-bottom: 16px;
}
.acdp2-cont p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fefefe56;
}
.abtb-btn a {
    font-weight: 400;
    border-color: #AAFC7E;
    color: #0A0A0A;
    background-color: #AAFC7E;
}
.abtb-btn a i {
    color: #0A0A0A;
}

.stpt-cont {
    padding: 16px;
    border-radius: 24px;
    background-color: #070801;
    border: 1px solid #fefefe16;
}
.stpt-cont h3 {
    font-size: 18px;
    margin-bottom: 24px;
}
.stpt-cont p {
    margin: 0;
    font-size: 14px;
    color: #fefefe56;
}


/* my-service section  */

.service{
    padding: 50px 0;
}
.service-top {
    padding: 16px;
    border-radius: 24px;
    background-color: #070801;
    border: 1px solid #fefefe16;
}
.abtb-img img {
    width: 100%;
    border-radius: 24px;
}
.abtb-conts span i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #0A0A0A;
    background-color: #AAFC7E;
    margin-bottom: 24px;
    transition: all 0.2s ease-in-out;
}
.abcd-cont h4 {
    font-size: 18px;
    margin-bottom: 24px;
}
.abcd-cont p {
    margin: 0;
    font-size: 14px;
    color: #fefefe56;
}
.service-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    background-color: #0A0A0A;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 24px;
    min-height: 380px;
    overflow: hidden;
}
.service-box-1 {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/sv-img1.webp);
}
.service-box-2 {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/sv-img2.webp);
}
.service-box-3 {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/sv-img3.webp);
}

.sv-ico {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: #AAFC7E;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}
.sv-ico img {
    width: 24px;
}
.service-cont-box h2 {
    font-size: 26px;
    color: #FEFEFE;
}
.service-cont-box p {
    color: #F6FFC1;
    margin-bottom: 0;
    margin-top: 24px;
}


/* web section  */

.web-used {
    padding: 100px 0 70px;
    position: relative;
}
.web-box {
    height: 100%;
    padding: 24px;
    border-radius: 24px;
    background-color: #070801;
    border: 1px solid #fefefe16;

}
.web-box span {
    font-size: 18px;
    background-color: #AAFC7E;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: block;
    color: #0A0A0A;
    text-align: center;
    font-weight: 400;
}
.web-box h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #FEFEFE;
}
.web-box p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fefefe56;
}


/* pricing page */

.price-main{
    padding: 60px 0;
}
.price-anh {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #fefefe26;
}
.price-desp p {
    font-size: 18px;
    color: #fefefe56;
}
.price-anh .aa-ico span {
    height: 60px;
    width: 60px;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #AAFC7E;
    color: #0A0A0A;
    display: block;
    text-align: center;
}
.price-anh .prc-cont h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.price-anh .prc-cont p {
    font-size: 16px;
    color: #fefefe56;
    margin-bottom: 0;
}

.p-card {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #fefefe26;
    background-color: #0A0A0A;
}
.p-card.bg-gre {
    background-color: #070801;
}
.p-ico span i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #0A0A0A;
    background-color: #AAFC7E;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.ico-area span {
    color: #FEFEFE;
    border-radius: 0;
    display: inline-block;
    font-size: 21px;
}
.price-card p,
.price-area h3 {
    color: #FEFEFE;
}
.price-area h2 {
    font-size: 48px;
    line-height: 1.3;
    color: #FEFEFE;
    margin-bottom: 16px;
}
.bg-gre .price-area h2 {
    color: #AAFC7E;
}
.price-area h2 span {
    font-size: 14px;
    color: #fefefe56;
}
.price-txt p {
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: 400;
}
.price-area p b {
    color: #FEFEFE;
}
.price-f p {
    font-size: 16px;
    line-height: 2;
    color: #fefefe56;
}
.price-f p i {
    color: #FEFEFE;
}
.bdrb {
    height: 1px;
    background-color: #FEFEFE;
    opacity: 0.5;
}
.bg-gre .bdrb {
    background-color: #AAFC7E;
}
.buy-btn2 a {
    background-color: #AAFC7E;
    color: #0A0A0A;
}
.buy-btn2 a i {
    color: #0A0A0A;
}
.buy-btn2 a:hover i {
    transform: translate(7px, 0);
}


/* Contact page */


.contact-form {
    padding: 50px 0;
    margin-top: 120px;
    background-color: #070801;
}
.con-address,
.cfs-box {
    display: flex;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    background-color: transparent;
    border: 1px solid #fefefe26;
    transition: all 0.2s ease-in-out;
}
.cfs-box p {
    margin: 0;
}
.cfs-box p a {
    text-decoration: none;
    font-size: 18px;
    color: #fefefe56;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.con-address span i,
.cfs-box span i {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fefefe26;
    color: #0A0A0A;
    background-color: #AAFC7E;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.cdfs-cont h3 {
    font-size: 21px;
    margin-bottom: 24px;
}
.con-address p {
    color: #fefefe56;
    font-size: 18px;
    margin: 0;
}

.my-form {
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #fefefe26;
    background-color: #070801;
    margin-top: -128px;
}
.common {
    margin-bottom: 16px;
}
.common label, .message label {
    font-size: 16px;
    color: #FEFEFE;
    margin-bottom: 8px;
}
.common input, .message textarea {
    width: 100%;
    background-color: #070801;
    border: 1px solid #fefefe26;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    outline: none;
    color: #FEFEFE;
}
.common input:focus, .message textarea:focus {
    border-color: #FEFEFE;
}
.submit-btn {
    position: relative;
    width: 195px;
    border-radius: 50px;
}
.submit-btn input {
    font-size: 16px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #FEFEFE;
    border: 1px solid #fefefe56;
    padding: 12px 50px 12px 30px;
    transition: all 0.3s linear;
    font-weight: 600;
    border-radius: 8px;
}
.submit-btn input:focus,
.submit-btn input:hover {
    border-color: #FEFEFE;
    color: #FEFEFE;
}
.submit-btn i {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #FEFEFE;
    position: absolute;
    right: 25px;
    top: 16px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.submit-btn:hover i {
    transform: translateX(7px);
}

/* about page  */

.about-main {
    padding: 50px 0 70px;
}
.abt-content p {
    color: #fefefe56;
    font-size: 18px;
    width: 80%;
}
.abt-img img {
    width: 100%;
    border-radius: 30px;
}
.abt-img2 {
    margin-top: -200px;
}
.abt-cont h2 {
    font-size: 40px;
    margin-bottom: 24px;
}
.abt-cont h2 span {
    font-size: 40px;
}
.abt-cont p {
    font-size: 18px;
    color: #fefefe56;
    margin-bottom: 30px;
}
.abtb-bg {
    background-color: #070801;
}

.about-mss {
    padding: 60px 0;
}
.choose-box {
    padding: 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}
.choose-box1 {
    flex-direction: row;
}
.choose-box .abcd-cont h4 {
    font-size: 22px;
}
.choose-box .abcd-cont p {
    font-size: 18px;
}

/* Responsive */

@media all and (max-width: 1399px){
    .mt-500 {
        margin-top: 140px;
    }
    .circle {
        height: 600px;
        width: 600px;
    }
    .hero-main h1 span,
    .hero-main h1 {
        font-size: 60px;
    }
    .hero-main h1 span i {
        font-size: 40px;
    }
    .hero-main p {
        width: 64%;
    }
}
@media all and (max-width: 1199px){
    .dflt-content h2 span,
    .dflt-content h2 {
        font-size: 40px;
    }
    /* hero */
    .circle {
        height: 540px;
        width: 540px;
    }
    .hero {
        padding: 100px 0 0;
    }
    .hero-main h1 span,
    .hero-main h1 {
        font-size: 50px;
    }
    .hero-main h1 span i {
        font-size: 36px;
    }
    .hero-main p {
        font-size: 16px;
        width: 70%;
    }
    .abs1-text h4 {
        font-size: 20px;
    }
    .abs1-text p {
        font-size: 14px;
    }
    .hext-text p {
        font-size: 16px;
    }
    /* featuires  */
    .feature-content h2 {
        font-size: 40px;
    }
    .feature-content p {
        font-size: 16px;
    }
    .feature-box3 h3, .fet-cont h3 {
        font-size: 21px;
    }
    .feature-box3 p, .fet-cont p {
        font-size: 16px;
    }
    .fbcd-box {
        padding: 24px;
    }
    .fbcd-box h4 {
        font-size: 24px;
    }
    /* about section  */
    .about-anh p {
        font-size: 16px;
        width: 92%;
    }
    .about-content h2 span,
    .about-content h2 {
        font-size: 40px;
    }
    .about-content p {
        font-size: 16px;
    }
    .tp-box {
        width: 70px;
    }
    .about-anh h3 {
        font-size: 21px;
    }
    /* service section  */
    .service {
        padding: 50px 0;
    }
    
    /* web section  */
    .web-used {
        padding: 50px 0;
    }
    .web-box h3 {
        font-size: 21px;
    }
    .web-box p {
        font-size: 14px;
    }
    /* price page  */
    .price-main {
        padding: 60px 0;
    }
    .price-desp p {
        font-size: 16px;
    }
    /* about page  */

    .abt-content p {
        font-size: 16px;
        width: 100%;
    }
    .abt-cont p {
        font-size: 16px;
    }
    .abt-cont h2 span,
    .abt-cont h2 {
        font-size: 30px;
    }
    .choose-box .abcd-cont p {
        font-size: 16px;
    }
    
}

@media all and (max-width: 991px){
    .dflt-content h2 span,
    .dflt-content h2 {
        font-size: 36px;
    }
    /* hero  */
    .hero {
        padding: 90px 0 50px;
    }
    .mt-500 {
        margin-top: 40px;
    }
    /* .feature */
    .dflt-content h2 span i {
        font-size: 30px;
    }
    .feature-box3 {
        min-height: 450px;
        background-position: bottom center;
    }
    
    /* about */
    .about {
        padding: 80px 0;
    }

    /* pricing  */
    .pricing {
        padding: 60px 0;
    }
    .p-ico img {
        width: 50px;
    }
    .price-f p {
        font-size: 14px;
    }
    .service {
        padding: 40px 0;
    }
    .feature {
        padding: 50px 0;
    }
    /* .web */
    .web-used {
        padding: 50px 0;
    }
    .web-box4 {
        margin-top: -40px;
    }
    
    
    /* contact page  */
    .contact-form {
        margin-top: 0;
    }
    .my-form {
        margin-top: 24px;
    }
    /* about page  */
    .about-main {
        padding: 50px 0;
    }
    .abt-img2 {
        margin-top: 0;
    }
    
}

@media all and (max-width: 767px){
    a.dflt-btn1 {
        padding: 9px 18px;
    }
    .dflt-content h2 span,
    .dflt-content h2 {
        font-size: 30px;
    }
    .dflt-content h2 span i {
        font-size: 24px;
    }
    .dflt-hdd h1 {
        font-size: 36px;
    }
    .dflt-content span.dfl-box {
        font-size: 16px;
    }
    /* hero */
    .circle {
        height: 450px;
        width: 450px;
    }
    .hero-main h1 span, .hero-main h1 {
        font-size: 42px;
    }
    .hero-main h1 span i {
        font-size: 32px;
    }
    .hero-main p {
        width: 100%;
    }
    .hero-btn a {
        height: 95px;
        width: 95px;
        line-height: 95px;
    }
    /* features */
    .feature {
        padding: 40px 0;
    }
    
    /* about */
    .about {
        padding: 40px 0;
    }
    .about-anh h3 {
        font-size: 18px;
    }
    .about-anh p {
        width: 100%;
    }
    /* service */
    .abtb-img {
        margin-bottom: 32px;
    }
    /* web  */
    .web-used {
        padding: 50px 0 24px;
    }
   .web-box h3 {
        font-size: 20px;
    }
    /* price  */
    .price-f {
        margin-top: 30px;
    }
    /* contact  */
    .cfs-box p a {
        font-size: 16px;
    }
    .con-address p {
        font-size: 16px;
    }
    /* about page  */
    .about-mss {
        padding: 50px 0 24px;
    }
    .price-anh .prc-cont h3 {
        font-size: 20px;
    }
    .choose-box .abcd-cont h4 {
        font-size: 18px;
    }
    .choose-box .abcd-cont p {
        font-size: 14px;
    }
    
}
@media all and (max-width: 575px){
    /* hero section  */
    .hero-main h1 span, .hero-main h1 {
        font-size: 36px;
    }
    .hero-main h1 span i {
        font-size: 26px;
    }
    /* about section  */
    
    
    /* price section */
    .price-anh .aa-ico span {
        height: 56px;
        width: 56px;
        font-size: 30px;
        line-height: 56px;
    }
    .price-anh .prc-cont h3 {
        font-size: 20px;
    }
    .price-anh .prc-cont p {
        font-size: 14px;
    }
    /* Contact section */
    .contact-form {
        padding: 50px 0;
    }
    .my-form {
        padding: 40px 24px;
    }
    .hero-main-cont h2 {
        font-size: 30px;
    }
    /* about page  */
    
}
