/*Font-sizes
   12px, 16px, 20px, 24px, 32px, 40px, 48px, 64px, 72px, 84px
   0.75rem, 1rem, 1.25rem, 1.5rem, 2rem, 2.5rem, 3rem, 4rem, 5rem, 6rem
*/

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #F8F9FA;
    justify-content: center;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/********************
NAVBAR SECTION
********************/


.navbar-bg {
    background-color: #e2eafc;
}

.navbar-brand {
    font-family: 'Alice';
    color: #33415c;
}

.navbar {
    margin-bottom: 3rem;
}

.logo-img {
    width: 3rem;
    /*margin-left: 1rem;*/
    margin-right: 1rem;
}

/********************
HEADINGS
********************/

h1 {
    color: #5c677d;
    font-family: 'Alice';
    font-size: 2.5rem;
    font-weight: 500;
}

h2 {
    color: #274c77;
    font-family: 'Rouge Script';
    font-size: 2.5rem;
    font-weight: 500;
}

h3 {
    color: #5c677d;
    font-family: 'Alice';
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    color: #274c77;
    font-family: 'Rouge Script';
    font-size: 2rem;
    font-weight: 500;
}

/********************
GENERAL REUSED 
********************/

.general-text {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 1rem;
    color: #33415c;
    line-height: 2;
}

.general-img {
    width: 40%;
    border-radius: 3rem;
}

.general-btn {
    display: inline-block;
    text-decoration: none;
    margin: 2rem auto;
    background-color: #abc4ff;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 1rem;
    font-family: 'Alice';
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
}

    .general-btn:hover, .general-btn:active, .founder-btn:hover, .founder-btn:active, .form-btn:hover, .form-btn:active {
        background-color: #F8F9FA;
        box-shadow: inset 0 0 0 4px #abc4ff;
        color: #33415c;
        transition: 0.5s ease;
    }

.box-white {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
    flex: 1;
}

.box-green {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-bottom: 1rem;
    background-color: #edf2fb;
    padding: 3rem;
    border-radius: 3rem;
    flex: 1;
}

.general-list {
    font-family: "Montserrat";
    line-height: 2;
    color: #595959;
    font-size: 1rem;
}

/********************
INTRO SECTION
********************/

.main-imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    gap: 2.5rem;
}

.main-imgmid {
    width: 35%;
    box-shadow: 0 10px 30px rgba(162, 178, 255, 0.25);
}

.main-imgside {
    width: 25%;
    height: 70%;
    box-shadow: 0 10px 30px rgba(162, 178, 255, 0.25);
}

.introbox {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
    line-height: 2;
}
.planbox-text {
    width: 80%;
    line-height: 2;
}

.web-img {
    width: 40%;
    border-radius: 3rem;
    filter: grayscale(20%);
}

/********************
WHY CHOOSE US SECTION
********************/


.card-section-rotate {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
    align-items: center;
}

.side-heading {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /*background-color: lightpink;*/
}

.content-column {
    display: flex;
    gap: 2rem;
    width: 73%;
    align-items: center;
}

.diamond-bullet {
    font-size: 1.5rem;
    padding-right: 1rem;
}

/********************
FOUNDER SECTION
********************/

.founder-column {
    display: flex;
    gap: 0rem;
    width: 100%;
    align-items: center;
}

.founder-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 900px;
}


.founder-icon {
    font-size: 1.5rem;
    padding: 1rem 0;
    transform: rotate(90deg)
}

.founder-img {
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.founder-imgbox {
    width: 40%;
}

.founder-text {
    width: 100%;
    line-height: 2;
}

.reason-text {
    max-width: 450px;
    line-height: 2;
}

/********************
PACKAGES
********************/

.card-section {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 80px auto;
    width: 100%;
    margin-bottom: 6rem;
}

.card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
    background-color: #edf2fb;
    border-radius: 1rem;
    border: none;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}
    .card:hover,
    .card2:hover,
    .card3:hover,
    .card-center:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .card .general-btn,
    .card2 .general-btn,
    .card3 .general-btn {
        margin-top: auto;
        align-self: center
    }

    .card-center .general-btn {
        margin-top: auto;
    }

