.color-blue {
    color: #0093D1 !important;
}
.default_btn,
.default_btn.light:hover{
    background-color: #0093D1 !important;
    color: #fff !important;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid #0093D1 !important;
}
.default_btn.light,
.default_btn:hover {
    background-color: #fff !important;
    color: #0093D1 !important;
}
.d-none {
    display: none !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.w-100 {
    width: 100%;
}
.m-auto {
    margin: auto !important;
}
.h-auto {
    height: auto !important;
}
/*banner style start*/
.ipad-banner {
    position: relative;
    padding: 125px;
    background: radial-gradient(80% 60% at 50% 40%,rgba(0, 147, 209, 0.25) 0%,rgba(0, 147, 209, 0) 70%),
                linear-gradient(180deg,rgba(2, 15, 43, 0.85) 0%,rgba(3, 27, 78, 0.55) 40%,rgba(2, 15, 43, 0.92) 100%);
}
.ipad-banner > picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.ipad-banner > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ipad-banner .text-center {
    max-width: 610px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.ipad-banner .text-center h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 72px;
    text-transform: none;
    letter-spacing: -3.6px;
    background: linear-gradient(102.31deg, #FFFFFF 0%, #FFFFFF 48.08%, #9CA3AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ipad-banner .text-center p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}
.ipad-banner .text-center button {
    background: linear-gradient(105.45deg, #FFFFFF 0%, #DCE8FF 100%);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding: 16px 34px;
    color: #031B4E;
}
.ipad-stats {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background: rgba(5, 58, 80, 0.45);
    border: 1px solid rgba(0, 147, 209, 0.3);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    justify-content: center;
    padding: 24px 12px;
    width: fit-content;
    margin: 90px auto 0 !important;
    text-align: center;
}
.ipad-stats > div {
    border-right: 1px solid #E2E8F0;
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ipad-stats > div:last-child {
    border: none;
}
.ipad-stats > div > span:first-child {
    display: block;
    font-weight: 800;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.68px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.ipad-stats > div > span:first-child::after {
    content: '';
    height: 3px;
    width: 32px;
    background: #0093D1;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
}
.ipad-stats > div > span:last-child {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2%;
    color: #fff;
    white-space: nowrap;
}
/*banner style end*/

/*products style start*/
.product-section {
    background-color: #F8FAFC;
    padding: 80px 0 65px;
}
.text-area > span {
    display: block;
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #0093D1;
    margin-bottom: 16px;
}
.text-area > h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.96px;
    color: #0B1220;
    margin-bottom: 16px;
}
.text-area > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: #64748B;
    margin-bottom: 33px;
}
.product-list,
.event-list {
    display: flex;
    flex-wrap: wrap;
}
.product-list > div {
    margin: 15px 0;
}
.event-list > div {
    margin: 24px 0;
}
.single-product {
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    height: 100%;
    background-color: #fff;
}
.single-product > div:first-child {
    padding: 10px;
    background-color: #F1F5F9;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.single-product > div:first-child img {
    width: 220px;
}
.single-product > div:last-child {
    background-color: #fff;
    padding: 24px 24px 70px 24px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: calc(100% - 240px);
    /*position: relative;*/
    text-align: left;
}
.single-product > div:last-child > span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5px;
    color: #0B1220;
    margin-bottom: 16px;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.single-product > div:last-child > span.color-blue {
    color: #0093D1;
    background-color: rgba(0, 147, 209, 0.09);
}
.single-product > div:last-child > span.color-purple {
    color: #7C3AED;
    background: rgba(124, 58, 237, 0.05);
}
.single-product > div:last-child > span.color-green {
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
}
.single-product > div:last-child > span.color-grey {
    color: #A1A1A1;
    background: #EEEEEE;
}
.single-product > div:last-child > h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #0B1220;
    margin-bottom: 8px;
}
.single-product > div:last-child > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    color: #64748B;
    margin-bottom: 16px;
}
.single-product > div:last-child > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 26px;
    margin-bottom: 16px;
    list-style-type: none;
}
.single-product > div:last-child > ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #4B5563;
    cursor: pointer;
    position: relative;
}
.single-product > div:last-child > ul li:before {
    content: "✓";
    position: absolute;
    left: -26px;
    top: 0px;
    color: #fff;
    font-weight: bold;
    height: 16px;
    width: 16px;
    display: grid;
    place-content: center;
    background: #0093D1;
    border-radius: 100%;
}
.single-product > div:last-child > ul li:hover {
    color: #0093D1;
}
.single-product > div:last-child > button,
.single-product > div:last-child > a {
    border: 1px solid #0093D1;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #0093D1;
    background-color: #fff;
    width: calc(100% - 80px);
    position: absolute;
    bottom: 24px;
    left: 40px;
    text-align: center;
}
.single-product.h-auto > div:last-child > button,
.single-product.h-auto > div:last-child > a {
    bottom: unset;
}
.single-product > div:last-child > button:hover,
.single-product > div:last-child > a:hover {
    background-color: #0093D1;
    color: #fff;
}
/*products style end*/

