@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swaps');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Questrial";
    /* font-family: "Poppins", sans-serif; */
}

.container-gaps {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.section-min-h-100vh{
    min-height: 100vh;
}

.d-flex{
    display: flex;
}

.mw-1040{
    max-width: 490px;
    width: 100%;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}

.h-100{
    height: 100%;
}

.w-100{
    width: 100%;
}

.mw-100{
    max-width: 100%;
}

.object-fit-contain{
    object-fit: contain;
}

.object-fit-cover{
    object-fit: cover;
}

.bg-151D30{
    background-color: #151d30 !important;
}

.text-white{
    color: #fff;
}

.the-quest-for-brighter-future-bottom-portion{
    background-image: url(../images/bgBrighterFuture.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 85px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-border-line{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg,#1BD2FA,#00DBAC);
}

.flex-direction-column{
    flex-direction: column;
}

.the-quest-for-brighter-future-bottom-portion img {
    max-width: 78%;
    border-radius: 4px;
    margin: 0 auto;
}

.the-quest-for-brighter-future-upper-portion {
    padding: 108px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.the-quest-for-brighter-future-upper-portion h3,.the-quest-for-brighter-future-upper-portion h1 {
    font-weight: unset;
}

.the-quest-for-brighter-future-upper-portion h3 {
    font-size: 44px;
}

.the-quest-for-brighter-future-upper-portion h1 {
    font-size: 96px;
}

.better-tomorrow-text {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.better-tomorrow-text h3 {
    font-size: 13.5px;
    font-weight: 500;
    font-family: 'Noto Sans';
    letter-spacing: -0.3px;
}

.box-proncipal-colors {
    padding: 25px 45px;
    color: #fff;
    display: inline-block;
    width: 100%;
    max-width: 342px;
    border-radius: 8px;
}

.box-proncipal-colors p {
    font-size: 20px;
    font-weight: 500;
}

.values-pricipal-color-box {
    margin-top: 167px;
}

.box-proncipal-colors.bg-none .values-pricipal-color-box {
    margin-top: 30px;
}

.bg-0F78EA {
    background: #0f78ea;
}

.values-pricipal-color-box p {
    margin-bottom: 12px;
    font-size: 16px;
}

.box-proncipal-colors.bg-none {
    color: #BDBFC5;
    margin-top: 25px;
}

.principal-colors-row {
    display: flex;
    justify-content: space-between;
    max-width: 1215px;
    margin: 0 auto;
}

.container-1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.box-proncipal-colors.bg-left-bottom-image {
    position: absolute;
    top: 110px;
    right: 0;
}

.principal-colors {
    padding: 100px 0 0;
}

.color-0138D7 {
    color: #0138D7;
}

.bg-left-bottom-image {
    background-image: url(../images/DarkBLue.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: calc(0% - 1px) calc(100% + 1px);
}

.box-proncipal-colors.bg-left-bottom-image .values-pricipal-color-box {
    margin-left: 95px;
}

.values-pricipal-color-box p:last-child {
    margin-bottom: 0;
}

.bg-003751 {
    background: #003751;
}

.color-1BD2FA {
    color: #1BD2FA;
}

.principal-colors-row > div {
    max-width: 580px;
    position: relative;
    width: 100%;
}

.bg-1BD2FA {
    background-color: #1BD2FA;
}

.color-003751 {
    color: #003751;
}

.bg-1BD2FA.bg-left-bottom-image {
    background-image: url(../images/LightBLue.png);
}

.color-0097DE {
    color: #0097DE;
}

.row-quest {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
}

.columns-quest-color {
    flex: 0 0 calc(25% - 20px * 3/4);
    max-width: calc(25% - 20px * 3/4);
}

.color-quest-design {
    position: relative;
    padding: 25px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 140%;
    z-index: 1;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.quest-color-foundation {
    padding: 100px 0;
}

.color-quest-design p {
    max-width: 300px;
}

.color-quest-design.bg-21293B-before:before {
    background: #21293b;
    z-index: -1;
}

.color-quest-design:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.opacity-75:before {
    opacity: 75%;
}

.opacity-50:before {
    opacity: 50%;
}

.opacity-30:before {
    opacity:30%;
}

.opacity-10:before {
    opacity: 10%;
}

.opacity-5:before {
    opacity: 5%;
}

.color-quest-design.bg-21293B-before.opacity-30,.color-quest-design.bg-21293B-before.opacity-10,.color-quest-design.bg-21293B-before.opacity-5 {
    color: #21293B;
}

.color-quest-design.bg-0F78EA-before:before {
    background: #0f78ea;
}

.color-quest-design.bg-0F78EA-before.opacity-30,.color-quest-design.bg-0F78EA-before.opacity-10,.color-quest-design.bg-0F78EA-before.opacity-5 {
    color: #0f78ea;
}

.color-quest-design.bg-0138D7-before:before {
    background: #0138D7;
}

.color-quest-design.bg-242F57-before:before {
    background: #242f57;
}

.opacity-60:before {
    opacity: 60%;
}

.color-quest-design.bg-0138D7-before.opacity-30,.color-quest-design.bg-0138D7-before.opacity-10,.color-quest-design.bg-0138D7-before.opacity-5 {
    color: #0138D7;
}

.color-quest-design.bg-242F57-before.opacity-30,.color-quest-design.bg-242F57-before.opacity-10,.color-quest-design.bg-242F57-before.opacity-5 {
    color: #242f57;
}

.row-iconography-icons {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 53px;
    max-width: 78%;
    margin: 0 auto;
}

.item-iconography img {
    width: 100%;
}

.item-iconography {
    flex: 0 0 20%;
    max-width: calc(20% - 53px * 4/5);
}

.iconography-icons {
    padding: 100px 0;
}

.section-image-bg-girl {
    position: relative;
}

.absolute-text-bottom {
    position: absolute;
    bottom: 100px;
    text-align: center;
    align-items: center;
    color: #fff;
    left: 0;
    width: 100%;
    gap: 15px;
}

.ai-chatbots-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.ai-chatbots-row > div {
    flex: 0 0 50%;
    max-width: 50%;
}

.ai-chatbots-right img {
    max-width: 100%;
}

.images-icons-ai {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    row-gap: 22px;
}

.images-icons-ai img {
    width: 100%;
    max-width: 262px;
    object-fit: cover;
}

.security-payments-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 5px;
    row-gap: 15px;
}

.security-payments-column {
    flex: 0 0 50%;
    max-width: calc(50% - 5px * 1/2);
    border-radius: 14px;
    overflow: hidden;
}

.security-payments-column img {
    max-width: 100%;
}

.centered-text-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.right-poster {
    position: relative;
}

.security-payment-portion {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* Laptop Get In Touch */

.row-inside-laptop-content{
    background-image: url(../images/bgBrighterFuture.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.row-inside-laptop-content {
    position: absolute;
    top: 41px;
    left: calc(50% + 6px);
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% - 108px);
    max-width: 77%;
}

.laptop-image {
    position: relative;
    margin: 100px 0;
    max-width: 1260px;
}

.row-inside-laptop-content {
    display: flex;
    flex-flow: wrap;
}

.row-inside-laptop-content > div {
    max-width: 50%;
    width: 100%;
}

.right-side-laptop {
    background: #fff;
}

.left-side-laptop {
    color: #fff;
    padding: 35px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/bgBrighterFuture.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}

.image-area-laptop-left {
    position: absolute;
    right: 40px;
    width: 120%;
    top: 250px;
}

.image-area-laptop-left img {
    width: 100%;
}


.image-area-laptop-left:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 130%;
    background: #000;
    z-index: -2;
    filter: blur(41px);
    max-width: 90%;
    opacity: 70%;
}

.image-area-laptop-left img.micro-image-icon {
    position: absolute;
    width: 110px;
    right: 60px;
    bottom: -50px;
    animation: 25s movement infinite alternate;
}

.text-area-laptop-left > div {
    margin: 18px 0;
    max-width: 265px;
}

.text-recaptca {
    margin-top: auto;
}

.text-area-laptop-left > div > h3 {
    font-weight: 600;
    font-family: poppins;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}

.text-recaptca p {
    color: #fff;
    font: 12px;
    opacity: 0.5;
}

.form-git {
    padding: 25px 35px;
}

.form-git > h3 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Noto Sans';
    color: #1a254f;
    line-height: 100%;
}

.form-fields-custom input,.form-fields-custom textarea {
    width: 100%;
    min-height: 40px;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    resize: none;
    font-size: 1rem;
    color: rgb(0 0 0 / 80%);
    background-color: transparent;
}

.form-fields-custom textarea {
    min-height: 95px;
    padding-top: 10px;
}

.form-fields-checkbox label > a {
    color: rgb(0 0 0 / 80%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-fields-custom {
    margin-bottom: 24px;
}

input:focus,input:focus-visible,textarea:focus,textarea:focus,textarea:focus-visible {
    outline: none;
    border-bottom-color: #000;
}

.form-fields-custom label, .form-fields-checkbox label {
    font-size: 16px;
    color: #0009;
}

.btn-submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    max-width: 150px;
    padding: 15px 10px;
    border-radius: 10px;
    background: #1bd2fa;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.btn-submit button:hover {
    background: transparent;
    color: #1bd2fa;
    border-color: #1bd2fa;
}

.btn-submit button:hover img {
    filter: invert(78%) sepia(28%) saturate(6680%) hue-rotate(154deg) brightness(185%) contrast(96%);
}

.btn-submit {
    margin-top: 29px;
}

.btn-submit button img {
    transform: rotate(-90deg);
    max-width: 10px;
}

.form-fields-checkbox label:before,.form-fields-checkbox label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #0009;
    border-radius: 50%;
}

.form-fields-checkbox {
    position: relative;
}

.form-fields-checkbox input[type="checkbox"] {
    display: none;
}

.form-fields-checkbox label {
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 120%;
}

.form-fields-checkbox label:after {
    opacity: 0;
    background: #1bd2fa;
    border: none;
    top: 7px;
    left: 4px;
    width: 9px;
    height: 9px;
    transition: 0.3s ease-in-out;
}

.form-fields-checkbox input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.security-payment-portion-item {
    height: 100%;
    padding: 30px 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.security-payment-portion-bg-items {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 55px 49px;
}

.security-payment-portion-bg-items > img {
    max-width: 110px;
}

.security-payment-portion-bg-items > div {
    margin: 40px 0;
}

.security-payment-portion-bg-items > div > h3 {
    font-size: 16px;
    color: #0009;
    font-family: 'Questrial';
}

.security-payment-portion-bg-items > div > h1 {
    font-size: 30px;
    margin: 8px 0 0;
    font-family: 'Noto Sans';
    line-height: 100%;
}

.security-payment-portion-bg-items > p {
    font-size: 15px;
    line-height: 140%;
    font-family: 'Noto Sans';
}

.btn-reg {
    padding: 12px;
    display: block;
    font-size: 15px;
    color: #0009;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.btn-reg:hover {
    transform: scale(1.05);
}

.black-btn {
    background: #000;
}

.btn-reg > img {
    max-width: 50px;
}

.button-wrapper-all > * {
    margin-bottom: 20px;
}

.button-wrapper-all > *:last-child {
    margin-bottom: 0;
}

.security-payment-portion-item > p {
    font-size: 16px;
    text-align: center;
    color: #6c799b;
    margin-top: 35px;
    font-family: 'Noto Sans';
}

.security-payment-portion-bg-items > div.button-wrapper-all {
    margin-bottom: 0;
}

.line-behind-btn .btn-reg {
    display: inline-block;
    background: #fff;
}

.line-behind-btn {
    position: relative;
    z-index: 1;
}

.line-behind-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgb(0 0 0 / 20%);
    z-index: -1;
}

.grey-btn {
    background: rgb(0 0 0 / 5%);
}

body{
    background: #f9f9f9;
}

.container-gaps{
    background: #fff;
}

/* video {
    margin-bottom: -3px;
} */

.brand-decription-text h1 {
    font-size: 25px;
    font-family: helvetica;
    margin-bottom: 27px;
    color: #0d0d0d;
}

.brand-decription-text > div {
    max-width: 800px;
    margin: 0 auto;
}

.brand-decription-text {
    padding: 40px 7.1% 67px;
    text-align: left;
}

.brand-decription-text p {
    font-family: helvetica;
    line-height: 170%;
    font-size: 16px;
    color: #212121;
}

.security-payments-column img.absolute-image-pattern-purple {
    position: absolute;
    top: 40px;
    left: 40px;
    max-width: 150px;
    animation:15s movement infinite alternate;
}

@keyframes movement {
    0%{
        transform:rotate(0deg) translateY(0px);
    }
    100%{
        transform:rotate(-85deg) translateY(30px);
    }
}

.the-quest-for-brighter-future {
    border-radius: 14px;
    overflow: hidden;
    margin-top: 15px;
}

section.container-gaps.video6-section {
    margin-top: 11px;
}

.position-relative{
    position: relative;
}

.image-section-vr-headset-front {
    position: absolute;
    max-width: 90%;
}

.image-section-vr-headset-bottom {
    position: absolute;
    bottom: 0;
    max-width: 76%;
}

.d-block-on-mobile{
    display: none !important;
}
.section-image,
.section-image-bg-girl {
    border-radius: 14px;
    overflow: hidden;
    margin: 11px auto;
}

.security-payments {
    margin: 11px auto;
}

.git-section {
    background: linear-gradient(90deg, #ece5d9, #ece5d9);
}

.text-area-laptop-left > div > p {
    font-size: 12px;
}

.quest-color-foundation {
    background: linear-gradient(315deg, ghostwhite, transparent);
}

.container-gaps.video3-section {
    padding-top: 11px;
}
.video12-section,
.git-section,
.ai-chatbots {
    margin: 11px auto;
}

.video9-section{
    margin: 22px auto;
}
.ai-chatbots-row > div {
    background: #f8f8fa;
}

.git-section,
.ai-chatbots-row > div {
    border-radius: 14px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .form-fields-checkbox label:after {
        top: 6px;
    }
    .container-gaps {
        max-width: 1150px;
        width: 100%;
    }
    .mw-1040 {
        max-width: 370px;
    }
    
    .the-quest-for-brighter-future-upper-portion {
        padding: 87px 0;
        gap: 10px;
    }
    
    .the-quest-for-brighter-future-upper-portion h3 {
        font-size: 35px;
    }
    
    .the-quest-for-brighter-future-upper-portion h1 {
        font-size: 80px;
    }
    
    .the-quest-for-brighter-future-bottom-portion {
        padding: 45px 0px 40px;
    }
    
    .better-tomorrow-text h3 {
    }
    
    .box-proncipal-colors {
        padding: 20px 20px 40px;
        max-width: 260px;
    }
    
    .values-pricipal-color-box {
        margin-top: 80px;
    }
    
    .box-proncipal-colors p {
        font-size: 18px;
    }
    
    .values-pricipal-color-box p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .bg-left-bottom-image {
        background-size: 60px;
        background-position: left calc(100% + 1px);
    }
    
    .box-proncipal-colors.bg-left-bottom-image .values-pricipal-color-box {
        margin-left: 80px;
    }
    
    .color-quest-design p {font-size: 1rem;line-height: 140%;}
    
    .color-quest-design {
        padding: 15px;
        min-height: 90px;
    }
    
    .row-iconography-icons {
        gap: 20px;
    }
    
    .item-iconography {
        max-width: calc(20% - 20px * 4/5);
    }
    
    .absolute-text-bottom {
        bottom: 70px;
    }
    
    .images-icons-ai img {
        max-width: 170px;
    }
    
    .images-icons-ai {
        gap: 3%;
    }
    .row-inside-laptop-content {
        top: 29px;
        left: calc(50% + 3px);
        width: 100%;
        height: calc(100% - 80px);
        max-width: 78%;
    }
    
    .laptop-image {
        margin: 70px 0;
    }
    
    .text-area-laptop-left > div > h3 {
        font-size: 16px;
        line-height: 140%;
    }
    
    .text-area-laptop-left > div {
        margin: 15px 0;
    }
    
    .image-area-laptop-left {
        top: 200px;
        width: 115%;
    }
    
    .image-area-laptop-left img.micro-image-icon {
        width: 70px;
        right: 30px;
        bottom: -40px;
    }
    
    .form-git > h3 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    
    .form-git {
        padding: 35px 40px;
    }
    
    .form-fields-custom input, .form-fields-custom textarea {
        min-height: 35px;
    }
    
    .form-fields-custom {
        margin-bottom: 15px;
    }
    
    .form-fields-custom label, .form-fields-checkbox label {
        font-size: 14px;
    }
    
    .btn-submit button {
        max-width: 130px;
        padding: 12px 7px;
        font-size: 16px;
    }
    
    .btn-submit {
        margin-top: 15px;
    }
    
    .form-fields-custom textarea {
        height: 60px;
    }
    
    .form-fields-checkbox label {
        font-size: 0.75rem;
    }
    
    .security-payment-portion-item {
        padding: 30px 50px;
    }
    
    .security-payment-portion-bg-items > img {
        max-width: 90px;
    }
    
    .security-payment-portion-bg-items > div > h3 {
        font-size: 18px;
    }
    
    .security-payment-portion-bg-items > div > h1 {
        font-size: 35px;
    }
    
    .security-payment-portion-bg-items > p {
        font-size: 14px;
    }
    
    .btn-reg > img {
        max-width: 55px;
    }
    
    .button-wrapper-all > * {
        margin-bottom: 15px;
    }
    
    .btn-reg {
        padding: 10px;
    }
    
    .security-payment-portion-bg-items {
        padding: 25px;
    }
    
    .security-payment-portion-item > p,.centered-text-absolute p {
        font-size: 18px;
        margin-top: 15px;
    }
    
    .principal-colors-row > div {
        max-width: 450px;
    }
    
    
    .brand-decription-text p {
        font-size: 16px;
    }


.brand-decription-text {
    text-align: left;
    }
    .principal-colors-row {
        max-width: 987px;
    }
    .laptop-image {
        max-width: 1030px;
    }
}

@media (max-width: 1024px) {
    .container-gaps {
        max-width: 100%;
    }
    
    .mw-1040 {
        max-width: 200px;
        margin: 0 auto;
    }
    
    .the-quest-for-brighter-future-upper-portion h3 {
        font-size: 20px;
    }
    
    .the-quest-for-brighter-future-upper-portion h1 {
        font-size: 40px;
    }
    
    .the-quest-for-brighter-future-bottom-portion img {
        max-width: 400px;
    }
    
    .the-quest-for-brighter-future-upper-portion {
        padding: 30px 0;
    }
    
    .the-quest-for-brighter-future-bottom-portion {
        padding: 25px 10px;
    }
    
    .better-tomorrow-text h3 {
        font-size: 16px;
    }
    
    .better-tomorrow-text {
        margin-top: 20px;
    }
    
    .better-tomorrow-text > img {
        max-width: 15px;
    }
    
    .principal-colors {
        padding: 50px 0 0;
    }
    
    .box-proncipal-colors.bg-left-bottom-image {
        position: static;
        background-image: none;
    }
    
    .principal-colors-row > div {
        text-align: center;
    }
    
    .box-proncipal-colors {
        padding: 20px 20px 20px;
        max-width: 100%;
    }
    
    .box-proncipal-colors.bg-left-bottom-image .values-pricipal-color-box {
        margin-left: 0;
    }
    
    .values-pricipal-color-box {
        margin-top: 35px;
    }
    
    .box-proncipal-colors.bg-none {
        background: #0138d7;
    }
    
    .box-proncipal-colors.bg-none .color-0138D7 {
        color: #fff;
    }
    
    .left-side-principal-color > div,.right-side-principal-color > div {
        margin-bottom: 15px;
    }
    
    .left-side-principal-color > div:last-child, .right-side-principal-color > div:last-child {
        margin-bottom: 0;
    }
    
    .principal-colors-row > div {
        max-width: calc(45% - 15px * 1/2);
    }
    
    .principal-colors-row {
        gap: 15px;
        justify-content: center;
    }
    
    .quest-color-foundation {
        padding: 50px 0;
    }
    
    .color-quest-design p {
        font-size: 0.75rem;
        word-break: break-all;
    }
    
    .row-quest {
        gap: 10px;
    }
    
    .columns-quest-color {
        flex: 0 0 25%;
        max-width: calc(25% - 10px* 3 / 4);
    }
    
    .color-quest-design {
        padding: 10px;
        min-height: 70px;
        margin-bottom: 10px;
    }
    
    .iconography-icons {
        padding: 50px 0;
    }
    
    .row-iconography-icons {
        gap: 10px;
        max-width: 90%;
    }
    
    .item-iconography {
        max-width: calc(20% - 10px * 4/5);
    }
    
    .images-icons-ai img {
        max-width: 110px;
    }
    
    .left-side-laptop {
        display: none;
    }
    
    .row-inside-laptop-content > div {
        max-width: 100%;
    }
    
    .row-inside-laptop-content {top: 19px;left: calc(50% + 2px);height: calc(100% - 51px);max-width: 77%;}
    
    .right-side-laptop {overflow: auto;}
    
    .form-git {
        padding: 15px 15px;
    }
    
    .form-git > h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .form-fields-custom label, .form-fields-checkbox label {
        font-size: 12px;
    }
    
    .btn-submit {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .form-fields-custom input, .form-fields-custom textarea {
        min-height: 30px;
        font-size: 0.75rem;
    }
    
    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 0.75rem;
    }
    
    .mobile-code-style .iti__flag {
        height: 14px;
        width: 25px;
    }
    
    .mobile-code-style .iti__selected-flag {
        width: 95px;
    }
    
    .btn-submit button {
        max-width: 110px;
        padding: 9px 5px;
        font-size: 0.75rem;
        border-radius: 5px;
    }
    
    .security-payment-portion-item {
        padding: 0;
    }
    
    .security-payment-portion-bg-items {
        padding: 10px;
        border-radius: 0;
        background: #fff;
    }
    
    .security-payment-portion-bg-items > img {
        max-width: 50px;
    }
    
    .security-payment-portion-bg-items > div > h3 {
        font-size: 14px;
    }
    
    .security-payment-portion-bg-items > div > h1 {
        font-size: 25px;
        margin: 5px 0 0;
    }
    
    .security-payment-portion-bg-items > div {
        margin: 10px 0;
    }
    
    .button-wrapper-all > * {
        margin-bottom: 10px;
    }
    
    .security-payments-row {
        gap: 10px;
    }
    
    .security-payments-column {
        max-width: calc(50% - 10px * 1/2);
    }
    
    .btn-reg {
        padding: 9px;
        border-radius: 4px;
    }
    
    .btn-reg > img {
        max-width: 40px;
    }
    
    .security-payment-portion-item > p, .centered-text-absolute p {
        font-size: 14px;
        margin-top: 5px;
    }

    .security-payments-column img.absolute-image-pattern-purple{
        top: 0px;
        left: 0px;
        max-width: 50px;
    }
    
    
    .security-payment-portion {
        background: #fff !important;
    }
    
    .security-payment-portion-item > p {
        color: #000;
    }
    
    .right-poster {
        display: flex;
        height: 100%;
    }
    
    .btn-reg {
        font-size: 12px;
    }
    .brand-decription-text p {
        font-size: 16px;
    }

    .iti-mobile .iti--container {
        left: 0px;
        right: 0px;
    }
    
    .iti__country-list {
        max-width: 100%;
    }
    .form-fields-checkbox label:after {
        top: 6px;
        width: 7px;
        height: 7px;
        left: 3px;
    }
    
    .form-fields-checkbox label:before {
        width: 12px;
        height: 12px;
    }
    .box-proncipal-colors.bg-none{
        margin-top: 0px;
    }
    .laptop-image img {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .laptop-image {
        text-align: center;
    }
}

@media (max-width: 605px) {
    .container-gaps {
        max-width: 100%;
    }
    
    .mw-1040 {
        max-width: 200px;
    }
    .the-quest-for-brighter-future-upper-portion h3 {
        font-size: 16px;
    }
    
    .the-quest-for-brighter-future-upper-portion h1 {
        font-size: 30px;
    }
    
    .the-quest-for-brighter-future-upper-portion {
        gap: 5px;
        padding: 20px 0;
    }
    
    .the-quest-for-brighter-future-bottom-portion img {
        max-width: 80%;
    }
    
    .better-tomorrow-text h3 {
        font-size: 14px;
        line-height: 130%;
    }
    
    .better-tomorrow-text > img {
        max-width: 10px;
    }
    .brand-decription-text h1 {
        font-size: 25px;
    }
    
    .principal-colors-row > div {
        max-width: 95%;
    }
    
    .principal-colors-row {
        flex-flow: wrap;
    }
    
    .principal-colors {
        padding: 25px 0;
    }
    
    .box-proncipal-colors .values-pricipal-color-box {
        margin-top: 20px !important;
    }
    
    .box-proncipal-colors p {
        font-size: 16px;
    }
    
    .values-pricipal-color-box p {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .columns-quest-color {
        flex: 0 0 50%;
        max-width: calc(50% - 5px* 3 / 4);
    }
    .row-quest {
        max-width: 95%;
        margin: 0 auto;
        gap: 5px;
    }
    
    .quest-color-foundation {
        padding: 25px 0;
    }
    
    .color-quest-design {
        padding: 10px;
        min-height: 70px;
        margin-bottom: 5px;
    }
    
    .color-quest-design:last-child {
        margin-bottom: 0;
    }
    
    .color-quest-design p {
        font-size: 12px;
    }
    
    .row-iconography-icons {
        max-width: 95%;
        justify-content: flex-start;
    }
    
    .item-iconography {
        max-width: calc(33.33% - 10px * 2/3);
        flex: 0 0 33%;
    }
    
    .better-tomorrow-text h3 {
        font-size: 12px;
    }
    
    .absolute-text-bottom {
        gap: 5px;
        bottom: 20px;
    }
    
    .images-icons-ai img {
        max-width: 60px;
    }
    
    .row-inside-laptop-content {
        top: 7px;
        left: calc(50% + 1px);
        height: calc(100% - 20px);
        max-width: calc(100% - 70px);
        position: static;
        max-width: 100%;
        height: auto;
        transform: none;
        padding: 40px 5%;
        width: 100%;
        flex: 0 0 100%;
    }
    
    .laptop-image {
        margin: 0px 0;
    }
    
    .laptop-image > img {
        padding: 20px 0;
    }
    
    .security-payments-column {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section-min-h-100vh.for-mobile-100vh-spacing {
        min-height: auto;
    }
    
    .section-min-h-100vh.for-mobile-100vh-spacing .d-flex.align-items-center.justify-content-center.h-100 {
        height: auto;
        padding:100px 0;
    }
    .iti__country-list {
        /* max-width: 240px; */
        width: 100vw;
        height: 100vh;
    }
    .laptop-image {
        max-width: 100%;
        width: 100%;
    }
    
    .security-payments-column img.absolute-image-pattern-purple {
        max-width: 60px;
    }
    .d-none-on-mobile{
        display: none !important;
    }
    .d-block-on-mobile{
        display: block !important;
    }
}