@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
    --primary: #112374;
    --secondary: #fff4df;
    --accent: #e63946;
    --light: #fff;
    --dark: #000;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: -19px;
}

body {
    font-family: "Inter", sans-serif;
    position: relative;
}

h1 {
    font-family: "Zilla Slab" !important;
}

.container {
    max-width: 90%;
    margin: auto;
    padding: 0;
}

.error {
    color: red;
    font-size: 15px;
}

/*@media only screen and (min-width: 1300px) {*/
/*    .container {*/
/*        max-width: 1512px;*/
/*    }*/
/*}*/

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.text-title {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
}

.text-title2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
}

.text-paragraph {
    font-size: 20px;
    font-weight: 300;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.primary-btn {
    padding: 18px 40px;
    background: var(--accent);
    color: var(--secondary);
    border-radius: 35px;
    border: none;
}

.primary-btn:hover {
    opacity: 0.9;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.primary-btn span {
    font-size: 20px;
    font-weight: 500;
    padding-right: 25px;
}

.primary-btn i {
    font-size: 12px;
    margin-top: 5px;
}

/*------------- Header Style ---------------*/
.header-wrap {
    background: var(--secondary);
    padding: 15px 0px;
}

.header-wrap .logo {
    width: 195px;
    height: 47px;
}

.header-wrap nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-wrap nav ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
}

/* ----------- Hero Section Style  ----------- */
.hero_wrap {
    position: relative;
    padding-bottom: 120px;
    padding-top: 70px;

    background: var(--primary);
    color: var(--secondary);
}

.hero_top_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    height: 610px;
    z-index: 1;
}

.hero_bottom_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 390px;
}
.hero_wrap .hero_content {
    max-width: 50%;
    margin-top: 60px;
}

.hero_content {
    margin-top: 160px;
    z-index: 2;
    position: relative;
}

.hero_content p {
    margin-bottom: 80px;
    margin-top: 60px;
    color: #FFF4DF;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.learn_more_btn {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_wrap .hero_img {
    height: 906px;
    position: absolute;
    right: 0;
}


.hero_card_wrap {
    margin-top: 220px;
}

.line_one {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;

    margin-bottom: 80px;
}

.Card img {
    width: 76px;
    height: 76px;
}

.Card h1 {
    font-size: 32px;
    font-weight: 500;
    size: 32px;
    line-height: 38.4px;
}

.Card p {
    margin-top: 32px;
    color: #FFF4DF;
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
}

video#mainVideo {
    position: absolute;
    top: 140px;
    right: 0;
    width: 700px;
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}

.svgVideo {
    position: absolute;
    top: 140px;
    right: 0;
}

img.byAcuLtd_img {
    position: absolute;
    top: 580px;
    right: 440px;
}
/* ---------------  services area  -------------------- */
.services {
    background-color: var(--secondary);
    position: relative;
}

.services_starIcon {
    position: absolute;
    width: 311px;
    height: 443px;
    top: 40px;
    right: 0;
}

.service_bottom_icon {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 517px;
    height: 408px;
}

.service_top {
    padding-top: 70px;
}

.service_top h1 {
    margin-top: 60px;
}

.service_card {
    margin-top: 120px;
    position: relative;
}

.service_box {
    position: relative;
    height: 400px;
    border-radius: 8px;
}

.service_box .image {
    width: 100%;
}

.service_box .top_left {
    position: absolute;
    top: -31px;
    left: -43px;
    width: 43px;
}

.service_box .bottom_left {
    position: absolute;
    bottom: -38px;
    left: -43px;
    width: 43px;
}

.service_content {
    padding: 53px;
}

.service_content p {
    margin-top: 40px;
    color: var(--primary);
    font-size: 16px;
    line-height: 160%;
    font-style: normal;
    font-weight: 300;
}

.feature_services {
    padding-top: 10px;
    padding-bottom: 160px;
}

/* --------------proven_process-------------- */
.proven_process_wrap {
    position: relative;
    background-color: var(--primary);
    color: var(--secondary);

    padding-top: 120px;
    padding-bottom: 160px;
}

.proven_process_icon {
    width: 500px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFF4DF;
}

.proven_process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 200px;

    margin-top: 60px;
}

.proven_process_left > div {
    padding-bottom: 60px;
}