/*event style start*/
.event_section {
    background-color: #111827;
    padding: 80px 0;
}
.event_section .text-center span {
    font-weight: 600;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.1px;
    color: #0093D1;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}
.event_section .text-center h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.event_section .text-center p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: #94A3B8;
    margin-bottom: 32px;
}
.single-event {
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    height: 100%;
}
.single-event:hover {
    background: rgba(29, 78, 216, 0.07);
    border: 1px solid rgba(29, 78, 216, 0.25);
}
.single-event span {
    display: inline-block;
    padding: 12px;
    background: rgba(0, 147, 209, 0.15);
    border-radius: 12px;
    margin-bottom: 20px;
}
.single-event h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.single-event p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #94A3B8;
}
/*event style end*/

/*accessories section start*/
.accessories-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.accessories-list {
    display: flex;
    flex-wrap: wrap;
}
.single-accessories {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid #E2E8F0;
    height: 100%;
}
.single-accessories span {
    padding: 12px;
    background: rgba(0, 147, 209, 0.1);
    border: 1px solid rgba(29, 78, 216, 0.2);
    border-radius: 12px;
    height: fit-content;
    display: grid;
    place-content: center;
}
.single-accessories h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0B1220;
    margin-bottom: 4px;
}
.single-accessories p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #64748B;
}
/*accessories section end*/

/*story section start*/
.story-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.single-story {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px -15px rgba(0, 0, 0, 0.25);
}
.single-story > div {
    padding: 0;
}
.single-story img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.single-story .text-area {
    padding: 100px 50px;
}
.single-story .text-area p {
    color: #111827;
}
.single-story .text-area button,
.single-story .text-area a {
    width: 100%;
    text-align: center;
}
.single-story .text-area div.buttons {
    display: flex;
    gap: 12px;
}
/*story section end*/

/*trust section start*/
.trust-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.trust-list {
    background-color: #0B1220;
    border-radius: 16px;
    padding: 48px;
    margin: 0 !important;
}
.trust-list > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.single-trust {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #94A3B8;
    padding: 0 18px;
}
.single-trust span {
    padding: 12px;
    background: rgba(29, 78, 216, 0.15);
    border: 1px solid rgba(29, 78, 216, 0.25);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    display: grid;
    place-content: center;
    margin: 0 auto 16px auto;
}
.single-trust h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.single-trust p {
    font-size: 14px;
}
/*trust section end*/

