@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body,div,p{
    font-family: 'Roboto' !important;
}

a {
    color: #222 !important;
}

a:hover {
    color: #962526 !important;
    text-decoration: none;
}

a.active{
    color: #962526 !important;
    border-bottom: #962526 5px solid;
}

#navbar-menu {
    border-bottom: #962526 3px solid !important;
}

.text-main {
    color: #962526;
}

.text-bold {
    font-weight: bold !important;
}
.img-trending{
    border-radius: 15px !important;
    width: 120px !important;
    height: 120px !important;
}
.img-round {
    border-radius: 15px !important;
}

.nav {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.navbar {
    padding : 0px !important;
}


.carousel-inner{
    border-radius: 25px !important;
}

.carousel-trending {
    height: 500px !important;
}

.carousel-caption > h4{
    color : #962526 !important;
    font-weight: bolder;
 }
.carousel-caption > p, .carousel-caption > div{
     color : black !important;
     font-weight: bolder;
  }


/* start  */

.our-news .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-news .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-news .owl-dots .owl-dot {
  transition: all .9s;
  width: 7px;
  height: 7px;
  /* background-color: #fff; */
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-news .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-news .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: 0;
}

.our-news .owl-nav .owl-prev span,
.our-news .owl-nav .owl-next span {
  opacity: 0;
}

.our-news .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  /* background-color: rgb(230, 30, 30); */
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-news .owl-nav .owl-prev {
  opacity: 1;
  transition: all .9s;
}

.our-news .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-news .owl-nav .owl-next {
  opacity: 1;
  transition: all .9s;
}

.our-news .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-news .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: 0;
}

.our-news .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}



  /* /end/ */

  .our-courses .item .down-content {
    background-color: #fff;
  }
  
  .our-courses .item .down-content h4 {
    padding-left: 25px;
    padding-top : 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center; 
    /* border-bottom: 1px solid #eee; */
  }
  
  .our-courses .item .down-content .info {
    padding: 25px;
  }
  
  .our-courses .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
    margin-left:1px;
  }
  
  .our-courses .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
  }
  
  .our-courses .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px);
  }
  
  .our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    /* margin-top: 40px; */
  }
  
  .our-courses .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    /* background-color: #fff; */
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
  }
  
  
  .our-courses .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
  }
      
  .our-courses .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: 0;
  }
  
  .our-courses .owl-nav .owl-prev span,
  .our-courses .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .our-courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: 0;
  }
  
  .our-courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }



  .our-inov .item .down-content {
    background-color: #fff;
  }
  
  .our-inov .item .down-content h4 {
    padding-left: 25px;
    padding-top : 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center; 
    /* border-bottom: 1px solid #eee; */
  }
  
  .our-inov .item .down-content .info {
    padding: 25px;
  }
  
  .our-inov .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
  }
  
  .our-inov .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
  }
  
  .our-inov .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .our-inov .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-45px);
  }
  
  .our-inov .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    /* margin-top: 40px; */
  }
  
  .our-inov .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    /* background-color: #fff; */
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
  }
  
  
  .our-inov .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
  }
      
  .our-inov .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: 0;
  }
  
  .our-inov .owl-nav .owl-prev span,
  .our-inov .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .our-inov .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    border: 2px solid #616161;
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .our-inov .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-inov .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .our-inov .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-inov .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .our-inov .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: 0;
  }
  
  .our-inov .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    border: 2px solid #616161;
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }

  .our-inovs{
    height: 350px!important;
    max-height: 350px !important;
  }
  .our-inovs .item .down-content {
    background-color: #fff;
    
  }
  
  .our-inovs .item .down-content h4 {
    padding-left: 25px;
    padding-top : 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center; 
    /* border-bottom: 1px solid #eee; */
  }
  
  .our-inovs .item .down-content .info {
    padding: 25px;
  }
  
  .our-inovs .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
  }
  
  .our-inovs .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
  }
  
  .our-inovs .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .our-inovs .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 65%;
    transform: translateY(-45px);
  }
  
  .our-inovs .owl-dots {
    display: none;
    text-align: center;
    width: 100%;
    /* margin-top: 40px; */
  }
  
  .our-inovs .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    /* background-color: #fff; */
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
  }
  
  
  .our-inovs .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
  }
      
  .our-inovs .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: 0;
  }
  
  .our-inovs .owl-nav .owl-prev span,
  .our-inovs .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .our-inovs .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    border: 2px solid #616161;
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .our-inovs .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-inovs .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .our-inovs .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-inovs .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .our-inovs .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: 0;
  }
  
  .our-inovs .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    border: 2px solid #616161;
    /* background-color: rgb(230, 30, 30); */
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }




  @media (max-width: 1300px) {
    .services .owl-nav .owl-next{
      right: 0;
    }
    .services .owl-nav .owl-prev{
      left: 0;
    }
    .our-courses .owl-nav .owl-next{
      right: 0;
    }
    .our-courses .owl-nav .owl-prev{
      left: 0;
    }
    .our-inov .owl-nav .owl-next{
      right: 0;
    }
    .our-inov .owl-nav .owl-prev{
      left: 0;
    }
    .our-inovs .owl-nav .owl-next{
      right: 0;
    }
    .our-inovs .owl-nav .owl-prev{
      left: 0;
    }
  }
  
  @media (max-width: 1200px) {
    .services .owl-nav .owl-next{
      right: 0;
    }
    .services .owl-nav .owl-prev{
      left: 0;
    }
    .our-courses .owl-nav .owl-next{
      right: 0;
    }
    .our-courses .owl-nav .owl-prev{
      left: 0;
    }
    .our-inov .owl-nav .owl-next{
      right: 0;
    }
    .our-inov .owl-nav .owl-prev{
      left: 0;
    }
    .our-inovs .owl-nav .owl-next{
      right: 0;
    }
    .our-inovs .owl-nav .owl-prev{
      left: 0;
    }
  }
  
  @media (max-width: 1085px) {
    .services .owl-nav .owl-next{
      right: 0;
    }
    .services .owl-nav .owl-prev{
      left: 0;
    }
    .our-courses .owl-nav .owl-next{
      right: 0;
    }
    .our-courses .owl-nav .owl-prev{
      left: 0;
    }
    .our-inov .owl-nav .owl-next{
      right: 0;
    }
    .our-inov .owl-nav .owl-prev{
      left: 0;
    }
    .our-inovs .owl-nav .owl-next{
      right: 0;
    }
    .our-inovs .owl-nav .owl-prev{
      left: 0;
    }
  }
  
  @media (max-width: 1005px) {
    .services .owl-nav .owl-next{
      display: none;
    }
    .services .owl-nav .owl-prev{
      display: none;
    }
    .our-courses .owl-nav .owl-next{
      display: none;
    }
    .our-courses .owl-nav .owl-prev{
      display: none;
    }
    .our-inov .owl-nav .owl-next{
      display: none;
    }
    .our-inov .owl-nav .owl-prev{
      display: none;
    }
    .our-inovs .owl-nav .owl-next{
      display: none;
    }
    .our-inovs .owl-nav .owl-prev{
      display: none;
    }
  }
  
