@font-face {
    font-family: 'avenirllight';
    src: url(./font/AvenirLTProLight.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'avenirlheavy';
    src: url(./font/AvenirLTProHeavy.otf);
    font-weight: 800;
}

@font-face {
    font-family: 'avenirlmedium';
    src: url(./font/AvenirLTProMedium.otf);
    font-weight: 600;
}
@font-face {
    font-family: 'msfont';
    src: url(./font/msfont/msheavy.ttf);
    font-weight: 900;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'avenirllight' !important;
}



:root {
    --main-color: #F28908;
    --secondary-color: #018274;
    --color-3: rgb(240, 125, 86);
    --color-txt: rgb(29, 14, 3);
    --color-text-2-lp: rgb(72, 135, 124);
    --heading-1-lp: rgb(239, 100, 17);
    ;
    --landing-page-background: rgba(0, 41, 37, 0.99999999);
}

p {
    color: var(--color-txt);
}


img {
    width: 100%;
    height: auto;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}


body {
    font-family: 'avenirllight' !important;
    line-height: 1.6;
}

.container {
    margin: 0 auto;
    position: relative;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    line-height: 1;
}

.mobile-button {
    position: absolute;
    top: 35%;
    right: 11%;
}

.navbar-buttons {
    background: white;
    margin: 18px 0;
    width: 100%;
}

#myBtn:hover {
    background-color: var(--secondary-color);
}



section>div {
    padding: 2rem 0;
}

/*--------------------logo-----------------------*/


.logo {
    max-width: 300px;
    margin: 0 auto;
    cursor: pointer;
}

.desktop-button {
    box-shadow: 0px 1px 1px;
    margin: .2rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

ul.nav-ul {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;
    position: relative;
}

ul.nav-ul li {
    font-size: 1.5rem;
    list-style: none;
}

ul.nav-ul a {
    text-decoration: none;
    color: #3C2F26;
    position: relative;
    padding: .5rem 1.3rem;
    padding-top: 1rem;
}

svg#mobile-menu-bars {
    width: 24px;
    display: none;
}

ul.nav-ul li a:hover {
    border-top: 4px solid #018274;
    opacity: 0.6;
    transition: ease-out 0.2s;
}

ul li ul.dropdown li {
    display: block;
}

ul li ul.dropdown li a {
    color: #fbfbfb;
}

ul li ul.dropdown {
    width: fit-content;
    background: var(--secondary-color);
    position: absolute;
    z-index: 999;
    display: none;
    padding: 0;
    text-align: center;
    top: 48px;
    padding: 30px;
    min-width: 200px;
    color: white;
    border-radius: 22px;
}

ul li:hover ul.dropdown {
    display: block;
}

ul li ul.dropdown li a:hover {
    border-top: 2px solid white;
}


/*------------------container-content---------------------------*/
.container-content {
    margin: 0 auto;
    max-width: 1900px !important;
    width: 80%;
}

span.orange-text {
    color: var(--main-color);
}

span.green-text {
    font-style: italic;
    font-family: 'avenirllight';
    color: var(--secondary-color);
}

span.center {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.5rem;
}

/*-------------------------content------------------------*/
.banner-image {
    margin: 0 auto;
    max-width: 1400px;
    display: contents;
}

/* -------------1 */
.Namaste-text h1 {
    text-align: center;
    color: var(--main-color);
    font-size: 2.5rem;
    font-family: 'avenirllight';
    font-style: italic;
    margin: 2rem 0;
    font-weight: 300;
}

.Namaste-text p {
    font-family: 'avenirlmedium';
    font-size: 1.5rem;
}

/* ------------ 2 */

.globlal-countries h1 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin-top: 2rem;
    font-weight: 300;
}

.globlal-countries p {
    font-family: 'avenirlmedium"';
    font-size: 1.5rem;
    text-align: justify;
}

.globlal-countries h2 {
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: var(--color-3);
    text-align: center;
    font-weight: 300;
}

.globlal-countries h3 {
    font-family: 'avenirllight';
    font-size: 2rem;
}

.gt_noit {
    font-style: normal !important;
    font-weight: 300;
}

/* ---------3 */
.Financial-Future h1 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin: 2rem;
    font-weight: 300;
}

.Financial-Future p {
    font-family: 'avenirlmedium"';
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.financial-option p {
    font-family: 'avenirlmedium"';
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: justify;
}

.financial-option h3 {
    font-family: 'avenirlmedium"';
    font-size: 2rem;
    margin: 2rem 0;
    text-align: start;
}

.multiple-grid-element {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    align-items: start;
    justify-content: space-evenly;
}

.financial-option {
    padding: 1rem 2rem;
}

.financial-option img {
    width: auto;
    max-height: 80px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}

.image-text-financial-future {
    text-align: center;
}

.financial-option h3 {
    text-align: center;
    font-size: 1.5rem;
}

/* --------------------4 */
.foundation-multiple-grid-element {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: start;
    justify-content: space-evenly;
    justify-items: center;
}

.flipper-container{
    position:relative;
    /* margin:35px auto; */
    perspective:1000;
    width:235px;
    height:259px;
    margin-bottom: 30%;
 
  }
  .flip{
    height:100%;
    width:100%;
    transform-style:preserve-3d;
    transition:all 1s;
     
  }
  .flipper-container:hover .flip{
    transform:rotateY(180deg);
    box-shadow: 0px 10px 10px #aaa;
  }
  .face{
    position:absolute;
    height:100%;
    width:100%;
    backface-visibility:hidden;
  }
  .face img{
    filter: grayscale(1);
    width: fit-content;
  }
  .face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    color: black;
    text-align: center;
    background-color:#FAECE1;
    overflow-y:scroll;
    padding: 10px;

  }
  .back h2{
    
    font-family:Pacifico;
    letter-spacing:.5px;
    font-size:14px;
  
  }
  .flipper-container h3 {
    margin: 1rem 0;
}


