@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;600;800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.sponsor-main-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    font-family: "Open sans" , sans-serif;
    background-color: #FFFFFF;
    margin-top: 50px;
}
.sponsor-banner-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #022B4B;
    width: 100%;
    min-height: 360px;
    padding: 0px 30px;
}
.sponsor-banner-content-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    width: 100%;
    height: auto;
    align-self: center;
}
.sponsor-banner-content-cont>h1{
    font-size: 38px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
}
.sponsor-banner-content-cont>p{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    max-width: 532px;
    width: 100%;
}
.sponsor-banner-section>img{
    max-width: 665px;
    width: 100%;
    max-height: 416px;
    height: 100%;
    margin-top: auto;
}
/* About Fortunes  */
.sponsor-abt-fortunes{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 30px;
    gap: 20px;
    max-width: 1300px;
    width: 100%;
    align-self: center;
}
.sponsor-abt-fortunes>h1{
    font-size: 26px;
    color: #2E2E2E;
    font-weight: 600;
}
.sponsor-abt-fortunes>p{
    font-size: 16px;
    line-height: 130%;
    color: #2E2E2E;
    font-weight: 400;
}
.inner-sponsor-abt-fortunes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* gap: 10px; */
    align-items: center;
    width: 100%;
}
.inner-sponsor-abt-fortunes>div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    max-width: 821px;
    width: 100%;
    height: auto;
}
.inner-sponsor-abt-fortunes>div>h1{
     font-size: 28px;
    color: #000000;
    font-weight: 600;
    line-height: 106%;
    letter-spacing: 1%;
    margin: 5px 0px;
}
.inner-sponsor-abt-fortunes>div>h2{
     font-size: 16px;
    color: #2E2E2E;
    font-weight: 400;
    line-height: 106%;
    letter-spacing: 1%;
    margin: 5px 0px;
    padding: 0;
}
.inner-sponsor-abt-fortunes>div>p{
     font-size: 18px;
    color: #6E6E6E;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: 1%;
    margin: 5px 0px;
}
.inner-sponsor-abt-fortunes>img{
   max-width: 195px;
   width: 100%;
   max-height: 195px;
   margin-right: 10px;
   height: 100%;
}


/* Value sections  */

.sponsor-val-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    height: auto;
    padding: 40px ;
    background-color: #EAD9B9;
    align-self: center;
    margin: 20px 0px;
     /* margin: 30px 0px; */
    padding: 10px 20px;
    /* border-radius: 23px; */
    position: relative;
}
.sponsor-vectors-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
}
.inner-sponsor-val-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    max-width: 215px;
    width: 100%;
    padding:  20px 0px;
}
.inner-sponsor-val-cont>h1{
    color: #001E30;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}


.inner-sponsor-val-cont>p{
    color: #001E30;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}



/* practice  */

.sponsor-practice-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 50px 10px;
}

.sponsor-practice-cont>h1{
    color: #2E2E2E;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
}

.inner-sponsor-practice-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1050px;
    width: 100%;
    height: auto;
    margin: 20px;
}


.reveal,
.reveal.active {
    background: none !important;
}



.inner-practice-card-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

    max-width: 511px;
    width: 100%;
    height: 152px;
    margin: 10px 0;
    /* border-radius: 20px; */
    background: linear-gradient(90deg, #F1F5F9 0%, #FDFEFF 100%) !important;

    border: 2px solid #E6EAED;
    box-shadow: 0px 4px 10px rgba(0, 124, 178, 0.10);

   
    transition:
        transform 0.55s cubic-bezier(0.33, 1, 0.68, 1),
        background 0.55s ease,
        box-shadow 0.55s ease,
        border-color 0.55s ease;

    cursor: pointer;
}

.inner-practice-card-cont:hover {
    transform: translateY(-6px) scale(1.02);
    background: #022B4B!important;
    box-shadow: 3.12px 9.37px 21.85px 0px rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 75, 115, 0.25);
}
.inner-practice-card-cont > img {
    max-width: 72px;
    max-height: 74px;
    transition: transform 0.55s ease;
}

.inner-practice-card-cont:hover img {
    transform: translateY(-3px);
}

.inner-practice-card-cont > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 335px;
    width: 100%;
}

.inner-practice-card-cont > div > h1
{
    font-size: 16px;
    line-height: 24px;
    color: #6D6D6D;
    font-weight: 600;
    transition: color 0.45s ease, transform 0.45s ease;
}
.inner-practice-card-cont > div > p {
    font-size: 14px;
    line-height: 24px;
    color: #6E6E6E;
    font-weight: 400;
    transition: color 0.45s ease, transform 0.45s ease;
}

.inner-practice-card-cont:hover h1,
.inner-practice-card-cont:hover p {
    color: #FFFFFF;
    transform: translateY(-2px);
}