.btn-red {
    border-radius: 30px !important;
    background-color: #962526 !important;
    color : #fff !important;
}

/* .btn-red:visited{
    color: #962526 !important;
} */

.btn-red:hover {
    /* background-color: #fff !important; */
    color : #fff !important ;
    border: #962526 2px  solid !important;
}

.btn-white {
    font-size: 12px !important;
    border-radius: 30px !important;
    background-color: #fff !important;
    color : #962526 !important;
    padding : 5px;
}
.btn-white:visited{
    color: #962526 !important;
}
.btn-white:hover {
    background-color: white !important;
    color : #962526 !important ;
    border: #fff 4px  solid !important;
    padding: 5px;
}

.carousel-caption > a{
    bottom: 50px;
    opacity: 1;
}


/* //caraousel */
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
}

.carousel-caption{
  /* color : #962526 !important; */
  top: 40%;
  left: 0;
  max-width: 700px;
  max-height: 300px;
  justify-content: center !important;
  text-align: left;
  font-size: 14px;
  /* background-color: white; */
  /* opacity: 0.2; */
  padding-left: 20px;
}



.bg-circle {
    /* background: linear-gradient(0deg, #F0D5D5 4.28%, rgba(240, 213, 213, 0) 100%); */

    background-image: url('/assets/img/bg-grad.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 536px !important; 
    background-attachment: inherit !important;
    left: 0;
    top: 0;
    /* position: inherit; */
    border-radius: 0 0 50% 50% ;
    /* right: -15%; */
    /* top: -100px; */
}
.bg-box {
    background-image: url('/assets/img/bg-second.png') !important;
    /* background-image: url(../images/meetings-bg.jpg); */
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px  !important;
    padding-bottom: 30px  !important;
}
.bg-top {
    /* background: linear-gradient(0deg, #F0D5D5 4.28%, rgba(240, 213, 213, 0) 100%); */

    background-image: url('/assets/img/bg-top.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 200px !important; 
    left: 0px;
    top: -20%;
    /* position: inherit; */
    /* border-radius: 0 0 33% 33% ; */
    /* right: -15%; */
    /* top: -100px; */
}



.counter-circle {
    padding: 20px;
}
.bgc {
    background: #F0D5D5 !important;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding:20px;
    /* justify-content: center; */
}
.counter-circle  > h1 {
    font-size : 100px !important;
    color: #B42C2E!important;
    font-weight : bold !important;
}
.counter-circle  > p {
    color: #B42C2E!important;
    font-size : 24px !important;
 
}
.bg-red{
    background : #962526 !important;
    background-img:  url('/assets/img/bg-log.png') !important;;
 
}
  /* .bg-log {
 } */
  
  .text-blk{
    color : #616161 !important;
    font-weight: bold;
  }
  .btn-inner-dark{
    color: #fff !important;
    --bs-btn-bg: #616161 !important;
    --bs-btn-border-color: #616161;
    --bs-btn-hover-color: #616161 !important;
    --bs-btn-hover-bg: #fff !important;
    --bs-btn-hover-border-color: #616161 !important;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #616161;
    --bs-btn-active-bg: #616161 !important;
    --bs-btn-active-border-color: #616161 !important;
    --bs-btn-active-shadow: inset 0 3px 5px #616161 !important;
    --bs-btn-disabled-color: #616161 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #616161 !important;
    --bs-gradient: none;
   
  }


  .text-red{
    color : #962526 !important;
  }
  .text-red-md{
    color : #B42C2E !important;
  }
  .page-item.active .page-link{
    z-index: 3;
    color: #fff !important;
    background-color: #B42C2E !important;
    border-color: #B42C2E !important;
  }
  
  .bg-semi-reds{
    background : #FFF4F2 !important;
     /* rgba(240,213,213) !important; */
  }
  .bg-border-semi{
    background: #fff;
    border : 4px solid #FFF4F2 !important;
   
  }
  .text-white:hover{
    color : #fff !important;
  }
  .btn .bg-semi-reds .text-red {
    background : #962526 !important;
    color : #fff;
  }
  .btn .bg-semi-reds .text-red :hover {
    background : #962526 !important;
    color : #fff;
  }
  /* .card .bg-semi-red :hover{
    background : #962526 !important;
    color : #fff !important;
    
  } */
  /* .card .bg-semi-red :active{
    /* background : #962526 !important; */
    /* color : #5A1617 !important; */
    
  /* } */
  .nav-border-bot{
    /* background : #962526 !important; */
    border-bottom: 2px solid #E6B9B9;
    
  }    

.item-img {
    border-radius: 25px 25px 0 0;
    /* width: 350px !important; */
    height: 210px !important;
}
.item-news-img {
  border-radius: 25px 25px 0 0;
  /* width: 350px !important; */
  height: 500px !important;
}
.item-p {
    border-radius:  0 0  25px 25px;
    /* width: 350px !important; */
    height: 210px !important;
  }

.container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 80px 48px; */
    gap: 40px;
    /* width: 1440px; */
    /* height: 1092px; */

}
.container-counter {
    height: 540px;
    min-height: 100%;
}
.column {
    width: 650px;height: 572px;
    /* padding:2px !important; */
}
.column-img {
    width : 620px !important;
    height : 324px    !important;
    border-radius: 20px 20px 0 0 !important
}
.column-p {
    width : 620px !important;
    height : 290px !important;
    border-radius: 0 0 20px 20px !important
}

.column-row-img {
width: 180px !important;
height: 125px !important;
}
.column-row-p {
    width: 420px !important;
    /* height: 125px !important; */
}

.carousel-tren {
    width: 762px !important;
    height: 476px !important;  
}
.col-tren {
    width: 478px !important;
    height: 527px !important;
}

.container-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5px;
    gap: 40px;
    /* width: 1440px !important; */
    height: 780px;

}
.column-news-1 {
    width: 938px;
    height: 476px;
    padding-right:15px !important;
}
.column-news-2 {
    width: 395px;
    height: 476px;
    padding-left:15px !important;
}
.container-tren {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 5px; */
    gap: 40px;
    /* width: 1440px !important; */
    height: 1092px;

}
.column-tren-1 {
    width: 700px;;
    height: 100%;
    /* padding-left:15px !important; */
}
.column-tren-2 {
    width: 645px;
    height: 100%;
    /* padding-left:15px !important; */
}
.card-box {
    width : 694px;
    height : 210px;
  }