.card2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
    background-color: #e2eafc;
    border-radius: 1rem;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.card3 {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
    background-color: #d7e3fc;
    border-radius: 1rem;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.card-center {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2em;
    background-color: #edf2fb;
    border-radius: 1rem;
    border: none;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

    .box-invest2 {
        display: flex;
        justify-content: center;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background: white;
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
}

   /* .card,
    .card2,
    .card3 {
        position: relative;
        overflow: hidden;
    }*/

/*.price-banner {
    position: absolute;
    top: 10px;
    right: -40px;
    background-color: #b6ccfe;
    padding: 0.5rem 3rem;
    font-size: 1rem;
    font-weight: 500;
    transform: rotate(45deg);
    text-align: center;
    letter-spacing: 1px;
}

.price-banner-long {
    position: absolute;
    top: 20px;
    right: -50px;
    background-color: #b6ccfe;
    padding: 0.5rem 3rem;
    font-size: 1rem;
    font-weight: 500;
    transform: rotate(45deg);
    text-align: center;
    letter-spacing: 1px;
}*/

.photo-strip {
    overflow: hidden;
    width: 100%;
    margin-bottom: 6rem;
}

    .photo-track {
        display: flex;
        width: max-content;
        animation: scroll 25s linear infinite;
    }

        .photo-track img {
            height: 200px;
            width: auto;
            margin-right: 1rem;
        }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    .see-more-btn {
        font-family: 'Alice';

    }

/********************
CONTACT US
********************/

.enquiry-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    flex: 1;
}

label {
    margin-bottom: 0.5rem;
    font-family: 'Montserrat';
    font-size: 1rem;
}

input,
textarea {
    padding: 0.75rem;
    border: 1px solid #d7e3fc;
    border-radius: 0.5rem;
    font-family: 'Montserrat';
    font-size: 1rem;
}

    input:focus,
    textarea:focus {
        outline: none;
        border-color: #abc4ff;
    }

select {
    padding: 0.75rem;
    border: 1px solid #d7e3fc;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    background-color: #fff;
}

    select:focus {
        outline: none;
        border-color: #abc4ff;
    }

.form-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin: 2rem auto;
    background-color: #abc4ff;
    padding: 0rem 1.5rem;
    border: none;
    border-radius: 1rem;
    font-family: 'Alice';
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.enquiry-container {
    display: flex;
    gap: 4rem;
}

.enquiry-text {
    width: 40%;
}

.form-container {
    width: 60%
}

.name {
    display: flex;
    width: 100%;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.name .form-group {
    flex: 1 1 45%;
    min-width: 200px;
}

.socials {
    display: flex;
}

.see-more-btn {
    display: none;
}

/********************
BELOW 1199PX
********************/


@media (max-width: 1199px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    .general-btn, .founder-btn, .form-btn {
        font-size: 1.25rem;
    }

    .content-column {
        gap: 1rem;
    }

    .founder-column {
        gap: 1rem;
    }
}

/********************
BELOW 991PX
********************/


@media (max-width: 991px) {

    .general-text {
        font-size: 0.75rem;
    }

    .general-list {
        font-size: 0.75rem;
    }

    .navbar-brand {
        font-size: 1rem;
    }

    .card-section {
        flex-direction: column;
    }

    .card-section-rotate {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 3rem;
    }

    .side-heading {
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        margin-bottom: 1rem;
    }

    .content-column {
        flex-direction: column;
        width: 100%;
    }

    .reason-text {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 1rem 3rem;
        max-width: 900px;
    }

    .founder-column {
        flex-direction: column;
    }

    /*.founder-text {
        text-align: left;
    }*/

    .founder-icon {
        transform: rotate(0deg);
        padding: 0 1rem;
        ;
    }

    /*.founder-hidden {
        display: none;
    }*/

    .founder-img {
        width: 100%;
    }

    .founder-text {
        width: 60%;
    }

    /*.see-founder-btn {
        display: block;
        margin-top: 1rem;
        text-decoration: none;
        margin: 2rem auto;
        background-color: #abc4ff;
        padding: 0rem 1.5rem;
        border: none;
        border-radius: 1rem;
        font-family: 'Alice';
        font-size: 1.25rem;
        font-weight: 500;
        color: #fff;
    }*/

    .name {
        gap: 0rem;
    }

    label {
        margin-bottom: 0.5rem;
        font-family: 'Montserrat';
        font-size: 0.75rem;
    }

    input,
    textarea {
        padding: 0.5rem;
        border: 1px solid #d7e3fc;
        border-radius: 0.5rem;
        font-family: 'Montserrat';
        font-size: 0.75rem;
    }

    select {
        padding: 0.5rem;
        border: 1px solid #d7e3fc;
        border-radius: 0.5rem;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.75rem;
        background-color: #fff;
    }

    /********************
BELOW 767PX
********************/


    @media (max-width: 767px) {

        .card ul,
        .card2 ul,
        .card3 ul,
        .card .general-btn,
        .card2 .general-btn {
            display: none;
        }

        .see-more-btn {
            display: block;
            margin-top: 1rem;
            text-decoration: none;
            margin: 2rem auto;
            background-color: #abc4ff;
            padding: 0rem 1.5rem;
            border: none;
            border-radius: 1rem;
            font-family: 'Alice';
            font-size: 1.25rem;
            font-weight: 500;
            color: #fff;
        }

        .main-imgbox {
            margin-top: 2rem;
        }

        .introbox {
            width: 80%;
        }

        .content-column {
            grid-template-columns: 1fr;
        }

        .enquiry-container {
            flex-direction: column;
            align-items: center;
        }

        .enquiry-text {
            width: 85%;
        }

        .form-container {
            width: 70%
        }

        .founder-btn {
            font-size: 1rem;
            display: block;
            text-align: center;
        }

        .see-founder-btn {
            font-size: 1rem;
        }

        .main-imgbox {
            margin-bottom: 3rem;
        }

        .general-btn {
            margin: 2rem auto;
        }

        .card-section {
            margin: 4rem auto;
        }

        .card-section-rotate {
            gap: 3rem;
            margin-bottom: 2rem;
        }

        .reason-text {
            gap: 1rem;
        }

        .founder-column {
            gap: 0rem;
        }

        .photo-strip {
            margin-bottom: 0rem;
        }
    }

    /********************
BELOW 515PX
********************/


    @media (max-width: 515px) {

        .general-btn, .founder-btn, .see-more-btn, .see-founder-btn {
            font-size: 1rem;
        }

        .introbox {
            /*margin-bottom: 0rem;*/
        }

        .card-section {
            margin: 4rem 0;
        }

        .card-section-rotate {
            gap: 2rem;
        }

        .reason-text {
            grid-template-columns: 1fr;
            gap: 0.5rem;
        }

        .founder-box {
            gap: 1.5rem;
        }
    }





        
 



