@import "fonts.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/**************** HTML , BODY START ****************/
body {
  font-family: 'Gotham Rounded Book' !important;
}
.g-rounded-book {
  font-family: 'Gotham Rounded Book' !important;
}
.g-xnarrow-bold {
  font-family: 'Gotham XNarrow Bold' !important;
}
a {
  transition: .5s;
}
/**************** HTML , BODY END ****************/ 

/**************** HEADER START ****************/
header {
  transition: .2s;
}
header .navbar-brand img {
  height: 60px;
  transition: .2s;
}
header .navbar-brand.active img {
  height: 40px;
  transition: .2s;
}
header .navbar .navbar-nav .nav-link.active {
  color: #bc0d42;
}
header .navbar .navbar-nav .nav-link:hover {
  color: #bc0d42;
}
/**************** HEADER END ****************/ 

/**************** SLIDER START ****************/
.slider {
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
}
/*.slider .owl-stage-outer {
  height: 100vh;
}*/
.slider .item{
  position: relative;
  display: block;
}
.slider .item .image{
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider .item .image-mobile{
  padding-bottom: 117%;
  margin-top: 86px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider .owl-nav {
  position: absolute;
  top: 44%;
  width: 100%;
  color: #FFF;
  font-size: 40px;
}
.slider .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  opacity: 0.5;
  transition: .2s;
}
.slider .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  opacity: 0.5;
  transition: .5s;
}
.slider .owl-nav [class*='owl-']:hover {
  background: inherit !important;
  opacity: 1;
}
.slider .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
.slider .owl-dots .owl-dot span {
  width: 21px !important;
  height: 21px !important;
}
.slider .owl-dots .owl-dot.active span, .slider .owl-dots .owl-dot:hover span {
  /* background-image: url('../img/icon-slider-active.png') !important; */
  background: url('../img/icon-slider-active.png')  !important;
  background-repeat: no-repeat;
}
/**************** SLIDER END ****************/

/**************** NEWS START ****************/
.news {
  padding: 70px 0 0 0;
}
.news .row.title h1 {
  font-family: 'Gotham XNarrow Bold';
  background-image: url('../img/line-title.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.news .card {
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.news .card:hover .card-img-top {
  /*scale: 1.1;*/
  -webkit-animation: breathing 4s ease-out infinite normal;
  animation: breathing 4s ease-out infinite normal;
}
.news .card:hover .card-title {
  color: #0080c4;
}
.news .card figure{
  margin: 0;
  overflow: hidden;
}
.news .card .card-img-top{
  border-radius: 0;
  transition: .5s;
}
.news .card .card-title {
  font-family: 'Gotham XNarrow Medium';
  margin-top: 20px;
  font-size: 16px;
  color: #585858;
  transition: .5s;
  height: 60px;
  overflow: hidden;
}
.news .card .card-text {
  font-family: 'Ubuntu Light';
  font-size: 12px;
  margin-bottom: 40px;
  color: #585858;
}
/**************** NEWS END ****************/ 

/**************** GALLERY START ****************/
.gallery {
  padding: 70px 0 0 0;
}
.gallery .row.title h1 {
  font-family: 'Gotham XNarrow Bold';
  background-image: url('../img/line-title.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.gallery .gallery-item {
  width: 100%;
  height: 240px;
  margin-bottom: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/**************** GALLERY END ****************/ 

/**************** PARTNERS START ****************/
.partners {
  padding: 70px 0 70px 0;
}
.partners .row.title h1 {
  font-family: 'Gotham XNarrow Bold';
  background-image: url('../img/line-title.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.partners .partners-item {
  padding: 0 10px 40px 10px;
}
/**************** PARTNERS END ****************/ 

footer #first-footer {
  background-color: #c41644;
  padding: 40px 0 30px 0;
  color: #ffffff;
}
footer #first-footer .container{
  background-image: url('../img/bg-white-world.png');
  background-repeat: no-repeat;
  background-position: 100px center;
}
footer #first-footer .left-side h3 {
  font-family: 'Gotham XNarrow Medium';
  font-size: 16px;
  margin: 25px 0 0 0;
}
footer #first-footer .left-side p {
  font-family: 'Ubuntu Light';
  font-size: 12px;
  line-height: 13px;
}
footer #first-footer .left-side a {
  color: #ffffff;
  text-decoration: none;
}
footer #first-footer .left-side a:hover {
  color: #ffd500;
}

