.our-team-content{
    width: 1128px;
    height: 446px;
    margin-top: 166px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

.marketing-content-title {
    display: flex;
    flex-direction: column;
    align-items: center; /* This centers child elements horizontally */
}
.marketing-title{
    font-family: "Teachers";
    font-size: 82px;
    font-weight: 700;
    line-height: 99px;
    text-align: center;
    color: #443A96;
}
.marketing-p{
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 873px;
    margin-top: 17px;
    color: #6D6D6D;
}

.span-type-1{
    color: #FFFFFF;
    background-color: #443A96;
}
.span-type-2{
    background-color: #E8E7F2;
}
.marketing-button{
    margin-top: 29px;
    width: 328px;
    height: 54px;
    border-radius: 16px;
    background-color:#443A96 ;
    border: 1.5px solid #473EA3;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    font-family: "Teachers";
}
.marketing-button:hover{
    background-color: #FFFFFF;
    border: 2px solid #413894;
    color: #413894;
}



.ot-part2{
    width: 1360px;
    height: 328px;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    gap: 30px;
}
.item-1{
    position: relative;
    width: 248px;
    height: 328px;
    border-radius: 32px;
    padding: 32px;
    background-image: url('/images/scholarshipbg.gif');
    background-size: cover; /* Scales the GIF to cover the entire div */
    background-position: center center; /* Centers the GIF within the div */
    background-repeat: no-repeat; /* Prevents the GIF from repeating */
    background-color: #1E1E1EB2;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    gap: 16px;
}
.item-1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1E1EB2;
    z-index: 1;
    border-radius: 32px;
}
.item-1 > *{
    position: relative;
    z-index: 2;
}

.item-1-content{
    width: 184px;
    height: 176px;  
}
#content-2{
    height: 86px;
}
.item-1-heading{
    font-size: 41px;
    line-height: 52px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left;
}
.item-1-p{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color:#FFFFFF ;
}
.item-2{
    position: relative;
    width: 248px;
    height: 243px;
    border-radius: 32px;
    background-image: url('/images/ourteamitem2bg.png');
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 32px;
    overflow: hidden;
    z-index: 0;
}
.item-2::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #443A96; /* Solid color */
    opacity: 0.96; /* 4% opacity */
    border-radius: 32px;
    z-index: 1;
}
.item-2 > * {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
}

.item-3{
    width: 248px;
    height: 168px;
    border-radius: 32px;
    background-image: url('/images/ourteamitem2bg.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 32px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.item-3::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1E1E99; /* Solid color */
    opacity: 0.99; /* 4% opacity */
    border-radius: 32px;
    z-index: 1;
}
.item-3 > * {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#item-4{
    border: 2px solid #FF930A;
    border-radius: 32px;

}

#item-4::before{
    background-color: #FFAA3E;
    border-radius: 0px;
}




#item-5{
    background-image: url('/images/ourteamitem4.gif');

}



.marketing-part-2-container {
    margin: 120px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#part-3{
    margin-top: 0;
}

.marketing-part-2-1 {
    width: 954px;
    height: 214px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.marketing-part-1-heading {
    width: 632px;
    height: 150px;
}
.marketing-part-1-heading h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: 0;
    text-align: left;
    color: #413894;
}
#marketing-part-2-heading {
    width: 954px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5em;
}
#marketing-part-2-heading h1 {
    text-align: center;

    /* width: 707px; */
}

.marketing-part-1-description {
    width: 514px;
    /* height: 110px; */
}
.marketing-part-1-description p {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #606060;
}
#marketing-part-4-description {
    width: 796px;
    text-align: center;
}
#marketing-part-3-description{
    width: 954px;
    text-align: center;
}




