
/**fonts**/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif;
}

/**fonts**/

@media (max-width: 575.98px) {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .nav_bg{
    background:#000;
  }
  .logo_sz{
    height: 17px;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .bg-image {
    background-image: url('../img/pix_01.jpg');
    background-size: cover;
    background-position: center;
    height: 1041px;
    position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 44%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.text-block {
  text-align: center;
  margin-top: 7%;
  padding: 5%;
}

.ttl_h1 {
 
  font-size: 52px;
  font-weight: 600;
 
  margin-left: auto;
  margin-right: auto;
}
.p_txt {
 
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 8%;
  font-size: 19px;
  font-weight: 500;
  color: #ffffffbf;
}

.cbtn {
  border: 1px solid #ffffff;
  color: #fff;
  width: 200px;
  font-size: 20px;
  font-weight: 600;
}
.cbtn:hover {
  background: #ffffff;
  color: #000;
  width: 200px;
  font-size: 20px;
  font-weight: 600;
}

.social-links {
  display: flex;
  justify-content: center; /* Center the links horizontally */
  gap: 20px; /* Space between the links */
  margin-top: 20px; /* Add some top margin */
}

.social-link {
  text-decoration: none;
  font-size: 24px; /* Increase icon size */
  color: #fff; /* Icon color */
  transition: color 0.3s;
}
.social-link :hover {
  border-bottom: 1px solid #fff;
}


.social-link i:hover {

  color: #fff; /* Icon color */
}

.cnt_mr{
  margin-right:5%;
}
.cnt_mr .label {
  font-size: 32px;
  font-weight: 600;
}
.video-bg{
  background-size: cover;
}

/***sidebar***/
.sidebar_cnt_h_ml {
  margin-left: 10%;
  margin-top: 1%;
}

.sidebar_adr_w{
  width: 69%;
}

.sidebar_h_span1{
  font-size: 22px;
    margin-right: 2%;
}

.sidebar-link {
  text-decoration: none;
  font-size: 19px;
  color: #000000;
  transition: color 0.3s;
  margin-right: 5%;
}
.sidebar-link:hover {
  border-bottom: 2px solid #000;
}

.sidebar-links {
  margin-left: 9%;
  margin-top: 7%;
}
/***modal**/
.mdl {
  background: rgb(255 255 255 / 66%);
  box-shadow: 0 8px 32px 0 rgb(63 63 74);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
/***modal**/
.mdl_btn, .mdl_btn:hover{
  background: #070809;
    border: 0px;
    color:#fff;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: rgb(0 0 0);
}
/***clip***/
.video-block {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 8%;
}
/***clip***/
 /**hm-sldr***/
 .hmd {
  overflow-x: hidden;
  padding: 0;
  margin-top: 0%;
}
.hmd .carousel {
  width: 100%;
  
  padding: 80px 0;
  margin-top: 0px;
  position: relative;
  padding-bottom: 125vh;
}

.hmd .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hmd .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}

.hmd .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}


.hmd .info h2 {
  position: relative;
  color: #D1C700;
  margin-bottom: 13px;
  text-shadow: 10px 10px 30px rgba(241, 230, 14, 0.50);
  font-family: methn;
  font-size: 23px;
  font-style: normal;
  
  letter-spacing: 2.7px;
  margin-top: -63%;
}

.hmd_btn1,.hmd_btn1:hover {
  border-radius: 50px;
  border: 2px solid #FFF;
  color: #fff;
  display: inline-flex;
  height: 43px;
  padding: 19px 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hmd .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



.hmd .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hehmdro .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hmd .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hmd .carousel-control-prev {
  justify-content: start;
}



.hmd .carousel-control-next {
  justify-content: end;
}



.hmd .carousel-control-next-icon, .hmd .carousel-control-prev-icon {
  background: none;
  font-size: 18px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 33px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hmd .carousel-control-prev,
.hmd .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
  text-decoration: none;
}

.hmd .carousel-control-prev:focus,
.hmd .carousel-control-next:focus {
  opacity: 0.5;
}

.hmd .carousel-control-prev:hover,
.hmd .carousel-control-next:hover {
  opacity: 0.9;
}

/**hm-sldr***/
}

@media (min-width: 768px) {

  body, html {
    height: 100%;
    margin: 0;
    overflow: hidden; /* Prevent scrolling */
    }
  .nav_bg{
    background:transparent;
  }
  .logo_sz{
    height: 17px;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .bg-image {
    background-image: url('../img/pix_01.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh; /* Full viewport height */
    position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 44%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.text-block {
    text-align: center;
}

.ttl_h1{
  font-size: 75px;
    font-weight: 600;
}
.p_txt{
  width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 19px;
    font-weight: 500;
    color: #ffffffbf;
}

.cbtn {
  border: 1px solid #ffffff;
  color: #fff;
  width: 200px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1%;
}
.cbtn:hover {
  background: #ffffff;
  color: #000;
  width: 200px;
  font-size: 20px;
  font-weight: 600;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-top: 20px;
}

.social-link {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: color 0.3s;
}
.social-link :hover {
  border-bottom: 1px solid #fff;
}


.social-link i:hover {

  color: #fff; /* Icon color */
}

.cnt_mr{
  margin-right:5%;
}
.cnt_mr .label {
  font-size: 40px;
  font-weight: 600;
}
.video-bg{
  background-size: cover;
}

/***sidebar***/
.sidebar_cnt_h_ml {
  margin-left: 10%;
  margin-top: 1%;
}

.sidebar_adr_w{
  width: 69%;
}

.sidebar_h_span1{
  font-size: 22px;
    margin-right: 2%;
}

.sidebar-link {
  text-decoration: none;
  font-size: 19px;
  color: #000000;
  transition: color 0.3s;
  margin-right: 5%;
}
.sidebar-link:hover {
  border-bottom: 2px solid #000;
}

.sidebar-links {
  margin-left: 9%;
  margin-top: 7%;
}

.sdbr_h3{
  font-size: 26px;
}
/***sidebar***/

/***modal**/
.mdl {
  background: rgb(255 255 255 / 66%);
  box-shadow: 0 8px 32px 0 rgb(63 63 74);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
/***modal**/

.mdl_btn, .mdl_btn:hover{
  background: #070809;
    border: 0px;
    color:#fff;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: rgb(0 0 0);
}

/***clip***/
.video-block {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 8%;
}
/***clip***/

/**hm-sldr***/
.hmd {
  overflow-x: hidden;
  padding: 0;
  margin-top: 0%;
}

.hmd .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hmd .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hmd .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}

.hmd .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}




.hmd_btn1,.hmd_btn1:hover {
  border-radius: 50px;
  border: 2px solid #FFF;
  color: #fff;
  display: inline-flex;
  height: 43px;
  padding: 28px 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hmd .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: red;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* @media (max-width: 768px) {
  .hmd .info h2 {
    font-size: 36px;
  }
} */

.hmd .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hehmdro .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid red;
}

.hmd .info .btn-get-started:hover {
  background: red;
}

.hmd .carousel-control-prev {
  justify-content: start;
}

/* @media (min-width: 640px) {
  .hmd .carousel-control-prev {
    padding-left: 15px;
  }
} */

.hmd .carousel-control-next {
  justify-content: end;
}

/* @media (min-width: 640px) {
  .hmd .carousel-control-next {
    padding-right: 15px;
  }
} */

.hmd .carousel-control-next-icon,
.hmd .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hmd .carousel-control-prev,
.hmd .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
  text-decoration: none;
}

.hmd .carousel-control-prev:focus,
.hmd .carousel-control-next:focus {
  opacity: 0.5;
}

.hmd .carousel-control-prev:hover,
.hmd .carousel-control-next:hover {
  opacity: 0.9;
}

/**hm-sldr***/

}


