* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* global style ------------- */
.text-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
/* global style ---------------- */

/* start navbar ------------------- */
.nav-header {
  background-color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s;
}
.nav-header button:focus {
  box-shadow: none;
  outline: none;
}
.nav-header .logo img {
  width: 45px;
  transition: all 0.6s;
}
.nav-header .nav-list li {
  padding: 0 5px;
  font-weight: 500;
}
.nav-header .nav-list li a {
  color: #000 !important;
}

.nav-header .navbar-toggler > .close {
  display: inline;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-bars {
  display: none;
}
.nav-header .language a {
  text-decoration: none;
  margin: 0 5px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}
/* End navbar ------------------- */

/* start bg-header ---------------- */
.bg-header {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-header .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  z-index: 3;
  text-align: center;
}
.bg-header .title h1 {
  font-size: 3.2rem;
  font-weight: bolder;
}
.bg-header .title .link-btn a {
  border: solid 1px #fff;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}
.bg-header .title .link-btn a:hover {
  background-color: #030330;
  border-color: #030330;
}

@media (max-width: 767px) {
  .bg-header .title h1 {
    font-size: 1.8rem;
  }
  .bg-header .title .link-phone a {
    margin: 8px 0;
  }
}
/* End bg-header ---------------- */

/* start block-1 ------------------ */
.block-1 .img-box img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffd500;
  border-radius: 13px 1px 26px 1px;
  box-shadow: 39px 6px 0px 0px rgb(38 46 87 / 19%);
}
/* End block-1 ------------------ */

/* start block-2 ---------------- */
.block-2 .desc {
  background-color: #f1f1f1;
  border-color: #939393ba !important;
  padding: 20px;
  transition: all 0.5s;
}
.block-2 .desc:hover {
  background-color: #fff;
}
.block-2 .desc-link a:hover {
  background-color: #e6c10b;
}
.block-2 .desc img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.block-2 .desc ul li {
  font-weight: 400;
  font-size: 14px;
}
.block-2 .desc-link a {
  background-color: #121142;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
}
/* End block-2 ---------------- */

/* start block-3 --------------- */
.block-3 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.block-3 .box span {
  font-size: 58px;
}
.block-3 .box p {
  font-size: 14px;
}
/* End block-3 ---------------  */

/* start block-4 --------------- */
.block-4 .box-item img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: block;
  margin: auto;
  object-fit: cover;
}
.block-4 .box-item ul li {
  margin: 0 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-4 .box-item ul li a {
  color: #fff !important;
}
.block-4 .box-item ul li:first-child {
  background-color: #8d959c;
}
.block-4 .box-item ul li:nth-child(2) {
  background-color: #ec564a;
}
.block-4 .box-item ul li:nth-child(3) {
  background-color: #3bd776;
}
.block-4 .box-item ul li:nth-child(4) {
  background-color: #3c3c3c;
}
/* start block-4 --------------- */

/* start block-5 --------------- */
.block-5 {
  background: #030330;
  padding: 30px;
  color: #fff;
}
.block-5 a {
  color: #ff0000;
  font-size: 50px;
}
/* start block-5 --------------- */

/* start slider-slick ----------  */
.slider-slick .slick .slide-item img {
  margin: auto;
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: solid 3px #eee;
}
.slider-slick .slick .slide-arrow {
  top: 40%;
  color: rgba(52, 58, 64, 0.3);
  z-index: 10;
  border: none;
  outline: none;
  transition: all 0.5s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.slider-slick .slick .next-arrow {
  position: absolute;
  right: 0;
}
.slider-slick .slick .prev-arrow {
  position: absolute;
  left: 0;
}
.slider-slick .slick .prev-arrow,
.slider-slick .slick .next-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 15px;
  font-size: 14px;
  background: transparent;
}
@media (max-width: 767px) {
  .slider-slick .slick .slide-arrow {
    display: none !important;
  }
}
/* End slider-slick ---------  */

/* start footer ----------- */
.footer {
  background: #030330;
  padding: 30px;
  color: #fff;
}
.footer .map iframe {
  width: 100%;
  height: 250px;
}
.footer .footer input {
  background: #eceff5;
}
.footer ul li {
  color: #fff;
}
.footer .media li {
  margin: 0 5px;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .media li a {
  color: #fff;
}
.footer .media li:first-child {
  background: #35508d;
}
.footer .media li:nth-child(2) {
  background: #232327;
}
.footer .media li:nth-child(3) {
  background-color: #b81d21;
}
.footer .media li:nth-child(4) {
  background-color: #db681e;
}
@media (max-width: 991px) {
  .footer .map iframe {
    width: 100%;
  }
}
/* End footer ----------- */

/* ========================================= */
.phone-fixed a {
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
}
.phone-fixed .whatsapp a {
  left: 20px;
  background-color: #10ab16;
}
.phone-fixed .phone a {
  right: 20px;
  background-color: #ab1010;
}
/* ========================================= */