.marketing-part-4-2 {
    width: 373px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f0f9;
    margin-top: 35px;
    border-radius: 200px;
    padding: 10px;
    gap: 12px;
}
.marketing-part-4-2-button {
    width: 166px;
    /* width: auto; */
    font-family: "Quicksand";
    height: 64px;
    border-radius: 100px;
    width: 175px;
    background-color: #ffffff;
    color: #1b1b1b99;
    border: none;
    /* padding: 32px 24px; */
    /* padding: 24px 32px; */
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.marketing-part-4-2-button.active {
    background-color: #413894;
    border: 2px solid #473ea3;
    color: #ffffff;
}
#marketing-part-4-2-button-2 {
    width: 175px;
    background-color: #ffffff;
    color: #1b1b1b99;
    border: none;
}


.marketing-part-4-3 {
    width: 1360px;
    margin-top: 35px;
    height: 382px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.marketing-part-4-3-item {
    width: 325px;
    height: 382px;
    /* background-color: #d9d9d9; */
    background-color: white;
    border-radius: 32px;
    position: relative;
}

/* Flip Card Base */
.flip-card {
    perspective: 1000px;
}
.flip-card .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 32px;
}
.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}
.flip-card .flip-front,
.flip-card .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 32px;
    /* overflow: hidden; */
     
}
.flip-card .flip-front {
    display: block;
}
.flip-card .flip-back {
    transform: rotateY(180deg);
}
.flip-card .flip-back h2 {
    font-family: "Teachers";
    font-size: 28px;
    font-weight: 700;
}

.flip-back{
    background-color: #F8F8FC;
    width:318px;
    height: 382px;
    border: 2px solid #EAEAF6;
    border-radius: 32px;
      display: flex;
      flex-direction: column;
      /*align-items: center;*/
      justify-content: space-between;
      padding: 32px;
      overflow-y: auto;
  }
  .back-1-container{
      display: flex;
      flex-direction: column;
      gap: 12px;
  }
  .back-2-container{
      
  }
  
  .publication-container{
      width: fit-content;
      padding: 12px 16px;
      border-radius: 100px;
      background-color: #FFFFFF;
      border: 2px solid #473EA3;
      font-size: 12px;
      line-height: 12px;
      font-weight: 700;
      color:#3D348B;
      
  }
  .name{
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      font-weight: 700;
  }
  
  .title{
      font-size: 14px;
      line-height: 14px;
      color: #7070C2;
      font-weight: 600;
      
  }
  .expertise{
         font-size: 12px;
      line-height: 12px;
      color: #1E1E1E;
      font-weight: 500;
      
  }
  
  .expertise-p{
    margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #1E1E1E;
  text-align: left;
  
  }
  
  .last-p{
      font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #3D348B;
  margin-top: 10px;
      
  }




.marketing-part-4-3-item-image {
    width: 325px;
    height: 382px;
    border-radius: 32px;
    object-fit: cover;
    object-position: right;
    

    /* padding-bottom:32px ; */
}

#marketing-part-4-3-item-image-2 {
    object-position: top;
}

#marketing-part-4-3-item-image-3 {
    object-position: left;
}

.marketing-part-4-3-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 228px;
    /* height: 96px; */
    height: auto;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #ffffff;
    padding: 16px 40px 16px 16px;
}

.marketing-part-4-3-item-content h1 {
    width: 200px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #353535;
}

.marketing-part-4-3-item-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #353535b2;
}

.marketing-part-4-3-item-content span {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.viewall-b-c{
    margin-top: 40px;
    width: 188.79px;
    height: 54px;
}
.viewall-b{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: #413894;
    color: white;
    border: 2px solid #342D76;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.viewall-b:hover{
    background-color: #FFFFFF;
    border: 2px solid #413894;
    color: #413894;
}

.part-3-1{
    width: 1362px;
    height: 238px;
    margin-top: 40px;
    display: flex;
    gap: 30px;
}
.part-3-1-1{
    width: 318px;
    height: 238px;
    border-radius: 32px;
    padding: 32px;
    background-color: #3D348B;
    border: 2px solid #2C2564;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.part-3-1-1-p1{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}

.part-3-1-1-p2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}



.marketing-part-grid-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 1362px;
    height: 480px;
    gap: 30px;
    margin-top: 40px;
}
.marketing-part-grid-item{
    width: 318px;
    height: 238px;
    border-radius: 32px;
    background-color: #F8F8FC;
    border: 2px solid #F1F1F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #1E1E1E;
    padding: 32px;
}
#item-type-2{
    width: 318px;
    height: 212px;
    color: white;
    background-image: url('/images/teamchange1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

#item-type-2::before{
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1E1ECC; /* Solid color */
    opacity: 0.99; /* 4% opacity */
    border-radius: 32px;
    z-index: 1;

}

