/*========== slider top ==========*/
.slider {
  width: 100%;
  height: 90vh;
  min-height: 570px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #af8d32;
}
@media all and (max-width: 767px) {
  .slider {
    min-height: 400px;
  }
}
.slider .slider-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slider .slider-images .swiper-slide {
  background-size: cover !important;
}
.slider .slider-images .container .row {
  padding-right: 50px;
}
.slider .slider-images .container .row p {
  color: var(--colorWhite);
  font-size: 1.5rem;
}
.slider .slider-images .container.container-text {
  position: absolute;
  left: 0%;
  right: 0;
  bottom: 0;
}
.slider .slider-images .container.container-text p {
  margin: -10px;
  font-size: 4rem;
  font-family: "boldFont";
  max-width: 400px;
  line-height: 0.8;
}
.slider .my_btn {
  position: absolute;
  right: 0;
  top: -10px;
}
@media all and (max-width: 575px) {
  .slider .my_btn {
    top: 0;
  }
}
.slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 1px solid transparent;
}
.slider .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: transparent;
}
.slider #bannerVideo {
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========== about ==========*/
@media all and (max-width: 575px) {
  #about .parent_rotate {
    right: -45px;
  }
}
@media all and (max-width: 1399px) {
  #about .row {
    justify-content: space-between;
  }
}
#about .content * {
  color: #5d5d5d;
}
#about .content p {
  font-size: 1.1rem;
  text-align: justify;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0px;
}
@media all and (max-width: 575px) {
  #about .content p {
    font-size: 13px;
  }
}
#about .aboutImg {
  position: relative;
  display: flex;
  justify-content: end;
}
@media all and (max-width: 991px) {
  #about .aboutImg {
    margin-top: 100px;
  }
}
@media all and (max-width: 400px) {
  #about .aboutImg {
    margin-top: 60px;
  }
}
#about .aboutImg img {
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .aboutImg img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*========== count down ==========*/
#count_down {
  padding-bottom: 100px;
}
#count_down .countdown .item {
  font-size: 1.3rem;
}
#count_down .countdown .item:not(:last-child) {
  border-right: 2px solid rgba(119, 119, 119, 0.1058823529);
}
@media all and (max-width: 767px) {
  #count_down .countdown .item:nth-child(2) {
    border-right: 2px solid transparent;
  }
}
#count_down .countdown .item p {
  font-size: 4rem;
  font-family: "boldFont";
  margin-bottom: 0px;
}
#count_down .countdown .item span {
  font-size: 1.6rem;
  color: #000;
  text-transform: uppercase;
  font-family: "lightFont";
  font-weight: 900;
  letter-spacing: 1px;
}

/*========== logo slider ==========*/
#logo_slider_first {
  padding-top: 100px;
}
#logo_slider_first::before {
  background-color: #f4f6f6;
}

.logo_slider {
  padding-bottom: 100px;
  position: relative;
}
@media all and (max-width: 756px) {
  .logo_slider {
    padding-bottom: 60px;
  }
}
.logo_slider::before {
  content: "";
  position: absolute;
  inset: 0;
}
.logo_slider .parentSilder {
  margin: auto;
  padding: 0 2rem;
}
@media all and (min-width: 992px) {
  .logo_slider .parentSilder {
    width: 80%;
    padding: 0 5rem;
  }
}
.logo_slider .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}
.logo_slider .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: auto;
  max-width: 80%;
}

