.box {
    
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
    overflow-x: hidden;
}

.box-1 {
    
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #e6eff4;
    padding: 20px;
    margin: 50px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}



.box-2 {
    
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #9e824096;
    padding: 20px;
    margin: 50px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}



.box-3{
    background-color: transparent;
    background-image: linear-gradient(180deg,#f73744 0,#994cb3 100%);
    padding: 20px;
    margin: 50px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}

.titr2 h4{
font-size: 20px;
}

.description{
    opacity: 0.4;
    text-align: right;
    font-size: 15px;
}

.img-card1 {
    height: 250px;
    border-radius: 10px;
}

.calendar{
    text-align: right;
}

.btn-group{
    display: flex;
    justify-content:space-between;
    margin-top: 30px;
    text-align: center;
}

.btn-group button{
    border: none;
    border-radius: 10px  30px;
    padding: 5px 30px;
    background-color: #38d1ece1;

}

.titr2{
    width: 90%;
    padding: 10px;
    background-image: linear-gradient(70deg,#38d1ece1 0,rgb(23, 181, 209) 100%);
    border-radius: 20px 30px;
}

.titr2 h4{
    background-color: rgb(47, 121, 121);
    color: #ffffff;
    backdrop-filter: blur(80px);
    padding: 20px;
    border-radius: 10px 30px;
font-size: 30px;
font-weight: bold;
margin: 20px;
padding: 25px;
}

.all-log{
    padding: 10px 25px;
    background-color: white;
    border: #38d1ece1 5px dotted ;
    border-radius: 10px;
    margin-top: 25px;
    transition: all 0.5s;
    font-weight: bold;

}

.all-log:hover{
background-color: #38d1ece1;
border: white 5px dotted ;
padding:5px 50px;
color: white;
font-weight: bold;
font-size: 15px;

}

.text-box-1{
    justify-content:space-between;
}

.text-box-1 h5{
    font-size:25px;
font-weight: bold;
/* opacity: 0.7; */
color: #045C94;
}

.text-box-1 button{
    background-color: #e6eff4;
border: none;
color: rgb(23, 197, 228);
font-weight: bold;
outline: none;

}


.btn-group1{
    display: flex;
    justify-content:space-between;
    margin-top: 30px;
    text-align: center;
}

.btn-group1 button{
    border: none;
    border-radius: 10px  30px;
    padding: 5px 30px;
    background-color: #045C94;


}
.text-titr{
    font-weight: bold;
}

.text-titr h4{
    font-weight: bold;
}

.box-btn{
    padding: 15px 30px;
    border: none;
    background-color: #045C94;
    outline: none;
border-radius: 15px;
color: #ffffff;
font-weight: bold;    
}

.text-titr1{
    color: #FFF;
}

.btn-in{
    padding: 15px 30px;
    border: none;
    background-color: #ffffff;
    outline: none;
border-radius: 15px;
color: #045C94;
font-weight: bold; 
}


/* one */
.box-blog {
    height: 500px;
border-radius: 20px;
background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 15%, #124B41 100%);
    opacity: 1;
}


.box-blog img{
    border-radius: 20px;
}

.ul-li{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
    color:gray;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    font-size: 15px;
    font-weight: bold;
    flex-wrap: wrap;
}

.text-blog{
    text-justify:inter-cluster;
    font-weight: 700;
    line-height: 40px;
}

.title-text{
    
}