/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p {*/
/*  margin-bottom: 0px;*/
/*}*/
/*ul {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*a {*/
/*  text-decoration: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*:root {*/
/*  --red: #e92e28;*/
/*  --white: #fff;*/
/*  --black: #000000;*/
/*  --light-black: #57585a;*/
/*  --yellow: #ffd800;*/
/*  --blue: #1e4585;*/
/*  --green: #2e7c3c;*/
/*}*/

/*#cultural {*/
/*  height: calc(100vh - 120px);*/
/*  background: linear-gradient(to right, var(--green) 60%, var(--white) 40%);*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.activts_style_1 .activts_controllers {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 10px;*/
/*  position: absolute;*/
/*  bottom: 40%;*/
/*  left: -18px;*/
/*}*/

/*.activts_style_1 .text h2 {*/
/*  font-weight: 600;*/
/*  font-size: 24px;*/
/*  margin-bottom: 40px;*/
/*  text-transform: uppercase;*/
/*  color: var(--yellow);*/
/*  text-decoration: underline var(--white);*/
/*  text-underline-offset: 20px;*/
/*}*/

/*.activts_style_1 .text {*/
/*  width: 90%;*/
/*}*/
/*.activts_style_1 .text p {*/
/*  color: var(--white);*/
/*  text-align: justify;*/
/*}*/
/*.activts_style_1 .carousel-inner {*/
/*  border-radius: 10px;*/
/*}*/

/*.activts_style_1 .activts_controllers .carousel-control-prev,*/
/*.activts_style_1 .activts_controllers .carousel-control-next {*/
/*  background-color: var(--red);*/
/*  opacity: 1;*/
/*  padding: 5px;*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  position: unset;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 50%;*/
/*  color: var(--white);*/
/*}*/

/*.carousel_div{*/
/*    position: relative;*/
/*}*/

/*.carousel_div::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/


.activiites_dsgn{
    height: calc(100vh - 120px);
    background: linear-gradient(to right, var(--red) 50%, #dce0e7 50%);
 
}
.activiites_dsgn .col-lg-6{
    align-self: center;
}
.activiites_dsgn .col-lg-6 .text{
    width: 600px;
    margin: auto;  
}
.activiites_dsgn .row{
    margin: 0;
}
.activiites_dsgn .row .col-lg-6:nth-child(2){
    padding: 0;
}
.activiites_dsgn .carousel-inner{
      height: calc(100vh - 120px);  
}
.activiites_dsgn p{
    color: white;
    text-align: justify;   
}
.activiites_dsgn .text h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--white);
    width: fit-content;
    margin-bottom: 30px;
}
.activts_controllers {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.activts_controllers .carousel-control-next, .activts_controllers .carousel-control-prev {
        position: unset;
}
.activts_controllers .carousel-control-next, .activts_controllers .carousel-control-prev{
    background-color: red;
    height: 30px;
    width: 30px;
    opacity: 1;
    padding: 5px;
}


