nav.AllHeaderNavbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
}

.HeaderLeftLogo a img {
    width: 200px;
}
.PublicationsTopHeader {
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
}
.RightSideAllHeader {
    display: flex;
    align-items: center;
}

.RightSideAllHeader button {
    background: #ffffff54;
    border-radius: 10px;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.RightSideAllHeader button:hover {
    color: #fff;
}
.LogoWithText {
    display: flex;
    align-items: center;
    justify-content: center;
}

.LogoWithText h5 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
}

.LogoWithText img {
    width: 70px;
}
.LogoWithText h5 span {
    color: #808080;
}
.MainDivTextWithLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    height: 50vh;
    width: 100%;
}
/**********Article Survive*******************/
.SurviveHeading h2 {
    font-size: 46px;
    font-weight: 600;
    color: #808080;
}

.SurviveHeading p {
    font-size: 20px;
    font-weight: 400;
    color: #808080;
}
.SurviveHeadingpadding {
    padding: 50px 0;
}
.SurviveHeading h6 {
    font-size: 28px;
    color: #262424;
    font-weight: 400;
    margin-top: 30px;
}

.SuriveSocialMedia ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

.SuriveSocialMedia ul li {
    margin: 0 10px;
}
/********Publication blog css***************/
section.PublicationBlogSection {
    /* padding:0 200px 0 200px; */
}
.PublicationBlogSection {
    background-color: white;
}
/* .PublicationBlogPartImage
{
  height:100vh;
  width:100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:30px;
} */
 .KeyInitiativesBoxPartImagemain{
    position: relative;
    margin-bottom: 50px;
 }
 .KeyInitiativesBoxPartImageText{
     position: absolute;
     color: #000;
     font-family: "Inter";
     font-weight: 600;
     font-size: 16px;
     line-height: 22px;
     text-align: left;
     padding-left: 5%;
     width: 90%;
     background-color: #FFFFFF;
     border-radius: 12px;
     padding: 20px;
     margin-bottom: 0;
 }
 .ViewMoreButtonPublication{
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
 }
 .LearnbuttonBlack a{
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: #000;
    font-family: "IBM Plex Sans", sans-serif;
}
 
 /* Flip card */
 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .KeyInitiativesBoxPartContent a{
    cursor: pointer;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  .flip-card-inner img{
    width: 100%;
    height: 100%;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
  }
  
  .flip-card-front {
    z-index: 2;
  }
  
  .flip-card-back {
    transform: rotateY(180deg);
    /* background-color: #f8f8f8; */
  }

/* sub theme card */
.carouselWidth{
    width: 90%;
}
.ThemeUniqueFeatureWhiteBox{
    background-position: center;
    background-size: cover;
    padding: 25px;
    border-radius: 40px;
    height: auto;
    display: flex;
    align-items: center;
}
.themeOtherInitiativesWhiteBoxContent {
    background-color: #FFFFFF;
    border-radius: 15px;
    width: 80%;
    padding: 50px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    height: 60px;
    border-radius: 10px;
    position: absolute;
    bottom: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 60vw !important;
    margin-left: 10vw;
    margin-right: 10vw;
    cursor: pointer;
}
.swiper {
    --swiper-scrollbar-bottom: 20px;
    padding-bottom: 100px !important; /* or more if needed */
}
/* ********************************* */
  
.PublicationBlogPartImage img {
    width: 100%;
}
.PyblicationBlogPartOverviewHeading {
    display: flex;
    align-items: center;
    row-gap: 50px;
}
.OverviewHeading {
    display: flex;
    align-items: center;
    /* height: 100vh; */
    padding-left: 30px;
}
.OverviewHeading h5 {
    font-size: 26px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 30px;
}
.PublicationBlogCaptionContent p {
    font-size: 22px;
    font-weight: 400;
    color: #808080;
}
.PublicationsBlogInnerImage {
    margin-bottom: 100px;
}
.PublicationsBlogInnerImage img {
    width: 100%;
}
.PublicationBlogCaptionContent h6 {
    font-size: 18px;
    font-weight: 700;
    color: #808080;
    margin: 0 0 20px 0;
}
.ArticleSubscribeLetter {
    padding: 30px 0;
}

.ArticleSubscribeLetter h5 {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 20px;
}
.ArticleSubscribeInputButton {
    display: flex;
    align-items: center;
}

.ArticleSubscribeInputButton input:focus {
    outline: 0;
}

.ArticleSubscribeInputButton button:focus {
    outline: 0;
}

.ArticleSubscribeInputButton input {
    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    height: 50px;
}

.ArticleSubscribeInputButton input::placeholder {
    font-size: 18px;
}
.SetPaddingSectionWisefuturecitiesimage {
    /* padding: 20px 8% 20px 8%; */
    background-color: #FFFFFF;
}
.ArticleSubscribeInputButton button {
    padding: 10px 30px;
    border: 1px solid #111010;
    background: #111010;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 50px;
}
.PublicationBlogSocialMedia {
    margin-top: 30px;
}
.PublicationBlogSocialMedia ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.PublicationBlogSocialMedia ul li {
    margin-right: 15px;
}
.AboutUsHeadingHome{
    padding: 0px 0 !important;
}
.ResearchthemeLogo h5{
    margin-left: 0;
    font-size: 26px;
}
.IniativesLogohomeResearchHeading{
    width: 95%;
}
/*********All Related Section************************/
.AllRelatedSectionPublications {
    padding: 0 200px 100px 200px;
}
.AllRelatedTitle h6 {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
}
.AllRelatedTitle {
    margin-bottom: 50px;
}
.AllrelatedImage img {
    width: 100%;
}

.AllrelatedCaptionContent h6 {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 15px;
}

.AllrelatedCaptionContent h4 {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 15px;
}

.AllrelatedCaptionContent p {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.PyblicationBlogPart {
    padding-bottom: 70px;
}

/*********Key Initiatives Section*****************/
section.KeyInitiativesSection {
    /* padding: 0 200px; */
}

.KeyInitiativesBoxPart {
    /* text-align: center; */
}

.KeyInitiativesBoxPartImage img {
    width: 100%;
}
.KeyInitiativesBoxPartImageThemes{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    outline: auto;
}
.KeyInitiativesBoxPartImageThemes img{
    width: 100%;
    border-radius: 20px;
    border: 2px solid #808080;
    object-fit: cover;
    /* aspect-ratio: 9 / 8; */
}
.ResearchthemeLogo img{
    margin-right: 10px;
}
.KeyInitiativesHeading h4 {
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: 400;
    color: #808080;
}
.IniativesLogofuturecities img {
    width: 48px;
    height: 48px;
}
.IniativesLogofuturecities h5{
  font-size: 48px;
}
.InitiativeCarouselfuturecities {
    padding: 20px 0 20px 3%;
}
.KeyInitiativesBoxPartContent {
    margin: 30px 0;
}

.KeyInitiativesBoxPartContent h4 {
    font-size: 16px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 20px;
}

.KeyInitiativesBoxPartContent p {
    font-size: 18px;
    font-weight: 400;
    color: #808080;
}
/********Sub Theme Section*******************/
.SubThemeSection {
    padding: 0 200px;
}
.SubThemeHeading h4 {
    font-size: 18px;
    font-weight: 400;
    color: #808080;
}
.SubThemeMainImagePortion {
    background-size: cover;
    background-position: center;
    height: 170px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.SubthemeContent h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.SubthemeContent {
    padding: 50px 30px;
}

.SubThemeHeading {
    margin-bottom: 60px;
}
/**********Other Initiatives*********************/
.OthetInitiativeBoxContent h5{
    font-size: 20px;
    color:#404142;
    font-weight: bold;
}
.OthetInitiativeBoxContent p {
    font-size: 22px;
    font-weight: 400;
    color: #808080;
}

.LearnbuttonBlue a {
    padding: 10px 20px;
    background: #023cf5;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.OthetInitiativeBoxContent {
    margin-bottom: 40px;
    font-family: "Rasa", serif;
    font-size: 18px;
}

span.DarkBlueColor {
    color: #023cf5;
}

.LearnbuttonGreen a {
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: #07e782;
}
.OtherInitiativesWhiteBoxContent {
    background: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 50px;
}
.OtherInitiativesBoxImage {
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 40px;
    height: 550px;
    display: flex;
    align-items: center;
}

.SetPaddingSectionWisefuturecities {
    padding: 20px 8%;
    background-color: white;
}
@media only screen and (max-width: 1920){
    .themeOtherInitiativesWhiteBoxContent {
        height: 300px;
    }
}
@media only screen and (max-width: 1800px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 350px;
    }
}
@media only screen and (max-width: 1650px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 380px;
    }
}
@media only screen and (max-width: 1580px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 400px;
    }
    .SurviveHeading h2 {
        font-size: 46px;
    }
    .SurviveHeading h6 {
        font-size: 26px;
    }
    .PublicationBlogCaptionContent p {
        font-size: 16px;
    }
    .OverviewHeading h5 {
        font-size: 26px;
    }
    .OtherInitiativesWhiteBoxContent {
        width: 90%;
    }
}
@media (min-width: 1400px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 350px;
    }
}
@media only screen and (max-width: 1367px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 410px;
    }
    /* section.PublicationBlogSection{padding:0 150px 0 150px;} */
    .AllRelatedSectionPublications {
        padding: 0 150px 100px 150px;
    }
    .SubThemeSection {
        padding: 0 150px;
    }
    /* section.KeyInitiativesSection {
        padding: 0 150px;
    } */
    .PublicationBlogCaptionContent p {
        font-size: 16px;
    }
    .OverviewHeading h5 {
        font-size: 26px;
    }
    .OthetInitiativeBoxContent p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1280px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 510px;
    }
    .OthetInitiativeBoxContent p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1150px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 550px;
        width: 90%;
    }
}
@media only screen and (max-width: 1024px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 540px;
    }
    .SurviveHeading h2 {
        font-size: 40px;
    }
    .SurviveHeading h6 {
        font-size: 24px;
    }
    .SurviveHeading p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1020px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 400px;
    }
}
@media only screen and (max-width: 991.98px) {
    .SuriveSocialMedia ul {
        margin-top: 20px;
        justify-content: start;
    }
    .carouselWidth{
        width: 95%;
    }
    /* section.KeyInitiativesSection {
        padding: 0 100px;
    } */
    .SubThemeSection {
        padding: 0 100px;
    }
    /* section.PublicationBlogSection{
    padding:0 100px 0 100px;
  }
   */
    .ArticleSubscribeInputButton input {
        width: 100%;
    }
    .AllRelatedSectionPublications {
        padding: 0 100px 50px 100px;
    }
    .PublicationBlogPartImage img {
        margin-bottom: 30px;
    }
    .PublicationBlogCaptionContent p {
        font-size: 14px;
    }
    .AllrelatedCaptionContent {
        margin-top: 20px;
    }
    .OtherInitiativesWhiteBoxContent {
        width: 100%;
        padding: 30px 20px;
    }
    .OtherInitiativesBoxImage {
        height: auto;
        padding: 15px;
    }
    .SubThemeMainImagePortion {
        height: auto;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 890px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 475px;
    }
}
@media only screen and (max-width: 768px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 420px;
    }
}
@media only screen and (max-width: 767px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 345px;
    }
}
@media only screen and (max-width: 600px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 380px;
        width: 90%;
        padding: 40px 30px;
    }
    .SurviveHeading h2 {
        font-size: 22px;
    }
    .SurviveHeading p {
        font-size: 14px;
    }
    .SurviveHeading h6 {
        font-size: 16px;
    }
    .LogoWithText img {
        width: 50px;
    }
    .LogoWithText h5 {
        font-size: 24px;
    }
    .SuriveSocialMedia ul li a img {
        width: 20px;
    }
    /* section.PublicationBlogSection{padding:0 40px 0 40px;} */
    .ArticleSubscribeInputButton {
        display: block;
    }
    .ArticleSubscribeInputButton button {
        width: 100%;
        border-radius: 30px;
        margin-top: 20px;
    }
    .ArticleSubscribeInputButton input {
        border-radius: 30px;
    }
    .AllRelatedSectionPublications {
        padding: 0 40px 40px 40px;
    }
    .HeaderLeftLogo a img {
        width: 150px;
    }
    .RightSideAllHeader button {
        padding: 8px 12px;
        font-size: 13px;
    }
    .IntiativesOverlayImage {
        padding: 16px 0;
    }
    .SubThemeSection {
        padding: 0 40px;
    }
    .flip-card{
        height: 200px;
    }
     .KeyInitiativesBoxPartImageText{
        font-size: 12px; 
        line-height: 13px;
        font-weight: 500;
    }
    .SurviveHeadingpadding {
        padding: 30px 0 0px 0;
    }

    .carouselWidth {
        width: 100%;
        padding: 20px !important;
    }
}
@media only screen and (max-width: 550px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 450px;
    }
}
@media only screen and (max-width: 425px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 540px;
        width: 100%;
    }
}
@media only screen and (max-width: 375px){
    .themeOtherInitiativesWhiteBoxContent {
        height: 690px;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .themeOtherInitiativesWhiteBoxContent {
        height: 720px;
    }
}