.foundation-expertise h1 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-family: 'avenirllight';
     font-style: italic; 
     margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 300;
}





.foundation-expertise p {
    font-family: 'avenirlmedium"';
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: justify;
}

.image-text-foundation-future {
    filter: grayscale(1);
    width: fit-content;
}

.foundation-option {
    width: auto;
    margin: 2rem 0;
}

.foundation-option h3 {
    font-size: 1.5rem;
}

/* ----------------------5 */
.brands h1 {
    text-align: center;
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin-top: 2rem;
    font-weight: 300;

}

.brands {
    margin-left: calc(-98vw / 2 + 99% / 2);
    margin-right: calc(-98vw / 2 + 99% / 2);
    background: #fbfbfb;
}

.brands h2 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    color: var(--main-color);
    text-align: center;
    font-weight: 300;
}


.slide img {
    width: 170px;
    height: 100%;
  
    scroll-behavior: smooth;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 9em;

    align-items: center;
    animation: scroll 25s linear infinite;
}

.slider {
    padding: 1rem 5rem;
    overflow: hidden;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-4500px);
    }
}

/* -----------------------6 */

.Grow-Your-Vision-full {
    background: #FAECE1;
    padding: 1rem 0;
}

.Grow-Your-Vision {
    margin: 4rem 0;
}

span.dark-orange-text {
    color: #D33F1F;
    font-style: italic;
}

.Grow-Your-Vision h1 {
    text-align: center;
    color: #015243;
    ;
    font-size: 2.5rem;
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin-top: 2rem;
    font-weight: 300;
}

.Grow-Your-Vision h2 {
    font-family: 'avenirllight';
    /* font-style: italic; */
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: var(--main-color);
    text-align: center;
    font-weight: 300;
}

.Grow-Your-Vision p {
    font-family: 'avenirlmedium"';
    font-size: 1.5rem;
    text-align: center;
}

/* -------------------------landing-page-link */
div#landing--page-section {
    margin: 2rem 0;
}

.landing-page-link {
    padding: 2rem 0;
    text-align: center;
}

.landing-page-link h1 {
    text-align: center;
    color: var(--main-color);
    font-size: 3rem;
    font-weight: 300;
}

.landing-page-link a {
    text-decoration: none;
    cursor: pointer;
    color: var(--secondary-color);
    background: #fbfbfb;
    margin: 2rem 0;
}

button {
    color: var(--secondary-color);
    background: #fbfbfb;
    border: 2px solid;
    padding: 1.5rem 2.5rem;
    margin: 2rem 0;
    font-size: 2rem;
    cursor: pointer;
}

/* -----------------------------form */
form {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    justify-content: space-evenly;
    margin: 3rem 0;
}

.visit-us h2 {
    font-size: 2.2rem;
    font-family: 'avenirllight';
    color: var(--secondary-color);
    font-weight: 100;
    /* text-align: center; */
}

.location {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.icon-image {
    max-width: 28px;
    margin-right: 2rem;
    cursor: pointer;
}

.icon-image img {
    width: 25px;
    height: 25px;
    fill: #018274;
}

svg {
    width: 100%;
    height: auto;
}

.icon-image svg path {
    fill: var(--secondary-color);
}

.location p {
    cursor: pointer;
}

.contact-us-grid h3 {
    color: var(--secondary-color);
    font-size: 2rem;
    text-align: center;
    font-weight: 100;
    font-family: 'avenirllight';
}

.first-row {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.name {
    flex-grow: 2;
}

.company-information p {
    font-size: 1.5rem;
}

label {
    font-size: 1.5rem;
}

input#fname {
    margin-right: 1rem;
    height: 2rem;
    margin-top: .5rem;
    background-color: #FAECE1;
    border: 1px solid black;
    width: 97%;
}

input#lname {
    height: 2rem;
    margin-top: .5rem;
    background-color: #FAECE1;
    border: 1px solid black;

    width: 100%;
}

input#Email {
    width: 100%;
    height: 2rem;
    margin-top: .5rem;
    background-color: #FAECE1;
    border: 1px solid black;

}

.textfield h4 {
    font-weight: 100;
    margin-bottom: .5rem;
    font-size: 1.5rem;
}

textarea {
    width: 100%;
    background-color: #FAECE1;
    border: 1px solid black;
}