#item-type-2 > * {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#img-type-2{
    background-color: #FFFFFF !important;
}




.marketing-part-1-container-tag {
    /* width: 174px; */
    /* height: 56px; */
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #ffaa3e;
    border-radius: 100px;
    padding: 20px 30px;
    background-color: #fff6eb;
}



.marketing-part-grid-item:hover{
    background-color: #3D348B;
    border: 2px solid #2C2564;
    color: #FFFFFF;
}
.marketing-part-grid-item-image{
    width: 54px;
    height: 54px;
    border-radius: 22px;
    border-width: 22px, 22px, 22px, 22px;
    border-style: solid;
    border-color: #F1F1F9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-part-grid-item:hover .marketing-part-grid-item-image{
    border-color: #493EA7;
    background-color: #443A9C;
}
.marketing-part-grid-item:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(288deg) brightness(100%) contrast(100%);
}
.marketing-part-grid-item:hover #item-type-2 img {
    filter: none !important;
}
#item-type-2:hover img {
    filter: none !important;
}


.part-4{
    width: 1363px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.part-4-1{
    width: 669px;
    height: 312px;
}
.part-4-1-heading{
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    color: #3D348B;
    margin-top: 10px;
}

.part-4-1-desc{
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #606060;
    margin-top: 30px;
}


.part-4-2-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.grid-item-1{
    width: 320px;
    height: 116px;
    background-color: #FFAA3E;
    border: 1.98px solid #FF930A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16.4px;
    color: white; 
}
.grid-item-p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
     
    width: 214px;
    height: 52px;
}
.grid-icon{
    width: 24px;
    height: 24px;
}
#grid-item-2{
    background-color: #FFFBF5;
    border: 2px solid #FFF3E0;
    color: #FFAA3E;
}

#grid-item-3{
    background-color: #413894;
    border: 2px solid #473EA3;
}
#grid-item-4{
    background-color: #F8F8FC;
    border: 2px solid #EAEAF6;
    color: #413894;
}