/*========== contact ==========*/
.background_sec {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.background_sec img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact {
  padding-top: 100px;
  padding-bottom: 125px;
  border-top: 4px solid rgba(175, 141, 50, 0.8);
  border-bottom: 4px solid rgba(175, 141, 50, 0.8);
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  #contact {
    padding-top: 20px;
    padding-bottom: 100px;
    margin-bottom: -5%;
  }
}
@media all and (max-width: 575px) {
  #contact {
    margin-bottom: -10%;
  }
}
#contact .overlay {
  position: absolute;
  inset: 0;
}
#contact .overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.55;
  mix-blend-mode: multiply;
}
#contact .overlay img {
  transform: translateY(-15%);
  width: 75%;
  margin: auto;
  display: block;
  opacity: 0.2;
}
#contact .row {
  z-index: 2;
  position: relative;
}
#contact h2 {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 0.9;
}
#contact p {
  font-size: 1.7rem;
  font-weight: 300;
}
#contact .contact_form {
  background-color: rgba(175, 141, 50, 0.2);
  padding: 4rem 3rem 3rem;
  border-radius: 7px;
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
}
#contact .contact_form label {
  text-transform: uppercase;
}
#contact .contact_form input::-moz-placeholder {
  color: rgba(85, 85, 85, 0.3);
}
#contact .contact_form input::placeholder {
  color: rgba(85, 85, 85, 0.3);
}
#contact .contact_form button {
  margin: auto;
  display: block;
  font-weight: 400;
}
#contact .contact_form button::before {
  transition: all ease-in-out 0.3s;
}
#contact .contact_form button:hover {
  transition: all ease-in-out 0.4s;
  padding-left: 30px;
}
#contact .contact_form button:hover::before {
  left: 60%;
}
@media all and (max-width: 767px) {
  #contact .contact_form {
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 479px) {
  #contact .form_home {
    width: 88% !important;
  }
}

/*========== crad news ==========*/
#our_employess {
  padding: 150px 0;
  position: relative;
}
#our_employess .bg-section {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
#our_employess .bg-section::after, #our_employess .bg-section::before {
  content: "";
  position: absolute;
  height: 100%;
}
#our_employess .bg-section::after {
  background-color: rgba(175, 141, 50, 0.1);
  right: 0;
  width: 45%;
}
#our_employess .bg-section::before {
  width: 55%;
  height: 73%;
  mix-blend-mode: multiply;
  background-image: url("../img/dots.png");
}
#our_employess .employess-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
#our_employess .employess-control .btn-arrow {
  cursor: pointer;
  padding: 20px 33px;
  background-color: rgba(175, 141, 50, 0.5);
}
#our_employess .employess-control .btn-arrow img {
  width: 15px;
  height: 15px;
}
#our_employess .employess-text {
  font-size: 1.45rem;
  line-height: 1.3;
}
#our_employess .swiper img {
  height: 400px;
  width: 100%;
}
#our_employess .swiper .card_style_one {
  width: 90%;
  margin: auto;
}
#our_employess .swiper .card_style_one .top-card {
  position: relative;
}
#our_employess .swiper .card_style_one .top-card p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  margin: 0;
  color: #fff;
  transition: all ease-in-out 0.4s;
  font-size: 1.3rem;
  font-weight: 300;
  display: flex;
  align-items: end;
}
#our_employess .swiper .card_style_one .top-card:hover p {
  opacity: 1;
}

/*========== crad news ==========*/
#Exhibition .filtering .filter {
  padding: 15px;
}

#Exhibition .filtering .filter.box {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

#Exhibition .filtering span {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

#Exhibition .filtering span.active {
  color: #b19777;
}

#Exhibition .filtering span:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #b19777;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

#Exhibition .filtering span:last-of-type:after {
  display: none;
}

#Exhibition .gallery .items {
  padding: 0 15px;
}

#Exhibition .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  height: 440px;
}

#Exhibition .gallery .items .item-img > a {
  display: block;
}

#Exhibition .gallery .items .item-img:hover .item-img-overlay {
  opacity: 1;
  visibility: visible;
}

#Exhibition .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
}

#Exhibition .gallery .items .item-img:after, #Exhibition .gallery .items .item-img:before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: 2;
  transition: all 0.4s;
}

#Exhibition .gallery .items .item-img:after {
  width: 50px;
  height: 1px;
  top: 50%;
  left: -100px;
}

#Exhibition .gallery .items .item-img:before {
  height: 50px;
  width: 1px;
  left: 50%;
  top: -100px;
}

