@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

.tabs_ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

@media screen and (max-width:767px) {
    .tabs_ul {
        justify-content: start !important;
    }
}

.tabs_ul::-webkit-scrollbar {
    /* width: 8px; */
    height: 0;
}

.deign_filter {
    width: 190px;
    height: 55px;
    text-align: center;
    margin: 20px 5px;
    white-space: nowrap;
    padding: 5px 10px;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(39, 100, 191, 0.20);
}

.deign_filter.active {
    color: #ffffff;
    background-color: #1DA678;
}

.casestudy_head {
    color: #181818;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 550;
}

@media only screen and (max-width: 440px) {
    .casestudy_title {
        font-size: 18px !important;
    }
	.card-img-top{
		height:auto !important;
	}
	.casestudy_card_img{
		height:auto !important;
	}
	
}

.casestudy_title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 40px */
}
.card-img-top{
     height: 256px;
    padding: 5px;
      
     /*object-fit: contain; 
	 margin-top: 50px; 
    z-index: 1;
    background-color: #fff;*/
}
.card_head {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.175);
}
.card-body-case-studty{
    padding: 0px 20px 20px 20px;
    }
.case-id {
    /*top: 3px;
    left: 10px;
    z-index: 1;
    border: 1px solid#fff;
    background-color: #1DA678;
    color: #fff;
    padding: 6px 40px;
    border-radius: 20px; */
	color: #1DA678;
    font-weight: bold !important;
    padding: 5px 0px;
}

/* .cart_img {
    padding: 70px 20px 20px 20px;
    padding: 35px 10px 5px 10px;
} */

.casestudy_btn {
    color: #1DA678;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.casestudy_btn:hover {
    color: #1DA678;
}

.card_title_casestudy h3:hover {
    color: #1DA678;
}

/* .card_title_casestudy {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
} */
.card_title_casestudy h3{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.page_nation {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(39, 100, 191, 0.20);
}

.page_nation_normal {
    color: #202020;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 116.667% */
    background: transparent !important;
    border: none !important;
}

/* viewcasestudy css */

.download_casestudy,
.download_casestudy:hover {
    display: inline-block;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 30px;
    cursor: pointer;
    color: white;
    background: #01C2A5;
    box-shadow: 0px 0px 30px 0px rgba(39, 100, 191, 0.20);
}

h6.About_text {
    color: #202020d4 ;
    font-family: Poppins ;
    font-size: 24px ;
    font-style: normal ;
    font-weight: 600 ;
}
.The_Challenge span{
    color: #000000cf !important;
    font-family: Poppins !important;
    text-align: justify !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
.The_Challenge_box{
    border: 1px solid black;
    border-radius: 2px;
}

.The_Challenge_border{
    border: 1px solid black;
    border-radius: 2px;
}

.About_title {
    color: #01C2A5 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.playstore_link,
.playstore_link:hover {
    text-decoration: none;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}


.About_paragraph {
    color: #000000c2 !important;
    font-family: Poppins;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.About_paragraphs{
    padding: 15px;
    background: #e9ecef66;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.casestudy-right-side p{
    color: #01C2A5;
}

.tools_title {
    color: #01C2A5;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.tools_paragraph {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.cursor-pointer{
    cursor: pointer;
}

/* toaster  */
.toaster-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.toaster {
    background-color: #4CAF50;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.toaster.show {
    display: block;
    animation: slideIn 0.5s ease-in-out;
}
/* .casestudy_container p{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
} */
.casestudy_container p:empty{
    display: none;
}
.Right_title {
    color: #000000c9;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.casestudy-right-side{
    border: 1px solid #00000030;
    border-radius: 2px;
}
.casestudy_card_img {
    height: 255px;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;


}

.card_head:hover .card_title_casestudy h3{
    color: #01C2A5;
}
.casestudy_dates{
    color: #01c7a8 !important;
    font-size: 14px !important;
    text-align: center !important;
display: block;
}

.tooltips {
    position: relative;
    display: inline-block;
  }
  .card_head:hover .tooltips{
    color: #01C2A5 !important;
  }
  .tooltips .tooltiptexts {
    visibility: hidden;
    background-color: #fff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -144px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  
  .tooltips:hover .tooltiptexts {
    visibility: visible;
  }

/* .casestudy_card_img::before {
    position: absolute;
    content: "";
    background-color: #7c7c7c80;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
} */
.casestudy_date {
    color: rgba(0, 0, 0, 0.79);
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
}
.card-body-case-studty p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: start;
    font-weight: 400;
    margin: 0px;
}
.casestudy-view{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    font-weight: 400;
    height: 86px;
}
.card-imgs{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.Design_tools{
    height: 120px;
    width: 100%;
    object-fit: contain;
}
/* .The_Challenge img{
	width: 100% !important;
    height: 100% !important;
} */
/* .casestudy_view_right{

} */
.casestudt_date_time{
    display: flex;
    align-items: center;
    justify-content: space-between;

}


@media only screen and (max-width: 768px) {
    .casestudy-view {
        height: auto;
    }
}


@keyframes slideIn {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
