﻿.text-start {
    text-align: start;
}

.relative {
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

.bg-\[\#F6FBFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 251 255 / var(--tw-bg-opacity));
    border-radius: 20px;
}

.main-header .nav-outer {
    position: static;
    float: right;
    border-radius: 50px;
    padding: 0px 15px 0px 40px;
    background-color: rgba(255, 255, 255, 0.15);
}

a {
    white-space: nowrap;
}

@media (min-width: 300px) {

    /* xxs */
    .xxs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bg-\[\#E7ECF1CC\] {
    background-color: #e7ecf1cc;
}

@media (min-width: 1024px) {
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:gap-10 {
        gap: 2.5rem;
    }
}

@media (min-width: 768px) {
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 768px) {
    .md\:gap-8 {
        gap: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:justify-center {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .md\:max-w-fit {
        max-width: fit-content;
    }
}

@media (min-width: 640px) {
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 640px) {
    .sm\:gap-6 {
        gap: 1.5rem;
    }
}

@media (min-width: 640px) {
    .sm\:flex {
        display: flex;
    }
}

@media (min-width: 400px) {
    .xs\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 300px) {
    .xxs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bg-\[\#E7ECF1CC\] {
    background-color: #e7ecf1cc;
}

.rounded-20 {
    border-radius: 20px;
}

.gap-4 {
    gap: 1rem;
}

.rounded-20 {
    border-radius: 20px;
}

@media (min-width: 300px) {
    .xxs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bg-\[\#E7ECF1CC\] {
    background-color: #e7ecf1cc;
}

.rounded-20 {
    border-radius: 20px;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.font-semibold {
    font-weight: 600;
}

.text-base {
    font-size: 1rem;
    line-height: 1.1rem !important
}

@media (min-width: 400px) {
    .text-base {
        font-size: 1rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 400px) {
    .xs\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.font-bold {
    font-weight: 700;
}

.py-4 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}



@media (min-width: 1024px) {
    .lg\:mb-2 {
        margin-bottom: .5rem;
    }
}

.text-primary {
    --tw-text-opacity: 1;
    color: #0085c1 !important
        /* color: rgb(0 84 144 / var(--tw-text-opacity)); */
}

.bg-\[\#E9F1F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 241 246 / var(--tw-bg-opacity));
}

.rounded-lg2 {
    border-radius: 10px;
}

.ml-2 {
    margin-left: .5rem;
}


.gap-2 {
    gap: .5rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.mb-8 {
    margin-bottom: 2rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}



/* Apply styles to make it scrollable in mobile */
.platform-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 0 12px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.platform-scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

/* Individual link style */
.platform-link {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 16px;
    background-color: #E9F1F6;
    color: #1e293b;
    /* Tailwind's slate-800 */
    border-radius: 0.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

/* Desktop layout */
@media (min-width: 1024px) {
    .platform-scroll-container {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
    }
}


@media (min-width: 1024px) {
    .lg\:gap-6 {
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:gap-5 {
        gap: 1.25rem;
    }
}

@media (min-width: 640px) {
    .sm\:gap-4 {
        gap: 1rem;
    }
}

.pb-12 {
    padding-bottom: 3rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}


.grid {
    display: grid;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.bg-tag-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.rounded-lg {
    border-radius: .5rem;
}

.font-medium {
    text-align: justify;
    margin-top: 5px !important;
}

.bg-gradient-portfolio {
    background-image: linear-gradient(165.31deg, #d9efff -5.47%, #f1f9ff 121.48%);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.duration-300 {
    transition-duration: .3s;
}

.rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}



.z-10 {
    z-index: 10;
}

.justify-center {
    justify-content: center;
}

.hover\:bg-gradient-primary:hover {
    background-image: linear-gradient(92.62deg, #4d86db, #0085c1);
}

.py-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

.my-2 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}

/* .py-2 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
} */

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.imgAuto {
    height: 250px;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.zoom-img {
    transition: transform 0.3s ease-in-out;
}

.zoom-img:hover {
    transform: scale(1.1);
}

.mt-2 {
    margin-top: .5rem;
}

.w-full {
    width: 100%;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-2 {
    gap: .5rem;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.font-semibold {
    font-weight: 600;
}


.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: #b1c2d2; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    /* vertical-align: middle; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0085c1;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    color: #fff;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2 {
    padding: 0.7rem !important;
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: #0085c1 !important;
    border-bottom-width: 4px !important;
    /* border-color: rgb(0 84 144 / var(--tw-border-opacity)); */
}

.border-b-4 {
    border-bottom-width: 4px;
    border-color: #f0f0f0;
}

.backgrond-color {
    --tw-bg-opacity: 1;
    background-color: #0085c1 !important;
    /* background-color: rgb(0 84 144 / var(--tw-bg-opacity)); */
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.image-container {
    width: 100%;
    height: 400px;
    /* background-color: #f5f5f5; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container img {
    /* width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top; */

    width: auto;
    height: auto;
    object-fit: cover;
    object-position: initial;
}

.w-full:hover {
    cursor: pointer !important;
}