#Exhibition .gallery .items .item-img:hover:after {
  left: 50%;
  transform: translateX(-25px);
}

#Exhibition .gallery .items .item-img:hover:before {
  top: 50%;
  transform: translateY(-25px);
}

#Exhibition .gallery .items .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 40, 0.5);
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

#Exhibition .gallery .items .info {
  background-image: url("../img/line-pattern.png");
  padding: 10px 20px;
}

#Exhibition .gallery .items .info h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#Exhibition .gallery .items .info span {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

#Exhibition .gallery.twsty .items {
  width: 50%;
}

#Exhibition .gallery.twsty .four-column {
  width: 25% !important;
}

#Exhibition .gallery.twsty .four-column .item-img {
  height: 300px;
}

#Exhibition .gallery.twsty .three-column {
  width: 33.333333% !important;
}

#Exhibition .gallery.inf-lit .items {
  position: relative;
}

#Exhibition .gallery.inf-lit .items:hover .info {
  opacity: 1;
  transform: translate(0) skew(0);
  transition: all 0.4s;
}

#Exhibition .gallery.inf-lit .items .info {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 90%;
  padding: 15px;
  transform: translateX(-30px) translateY(30px) skew(10deg);
  opacity: 0;
  transition: all 0.3s;
}

#Exhibition .gallery.inf-lit .items .info h5 {
  font-weight: 600;
  text-transform: capitalize;
}

#Exhibition .gallery.inf-lit .items .info span {
  text-transform: capitalize;
  letter-spacing: 1px;
}

#Exhibition.full-bg {
  position: relative;
}

#Exhibition.full-bg .cluom {
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}

#Exhibition.full-bg .cluom.current {
  background: rgba(0, 0, 0, 0.3);
}

#Exhibition.full-bg .cluom:hover .info, #Exhibition.full-bg .cluom.current .info {
  color: #222;
}

#Exhibition.full-bg .cluom:hover .info:after,
#Exhibition.full-bg .cluom.current .info:after {
  height: 100%;
}

#Exhibition.full-bg .cluom:hover .more,
#Exhibition.full-bg .cluom.current .more {
  transform: translateY(0);
  opacity: 1;
}

#Exhibition.full-bg .cluom .info {
  padding: 40px 10px 40px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  overflow: hidden;
}

#Exhibition.full-bg .cluom .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}

#Exhibition.full-bg .cluom .info h6 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#Exhibition.full-bg .cluom .info h5 {
  font-size: 3rem;
  font-family: "boldFont";
}

#Exhibition.full-bg .cluom .more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
}
#Exhibition.full-bg .cluom .more a {
  color: #fff;
}

#Exhibition.full-bg .cluom .more i {
  font-size: 10px;
  margin-left: 2px;
}

#Exhibition.full-bg .glry-img,
#Exhibition.full-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Exhibition.full-bg .glry-img {
  overflow: hidden;
}

#Exhibition.full-bg .glry-img .bg-img {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

#Exhibition.full-bg .glry-img .bg-img.current {
  transform: scale(1);
  opacity: 1;
}

/*========== crad news ==========*/
#latest_releases {
  padding-bottom: 100px;
  position: relative;
}
#latest_releases::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: url("../img/dots.png");
  z-index: -1;
}
@media all and (max-width: 479px) {
  #latest_releases .content_title {
    margin-bottom: 0;
  }
}
#latest_releases .slider_news {
  margin-top: 50px;
  overflow-x: clip;
}
#latest_releases .title-card {
  font-size: 1.3rem;
  margin-bottom: 30px !important;
}
#latest_releases .text-card {
  font-size: 1rem;
  color: #555555;
}
#latest_releases .read-more-btn {
  font-size: 0.9rem;
  color: #af8d32 !important;
}
#latest_releases .read-more-btn:hover::before, #latest_releases .read-more-btn::after {
  background: #af8d32 !important;
}
#latest_releases .read-more-btn:hover::after {
  background: transparent !important;
}/*# sourceMappingURL=home.css.map */