.proven_process_left p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #FFF4DF;
}

.proven_process_left span h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 100px;
}

.proven_process_right_card {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-bottom: 60px;
}

.proven_process_right_card img {
    width: 78px;
    height: 78px;
}

.proven_process_right_card h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

/*--------- Tools section ------------*/
.tools_wrap {
    position: relative;
    padding: 120px 0px 100px 0px;
    background: var(--secondary);
}

.tools_icon {
    width: 470px;
    height: 630px;
    position: absolute;
    top: 0;
    right: 0;
}

.tools_top {
    color: var(--primary);
}

.tools_top p {
    margin-top: 80px;
    max-width: 65%;
    font-size: 20px;
}

.tools_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;

    margin-top: 100px;
}

.tools_card {
    background: #f2f1f1;
    width: 100%;
    height: 160px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tools_card img {
    width: 76px;
    height: 76px;
}

.tools_card p {
    font-size: 20px;
    font-weight: 700;

    color: var(--primary);
}

.home_knowledge_icon {
    width: 485px;
    height: 485px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*--------- home_knowledge_card -----------*/
.home_knowledge_card {
    position: relative;
    background: var(--primary) !important;
    color: var(--secondary) !important;
}

/*-------------------- Footer style -------------------------------- */
footer {
    background: #000D48;
    color: var(--secondary);
    padding: 80px 0px;
}

footer .brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand img {
    width: 195px;
    height: 47px;
}

footer .company h2,
.contactUs h2 {
    font-size: 24px;
    margin-bottom: 28px;
    font-weight: 500;
    font-family: 'Zilla Slab';
}

footer .company a,
.contactUs a {
    color: var(--secondary);
    font-weight: 300;
    margin-bottom: 24px;
    display: inline-block;
    font-family: 'Inter';
}

.bottom_footer {
    margin-top: -40px;
}

.bottom_footer a, p {
    color: #828282;
    font-family: 'Inter';
}

.footer-text p {
    margin-top: 20px;
    color: var(--secondary);
}

.footer-text p a {
    color: var(--secondary);
    text-decoration: underline;
}

ol li {
    color: var(--primary);
    font-weight: 300;
}

.extended-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.price_calculation_area h4,
.extended-plan h4  {
    color: var(--primary) !important;
}

.price_calculation_area ol li {
    font-weight: 400;
}

.price_calculation_area ol li span {
    display: block;
    font-weight: 600;
}

.extended-plan p span {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

/*-------------------- products feature page style ------------------------*/
.feature_hero {
    position: relative;
    height: 672px;
    background: var(--primary);
    color: var(--secondary);
}

.feature_hero img {
    height: 100%;
    Width: 547.7px;
    position: absolute;
    right: 0;
    top: 0;
}

/* ---------------pricing page style--------------- */
.pricing_hero {
    position: relative;
    background: var(--primary);
    color: var(--secondary);
    height: 980px;
}

.pricing_hero img {
    position: absolute;
    right: 0px;
    height: 671px;
    Width: 547.7px;
}

.pricing_card {
    height: auto;
    padding-bottom: 40px;
    border-radius: 40px;

    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);

    position: absolute;
    width: 100%;
    top: -437px;
    z-index: 999;
}

.price_plan {
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translate(-50%);
    width: 340px;
    height: 58px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 3px;
}

.price_plan button {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: var(--primary);
    border: none;
    background: transparent;
}

.price_plan button.active {
    background: var(--primary);
    color: var(--secondary);
}

.price_calculation_area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 40px 0px;
}

.price_calculation {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--primary);
    font-size: 20px;
    margin-top: 40px;
}

.price_calculation p {
    font-weight: 500;
    margin: 0px;
}

.price_calculation input {
    border: none;
    border-bottom: 1px solid var(--primary);
    text-align: center;
    width: 155px;
    outline: none;
    font-weight: 500;
    color: var(--primary);
}

.price_calculation input::placeholder {
    font-size: 19px;
    font-weight: 300;
}

.price_calculation button {
    padding: 12px 30px;
    font-weight: 300;
    background: transparent;
    border-radius: 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.pricing_btn {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-weight: 500;

    width: 258px;
    height: 64px;
    border-radius: 30px;

    color: var(--secondary);
    background-color: var(--accent);
}

.pricing_btn i {
    font-size: 14px;
}

.pricing_offer_cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 70px;
}