.submit-btn {
    text-align: end;
}

button.submit {
    margin: 1rem 0;
    padding: .5rem 1.5rem;
    background: var(--secondary-color);
    color: white;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
    font-size: 1.5rem;
}

button.submit:hover {
    background-color: #f7819617;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.google-map {
    line-height: 0;
}

/*--------------------footer*/
.term {
    background-color: #FAECE1;
}

.term h6 {
    background: var(--secondary-color);
    max-width: 800px;
    margin: 0 auto;
    height: 2.5rem;
    text-align: center;
    padding: .3rem 0;
    font-size: 1.3rem;
    color: white;
    font-weight: 100;
}

div#hidden {
    display: none;
}

/*-----------------------------------------------------------------------------------------------*/

/*-------landing--page--------*/

.landing-comtant {
    background-color: var(--landing-page-background);
}

.banner-section h2 {
    text-align: center;
    font-size: 4rem;
    color: var(--heading-1-lp);
    background: rgb(254, 249, 243);
    font-weight: bolder;
    padding: 2rem;
    font-family: 'msfont' !important;
    line-height: 1.4;
}

.investment-opportunities {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-with-two-circle-ends {
    width: 3px;
    height: 280px;
    margin: 4rem 0;
    background: white;
    position: relative;
}

.line-with-two-circle-ends:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: white;
    top: 0;
    border-radius: 50%;
    left: -9px;
}

.line-with-two-circle-ends::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: white;
    bottom: 0;
    border-radius: 50%;
    left: -9px;
}

.text {
    margin: 0 5rem;
}

span.bold {
    font-size: 3.5rem;
}

span.upper-border {
    border-top: 2px solid white;
    padding-top: .5rem;
}

span.white-text {
    font-size: 2.5rem;
    color: white;
    margin: 0 0.5rem;
    display: inline-flex;
    line-height: 1.3;
}

.text h1 {
    font-size: 5rem;
    color: white;
    line-height: 0.7;
}

.gird-50\% {
    display: grid;
    background-color: var(--landing-page-background);
    justify-items: center;
    align-items: center;
    justify-content: space-evenly;
    grid-template-columns: 50% 50%;
}

li.selected {
    position: relative;
}
img.highlighter-img {
left: -33px;
position: absolute;
top: -12px;
width: 262px;
height: 75px;}




/* ------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
    html {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    ul.nav-ul li{
    font-size: 1.3rem;
   }
}

@media screen and (max-width: 1050px) {
    html {
        font-size: 14px;
    }
}


@media screen and (max-width: 950px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2rem !important;
    }

    .navbar-buttons {
        text-align: center;
        background: white;
        margin: 18px 0;
        width: 80vw;
    }

    .container-content {
        width: 90%;
    }

    p {
        font-size: 1.25rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.32rem !important;
    }

    .multiple-grid-element,
    .foundation-multiple-grid-element,
    .multiple-logo {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    ul.nav-ul {
        margin: 0;
        gap: 15px;
        padding: 30px 0;
    }

    .logo {
        max-width: 250px;
        margin: 0 2rem;
        cursor: pointer;
    }

    ul.nav-ul {
        flex-direction: column;
    }

    div#hidden {
        display: none;
    }

    svg#mobile-menu-bars {
        width: 24px;
        display: block;
        margin-left: auto;
    }

    .desktop-button {
        display: none;
    }

    ul.nav-ul {

        position: relative;
    }

    ul li ul.dropdown {
        width: fit-content;
        background: var(--secondary-color);
        position: absolute;
        z-index: 999;
        display: none;
        padding: 0;
        text-align: center;
        top: 0;
        min-width: 90px;
        color: white;
        border-radius: 22px;
        position: relative;
        margin-left: 15px;
        left: 29%;
    }
}



@media screen and (max-width: 540px) {
    html {
        font-size: 14px;
    }

    .container-content {
        width: 95%;
    }

    .multiple-grid-element,
    .foundation-multiple-grid-element {
        display: grid;
        grid-template-columns: 100%;
    }

    form {
        display: grid;
        grid-template-columns: 100%;
        justify-items: center;
        margin: 3rem 0;
        justify-content: space-evenly;
    }

    button a {
        font-size: 1.8rem;
    }
    .slider {
        padding: 1rem;
    }

    .slide-track {
        gap: 5rem;
    }

}


@media screen and (max-width: 420px) {
    html {
        font-size: 14px;
    }

    .logo {
        max-width: 50%;
    }

    .image-multiple-logo img {
        max-width: 80%;
    }

    .financial-option p {

        margin: 0;
    }

    .term h6 {
        font-size: .9rem;
        line-height: 1.2;
        height: auto;

    }

    body {
        line-height: 1.4;
    }

    section>div {
        padding: 1rem 0;
    }

    .foundation-multiple-grid-element {
        justify-items: center;
    }

    .financial-option {
        padding: 1rem 0rem;
    }

    button a {
        font-size: 1.3rem;
    }

    .slider {
        padding: 1rem;
    }

    .slide-track {
        gap: 5rem;
    }
}