body {
    /* font-family: 'Montserrat', sans-serif !important; */
    /* font-family: 'CircularStd-Book','DM Sans',Tahoma,sans-serif !important; */
    /* font-family: 'CircularStd-Book', 'DM Sans', Tahoma, sans-serif,  'Montserrat' !important; */
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    /* font-family: 'Montserrat', sans-serif; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Jost', sans-serif !important; */
    color: #13005A;
}

p {
    line-height: 2;
    font-weight: 500;
}

main.main-home-secton {
    padding-top: 65px;
}
main.main-2-section
{
    padding-top:65px;
}

.p-relative {
    position: relative;
}

/* blog page code */

section.blog-section {
    background: #13005A;
    padding: 40px 0px;
}

.blog-img-div {
    position: relative;
}

.incubator-img {
    width: 65px;
    height: 65px !important;
    object-fit: contain;
    background: white;
    border-radius: 50%;
    border: 1px solid gainsboro;
}

span.event-incubator {
    position: absolute;
    left: 25px;
    bottom: -30px;
}

.blog-titles {
    padding: 15px;
}

.event-titles {
    padding: 15px;
}

.event-titles h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-footer {
    font-size: 12px;
}

ion-icon.set-add-btn.md.hydrated {
    font-size: 22px;
    color: green;
    cursor: pointer;
}

ion-icon.set-delete-btn.md.hydrated {
    font-size: 22px;
    color: red;
    cursor: pointer;
}

.form-input {
    width: 100%;
    background: gainsboro;
    border: 1px solid gray;
    outline: none;
    padding: 5px 10px;
    border-radius: 5px;
}

h3.c-white {
    color: white !important;
}

.blog-img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
    border-radius: 5px 5px 0px 0px;
}

/* gallery code */

.gallery-img {
    /* height: 250px !important; */
    /* width: 100%; */
    /* object-fit: contain; */
    /* border: 1px solid gainsboro; */
    height: 450px !important;
    object-fit: fill;
}

.blog-titles p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* events code */
.events-div {
    border: 1px solid gainsboro;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* .events-div:hover {
    box-shadow: 0px 0px 5px gainsboro;
} */

.location-name-div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

button.view-btn {
    background: #00337C;
    color: white;
    border: none;
    padding: 2px 15px;
    border-radius: 25px;
    font-size: 12px;
    outline: none;
}

.events-img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
    border-radius: 5px 5px 0px 0px;
    /* border-bottom: 1px solid gainsboro; */
}

.div-header {
    padding: 25px 0px;
    text-align: center;
}

.head_dev {
    padding: 25px 0px;
    /* text-align: center; */
    color: #2B377A;
    /* font-family: Work Sans; */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.event-main {
    padding: 0px 0px 40px 0px;
    background: white;
}

.gallery-div {
    /* border: 1px solid gainsboro;
    padding: 5px;
    border-radius: 5px;
    transition: 0.2s ease;
    margin-bottom: 15px;
    cursor: pointer; */

    /* border: 1px solid gainsboro;
   height: auto;
  border-radius: 5px;
  transition: 0.2s ease;
  margin-bottom: 15px;
  cursor: pointer; */
  border: 1px solid gainsboro;
  height: auto;
  border-radius: 5px;
  transition: 0.2s ease;
  cursor: pointer;

}

p.sub-title {
    position: relative;
    padding-bottom: 5px;
}

p.sub-title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 3%;
    height: 2px;
    background: #13005A;
}

.newsletter_dev {
    /* background: #a57b56; */
    text-align: center;
    /* padding: 25px; */
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 2px 4px 5px rgb(182, 172, 172);
    /* height: 250px; */
    /* width:90%; */
    margin-top: 30px;
}

a.view_news_btn {
    background: #2c377a;
    padding: 5px 20px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    text-decoration: none !important;
    /* margin-top: 33px; */
}

a.view_news_btn:hover {
    background: white;
    color: #00337C !important;
    text-decoration: none !important;
    box-shadow: 0px 0px 5px;
}

.slideshow {
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    perspective: 10000px;
    margin-top: 0;
}

.slideshow .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    transform: rotateY(270deg);
    transform-style: preserve-3d;
    animation: animate 21.5s linear infinite;
    animation-delay: calc(var(--i) * 5.8s);
}

@keyframes animate {
    0% {
        transform: rotateY(270deg);
    }

    30%,
    100% {
        transform: rotateY(90deg);
    }
}


#body3 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height: 30vh;
}

.slideshow .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.slideshow .slide h3 {
    position: relative;
    z-index: 1;
    color: #25c27b;
    width: 100%;
    /* margin-top: -20%; */
    transform: rotateY(180deg) translateY(100px) translateZ(90px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    font-weight: bold;
}

.slideshow .slide h3 span {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    /* color: #ffff; */
    /* margin: 3%; */
    font-size: 0.5em;
    font-weight: bold;
    transform: translateZ(50px);
    backface-visibility: hidden;
    text-align: center;
}

/* button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-accent {
    border-radius: 25px;
}
button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-accent {
    border-radius: 25px;
} */
@media only screen and (max-width: 991px) {
    section.slider-section {
        padding-top: 65px;
    }

    .event-main {
        padding: 0px 0px 40px 0px;
    }

    /* .incubators-div {
        margin-top: 40px;
    } */
    p.sub-title::before {
        width: 7%;
    }
    
}