/*location section start*/
.location-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.location-section > div > div.row {
    display: flex;
    flex-wrap: wrap;
}
.img-wrapper {
    padding: 10px;
    text-align: center;
    background: #ABABAB;
    border: 1px solid #D1D5DB;
    border-radius: 24px;
    display: flex;
    height: 100%;
}
.product-elements {
    display: flex;
    flex-wrap: wrap;
}
.product-elements > div {
    margin-bottom: 16px;
}
.product_items {
    font-weight: 400;
    font-size: 16px;
    line-height: 29.25px;
    /*margin-bottom: 16px;*/
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 0px;
    height: 100%;
    display: grid;
    place-content: center;
}
.product_items h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}
/*.product_items p {
    display: none;
}
.product_items:hover p {
    display: block;
}*/
.down-btn {
    border: none;
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    line-height: 29.25px;
    color: #0093D1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}
.down-btn .rotate {
    transform: rotate(180deg);
}
/*location section end*/

/*form section start*/
.form-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.form-wrapper {
    margin: 0;
    background-color: #0093D1;
    border-radius: 24px;
    padding: 64px 32px;
    background-image: url(../images/general_images/worldvector.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-wrapper .text-area > h2,
.form-wrapper .text-area > p {
    color: #fff;
}
.contact_wrapper {
    display: flex;
    gap: 12px;
    margin: 12px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.form-wrapper form {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}
.form-wrapper form > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 24px;
}
.form-wrapper form label {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.deviceSelect ~ .select2-container,
.form-wrapper form input,
.form-wrapper form select {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
    margin-bottom: 18px;
}
.deviceSelect ~ .select2-container {
    padding: 9px 12px;
}
.deviceSelect ~ .select2-container .select2-selection--multiple {
    background: #F9FAFB;
}
.form-wrapper form select.countrySelect {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.form-wrapper form select.countrySelect ~ input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-wrapper form input::placeholder {
    color: #9CA3AF;
}
/*form section end*/

/*faq section start*/
.faq-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}
.faq-section .text-area a {
    padding: 12px 130px;
}
#accordion .panel .panel-heading .panel-title a span {
    float: left !important;
    background-color: transparent !important;
    display: grid;
    place-content: space-around;
    margin-right: 8px;
}
#accordion .panel {
    border-left: 6px solid #0093D1 !important;
    border-radius: 4px 16px 16px 4px;
    padding: 32px;
}
#accordion .panel .panel-heading .panel-title a {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #0093D1 !important;
}
#accordion .panel-body {
     max-width: 100% !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
/*faq section end*/

/*country select start*/
.country-select {
    position: relative;
    display: flex;
}
.countryDropdown {
    width: 214px !important;
    margin-top: -22px;
    border: 1px solid #E5E7EB;
}
.select2-selection {
    height: 100% !important;
    border: none !important;
    padding: 0 !important;
}
.select2-selection__rendered {
    display: grid !important;
    place-content: center;
    white-space: nowrap !important;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px !important;
    color: #000 !important;
    width: 100%;
    margin: 0;
}
ul.select2-selection__rendered {
    border: none;
}
.select2-selection__arrow {
    top: calc(50% - 22px) !important;
}
.deviceSelect ~ .select2-container textarea {
    background-color: red;
}
/*country select end*/

/*responsice style start*/
@media only screen and (max-width: 768px) {
    .ipad-stats > div:nth-child(2) {
        border-right: none;
    }
    .img-wrapper {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 480px) {
    .ipad-banner .text-center h1 {
        font-size: 55px;
    }
    .ipad-stats > div:nth-child(2) {
        border-right: none;
    }
    .ipad-stats > div {
        padding: 6px 12px;
    }
    .ipad-stats > div > span:first-child {
        font-size: 32px;
    }
    .text-area > h2,
    .event_section .text-center h2 {
        font-size: 34px;
    }
    .single-story img {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
    }
    .trust-list > div:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .single-trust {
        padding: 18px;
    }
    .faq_accordion {
        margin-top: 40px;
    }
    .default_btn, .default_btn.light:hover {
        padding: 8px 16px;
    }
    .img-wrapper {
        margin-top: 24px;
        padding: 80px 10px;
    }
    .product-section,
    .event_section,
    .accessories-section,
    .story-section,
    .trust-section,
    .location-section,
    .form-section,
    .faq-section {
        padding: 40px 0;
    }
}
/*responsice style end*/