.pricing_offer_card {
    background: var(--secondary);
    width: 265px;
    height: 275px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pricing_offer_card h4 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

.pricing_offer_card p {
    font-weight: 300;
    color: var(--primary);
    padding: 5px 30px;
}

/* ----------------- */

.knowledge_card {
    padding-top: 188px;
    padding-bottom: 120px;
    color: var(--primary);
    background: var(--secondary);
}

.knowledge_card .pentested {
    width: 300px;
    height: 300px;
}

/* /about_wrap */
.about_wrap {
    background: var(--secondary);
    padding: 160px 0px;
}

.company_info {
    padding-right: 120px;
}

.company_info p {
    font-weight: 300;
    color: var(--primary);
}

.company_right_wrap {
    position: relative;
}

.company_right {
    height: 435px;
    width: 518px;
    margin-left: auto;
    /* background: #f7f7f7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    z-index: 2;
    position: relative;
}

.company_right_wrap .top_right {
    position: absolute;
    width: 466px;
    height: 506px;
    top: -250px;
    right: -147px;
    z-index: 1;
}

.company_right_wrap .left_bottom {
    width: 265.36px;
    height: 199px;
    position: absolute;
    bottom: -152px;
    left: -43px;
    z-index: 3;
}

/* ----------contact us page style------------ */
.contact_wrap {
    background: var(--primary);
    padding: 160px 0px 80px 0px;
    position: relative;
}

.contact_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    Width: 547.7px;
}

.contact_wrap form {
    margin-top: 80px;
}

form .form-control {
    margin-bottom: 32px;
    background: transparent;
    border: none;
}

form .form-control label {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: var(--secondary);
}

form .form-control input {
    margin-top: 12px;
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #828282;
    padding-bottom: 12px;
    color: var(--secondary);
}

form .form-control input::placeholder {
    color: #828282;
    font-weight: 300;
}

.faq_wrap {
    position: relative;
    padding: 80px 0px;
    background: var(--secondary);
    color: var(--primary);
}

.faq_icon {
    position: absolute;
    top: -100px;
    left: 0;
    width: 384px;
    height: 584px;
}

.faq {
    margin-top: 80px;
    display: flex;
    gap: 280px;
}

.faq .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    height: 100px;
}

.faq .item h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.faq .item img {
    width: 24px;
    height: 12px;
}

.more_question_wrap {
    padding: 40px 0px 120px 0px;
    background: var(--secondary);
}

.more_question {
    background: var(--primary);
    color: var(--secondary);
    border-radius: 40px;
    padding: 73px 80px;
    position: relative;
}

.more_question_icon {
    position: absolute;
    top: 20px;
    left: 0;
}

div#messageContainer {
    margin-top: 20px;
}

.success {
    font-weight: 700;
}
/*--------------------- Responsive --------------------------------*/

