/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
Fonts 
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/*--------------------------------------------------------------------- 
import Files
 ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #000;
     font-size:1.4rem;
      font-family: "Space Grotesk", sans-serif;
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     font-family: "Space Grotesk", sans-serif;
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 16px;
     line-height: 24px;
}
a {
text-decoration: none;
     outline: none !important;
}
.container {
    max-width: 1184px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-haeder {
    display: flex;
    justify-content: space-between;
}
.left-logo img {
    max-width: 321px;
}
a.header-button {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 14px 39px;
    border: 1px solid #000;
    border-radius: 50px;
}
a.header-button:hover {
    color: #fff;
    background: #000;
}
a.header-button.login-button {
    background: #000;
    color: #fff;
}
.header-button.login-button:hover {
    background: transparent;
    color: #000;
}
header#main-header {
    padding: 25px 0;
}
.banner_section .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-50 {
    flex: 0 0 50%;
}
.banner__right_side img {
    width: 100%;
}
section.banner_section {
    padding: 9% 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 25%, rgba(28, 54, 136, 1) 79%);
}
.banner__left_side {
    color: #fff;
    padding-right: 142px;
}
.ai-tag {
    background: #0F1C47;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}
.banner__left_side  h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
}
.banner__left_side p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}
button.btn-theme {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #3366FF;
    border: none;
    border-radius: 50px;
    padding: 13px 39px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
     font-family: "Space Grotesk", sans-serif;
}
.banner__left_side span {
    font-size: 14px;
}
.text-center{
    text-align: center;
}
.why-choose h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}
.inner-choose {
    display: flex;
    gap: 15px;
}
section.why-choose {
    background: #F0F6FF;
    padding-top: 126px;
    padding-bottom: 120px;
}
.inner-cl-img {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.inner-choose {
    display: flex;
    gap: 20px;
}
.inner-cl-img h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}
.inner-cl-img p {
    font-size: 16px;
    line-height: 24px;
}
.protected-screen .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.protected-screen {
    padding: 100px 0;
}
.left-col-50 {
    flex: 0 0 55%;
}
.right-col-50 {
    flex: 0 0 35%;
    padding-left: 0;
}
.left-col-50 img {
    width: 100%;
}
.right-col-50 h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.right-col-50 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.right-col-50  li img {
    background: #F5F9FF;
    border-radius: 5px;
    padding: 5px;
}
.right-col-50 li {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 5px;
    font-weight: bold;
}
.right-col-50 ul {
    margin-bottom: 15px;
    display: inline-block;
}
section.pricing-plan {
    background: #F0F6FF;
    padding: 100px 0;
}
.pricing-plan h2.text-center {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
.inner-pricing-plan {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
}
.pricing-internal {
    background: #fff;
    border: 1px solid #D0D0D0;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.inner-pricing-col-33 {
    width: 31.3%;
    /* text-align: center; */
}
.pricing-internal h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    min-height: 52px;
}

.pricing-plan h2.text-center {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color:  #3366FF;
}
.pricing-plan h2.text-center span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #9B9B9C;
}
.pricing-internal p {
    font-size: 16px;
    margin-bottom: 20px;
}
.pricing-internal button.btn-theme.text-center {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.pricing-internal ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    gap: 4px;
}
span.popular-tg {
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 9px;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    width: 63px;
    margin: 0 auto;
    display: block;
}

.accordion {
    color: #000;
    cursor: pointer;
    padding: 20px 0;
    width: auto;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    display: flex;
    border-radius: 0;
    align-items: center;
    width: 100%;
    display: inline-block;
    line-height: 28px;
    background: transparent;
    border-bottom: 1px solid #000;
    font-weight: bold;
       font-family: "Space Grotesk", sans-serif;
}
.panel {
    padding: 0;
    display: none;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 30px;
}
button.accordion p {
    float: right;
    font-size: 30px;
    border: 2px solid #000;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 1;
}
button.accordion p .minus {
    display: none;
}

span.or-price {
    text-decoration: line-through 2px solid;
}
button.accordion.active p .minus {
    display: block;
}
button.accordion.active p .plus {
    display: none;
}
.faqs-content h2.text-center {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
section.faqs-text {
    padding: 100px 0;
}
.section-link.text-center {
    background: linear-gradient(180deg,rgba(25, 49, 125, 1) 25%, rgba(46, 88, 222, 1) 79%);
    padding: 40px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}
.section-link h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
}
.section-link p {
    margin-bottom: 20px;
    font-size: 16px;
}
.section-link button.btn-theme {
    margin: 0 auto;
}
section.bootom-section-link {
    background: #F0F6FF;
    padding: 100px 0;
}
footer {
    background: #161616;
    padding: 50px 0;
}
.top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #323232;
    padding-bottom: 30px;
}
.top-footer a.header-button {
    background: #fff;
    color: #000;
}
.footer-dp-lp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-dp-lp p {
    color: #fff;
}
.footer-dp-lp p a {
    color: #fff;
    padding: 0 10px;
}
.footer-dp-lp ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}
.footer-dp-lp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
button.btn-theme:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1183px) {
.container {
    padding: 0 20px;
}
}
@media screen and (max-width: 991px) {

button.btn-theme {
    font-size: 16px;
}
.pricing-internal ul li {
    font-size: 14px;
}
.inner-cl-img h3 {
    font-size: 20px;
}
.banner__left_side {
    padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.inner-haeder {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.banner_section .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.banner__left_side button.btn-theme {
    margin: 0 auto 20px;
}
section.why-choose {
    background: #F0F6FF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.inner-choose {
    flex-wrap: wrap;
}
.protected-screen .d-flex {
    flex-wrap: wrap;
}
.col-50 {
    flex: 0 0 100%;
}
.left-col-50 {
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.right-col-50 {
    flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
}
.right-col-50 button.btn-theme {
    margin: 0 auto;
}
.inner-pricing-plan {
    flex-wrap: wrap;
}
section.protected-screen {
    padding: 50px 0;
}
.right-col-50 h2 {
    font-size: 28px;
}
section.pricing-plan {
    padding: 50px 0;
}
.inner-pricing-col-33 {
    width: 100%;
}
section.faqs-text {
    padding: 50px 0;
}
.accordion {
    font-size: 14px;
}
.banner__left_side {
    color: #fff;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
}
.top-footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.footer-dp-lp {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.footer-dp-lp p {
    color: #fff;
    text-align: center;
}
button.accordion p {
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 16px;
}
.faqs-content h2.text-center {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
section.bootom-section-link {
    padding: 50px 0;
}
.section-link h2 {
    margin-bottom: 15px;
    font-size: 24px;
}
.inner-cl-img {
    text-align: center;
}
.why-choose h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.banner__left_side  h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}
a.header-button {
    font-size: 14px;
    padding: 10px 19px;
}
}