.card-semi-reds {
  background : rgba(240,213,213) !important;
  border:1px solid maroon
}



.uploadOuter {
	text-align: center;
	/* padding: 20px; */
	color: white;
	
}

strong {
		padding: 0 10px;
	}
.dragBox {
	width: 550px;
	height: 100px;
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 95px;
	color: #999;
	border: 2px dashed #ccc;
	display: flex;
	transition: transform 0.3s;
	
}
input[type="file"] {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0;
		top: 0;
		left: 0;
	}
.draging {
	transform: scale(1.1);
}
#preview {
	text-align: center;
}
img {
	max-width: 100%;
	width: 50%;
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "roboto";
}

.drag-area-1 {
  border: 2px dashed #fff;
  height: 200px;
  /* width: 700px; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area-1.active{
  border: 2px solid #fff;
}
.drag-area-1 .icon{
  font-size: 100px;
  color: #fff;
}
.drag-area-1 header{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.drag-area-1 span{
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 15px 0;
}
.drag-area-1 button{
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #fff;
  color: #5256ad;
  border-radius: 5px;
  cursor: pointer;
}
.drag-area-1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}


.drag-area-2 {
  border: 2px dashed #fff;
  height: 200px;
  /* width: 700px; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area-2.active{
  border: 2px solid #fff;
}
.drag-area-2 .icon-2{
  font-size: 100px;
  color: #fff;
}
.drag-area-2 header .header-2{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.drag-area-2 span{
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 15px 0;
}
.drag-area-2 .button-2{
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #fff;
  color: #5256ad;
  border-radius: 5px;
  cursor: pointer;
}
.drag-area-2 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.drag-area-3 {
  border: 2px dashed #fff;
  height: 200px;
  /* width: 700px; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area-3.active{
  border: 2px solid #fff;
}
.drag-area-3 .icon-3{
  font-size: 100px;
  color: #fff;
}
.drag-area-3 header .header-3{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.drag-area-3 span{
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 15px 0;
}
.drag-area-3 .button-3{
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #fff;
  color: #5256ad;
  border-radius: 5px;
  cursor: pointer;
}
.drag-area-3 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}



:root{
  /* --primary-color:#02044A; */
  --secondery-color:#962526;
  --shadow-color:#9d9fb3; 
}