footer #first-footer .right-side ul {
  list-style-type: none;
}
footer #first-footer .right-side ul li h3 {
  font-family: 'Gotham XNarrow Medium';
  font-size: 16px;
  margin: 0 0 25px 0;
}
footer #first-footer .right-side ul li a {
  font-family: 'Ubuntu Light';
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
footer #first-footer .right-side ul li a:hover {
  color: #ffd500;
}
footer #first-footer .right-side .newsletter input {
  font-size: 12px;
  color: #c10a3a;
  font-family: 'Ubuntu Light';
  border-radius: 0;
  max-width: 200px;
}
footer #first-footer .right-side .newsletter input::placeholder {
  color: #c10a3a;
}
footer #first-footer .right-side .newsletter button {
  background-color: #ffffff;
  font-size: 12px;
  color: #c10a3a;
  border-radius: 0;
  border: 0;
  margin-left: 2px;
}
footer #second-footer {
  background-color: #c10a3a;
  font-family: 'Ubuntu Light';
  font-size: 12px;
  color: #ffffff;
  padding: 25px 0;
}
footer #second-footer p, footer #second-footer a {
  font-family: 'Ubuntu Light';
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}
footer #second-footer .social-icons a {
  font-size: 18px;
  margin: 0 0 0 15px;
}
footer #second-footer a:hover {
  text-decoration: none;
  color: #ffd500;
}

