@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.outside-container{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color:#EFEFEF;
}

.outside-container2{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color:#EFEFEF;
}


.slide-container{
    max-width: 1120px;
    width: 100%;
    /*background-color:grey;*/
    padding: 40px 0;
}

.slide-content
{
    margin: 0 40px;
    /*background-color: red;*/
    overflow:hidden;
    border-radius:25px;
}

.card{
    border-radius: 25px;
    background-color: #FFF;
}
.image-content,
.card-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding: 10px 14px;
}

/* styling for the carouselled-card body*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sana-serif;
}

.image-content{
    position: relative;
     row-gap: 5px;
     padding: 25px 0;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image
{
  position: relative;
  height:150px;
  width:150px;
  border-radius: 50%;
  background:#FFF;
  padding: 3px;
}
.card-image .card-img
{
   height:100%;
   width: 100%;
   object-fit:cover;
   border-radius: 50%;
   border: 4px solid #4070f4;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align:center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button: hover{
   background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 40px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color:#6E93f7;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background-color:#4070F4;
}
@media screen and (max-width: 768px)
{
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
}


/* climate change section*/
body {
    background-color: #eee
}

.card {
    border: none;
    border-radius: 10px
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}

.progress {
    height: 10px;
    border-radius: 10px
}

.progress div {
    background-color: red
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}

.Palaroid1 {
    display: table-cell;
    background-color: red; /*Optional*/
    width: 20%;
    min-height:100vh;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

/* counting animation styling starts here*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header.counter-heading {
    width: 80vw;
    height: 8vh;
    background: linear-gradient(45deg, gold, orangered);
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 1.4rem;
    padding: 0 .5rem;
    
    display: grid;
    place-items: center;
    box-shadow: 0 .2rem .2rem #0006;

    transition: .3s ease-in-out;
}

header h1 {
    font: 700 2.8rem sans-serif;
}

header:hover,
.counter-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
    filter: saturate(300%);
    box-shadow: 0 .2rem .2rem #0006;
}

.counters {
    width: 80vw;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-wrapper {
    width: 32%;
    height: 9rem;
    
    border-radius: 1rem;
    padding: 1rem 2rem;
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s ease-in-out;
    box-shadow: 0 .2rem .2rem #0006;

}

.counter-wrapper:nth-child(1) {
    background: linear-gradient(45deg, pink, crimson);
}

.counter-wrapper:nth-child(2) {
    background: linear-gradient(45deg, cyan, blue);
}

.counter-wrapper:nth-child(3) {
    background: linear-gradient(45deg, mediumspringgreen, green);
}

.counter-wrapper:nth-child(4) {
    background: linear-gradient(45deg, red, green);
}

.counter-icon {
    font-size: 2.5rem;
}

.counter-info {
    color: #fff;
    text-shadow: 1px 1px 1px #0007;
}

.counter-info h1.counter {
    font: normal 2.8rem sans-serif;
}

.counter-info p {
    font: normal 1.1rem sans-serif;
    margin-top: .4rem;
}
/* counting animation styling ends here*/


/*navigation menu styling starts here*/

.dropdown:hover .dropdown-menu { 
            display: block; 
        } 
.dropdown { 
   margin-left: 0rem; 
   margin-right: 0rem; 
   border-radius:20px;
} 
  
.name { 
        text-align: center; 
        color: green; 
      } 
/*navigation menu styling ends here