.sponsor-invest-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    max-width: 1250px;
    width: 100%;
    margin: 30px 0px;
    padding: 10px 20px;
    align-self: center;
}
.sponsor-invest-cont>p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #111111;
}
.sponsor-invest-cont>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
    width: 100%;
}
.sponsor-invest-cont>div>h1{
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    max-width: 600px;
    color: #2E2E2E;
    width: 100%;
}
.sponsor-invest-cont>div>p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    max-width: 623px;
    color: #6E6E6E;
    width: 100%;
    align-self: center;
}
.sponsor-invest-cont-a {
  text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #111111; */
    max-width: 243px;
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    /* border-radius: 70px; */
    cursor: pointer;
    margin: 20px 0px;
    /* transition: background 0.4s ease, color 0.4s ease; */
    background-color: #022B4B;
}

.sponsor-invest-cont > button:hover {
    background-color: #001E30 !important;
    color: #FFFFFF;
}

.sponsor-invest-cont > button>img {
    width: 12px;
    height: 12px;
    transition: filter 0.4s ease;
}

.sponsor-invest-cont > button:hover img {
    filter: invert(100%) brightness(200%);
}


/* Last Sections  */
.sponsor-last-section{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 1250px;
  width: 100%;
  height: auto;
  margin: 50px 0px;
    padding: 10px 20px;
  align-self: center;
}
.sponsor-last-section>div{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 15px 20px;
  max-width: 379px;
  width: 100%;
  height: 184px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  /* border-radius: 6px; */
  background-color: #FFFFFF;
  
}
.sponsor-last-section>div>img{
  max-width: 70px;
  width: 100%;
  max-height: 70px;
  height: 100%;
  object-fit: cover;
}
.sponsor-last-section>div>p{
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
}
/*  Hover */
.sponsor-last-section > div {
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease;
}
.sponsor-last-section > div:hover {
    transform: translateY(-4px);
    background-color: #F8FBFF; 
    border-color: rgba(0, 118, 163, 0.25);
    box-shadow: 0 8px 18px rgba(0, 118, 163, 0.15);
}
.sponsor-last-section > div:hover img {
    filter: brightness(1.05);
    transition: 0.3s ease;
}
.sponsor-last-section > div:hover p {
    color: #002A42;
    transition: color 0.3s ease;
}

@media(max-width:1400px){
    .sponsor-val-cont{
        max-width: 90%;
      }
      .sponsor-banner-section{
        min-height: 360px;
      }
}


@media (max-width: 1200px) {
  .sponsor-banner-content-cont > h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .sponsor-banner-section > img {
    max-width: 550px;
  }
  /* .inner-sponsor-abt-fortunes > img {
    max-width: 360px;
  } */
   .inner-sponsor-practice-cont {
    justify-content: center;
    gap: 20px;
  }
  .inner-practice-card-cont {
    max-width: 470px;
  }
    
       .sponsor-invest-cont > div > h1 {
    font-size: 34px;
  }
  .sponsor-invest-cont > div > p {
    font-size: 15px;
  }

  .sponsor-last-section > div {
    max-width: 330px;
  }
}




