@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

.header {
  height: 700px;
  width: 100%;
  background: url("../assets/header.png") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
}

.header .header-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact {
  width: 100%;
  background: url("../assets/contact-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
}

.contact .contact-overlay {
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.navbar{
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.hr {
  height: 13px;
  width: 78px;
}

.text-title-rino {
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 73px;
  color: #fc6200;
}

.swiper {
  width: 100%;
  min-height: 520px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pgNew{
  width: 33.33% !important;
  top: 20px !important;
  right: 0 !important;
  left: auto !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pgNew .swiper-pagination-bullet{
  margin: 0 22px !important;
  height: 13px !important;
  width: 13px !important;
}

.pgNew .swiper-pagination-bullet-active{
  background-color: #FC6200 !important;
}

.swiper-button-prev::after, .swiper-button-next::after{
  color: lightgray;
}

.icon-service{
  font-size: 180px;
  color: #FC6200;
}

@media (max-width: 768px) {
  .pgNew{
    width: 100% !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-service{
    font-size: 120px;
    color: #FC6200;
  }
}


.h-top-link, .h-top-link:hover {
  display: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #FC6200;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.h-top-link i {
  margin-top: 16px;
}