.form__container{
  width:100%;
  margin-top: 4rem;
  background-color: var(--primary-color);
  border-radius: 2rem;
  padding: 1rem;
}

.title__container{
  width: 100%;
  height: 4.5rem;
  padding: 0.6rem 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #42434e;
}

.title__container h1{
  letter-spacing: 2px;
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.title__container p{
  color: var(--shadow-color);
  font-size: 0.75rem;
}
.body__container{
  display: flex;

}

.left__container{
  width: 25%;
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: center;
  /* border-right: 1px solid #42434e; */
  padding: 1.25rem 0 ;
  margin-right: 2rem;
  padding-right: 1.8rem;
}

.side__titles{
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-right: 0.6rem; */
}

.title__name{
  padding: 0.6rem 0.1rem;
  margin-bottom: 0.25rem;
}

.title__name h3{
  margin-bottom: 0.20rem;
  text-align: right;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.title__name p{
  text-align: right;
  color: var(--shadow-color);
  font-size: 0.75rem;
}

.progress__bar__container{
  padding-top:0.6rem ;
  /* height: 100%; */
}
.progress__bar__container ul .active{
  background-color: var(--secondery-color);

}

.progress__bar__container ul li{
  display: flex;
  align-items:center ;
  justify-content: center;
  list-style: none;
  width:25px;
  height:25px;
  background: var(--shadow-color);
  padding: 0.5rem 0.6rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #ffffff;
  margin-left:2rem ;
  /* z-index:-1; */
}
p.z{
  z-index:2;
  font-size: 12pt;
}

.progress__bar__container ul li::before{
  content: '';
  width: 1px;
  /* height: calc(100% - 90%); */
  height: 11vh;
  position: absolute;
  background-color: var(--shadow-color);


}

.progress__bar__container ul .active::before{
  content: '';
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--secondery-color);
  /* z-index: -1; */
}

.right__container{
  width: 65%;
  display: flex;
  padding: 1.5rem 1.5rem;
}
.right__container fieldset{
  border: none;
}
.sub__title__container{
  padding: 1rem 0 1.2rem 0;
  border-bottom: 1px solid #42434e;
}

.sub__title__container h2{
  letter-spacing: 2px;

  color: #ffffff;
  margin: 0.4rem 0;
}

.sub__title__container p{
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.active__form{
  display: none;
}

.input__container{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.input__container label{
  color: #ffffff;
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
}
.input__container input{
  
  padding: 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.75rem;
  background: none;
  border: 1px solid var(--secondery-color);    
  margin-bottom: 1.2rem;
  outline: none;
  color: #ffffff;
}

.nxt__btn{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* float: right; */
  /* width: 30%; */
  padding: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  background: var(--secondery-color);
  color: #ffffff;
  /* border: none; */
  /* outline: none; */
  /* margin-left: 20em; */
  /* margin-top: 0.55em;     */
}

.nxt__btn:hover{
  transform: scale(1.03);
  background:#1cd68c ;
  cursor: pointer;
}
.buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* float: right; */
  margin:0;
  padding: 0;
  /* justify-content:space-evenly; */
}

.prev__btn{
  margin: 0;
  /* padding: 0.5rem 1.5rem 0.7rem 1.5rem  ; */
  /* background-color: #857373; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  /* margin-right: 20px; */
  /* margin-left: 15rem; */
  cursor: pointer;
}

/*------------------------------- form-2 design --------------------*/

/* .selection{
  display: flex;
  align-items: center;
  border: 1px solid var(--shadow-color);
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.selection:hover{
  border: 1px solid var(--secondery-color);
  background-color: var(--primary-color);
  cursor: pointer;
} */

.imoji{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem;
  margin:0  0.2rem ;
  margin-right: 0.4rem;
  font-size: 2rem;
  font-weight: 900;
  color: yellow;
  border-radius: 50%;
  background: var(--shadow-color);
}


.descriptionTitle h3{
  color: #ffffff;
  margin-bottom: 4px;
}
.descriptionTitle p{
  font-size: 0.75rem;
  color: var(--shadow-color);
}


/*-------------------------------------- form-4 design----------------------------------------- */
.slider{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  -webkit-appearance: none;
appearance: none;
width: 100%; 
height: 0.75rem;
background: #d3d3d3; 
outline: none; 
opacity: 0.7; 
-webkit-transition: .2s;
transition: opacity .2s;
position: relative;
margin-top: 3rem;
/* margin-right:5rem ; */
}



.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px; 
  height: 25px; 
  border-radius: 50%;
  background: var(--secondery-color);
  cursor: pointer; 
  position: relative;
}

.slider::-webkit-range-thumb {
  width: 50px; 
  height: 50px;
  background: var(--secondery-color);
  cursor: pointer;
  position: relative;
}

.output__value{
  
  display: flex;
  align-items: center;
  justify-content: center;
  color:#ffffff;
  border-radius: 2em;
  padding: 0.8rem 0.8rem;
  position: absolute;
  background-color:var(--secondery-color);    
}

.output__value::after{
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: black;
  transform: rotate(45deg);
  position: absolute;
  margin-top:40px;
  background-color: var(--secondery-color);
}


@media only screen and (max-width: 600px) {
  body{
      background-color: var(--primary-color);
  }
  .form__container{
      margin: 0;
      padding: 0;
  }

  .body__container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
  }

  .right__container{
      width: 90%;
      margin: 0;
  }
  .title__container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0.5rem;
     
  }

  .left__container{
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      border: none;
  }

  .buttons{
      justify-content: space-between;
  }
  
  .descriptionTitle h3{
      font-size: 1rem;
  }
  .descriptionTitle p{
      font-size: 0.6rem;

  }
  
  
  .side__titles{
      display: none;
      flex-direction: row;
      /* align-items: center;  */
      justify-content: space-evenly;
  }
  .title__name h3{
      font-size: 0.75rem;

  }
  .title__name p{
      font-size: 0.5rem;

  }

  .progress__bar__container{
      margin-bottom: 0;

  }
  .progress__bar__container ul{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
      /* width: 50%; */
      padding: 0 2rem;
      
  }

  .progress__bar__container ul::before{
      height: 5vh;
  }
  .progress__bar__container ul li{
      margin: 10px;
      padding: 10px ;
      /* transform: rotate(90deg); */
  }
  .progress__bar__container ul .active::before{
      transform: rotate(90deg);
  }
  
}

.forms {
  max-width: 20em;
  border: 0.5em solid hsl(30, 76%, 10%);
  padding: 2em;
  background: white;
  }

  .inputs {
  display: flex; 
  align-items: center;
  }

  .labels {
  margin-right: 1ch;
  }

  input {
  width: 100%;
  font: inherit;
  padding: 0.25em 0.5em;
  border: 0.125em solid hsl(30, 76%, 10%); 
  outline: none;
  }

  /* Show green borders when valid */
  input[data-state="valid"] {
  border-color: hsl(120, 76%, 50%);
  }

  /* Show red borders when filled, but invalid */
  input[data-state="invalid"] {
  border-color: hsl(0, 76%, 50%);;
  }



  .content {
    /* height: 350px; */
    max-height: 350px !important;
    overflow-y: scroll !important;
    /* background: ivory; */
}
  