/********** Template CSS **********/
:root {
  --primary: #f77d0a;
  --secondary: #2b2e4a;
  --light: #f4f5f8;
  --dark: #1c1e32;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.nav-bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: var(--dark);
}

.nav-bar::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 30, 50, 0.7);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h4 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.page-header {
  height: 400px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(28, 30, 50, 0.9), rgba(28, 30, 50, 0.9)),
    url(../img/bg-banner.jpg);
  background-attachment: fixed;
}

@media (max-width: 991.98px) {
  .page-header {
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 30, 50, 0.9), rgba(28, 30, 50, 0.9)),
      url(../img/bg-banner.jpg);
    background-attachment: fixed;
  }
}

.service-item {
  height: 320px;
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover,
.service-item.active {
  background: var(--secondary);
}

.service-item h1,
.service-item h4 {
  transition: 0.5s;
}

.service-item:hover h1,
.service-item.active h1 {
  color: var(--dark) !important;
}

.service-item:hover h4,
.service-item.active h4 {
  color: var(--light);
}

.rent-item {
  padding: 30px;
  text-align: center;
  background: var(--light);
  transition: 0.5s;
}

.rent-item:hover,
.rent-item.active {
  background: var(--secondary);
}

.rent-item h4 {
  transition: 0.5s;
}

.rent-item:hover h4,
.rent-item.active h4 {
  color: var(--light);
}

.team-item {
  padding: 30px 30px 0 30px;
  text-align: center;
  background: var(--light);
  transition: 0.5s;
}

.team-item:hover,
.owl-item.center .team-item {
  background: var(--secondary);
}

.team-item h4 {
  transition: 0.5s;
}

.owl-item.center .team-item h4,
.owl-item.center .rent-item h4 {
  color: var(--light);
}

.team-item .team-social {
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: var(--light);
}

.owl-item.center .team-item .team-social,
.owl-item.center .rent-item {
  background: var(--secondary);
}

.team-item:hover .team-social {
  opacity: 1;
  background: var(--secondary);
}

.team-carousel .owl-nav,
.related-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  top: calc(50% - 30px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  font-size: 22px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.vendor-carousel .owl-dots,
.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-carousel .owl-dot,
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: var(--secondary);
  transition: 0.5s;
}

.vendor-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}

.testimonial-carousel .owl-item img {
  width: 80px;
  height: 80px;
}

.testimonial-carousel .owl-item .testimonial-item {
  height: 350px;
  transition: 0.5s;
  background: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--secondary);
}

.testimonial-carousel .owl-item .testimonial-item h1,
.testimonial-carousel .owl-item .testimonial-item h4 {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h1 {
  color: var(--dark) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h4 {
  color: var(--light);
}

.bg-banner {
  background: linear-gradient(rgba(28, 30, 50, 0.9), rgba(28, 30, 50, 0.9)),
    url(../img/bg-banner.jpg);
  background-attachment: fixed;
}
.custom-icon {
  height: 50px;
  width: 50px;
}
.mbl-nav {
  display: none;
}
#services-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#features {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#features > .features-child > div {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  #services-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service-item {
    height: 200px;
  }
  #features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  #features > .features-child > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.owl-carousel .owl-nav button {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}

#login-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 535px;
  margin: 20px auto;
}
#login-container #login-box > img {
  width: 100%;
  height: 100%;
}
#login-container #signup-box .welcome {
  padding: 40px;
}
#login-container #signup-box .login-signupform > form {
  height: auto;
  width: 300px;
  margin: 10px auto;
}
#login-container #signup-box .login-signupform > form h6 {
  text-align: end;
}
#login-container #signup-box .login-signupform > form > .login-btn {
  display: flex;
  justify-content: center;
}
#login-container #signup-box .login-signupform > form > .login-btn > button {
  padding: 10px 5px;
  border-radius: 15px;
  border: none;
  outline: none;
  background-color: salmon;
  color: #fff;
  width: 100%;
}
#login-container #signup-box .login-signupform > form > input {
  display: flex;
  margin: 10px 0px;
  width: 100%;

  padding: 10px 5px;
  border: 2px solid salmon;
  border-radius: 15px;
  outline: none;
}
#register-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 600px;
  margin: 20px auto;
}
#register-container #register-box > img {
  width: 100%;
  height: 100%;
}
#register-container #register-form .welcome {
  padding: 40px;
}
#register-container #register-form .login-signupform > form {
  height: auto;
  width: 300px;
  margin: 10px auto;
}
#register-container #register-form .login-signupform > form h6 {
  text-align: end;
}
#register-container #register-form .login-signupform > form > .login-btn {
  display: flex;
  justify-content: center;
}
#register-container
  #register-form
  .login-signupform
  > form
  > .login-btn
  > button {
  padding: 10px 5px;
  border-radius: 15px;
  border: none;
  outline: none;
  background-color: salmon;
  color: #fff;
  width: 100%;
}
#register-container #register-form .login-signupform > form > input {
  display: flex;
  margin: 10px 0px;
  width: 100%;

  padding: 10px 5px;
  border: 2px solid salmon;
  border-radius: 15px;
  outline: none;
}

.rotate-vert-center {
  -webkit-animation: rotate-vert-center 0.5s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    both;
}


/* CSS */
.button-33 {
  background-color: rgba(247, 125, 10, 1);
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}
.portfolio-isotope {
  padding: 20px 0;
}

.portfolio-flters {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.portfolio-flters li {
  cursor: pointer;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.portfolio-flters .filter-active {
  background: #f77d0a;
  color: #fff;
}

.portfolio-flters li:hover {
  background: #f77d0a;
  color: #fff;
}

.portfolio-container {
  display: flex;
  flex-wrap: wrap;
 
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
 
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: scale(1.05);
}
.imgcol img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.span-requried{
color: red;
font-weight: bold;
}
@media (max-width: 768px) {
  .portfolio-item {
      flex: 0 0 100%;
      max-width: 100%;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2024-3-25 16:20:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media (max-width: 900px) {
  #login-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    height: 100%;
    margin: 20px auto;
  }
  #register-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    height: 100%;
    margin: 20px auto;
  }
  .mbl-nav {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #f77d0a;
    bottom: -2px;
    z-index: 999;

    color: #fff;
    height: 50px;
  }
  .mbl-nav .nav-item {
    padding: 10px 0px;
  }
  .mbl-nav .links {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mbl-nav .links li > a {
    color: #fff;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: 600;
  }
}