@media (max-width: 991px) {
    .text-title {
        font-size: 40px;
        line-height: 36px;
    }

    .text-title2 {
        font-size: 32px;
        line-height: 34px;
    }

    .mobileMenu_btn {
        display: flex;
        margin-left: auto;
        border: none;
        background: transparent;
    }

    .mobileMenu_btn img {
        width: 20px;
        height: 17px;
    }

    .mobile_menu {
        background: var(--primary);
        position: fixed;
        width: 100%;
        left: 100%;
        top: 0;
        z-index: 9999999999999;
        height: 100%;
        padding: 20px 25px;
        transition: all 0.5s ease;
    }

    .mobile_menu.show {
        left: 0%;
    }

    .mobile_menu .logo {
        width: 156px;
        height: 37px;
    }

    .close_btn {
        background: transparent;
        border: none;
    }

    .mobile_menu_lists {
        margin-top: 83px;
    }

    .mobile_menu_lists li {
        margin-bottom: 24px;
    }

    .mobile_menu_lists a {
        font-family: "Zilla Slab";
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        color: var(--secondary);
    }

    .bottom_footer {
        margin-top: 0px;
    }

    /* -------hero section--------- */
    .hero_top_icon {
        width: 190px;
        height: 189px;
    }

    .line_one {
        grid-template-columns: repeat(1, 1fr);
        gap: 70px;
        margin-bottom: 40px;
    }

    .hero_wrap .hero_img {
        height: 416px;
    }

    .hero_card_wrap {
        margin-top: 100px;
    }

    .hero_content p {
        margin-top: 32px;
    }

    .feature_hero img {
        width: 150px;
        height: 189px;
    }

    /*------- Service area -----------*/
    .services_starIcon {
        display: none;
    }

    .service_bottom_icon {
        display: none;
    }

    .service_top h1 {
        margin-top: 40px;
    }

    .service_card {
        margin-top: 30px;
    }

    .service_box {
        width: 100%;
        height: 250px;
    }

    .service_box img:nth-child(2) {
        display: none;
    }

    .service_content {
        padding: 30px 15px;
    }

    .service_content p {
        margin-top: 20px;
    }

    .feature_services {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .contact_wrap {
        padding: 80px 0px;
    }

    .contact_wrap img {
        display: none;
    }

    .contact_wrap form {
        margin-top: 40px;
    }

    .faq {
        display: block;
        margin-top: 40px;
    }

    .faq .item {
        margin-bottom: 40px;
    }

    .company_info {
        padding-right: 60px;
    }

    .company_right_wrap {
        padding-top: 40px;
    }

    .company_right_wrap .top_right {
        width: 250px;
        height: 300px;
        top: -150px;
        right: 0px;
    }

    .company_right_wrap .left_bottom {
        width: 150px;
        height: 140px;
        bottom: -108px;
        left: -43px;
    }

    .company_right {
        height: 274px;
        width: 100%;
    }

    .about_wrap {
        padding: 100px 0px;
    }

    .pricing_hero img {
        height: auto;
        width: 113px;
    }

    .pricing_card {
        height: auto;
        top: -480px;
        padding-bottom: 36px;
    }

    .pricing_card.pricing2_card {
        height: 650px;
    }

    .price_calculation {
        flex-direction: column;
    }

    .pricing_offer_cards {
        flex-direction: column;
        align-items: center;
    }

    .knowledge_card {
        padding-top: 250px;
    }

    .knowledge_card .pentested {
        width: 220px;
        height: 220px;
    }

    .more_question_wrap {
        padding: 40px 0px;
    }

    .more_question {
        padding: 20px;
    }

    .more_question form {
        margin-top: 40px;
    }

    .more_question_icon {
        display: none;
    }

    .tools_wrap {
        padding: 40px 0px;
    }

    .tools_top p {
        margin-top: 40px;
    }

    .tools_card_wrap {
        grid-template-columns: repeat(2, 1fr);

        margin-top: 40px;
    }

    .tools_card {
        height: 100px;
    }

    .tools_card img {
        width: 40px;
        height: 40px;
    }

    .tools_card p {
        font-size: 14px;
        font-weight: 500;

        color: var(--primary);
    }

    .proven_process_wrap {
        padding: 80px 0px;
    }

    .proven_process {
        grid-template-columns: repeat(1, 1fr);
        gap: 80px;
    }

    .proven_process_icon {
        width: 250px;
        height: 330px;
    }

    .tools_icon {
        display: none;
    }

    .home_knowledge_icon {
        width: 385px;
        height: 385px;
    }

    .faq_icon {
        display: none;
    }

    .hero_wrap {
        padding: 60px 0px;
    }

    .hero_content {
        margin-top: 10px;
    }

    .learn_more_btn {
        font-size: 18px;
        padding: 12px 20px;
    }

    .primary-btn {
        padding: 12px 20px;
    }

    .primary-btn span {
        font-size: 18px;
    }

    video#mainVideo {
        width: 50%;
    }
    
    svg.svgVideo {
        width: 50%;
    }

    clipPath#svgPath rect {
        x: 20;
        ry: 10;
        rx: 20;
        width: 450px;
    }

    img.byAcuLtd_img {
        display: none;
    }
}

@media (max-width: 1600px) {
    .company_right_wrap .top_right {
        width: 350px;
        height: 400px;
    }
}

@media (max-width: 786px) {
    .hero_wrap .hero_img{
        display: none;
    }
    video#mainVideo {
        display: none;
    }
    
    svg.svgVideo {
        display: none;
    }
}