.last-container{
    margin: 120px auto;
    width: 1360px;
    height: 282px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
    background: radial-gradient(35.07% 43.79% at 49.26% 67.73%, #725BB7 0%, #423995 100%);
    z-index: 1;
    position: relative;
}
.last-container::before{
    content: "";
    position: absolute;
        background-image: url("../../../icons/lastcontainerbg.png");
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 0;
}

.last-container > * {
    position: relative;
    z-index: 2;
}

.lc-heading{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.lc-heading-span{
    color: #3D348B;
    background-color: #FFAA3E;
    border: 2px solid #FFA12B;

    display: inline-block;
    position: relative;
    padding: 6px 12px;
    clip-path: polygon(
        0% 0%, 2.5% 25%, 0% 50%, 2.5% 75%, 0% 100%, 100% 100%, 
        97.5% 75%, 100% 50%, 97.5% 25%, 100% 0%
    );

}
.lc-p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    width: 638px;
}

.lc-start-button{
    width: 214px;
    height: 48px;
    border-radius: 16px;
    background-color: #FFAA3E;
    border: 1.5px solid #FF930A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.lc-start-button:hover{
     cursor: pointer;
    background-color: #413894;
    border: 1.5px solid #FFFFFF;
    color: #ffffff;
    }

  .showen{
    display: none;
  }  

@media screen and (max-width: 767px) {

    .marketing-content-title {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .our-team-content{
    width: 345px;
    /* height: 534px; */
    height: auto;
    margin: 40px auto;
    }  
    .marketing-title{
    font-size:42px;
    font-weight: 700;
    line-height: 52px;
    
}
.showen{
    display: inline;
}
.marketing-p{
    width: 345px;
    margin-top: 24px;
    
}
.ot-part2{
    width: 346px;
    height: 566px;
    display: grid;
    /* justify-content: flex-end; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    align-items: flex-end;
    gap: 20px;
}
.ot-part2 .item-1:nth-child(5) {
  grid-column: 1 / span 2; 

}

.item-1{
    width: 163px;
    height: 215.58px;
    border-radius: 24px;
    padding: 24px;
    gap: 6.57px;
}

.item-1::before{
    border-radius: 24px;
}

.item-1-content{
    width: 115px;
    height: auto;  
    gap: 0px;
}

.item-1-heading{
    font-size: 32px;
    line-height: 34.18px;
}
.item-1-p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.item-2{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 163px;
    height: 216px;
    border-radius: 24px;
    padding: 24px;
}
.item-2::before {
    border-radius: 24px;
}
#content-2{
    height: 86px;
}

.item-3{
    width: 163px;
    height: 110px;
    border-radius: 24px;
    padding: 24px;
}
.item-3::before {
    border-radius: 24px;
}

#item-4{
    border: 2px solid #FF930A;
    border-radius: 24px;
    width: 163px;
    height: 110px;
}
#content-4{
    width: 97px;
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;

}

#item-5{
    width: 346px;
    height: 200px;
    background-image: url('/images/ourteamitem4.gif');

}

.marketing-part-2-container {
    margin: 80px auto;
    width: 345px;
}

.marketing-part-2-1 {
    width: 345px;
    height: 266px;
    gap: 12px;
}
.marketing-part-1-heading {
    width: 345px;
    height: 144px;
}
.marketing-part-1-heading h1 {
    font-size: 36px;
    line-height: 48px;
}

#marketing-part-2-heading {
    width: 345px;
    height: 144px;
}
.marketing-part-1-description {
    width: 345px;
}
#marketing-part-4-description {
    width: 345px;
}
#marketing-part-3-description{
    width: 345px;
}

.marketing-part-4-2 {
    width: 345px;
    margin-top: 40px;
    gap: 12px;
}
.marketing-part-4-2-button {
    width: 152px;
    font-family: "Quicksand";
}
#marketing-part-4-2-button-2 {
    width: 160px;
}

.marketing-part-4-3 {
    width: 345px;
    margin-top: 40px;
    /* height: 1443px; */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.marketing-part-4-3-item {
    width: 345px;
    height: 324px;
    border-radius: 24px;
}

.marketing-part-4-3-item-image {
    width: 345px;
    height: 324px;
    border-radius: 24px;
}
.marketing-part-grid-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 345px;
    height: 1696px;
    gap: 24px;
    margin-top: 40px;
}
.marketing-part-grid-item{
    width: 345px;
    height: 200px;
    border-radius: 24px;
    padding: 24px;
}
#item-type-2{
    width: 345px;
    height: 190px;
}
.part-4{
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.part-4-1{
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 12px;
    height: 308px;
}
.part-4-1-heading{
    font-size: 36px;
    line-height: 48px;
    width: 345px;
    text-align: center;
    margin-top: 0px;
}
.part-4-1-desc{
   width: 345px;
    text-align: center;
    margin-top: 0px;
}
.part-4-2-grid{
    width: 345px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.grid-item-1{
    width: 345px;
}

.last-container{
    margin: 80px auto;
    width: 345px;
    border-radius: 24px;
}
.lc-heading{
    font-size: 28px;
    line-height: 41px;
}
.lc-p{
    font-size: 16px;
    line-height: 22px;
    width: 297px;
}








}