/**************** INNER-HEADER START ****************/
.inner-header {
  height: 435px;
  color: #ffffff;
}
.inner-header h1 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
}
.inner-header li,.inner-header li.active,.inner-header a {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
/**************** INNER-HEADER END ****************/ 

/**************** INNER-BODY START ****************/
.inner-body {
  height: 435px;
  display: inline;
}
.inner-body .left-side .card {
  background-color: #fafafa;
  border: 0;
}
.inner-body .left-side .card .card-header {
  background-color: inherit;
  border-bottom: 0;
}
.inner-body .left-side .card .card-header h1 {
  font-family: 'Playfair Display';
  color: #585858;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid #c51946;
  display: inline-block;
  margin: 15px;
}
.inner-body .left-side .card ul {
  --bs-list-group-bg: inherit;
  background-color: inherit !important;
  border: 0 !important;
}
.inner-body .left-side .card ul li a {
  text-decoration: none;
  color: #585858;
  font-size: 16px;
  font-family: 'Playfair Display';
}
.inner-body .left-side .card ul li a.active {
  color: #c10a3a;
}
.inner-body .left-side .card ul li a:hover {
  color: #c10a3a;
}
.inner-body .left-side .card ul li a::before {
  content: ">";
  padding-right: 10px;
}
.inner-body .right-side {
  font-family: 'Gotham Rounded Light';
  font-size: 14px;
  color: #585858;
}




.inner-body .right-side.news-list .card {
  border: none;
  border-radius: 0;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.inner-body .right-side.news-list .card:hover .card-img-top {
  /*scale: 1.1;*/
  -webkit-animation: breathing 4s ease-out infinite normal;
  animation: breathing 4s ease-out infinite normal;
}
.inner-body .right-side.news-list .card:hover .card-title {
  color: #0080c4;
}
.inner-body .right-side.news-list .card figure{
  margin: 0;
  overflow: hidden;
}
.inner-body .right-side.news-list .card .card-img-top{
  border-radius: 0;
  transition: .5s;
}
.inner-body .right-side.news-list .card .card-title {
  font-family: 'Gotham XNarrow Medium';
  margin-top: 20px;
  font-size: 16px;
  color: #585858;
  transition: .5s;
  height: 60px;
  overflow: hidden;
}
.inner-body .right-side.news-list .card .card-text {
  font-family: 'Ubuntu Light';
  font-size: 12px;
  margin-bottom: 40px;
  color: #585858;
}







.inner-body .right-side .breadcrumb{
  padding-bottom: 30px;
}
.inner-body .right-side .breadcrumb .breadcrumb-item{
  font-size: 12px;
}
.inner-body .right-side .breadcrumb .breadcrumb-item a{
  font-size: 12px;
  color: inherit;
}
.inner-body .right-side .breadcrumb .breadcrumb-item a:hover{
  color: #bc0d42;
  text-decoration: none;
}
.inner-body .right-side figure.news-thumb{
  max-width: 50%;
  display: flex;
  float: left;
  overflow: hidden;
  margin: 0 30px 25px 0;
}
.inner-body .right-side figure.news-thumb .news-img-thumb{
  width: 100%;
}
.inner-body .right-side figure.news-gallery{
  overflow: hidden;
  height: 200px;
  display: flex;
}
.inner-body .right-side .owl-carousel-news-detail .owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
}
.inner-body .right-side .owl-carousel-news-detail .owl-nav .owl-prev{
  position: absolute;
  left: 15px;
  color: #ffffff;
  font-size: 35px;
  margin: 0;
  top: -35px;
}
.inner-body .right-side .owl-carousel-news-detail .owl-nav .owl-prev:hover{
  background: inherit !important;
}
.inner-body .right-side .owl-carousel-news-detail .owl-nav .owl-next{
  position: absolute;
  right: 15px;
  color: #ffffff;
  font-size: 35px;
  margin: 0;
  top: -35px;
}
.inner-body .right-side .owl-carousel-news-detail .owl-nav .owl-next:hover{
  background: inherit !important;
}
.inner-body .right-side h1 {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 15px;
}
.inner-body .right-side h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display';
  padding-bottom: 15px;

}
.inner-body .right-side .board-of-directors {
  border: none;
  text-align: center;
  align-items: center;
  display: inline-flex;
  padding-bottom: 20px;
}
.inner-body .right-side .board-of-directors .card-img-top {
  width: 100px !important;
  border-radius: 50%;
  width: fit-content;
}
.inner-body .right-side .board-of-directors .card-body .card-text {
  font-family: 'Ubuntu Light';
  font-size: 14px;
  font-weight: 700;
}
.inner-body .right-side .board-of-directors .card-body .card-title {
  font-family: 'Playfair Display';
  color: #c51946;
  font-size: 13px;
  margin-bottom: 0;
}
.inner-body .right-side .accordion {
  --bs-accordion-border-radius: 0;
}
.inner-body .right-side .accordion .accordion-item .accordion-header {
  padding-bottom: 0;
}
.inner-body .right-side .accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Playfair Display';
  color: #c51946;
}
.inner-body .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #c51946;
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.inner-body .right-side .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.inner-body .right-side .accordion .accordion-item .accordion-header .accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.inner-body .right-side .accordion .accordion-item .accordion-body, .inner-body .right-side .accordion .accordion-item .accordion-body p {
  font-family: 'Gotham Rounded Light';
  font-size: 14px;
}
.inner-body.contact .right-side h1 {
  font-family: 'Playfair Display';
  color: #585858;
  font-weight: 700;
  border-bottom: 2px solid #c51946;
  display: inline-block;
  margin: 0 0 50px 0;
  padding-bottom: 0;
}
.inner-body.contact .right-side, .inner-body.contact .right-side p {
  font-family: 'Gotham Rounded Light';
  font-size: 14px;
}
.inner-body.contact .right-side a {
  font-family: 'Gotham Rounded Light';
  font-size: 14px;
  color: #c51946;
}
.inner-body.contact .right-side a:hover {
  text-decoration: none;
}
.inner-body.contact .right-side h6 {
  font-family: 'Gotham Rounded Medium';
  font-size: 14px;
  margin: 0;
}
/**************** INNER-BODY END ****************/ 










@media (min-width: 576px) { 

}

@media (max-width: 576px) { 
  .inner-body .right-side figure.news-thumb{
    width: 100%;
    max-width: inherit !important;
  }
}

@media (min-width: 768px) { 
  .slider .item .image{
    display: block !important;
  }
  .slider .item .image-mobile{
    display: none !important;
  }
}

@media (max-width: 767.98px) { 
  .slider .item .image{
    display: none !important;
  }
  .slider .item .image-mobile{
    display: block !important;
  }
  header {
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  }
  footer #first-footer .right-side ul li h3 {
    margin: 50px 0 10px 0;
  }
}

@media (max-width: 991px) { 
  header{
    background-color: #FFFFFF;
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}