:root{
    --text-color: #220909;
    --mustard: #f6be32;
    --crimson : #d3561e;
    --green: #2ec4b6;
    ----bs-card-border-radius: 10%;
    --grey: #d9d9d9;
    --text-color-red: #eb6363; 
    --background-color: #fdf2f2;
    --accent-color-yellow: #febe42;
    /* --accent-color-green: #26772faa;  */
    --accent-color-green: #26772f; 
}


*{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

body{
    background-image: url("assets/background.png");
    background-size: cover;
}

.navbar-brand{
    width: 7vw;
    margin-left: 20px;
}

.nav-item{
    font-size: 20px;
    color: var(--text-color);
}
.nav-link:hover{
 color: var(--text-color-red);
}

.dropdown-item:hover{
    color: var(--text-color-red);
}

.nav-link{
    text-align: center;
}


.navbar-nav .nav-link.active{
    color: var(--text-color);
}


.dropdown:hover>.dropdown-menu{
    display: block;
}


.slide{
    width: 100%;
    top: 0;
    left: 0 ;
}


.image-quote{
    position: absolute;
    display: block;
    top: 30%;
    left: 10%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 40vw;
    /* font-size: 20px; */
    color: var(--text-color-red);
}


.btn-warning{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    /* font-size: 10px; */
    background-color: var(--text-color-red);
    color: var(--background-color);
    border-radius: 30px;
    padding: 15px 40px 15px 40px;
    border: 0px;
    -webkit-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
    -moz-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
    box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
}

.prev-button{
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top:50%;
    left: 5%;
    z-index: 2;
}


.next-button{
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top:50%;
    right: 5%;
    z-index: 2;
}

.overlay-1{
    position: absolute;
    right: 0%;
}
.overlay-2{
    position: absolute;
    display: none;
}
.overlay-3{
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.card{
    border-radius: 30px;
    margin-bottom: 20px;
    /* background-color: var(--accent-color-green); */

    -webkit-box-shadow: -16px -15px 62px -8px rgba(0,0,0,0.53);
    -moz-box-shadow: -16px -15px 62px -8px rgba(0,0,0,0.53);
    box-shadow: -16px -15px 62px -8px rgba(0,0,0,0.53);
    border: 0px;

}

.card-body{
   /* background-image: url("assets/background.jpg"); */
   background-color: var(--accent-color-green);
   border-radius: 30px;
}
.card-title-container{
    display: flex;
    justify-content: center;
    height: 3.5lh;
}
.card-title{
    height: 3.5lh;
    background-color: var(--accent-color-yellow);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--text-color);
    font-size: 30px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    /* padding-top:50px; */
    display: flex;
    justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
    align-items: center;

}

.event-title{
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.event-location{
    font-size: 20px;
    font-weight: 300;
}


.work-panel-container{
    /* margin-top: 100px; */
    margin-bottom: 100px;
}



.work-panel-img{
    width: 35%;
}


.page-2, .page-4{
    /* background: linear-gradient(90deg, rgba(46,196,182,1) 0%, rgba(53,180,168,1) 49%, rgba(46,196,182,1) 100%); */
    background-image: url("./assets/background-pink.png");
    background-size: cover;
/* background: linear-gradient(42deg, rgba(39,162,150,1) 0%, rgba(46,196,182,1) 49%, rgba(26,133,123,1) 100%);  */
    -webkit-box-shadow: 3px -8px 37px -8px rgba(0,0,0,0.53) , 3px 8px 37px -8px rgba(0,0,0,0.53);
    -moz-box-shadow: 3px -8px 37px -8px rgba(0,0,0,0.53) , 3px 8px 37px -8px rgba(0,0,0,0.53);
    box-shadow: 3px -8px 37px -8px rgba(0,0,0,0.53) ,  3px 8px 37px -8px rgba(0,0,0,0.53);
    position: relative;
    padding: 3rem 3rem 0px 3rem;
}

.counter-title{
    font-size: 30px;
}


h1{
    /* font-size: 50px; */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: bold;
    text-align: center;

}


.btn-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.work-panel-container{
    justify-content: space-evenly;
}

.image-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.work-panel-details{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--background-color);
    height: 250px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
}


.dark-title{
    color: var(--text-color);
    padding-top:20px;
    font-size: 5vw;
}

.red-title{
    color: var(--text-color-red);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin-top: 50px;
    margin-bottom: 30px;

}
.btn{
    /* font-size: 10px; */
}

.counter{
    font-size: 40px;
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.counter-number{
    font-size: 40px;
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.counter-container{
    display: flex;
    justify-content: flex-end;
    /* height: 200px; */
    flex-direction: column;
}

.counter-container-box{
    margin-top: 50px;
}
.counter-box{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.counter-icons{
    width: 150px;

}

.overlay-4{
    position: absolute;
    right: 15%;
    top: 0%;
    width: 300px;

}
.testimonial-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.testimonial-block{
    color: var(--text-color);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:20px;
    text-align: center;
}
.important-links{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
}

.sub-links{
    text-align: left;
    margin-left: unset;
    margin-right: unset;
}
.testimonial-roles{
    font-style: bold;
    font-weight: 700;
}
.testimonial-text{

    
}


.carousel-content{
    display: flex;
}
.carousel-content.image-quote{
    display: block;
}
.carousel-content img{
    display: block;
}

.red-title-small{
    font-size: 30px;
    text-align: center;
    color: var(--text-color-red);
}

.big-btn{
    margin: 20px 0 20px 0;
}
.contact-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-container{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer{
    background-color: var(--grey);
    /* background-image: url("assets/background.jpg"); */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: light;
    /* align-items: center; */
    color: var(--text-color);
    font-size: 20px;
}
.footer-container{
    /* align-items: center; */
    flex-direction: column;
}
.footer-nav-item{
    font-size: 20px;
    color: var(--text-color);
    font-weight: 300;
}
.footer-nav-item:hover{
    color: var(--crimson);
}
.footer-sub-menu{
    font-size: 30px;
    color: var(--text-color);
    font-weight: 500;
    font-style: bold;
}
.footer a{
    text-decoration: none;
    color: #000;
}

.contact-block{
    text-align:  left;
    margin-bottom: 10px;
}

.sm-icons{
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-top: 20px;
    color: #000;
}



.copyright{
    font-weight: 300;
}
.round-img{
    border-radius: 50%;
    width: 10vw;
    border: 5px solid #000;
}



.team-container{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.team-card{
    position: relative;
    background-color: #b5d4b7;
    /* background-color: var(--accent-color-green); */
    width: 500px;
    z-index: 1;
    height: 800px;
    -webkit-box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    filter: grayscale(1);
    transition: 1s;
    margin: 25px;
}

.team-card:hover{
    filter: grayscale(0);
}
.tape-1{
    position: absolute;
    width: 100px;
    height: 20px;
    background-color: #c8c8c8aa;
    top: 50px;
    left: 15px;
    z-index: 4;
    transform: rotate(-45deg);
}

.tape-img-1{
    position: absolute;
    top: 0px;
    left: -25px;
    transform: rotate(-45deg);
    opacity: 0.6;
    width: 20%;
}

.tape-img-2{
    position: absolute;
    bottom: 10px;
    right: -25px;
    transform: rotate(-45deg);
    opacity: 0.6; 
    width: 20%;
}

.tape-2{
    position: absolute;
    width: 100px;
    height: 20px;
    background-color: #c8c8c8aa;
    top: 150px;
    right: 35px;
    z-index: 4;
    transform: rotate(-45deg);
}


.name-card{
    width: 75%;
    background-image: url(assets/background.png);
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 30px;
    padding: 20px 0 20px 40px;
    -webkit-box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    box-shadow: -9px -7px 39px 0px rgba(0,0,0,0.75);
    z-index:3;
}
.name{
    margin-bottom: 0px;
}
.title{
    font-size: 15px;
}

.team-title{
    margin-top: 150px;
}


.team-photo-img{
    position: absolute;
    width: 200px;
    top: 170px;
    border-radius: 50% 50% 0 50%;
    left: 150px;
    z-index:4;
}

.back-panel{
    position: absolute;
    width: 220px;
    height: 450px;
    z-index: 2;
    background-color: var(--text-color-red);
    top: 100px;
    right: 8%;
}

.team-profile{
    position: absolute;
    top: 355px;
    width: 80%;
    margin-left: 10%;
    background-color: #FFE59A;
    /* background-color: var(--accent-color-yellow); */
    z-index: 3;
    padding: 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.6;
    /* min-height: 360px; */
    /* padding-bottom: 0px; */
}

.team-button{
    position: absolute;
    bottom:-65px;
    left: 10%;
    right: 10%;
    text-decoration: none;
    text-align: center;
    transition: 1s;
}
.team-button:hover{
    background-color: var(--accent-color-yellow);
    color: var(--text-color);
}
.profile-container{
    /* height: 50px; */
    position: relative;
    /* min-height: 360px; */
    height: 320px;
}

.overlay-6{
    position: absolute;
    width: 150px;
    top: 200px;
    left: 50px;
}
.alternate-contact{
    font-size: 40px;
}

.alternate-contact-block{
    font-size: 30px;
    color: var(--text-color-red);
}

.banner-red{
    /* background-image: url("assets/red-banner.jpg"); */
    background-color:#b5d4b7;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content p{
    /* font-size: 24px; */
    text-align: justify;
    min-width: 500px;
}

.content-image{
    align-content: center;
    overflow: hidden;
    /* height: 100%; */
    z-index: -1;
}

.content-image img{
    width: 100%;
}

.content-container{
    margin: 40px 0px 40px 40px;
}
@media only screen and (max-width:576px){

}


.dropdown-menu{
    /* width: 100vw; */
}

.contact-page{
    display: flex;

}

.contact-desktop{
   display: block; 
}

.contact-mobile{
    display: none;
}

.contact-form-container{
    /* background-color: var(--background-color); */
    margin: 20px;
    padding: 20px;
}

.admin-panel{
    display: flex;
}

.admin-items{

}
.container {
    width: 500px;
    max-width: 100%;
}

.form-group {
margin-bottom: 12px;
}

label {
display: block;
margin-bottom: 4px;
}

input {
border: 1px solid #ccc;
}

input,
.ql-editor {
padding: 4px;
font-size: 14px;
}

#editor {
height: 130px;
}

.element{
margin: 100px;
}

.image_resized > img{
width: 100%;
height: auto;
}

.form-container{
display: flex;
width: 100%;
align-items: center;
justify-content: center;
margin-top: 20%;    
}

.form-container-blog{
    width: 80%;
    margin-left: 10%;

}

.blog-container{
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    border-right: #00000040 solid 2px;
}

.all-blogs{
    padding: 0 50px 50px 50px;
}

.blog-title{
    color: var(--text-color-red);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-top: 50px;
    /* margin-bottom: 30px; */
}

.blog-content{
    font-family: "Josefin Sans", sans-serif !important';
    font-weight: 400;
    font-style: normal;
}

.event-card-2:hover{
    transform: scale(1.05);
    transition: 0.5s;
}

.event-image img{
    border-radius: 25px;
}

.table-events td{
    vertical-align: middle;
    text-align: center;
}

.table-events th{
    vertical-align: middle;
    text-align: center;
}


@media only screen and (min-width: 1366px){
    .nav-item{
        font-size: 30px;
    }
    .dropdown-item{
        font-size: 30px;
    }
    .image-quote{
        font-size: 40px;
    }
    .red-title{
        font-size: 50px;
    }
    .card{
        width: 380px;
    }
    .next-button{
        width: 50px;
        height: 50px;
    }
    .prev-button{
        width: 50px;
        height: 50px;
    }

    .page-2{
        padding-bottom: 50px;
    }
    .counter{
        font-size: 60px;
    }
    .counter-icons{
        width:auto;
        height: 150px;
    }
    .page-3{
        padding: 50px;
    }
    .counter-number{
        font-size: 60px;
    }
    .counter-box{
        flex-direction: row;
    }
    .counter-title{
        font-size: 30px;
    }
    .page-4{
        padding: 100px;
    }
    .testimonial-item{
        flex-direction: row;
    }
    .testimonial-block{
        /* font-size:30px; */
        text-align: left;
        
    }

    .red-title-small{
        font-size: 40px;
    }
    .contact-panel p{
        font-size: 30px;
        margin: 20px 0 20px 0;
    }
    .footer-container{
        flex-direction: row;
    }

    .contact-block{
        text-align: right;
    }
    .sm-icons{
        justify-content: flex-start;
    }
    .work-panel-details{
        /* height: 8lh; */
    }
    .body-text{
        font-size: 20px;
    }
    .body-text-2{
        font-size: 25px;
    }
    .card-title{
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
        /* padding-top: 30px; */
    }
    .round-img{
        width: 10vw;
        margin-right: 20px;
    }
    .dark-title{
        font-size: 40px;
    }

    .footer-logo{
        width: 25%;
    }
    .logo-container{
        align-items: flex-start;
    }

}


@media only screen and (min-width: 991px) and (max-width: 1365px){

    .whole-container{
        min-width: 1060px;
    }
    .nav-item{
        font-size: 25px;
    }
    .dropdown-item{
        font-size: 25px;
    }
    .next-button{
        width: 50px;
        height: 50px;
    }
    .prev-button{
        width: 50px;
        height: 50px;
    }
    .btn{
        font-size: 15px; 
        padding: 15px 25px 15px 25px;
        margin-top: 20px;
    }
    .image-quote{
        font-size: 30px;
    }
    .red-title{
        font-size: 45px ;
    }
    .work-panel-img{
        width: 30%;
    }
    .overlay-1{
        width: 250px;
    }
    .overlay-3{
        width: 150px;
    }
    .work-panel-container{
        justify-content:space-evenly;
        margin-left: -50px;
    }
    .page-2{
        padding-bottom: 10px;
    }
    .counter{
        font-size: 50px;
    }
    .counter-icons{
        width:auto;
        height: 100px;
    }
    .page-3{
        padding: 50px;
    }
    .counter-number{
        font-size: 50px;
    }
    .counter-box{
        flex-direction: row;
    }
    .counter-title{
        font-size: 28px;
    }
    .testimonial-item{
        flex-direction: row;
    }
    .testimonial-block{
        /* font-size:30px; */
        text-align: left;
        
    }
    .overlay-4{
        width: 250px;
        right: 15%;
    }

    .red-title-small{
        font-size: 35px;
    }
    .contact-panel p{
        font-size: 25px;
        margin: 20px 0 20px 0;
    }
    .footer-container{
        flex-direction: row;
    }
    .footer-nav-item{
        /* font-size: 25px; */
    }
    .footer-sub-menu{
        /* font-size: 30px; */
    }
    .contact-block{
        text-align: right;
    }
    .sm-icons{
        justify-content: flex-start;
    }
 
    h1{
        /* font-size: 70px; */
    }

    .card{
        width: 310px;
    }
    .work-panel-details{
        /* font-size: 20px; */
        /* font-size: 15px; */
        height: 200px;
        /* height: 8.5lh; */
    }
    .body-text{
        font-size: 15px;
    }
    .body-text-2{
        font-size: 20px;
    }
    .card-title{
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        /* padding-top: 30px; */
    }

    .round-img{
        width: 15vw;
        margin-right: 20px;
    }
    .dark-title{
        font-size: 40px;
    }
    .footer-logo{
        width: 30%;
    }
    .logo-container{
        align-items: flex-start;
    }
    .banner-red{
        height: 200px;
    }
    .alternate-contact{
        font-size: 30px;
    }
    .alternate-contact-block{
        font-size: 25px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 990px){
    .nav-item{
        font-size: 15px;
    }
    .dropdown-item{
        font-size: 20px;
    }
    .next-button{
        width: 30px;
        height: 30px;
    }
    .prev-button{
        width: 30px;
        height: 30px;
    }
    .btn{
        font-size: 12px; 
        padding: 10px 15px 10px 15px;
        margin-top: 20px;
    }
    .image-quote{
        font-size: 20px;
    }
    .red-title{
        font-size: 35px ;
    }
    .work-panel-img{
        width: 30%;
    }
    .overlay-1{
        width: 200px;
    }
    .overlay-3{
        width: 150px;
    }
    .work-panel-container{
        justify-content:space-evenly;
        margin-left: -50px;
    }
    .page-2{
        padding-bottom: 10px;
    }
    .counter{
        font-size: 25px;
    }
    .counter-icons{
        width:auto;
        height: 60px;
    }
    .page-3{
        padding: 50px;
    }
    .counter-number{
        font-size: 25px;
    }
    .counter-title{
        font-size: 20px;
    }
    .counter-box{
        flex-direction: row;
    }

    .testimonial-block{
        /* font-size:30px; */
        text-align: center;
        
    }
    .overlay-4{
        width: 200px;
        right: 10%;
    }

    .red-title-small{
        font-size: 30px;
    }
    .contact-panel p{
        font-size: 20px;
        margin: 15px 0 20px 0;
    }
    .footer-container{
        flex-direction: row;
    }
    .page-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    .testimonial-block{
        font-size: 20px;
    }
    .testimonial-roles p{
        margin-bottom: 0px;
    }

    .contact-block{
        text-align: right;
    }
    .sm-icons{
        justify-content: flex-start;
        font-size: 30px;
    }
 
    h1{
        /* font-size: 70px; */
    }

    .card{
        width: calc(100vw/3.5);
    }
    .work-panel-details{
        /* font-size: 12px; */
        height: 180px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }
    .body-text{
        font-size: 12px;
    }
    .body-text-2{
        font-size: 20px;
    }
    .card-title{
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;
        /* padding-top: 30px; */
    }

    .round-img{
        width: 15vw;
        margin-right: 20px;
    }
    .dark-title{
        font-size: 40px;
    }
    .footer-logo{
        width: 30%;
    }
    .logo-container{
        align-items: flex-start;
    }
    .footer-sub-menu{
        font-size: 20px;
        font-weight: 500;
    }
    .footer-nav-item{
        font-size: 18px;
    }
    .contact-detail{
        font-size: 15px;
    }
    .content-image{
        position: absolute;
    }
    .content-image img{
        opacity: 0.3;
        position: relative;
        /* left: 20%; */
        width: 50%;
    }
    .content-container{
        margin: 40px;
    }
    .banner-red{
        /* margin-top: 130px; */
        height: 200px;
    }
    .alternate-contact{
        font-size: 25px;
    }
    .alternate-contact-block{
        font-size: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .navbar-collapse{
        /* background-color: var(--background-color); */
        background-image: url(assets/background.png);
        z-index: 2;

    }
    .team-card{
        filter: grayscale(0);
    }
    .navbar-toggler{
        border: 0px ;
    }
    .navbar-brand{
        position: absolute;
        right:38vw;
        top: 10%;
        width: 20vw;
        margin-left: unset;
    }

    .carousel-image{
        position: relative;
        right: 25%;
        margin-top: 35%;
        -webkit-transform:scale(1.6);
        -moz-transform:scale(1.6);
        -o-transform:scale(1.6);
    }

    .prev-button>span{
        background-size: 10px;
    }

    .next-button>span{
        background-size: 10px;
    }
    .carousel-content{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px;
    }

    .btn{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px 15px 10px 15px;
    }

    .image-quote{
        display: flex;
        flex-direction: column;
        position: unset;
        width: 80vw;
        background-color: var(--background-color);
        padding: 20px;
        padding-bottom: 30px;
        -webkit-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        -moz-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        align-items: center;
        z-index: 2;
        border-radius: 20px;
        font-size: 25px;
        text-align: center;
        height: 9lh;
        justify-content: space-evenly;
    }
    .card{
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .work-panel-container{
        justify-content: center;
    }

    .red-title{
        font-size: 40px;
    }

    .overlay-1{
        position: absolute;
        z-index: -1;
        right: 0%;
        top: 7%;
        width: 200px;

    }

    .overlay-2{
        display: block;
        position: absolute;
        width: 200px;
        top: 35%;
        left:0%;
        z-index: -1;

    }
    .overlay-3{
        position: absolute;
        width: 200px;
        top: 62%;
        right: 0%;
        bottom: unset;
        left: unset;
        z-index: -1;

    }
    .page-2{
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        background: unset;
        overflow: hidden;
    }

    .card-title{
        font-size: 25px;
        height: 3.5lh;
    }

    .work-panel-container{
        margin-bottom: 0px;
        margin-top: 20px
    }
    .work-panel-details{
        /* font-size: 20px; */
        font-weight: 500;
        height: 9lh;
    }
    .body-text{
        font-size: 20px;
    }
    .body-text-2{
        font-size: 20px;
    }
    .btn-work{
        font-size: 15px;
    }

    .card{
        margin-bottom: 50px;
    }

    .page-3{
        padding-top: 20px;
    }
    .counter-container{
        height: 100px;
    }
    .round-img{
        width: 20vw;
    }
    .page-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    .testimonial-block{
        font-size: 20px;
    }
    .testimonial-roles p{
        margin-bottom: 0px;
    }
    .counter-icons{
        width: 200px;
    }
    .overlay-4{
        position: absolute;
        width: 200px;
        top: 0%;
        right: 0%;
        z-index: 0;
    }
    .overlay-5{
        width: 50%;
    }
    .red-title-small{
        font-size: 30px;
        text-align: center;
        color: var(--text-color-red);
    }
    .big-btn{
        width: fit-content;
        padding: 15px 25px 15px 25px;
    }
    .logo{
        width: 30%;
    }
    .footer-sub-menu{
        font-size: 24px;
        
    }
    .footer-nav-item{
        font-size: 20px;
        
    }
    .contact-panel p{
        font-size: 25px;
        margin: 15px 0 20px 0;
    }
    .sm-icons{
        justify-content: flex-start;
    }
    .copyright{
        font-size: 15px;
        font-weight: 300;
    }
    .blog-container{
        margin-top: 20%;
    }
    .image_resized{
        width: 100% !important;
    }
    .content-image{
        position: absolute;
    }
    .content-image img{
        opacity: 0.3;
        position: relative;
        width: 50%;
        /* left: 20%; */
    }
    .content-container{
        margin: 40px;
    }
    .banner-red{
        margin-top: 130px;
        height: 200px;
    }
    .event-details-container{
        margin-top: 100px;
    }
}

@media screen and (max-width: 575px){
    .navbar-collapse{
        /* background-color: var(--background-color); */
        background-image: url(assets/background.png);
        z-index: 2;

    }

    .navbar-toggler{
        border: 0px ;
    }
    .navbar-brand{
        position: absolute;
        right:30%;
        top: 10%;
        width: 30vw;
        margin-left: unset;
    }

    .carousel-image{
        position: relative;
        right: 30%;
        margin-top: 40%;
        -webkit-transform:scale(1.7);
        -moz-transform:scale(1.7);
        -o-transform:scale(1.7);
    }

    .prev-button>span{
        background-size: 10px;
    }

    .next-button>span{
        background-size: 10px;
    }
    .carousel-content{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px;
    }

    .btn{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px 15px 10px 15px;
    }

    .image-quote{
        display: flex;
        flex-direction: column;
        position: unset;
        width: 80vw;
        background-color: var(--background-color);
        padding: 20px;
        padding-bottom: 30px;
        -webkit-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        -moz-box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        box-shadow: -23px -16px 56px -23px rgba(0,0,0,0.53);
        align-items: center;
        z-index: 2;
        border-radius: 20px;
        font-size: 20px;
        text-align: center;
        height: 9lh;
        justify-content: space-evenly;
    }

    .red-title{
        font-size: 35px;
    }

    .overlay-1{
        position: absolute;
        z-index: -1;
        right: 0%;
        top: 7%;
        width: 150px;

    }

    .overlay-2{
        display: block;
        position: absolute;
        width: 200px;
        top: 35%;
        left: -20%;
        z-index: -1;

    }
    .overlay-3{
        position: absolute;
        width: 200px;
        top: 62%;
        right: -20%;
        bottom: unset;
        left: unset;
        z-index: -1;

    }
    .page-2{
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        background: unset;
        overflow: hidden;
    }

    .card-title{
        font-size: 20px;
        height: 3.5lh;
    }

    .work-panel-container{
        margin-bottom: 0px;
        margin-top: 20px
    }
    .work-panel-details{
        font-size: 15px;
        font-weight: 500;
        height: 9lh;
    }
    .body-text{
        font-size: 15px;
    }
    .btn-work{
        font-size: 15px;
    }

    .card{
        margin-bottom: 50px;
    }

    .page-3{
        padding-top: 20px;
    }
    .counter-container{
        height: 100px;
    }
    .round-img{
        width: 30vw;
    }
    .page-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    .testimonial-block{
        font-size: 15px;
    }
    .testimonial-roles p{
        margin-bottom: 0px;
    }
    .overlay-4{
        position: absolute;
        width: 150px;
        top: 0%;
        right: 0%;
        z-index: 0;
    }
    .overlay-5{
        width: 50%;
    }
    .red-title-small{
        font-size: 30px;
        text-align: center;
        color: var(--text-color-red);
    }
    .big-btn{
        width: fit-content;
        padding: 15px 25px 15px 25px;
    }
    .logo{
        width: 50%;
    }
    .footer-sub-menu{
        font-size: 20px;
        
    }
    .footer-nav-item{
        font-size: 15px;
        
    }
    .sm-icons{
        justify-content: flex-start;
    }
    .copyright{
        font-size: 15px;
        font-weight: 300;
    }
    .blog-container{
        margin-top: 25%;
    }
    .image_resized{
        width: 100% !important;
    }
    .banner-red{
        margin-top: 100px;
        height: 200px;
    }
    .navbar-brand img{
        max-width: 100px;
    }

    .team-container{
        margin-top: 50px;
        width: 100%;
    }
    .team-card{
        width: 100%;
        height: 700px;
        filter: grayscale(0);
    }

    .tape-1{
        width: 80px;
        height: 15px;
        top: 50px;
        left: 20px;
    }

    .tape-2{
        width: 80px;
        height: 15px;
        top: 130px;
        right: 20px;
    }
    .name-card{
        width: 70%;
        top: 50px;
        left: 50px;
        font-size: 20px;
        padding: 15px 10px 10px 30px;
    }

    .title{
        font-size: 12px;
    }

    .team-photo-img{
        width: 160px;
        top: 200px;
        left: 100px;
    }

    .back-panel{
        width: 100px;
        height: 350px;
        top: 100px;
        right: 10%;
    }

    .team-profile{
        top: 350px;
        width: 75%;
        margin-left: 10%;
        padding: 20px;
    }

    .team-button{
        bottom:-50px;
        padding: 10px 15px 10px 15px;
    }

    .profile-container{
        font-size: 12px;
        height: 260px;
    }

    .overlay-6{
        width: 100px;
        top: 250px;
        left: 25px;
    }

    .alternate-contact{
        font-size: 20px;
    }

    .alternate-contact-block{
        font-size: 15px;
    }
    .content-image{
        position: absolute;
    }

    .content-image img{
        opacity: 0.3;
        position: relative;
        width: 75%;
        /* left: 20%; */
    }
    .content-container{
        margin: 20px;
    }
    .content p{
        /* font-size: 15px; */
        text-align: justify;
        min-width: unset;
    }
    .event-details-container{
        margin-top: 100px;
    }
}

.img-gallery{
    width: 100%;
}


.sm-icons-large a{
    color: var(--text-color-red);
}

.ribbon{
    background-color: var(--text-color-red);
    color: var(--background-color);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

@keyframes bounce{
    0% {transform:scale(1.0);}
    5% {transform:scale(1.2);}
    10% {transform:scale(1.0);}
    15% {transform:scale(1.2);}
    20% {transform:scale(1.0);}
}



.ribbon-button{
    background-color: var(--accent-color-yellow) !important;
    color: var(--text-color) !important;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-size: 20px !important;
}



.completed-card-image img{
    aspect-ratio: 1/1;
    filter: saturate(0);
    object-fit: cover;
}

.completed-card{
    background-color: #26772f44;
    padding: 25px;
    height: 100%;
    
}

.completed-sign {
    top: -0.5vw;
    right: -0.5vw;
}

.completed-card-details{
    padding: 0px 0px 0px 1.2vw;
}

.completed-card-title{
    font-size: 1.2vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 75%;
    font-weight: 800;
}

.highlights-button{
    padding: 0.6vw 1.2vw 0.6vw 1.2vw;
    font-size: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.completed-container{
    align-items: stretch;
    margin-bottom: 20px;
}

.completed-card-location{
    width: 100%;
    margin-top: 1vw;
}


.completed-card-date{
    width: 100%;
    margin-top: 1vw;
}

.completed-card-location p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1vw;
    margin: 0px;
}
.completed-card-location i{
    font-size: 1vw;
}
.completed-card-date i{
    font-size: 1vw;
}
.completed-card-date p{
    margin: 0px;
    font-size: 1vw;
}

.completed-card-container{
    padding: 0.8vw;
    margin-top: 20px;
}


#backdrop{
    display: none;
}
@media screen and (max-width: 991px){
    .completed-card-title{
        font-size: 2vw;
    }
    .completed-card-location{
        margin-top: 1.5vw;
    }
    .completed-card-details{
        padding: 0px 0px 0px 2vw;
    }
    .ribbon{
        font-size: 15px;
    }
    .ribbon-button{
        font-size: 15px !important;
    }

    .completed-card-date{
        margin-top: 1.5vw;
    }
    .completed-card-location p{
        font-size: 1.5vw;
    }
    .completed-card-date p{
        font-size: 1.5vw;
    }
    .completed-card-location i{
        font-size: 1.5vw;
    }
    .completed-card-date i{
        font-size: 1.5vw;
    }

    .highlights-button{
        font-size: 1.5vw;
        padding: 0.8vw 1.6vw 0.8vw 1.6vw;
        margin-top: 1.5vw;
    }
    .completed-sign img{
        width: 75%;
    }
    .completed-sign{
        top: 0%;
        right: -10%;
    }

    #backdrop{
        background-color: #000c;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        z-index: 2;
        pointer-events: none;
        left: 0;
    }
}


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

}



.upcoming-card-image img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.upcoming-card{
    background-color: #EB636344;
    padding: 25px;
    height: 100%;
    
}

.calendar-section{
    /* position:fixed; */
    /* right: 0; */
    /* justify-content: center; */
    align-items: center;
    position: relative;
}





.upcoming-card-details{
    padding: 0px 0px 0px 1.5vw;
    justify-content: space-between;
}

.upcoming-card-title{
    font-size: 1.5vw;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 800;
}

.register-button{
    background-color: var(--accent-color-yellow) !important;
    color: var(--text-color) !important;
    padding: 0.8vw 1.6vw 0.8vw 1.6vw !important;
    font-size: 1.2vw !important;
    margin-top: 1vw;
    margin-bottom: 1vw;
}


.upcoming-container{
    align-items: stretch;
}

.upcoming-card-location{
    width: 100%;
    margin-top: 1.2vw;
}


.upcoming-card-date{
    width: 100%;
    margin-top: 1.2vw;
}

.upcoming-card-location p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.2vw;
    margin: 0px;
}
.upcoming-card-location i{
    font-size: 1.2vw;
}
.upcoming-card-date i{
    font-size: 1.2vw;
}
.upcoming-card-date p{
    margin: 0px;
    font-size: 1.2vw;
}

.upcoming-card-container{
    padding: 0.8vw;
    margin-top: 20px;
}




.calendar{
    padding: 0 20px;
    background-color: #EB636344;
    border-radius: 20px;
    margin:20px 0px;
    color: var(--text-color-red);
    max-width: 350px;
}

.calendar a{
    color: var(--text-color-black);
    text-decoration: none;
}

.fc-header-toolbar{
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    font-size: 0.8vw;
}

#fc-tooltip{
    position: absolute;
    display: none;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    font-size: 0.85rem;
    z-index: 9999;
    white-space:wrap;
    overflow-wrap: normal;
    padding: 10px;
    flex-direction: column;
    max-width: 150px;


}
.tooltip-button{
    background-color: var(--accent-color-yellow) !important;
    color: var(--text-color) !important;
    padding: 0.5vw 1vw 0.5vw 1vw !important;
    font-size: 0.8vw !important;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.tooltip-button:hover{
    background-color: #febe42cc  !important;
}

.tooltip-text{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}
.fc-theme-standard td, .fc-theme-standard th{
    border: 0px ;
}
.fc-daygrid-day-events{
    /* display: none; */
    min-height: 0px !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    margin: 0px !important;

    pointer-events: none;
}

.fc-daygrid-event-harness{
    height: 100%;
        display: flex;
    justify-content: center;
    pointer-events: none;
}
.fc-scrollgrid-sync-table{
    pointer-events: none;
}

.fc-h-event{
    /* position: absolute; */
    background-color: var(--accent-color-yellow);
    border: 0px;
    top: 0;
    /* left: 50%; */
    /* transform: translateX(50%); */
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0px !important  ;
    cursor: pointer;
    z-index: -1 !important;
    pointer-events: all;
}
.dummy{
    background-color: var(--crimson);
    position: absolute !important;
    /* width: 100%; */
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.fc-scrollgrid{
    border: 0px !important;
}
.fc-day-disabled{
    background-color: #0000 !important;
}
.big-calendar .fc-dayGridMonth-view{
    font-size: 10px;
}

.fc .fc-scrollgrid-section > tbody > tr > td,
.fc .fc-scrollgrid-section > thead > tr > th {
  border: none !important;
}

.fc-daygrid-day-frame {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-scrollgrid .fc-scrollgrid-section-header {
  border-bottom: none !important;
}

.fc .fc-daygrid-day-top {
  border-bottom: none !important;
  justify-content: center;
}

.fc-daygrid-day{
    height: 30px;
}

#calendar-next-icon{
    color: var(--text-color-red);
    cursor: pointer;
}

#calendar-prev-icon{
    color: var(--text-color-red);
    cursor: pointer;
}

.small-calendar .fc-dayGridMonth-view{
    font-size: 8px;
}


@media screen and (min-width: 992px){
    .calendar-section{
        border-left: 3px solid var(--text-color-red);
    }
}



@media screen and (max-width: 991px){
    #fc-tooltip{
        background-color: var(--text-color-red);
    }
    .upcoming-card-title{
        font-size: 2vw;
    }
    .upcoming-card-location{
        margin-top: 1.5vw;
    }
    .upcoming-card-details{
        padding: 0px 0px 0px 2vw;

    }
    .fc-header-toolbar{
        margin-bottom: 10px !important;
        margin-top: 20px !important;
        font-size: 1.2vw;
    }
    .fc-dayGridMonth-view{
        font-size: 14px;
    }

    .upcoming-card-date{
        margin-top: 1.5vw;
    }
    .upcoming-card-location p{
        font-size: 1.5vw;
    }
    .upcoming-card-date p{
        font-size: 1.5vw;
    }
    .upcoming-card-location i{
        font-size: 1.5vw;
    }
    .upcoming-card-date i{
        font-size: 1.5vw;
    }

    .register-button{
        font-size: 1.5vw !important;
        padding: 0.8vw 1.6vw 0.8vw 1.6vw !important;
        margin-top: 1.5vw;
    }
    .upcoming-sign img{
        width: 75%;
    }
    .upcoming-sign{
        top: 0%;
        right: -10%;
    }
    .calendar-section::before{
        content: "";
        width: 75%;
        height: 0;
        align-self: center;
        position: absolute;
        border-bottom: 3px solid var(--text-color-red);
        /* bottom: 200px; */
        top: 100%;
    }
    .tooltip-button{
        font-size: 1.2vw !important;
    }
}

@media screen and (max-width: 767px){
    .events-page-container{
        margin-top: 150px;
    }


}
@media screen and (max-width: 575px){
    .events-page-container{
        margin-top: 100px;
    }

    .upcoming-card-title{
        font-size: 3.5vw;
        display: -webkit-box;
        --webkit-line-clamp:2;
        --webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
    }
    .upcoming-card-location{
        margin-top: 2vw;
    }
    .upcoming-card-details{
        padding: 0px 0px 0px 3vw;
    }
    .ribbon{
        font-size: 10px;
    }
    .ribbon-button{
        font-size: 10px !important;
    }
    .fc-header-toolbar{
        margin-bottom: 10px !important;
        margin-top: 20px !important;
        font-size: 2vw;
    }

    .fc-dayGridMonth-view{
        font-size: 10px;
    }

    .upcoming-container{
        justify-content: center;
    }
    .completed-container{
        justify-content: center;
        
    }
    .upcoming-card-date{
        margin-top: 2vw;
    }
    .upcoming-card-location p{
        font-size: 2.5vw;
    }
    .upcoming-card-date p{
        font-size: 2.5vw;
    }
    .upcoming-card-location i{
        font-size: 2.5vw;
    }
    .upcoming-card-date i{
        font-size: 2.5vw;
    }
    .register-button{
        font-size: 2.5vw !important;
        padding: 1vw 2vw 1vw 2vw !important;
        margin-top: 2vw;

    }
    .upcoming-sign img{
        width: 75%;
    }
    .upcoming-sign{
        top: 0%;
        right: -10%;
    }
    .completed-card-title{
        font-size: 3.5vw;
    }
    .completed-card-location{
        margin-top: 2vw;
    }
    .completed-card-details{
        padding: 0px 0px 0px 3vw;
    }


    .completed-card-date{
        margin-top: 2vw;
    }
    .completed-card-location p{
        font-size: 2.5vw;
    }
    .completed-card-date p{
        font-size: 2.5vw;
    }
    .completed-card-location i{
        font-size: 2.5vw;
    }
    .completed-card-date i{
        font-size: 2.5vw;
    }
    .highlights-button{
        font-size: 2.5vw;
        padding: 1vw 2vw 1vw 2vw;
        margin-top: 2vw;

    }
    .completed-sign img{
        width: 75%;
    }
    .completed-sign{
        top: 0%;
        right: -10%;
    }
    .tooltip-button{
        font-size: 1.5vw !important;
    }

}