@media (max-width: 992px) {
  .sponsor-banner-content-cont > h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .sponsor-banner-section > img {
    max-width: 480px;
  }
   .sponsor-abt-fortunes > h1 {
    font-size: 34px;
  }
  .inner-sponsor-abt-fortunes > div > h1 {
    font-size: 26px;
  }
  /* .inner-sponsor-abt-fortunes > img {
    max-width: 320px;
  } */
   .inner-sponsor-val-cont > h1 {
    font-size: 36px;
  }
  .inner-sponsor-val-cont > p {
    font-size: 15px;
  }
   .sponsor-val-cont {
    padding: 25px;
  }
  .inner-sponsor-val-cont > h1 {
    font-size: 32px;
  }
   .sponsor-practice-cont > h1 {
    font-size: 28px;
  }
  .inner-practice-card-cont {
    max-width: 440px;
    height: 145px;
    gap: 10px;
  }
  .inner-practice-card-cont > div > h1 {
    font-size: 15px;
  }
  .inner-practice-card-cont > div > p {
    font-size: 14px;
  }
  .inner-sponsor-abt-fortunes>div>h2 {
    font-size: 15px;
  }
  .inner-sponsor-abt-fortunes>div>p {
    font-size: 14px;
  }
   .sponsor-invest-cont > div {
    flex-direction: column;
    gap: 15px;
  }

  .sponsor-invest-cont > div > h1 {
    font-size: 30px;
    max-width: 100%;
    text-align: left;
  }

  .sponsor-invest-cont > div > p {
    max-width: 100%;
    font-size: 15px;
  }

  .sponsor-last-section {
    gap: 20px;
  }

  .sponsor-last-section > div {
    max-width: 300px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .sponsor-banner-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 40px 20px;
  }

  .sponsor-banner-content-cont {
    align-items: center;
  }

  .sponsor-banner-content-cont > h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .sponsor-banner-content-cont > p {
    font-size: 15px;
  }

  .sponsor-banner-section > img {
    max-width: 400px;
    margin-top: 0;
  }
    .sponsor-abt-fortunes {
    padding: 40px 20px;
  }

  .inner-sponsor-abt-fortunes {
    flex-direction: column;
    gap: 20px;
    /* text-align: center; */
  }

  /* .inner-sponsor-abt-fortunes > div {
    align-items: center;
  } */

  /* .inner-sponsor-abt-fortunes > img {
    max-width: 400px;
  } */

  .sponsor-abt-fortunes > p {
    font-size: 16px;
    line-height: 22px;
    /* text-align: center; */
  }
    .sponsor-val-cont {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 30px;
  }

  .inner-sponsor-val-cont {
    max-width: 45%;
    text-align: center;
  }

  .inner-sponsor-val-cont > h1 {
    font-size: 30px;
  }
   .inner-sponsor-practice-cont {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
  }
  .inner-practice-card-cont {
    max-width: 100%;
    height: 140px;
  }
  .inner-practice-card-cont > img {
    max-width: 60px;
    max-height: 60px;
  }
  
  .sponsor-invest-cont {
    margin: 20px;
  }

  .sponsor-invest-cont > div {
    flex-direction: column;
    text-align: left;
  }

  .sponsor-invest-cont > div > h1 {
    font-size: 26px;
  }

  .sponsor-invest-cont > div > p {
    font-size: 14px;
  }

  .sponsor-invest-cont > button {
    width: 140px;
    height: 38px;
    font-size: 15px;
  }

  .sponsor-last-section {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .sponsor-last-section > div {
    max-width: 100%;
    height: auto;
  }
}


@media (max-width: 576px) {
  .sponsor-banner-content-cont > h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
  }
  .sponsor-banner-content-cont > p {
    font-size: 14px;
    line-height: 20px;
  }

   .sponsor-abt-fortunes > p {
    font-size: 14px;
  }
  .sponsor-banner-section > img {
    max-width: 330px;
  }
    .sponsor-abt-fortunes > h1 , .sponsor-practice-cont > h1, .sponsor-invest-cont > div > h1{
    font-size: 24px;
    font-weight: 500;
  }

  .inner-sponsor-abt-fortunes > div > h1 {
    font-size: 22px;
  }

  .inner-sponsor-abt-fortunes > div > h2 {
    font-size: 14px;
  }

  .inner-sponsor-abt-fortunes > div > p {
    font-size: 14px;
    line-height: 20px;
  }

  /* .inner-sponsor-abt-fortunes > img {
    max-width: 320px;
  } */
   .sponsor-val-cont {
    flex-direction: column;
    gap: 18px;
    padding: 5px 15px;
    margin: 0px;
  }

  .inner-sponsor-val-cont {
    max-width: 100%;
    text-align: center;
  }

  .inner-sponsor-val-cont > h1 {
    font-size: 28px;
  }

  .inner-sponsor-val-cont > p {
    font-size: 14px;
  }
  .sponsor-practice-cont > h1 {
    font-size: 24px;
  }
  .inner-practice-card-cont {
    height: 130px;
    padding: 0 10px;
  }
  .inner-practice-card-cont > div > h1 {
    font-size: 14px;
  }
  .inner-practice-card-cont > div > p {
    font-size: 13px;
  }
    .sponsor-invest-cont > p {
    font-size: 13px;
  }

  .sponsor-invest-cont > div > h1 {
    font-size: 22px;
  }

  .sponsor-invest-cont > div > p {
    font-size: 13px;
  }

  .sponsor-last-section > div {
    padding: 15px;
  }

  .sponsor-last-section > div > img {
    max-width: 60px;
    max-height: 60px;
  }

  .sponsor-last-section > div > p {
    font-size: 13px;
  }
}


@media (max-width: 425px) {
  .sponsor-banner-content-cont > h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .sponsor-banner-section > img {
    max-width: 280px;
  }
    .sponsor-abt-fortunes {
    padding: 30px 16px;
  }

  .sponsor-abt-fortunes > h1 {
    font-size: 24px;
  }

  /* .inner-sponsor-abt-fortunes > img {
    max-width: 260px;
  } */
   .inner-sponsor-val-cont > h1 {
    font-size: 24px;
  }
  .inner-practice-card-cont {
    height: 125px;
  }
  .inner-practice-card-cont > img {
    max-width: 50px;
    max-height: 50px;
  }
    .sponsor-invest-cont > div > h1 {
    font-size: 20px;
  }

  .sponsor-invest-cont > button {
    width: 130px;
    height: 36px;
    font-size: 14px;
  }

  .sponsor-last-section > div > img {
    max-width: 55px;
    max-height: 55px;
  }
}




@media (max-width: 360px) {
  .sponsor-banner-content-cont > h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .sponsor-banner-content-cont > p {
    font-size: 13px;
  }
  .sponsor-banner-section > img {
    max-width: 250px;
  }
 
  .inner-sponsor-val-cont > h1 {
    font-size: 22px;
  }
  .inner-practice-card-cont {
    height: 120px;
  }
  .inner-practice-card-cont > div > h1 {
    font-size: 13px;
  }
  .inner-practice-card-cont > div > p {
    font-size: 12px;
  }
   .sponsor-invest-cont > div > h1 {
    font-size: 18px;
  }

  .sponsor-last-section > div > p {
    font-size: 12px;
  }
}





