
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}


#regForm {
  /* background-color: #ffffff; */
  /* background-image:url(../img/background.jpg); */
  background-color: #D9D9D9;
  margin: 20px auto;
  font-family: font-family: var(--default-font);
  padding: 40px;
  width: 40%;
  min-width:100%;
  border-radius: 5px;
}
.banner-logo1{
  display: grid;
  justify-items: right;
  margin: 10px;
}
.banner-logo2{
  display: grid;
  justify-items: left;
  margin: 10px;
}
h1 {
    text-align: center;
    color: #393939;
    padding: 3%;
    font-size: 32px;
    font-weight: 600;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: font-family: var(--default-font);
  border:none;
  background: #B6B6B6;
}
::placeholder {
  color:#5C5B5B;
  opacity: 1; /* Firefox */
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background: linear-gradient(90deg, rgba(244,183,96,1) 0%, rgba(164,117,61,1) 100%);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin-top: 5px;
  font-size: 17px;
  font-family:font-family: var(--default-font);
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}
.logo1{
    width: 175px;
    padding: 5px;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.first-name{
width: 49%;
float: left;
margin-bottom: 5px!important;
}
.second-name{
  width: 49%;
float: right;
margin-bottom: 5px!important;
}
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}
/* html,body{
  display: grid;
  height: 100%;
  place-items: center;
  background: #0069d9;
  font-family: 'Lato', sans-serif;
} */
.wrapper{
  display: inline-flex;
  background: #fff;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 5px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
  margin-bottom: 15px;
  margin-top: 15px;
  }
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 12px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}
.photo-gallery{
    /* image url  */
      background-image: url("../img/hero-bg.jpg");
    
      /* make the image full height */
      height: 100%;
    
      /* center and scale the image */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    
      /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
      overflow: hidden;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}
.lightbox-modal .modal-dialog .modal-content{
  background: #0000004a !important;
}
.image-gallery a img{
    object-fit: cover;
      width: 100%;
      height: 100%;
      vertical-align: middle;
}
.image-gallery{
    display: flex;
      flex-wrap: wrap;
}