body {
  background: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  overflow-x: hidden !important;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #828282;
  letter-spacing: 0.8px;
  line-height: 28px;
}

strong {
  color: #f1c11a;
  font-weight: 700;
}

#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact,
footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 62px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar-thumb {
  background-color: #111112;
}

/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}

/* lang selection */

.lang {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  column-gap: 2rem;
  margin: 2rem;
}
.lang a {
  text-decoration: none;
  color: #fff;
}

.lang .active {
  color: #f1c11a;
  pointer-events: none;
}

/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  color: #ffffff;
}

#home .home-thumb {
  text-align: center;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 42px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
  background: #ffffff;
  color: #242424;
  border-color: transparent;
}

/* about section */
#about h3 {
  margin-top: 0px;
}

#about .about-thumb {
  padding-top: 10px;
}

.about-thumb p {
  font-size: 20px;
  color: rgb(77 76 76);
}
.about-img {
  width: 380px;
  height: auto;
}
.about-img-holder {
  display: flex;
  justify-content: center;
}

/* about two section */

.about-two .header {
  position: relative;
  height: 200px;
  background-color: #f1c11a;
}

.about-two h1 {
  padding: 50px 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.about-two p {
  margin: 0;
  padding: 100px;
  font-size: 1.6rem;
  color: #111112;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6;
}

.about-two .header h1 {
  color: white;
}

.about-two svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.about-two .content {
  background-color: #fff;
}

@media (max-width: 699px) {
  .about-two .svg--lg {
    display: none;
  }
}

@media (min-width: 700px) {
  .about-two .svg--sm {
    display: none;
  }
}

/* feature section */

/*=============== question ===============*/

.questions {
  padding-top: 8rem;
}

.questions__container {
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.questions__group {
  display: grid;
  place-items: center;
  row-gap: 1.5rem;
  column-gap: 0rem;
  /* grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr); */

  grid-template-areas:
    ".  one . two . "
    "three . center . four"
    ". five . six .";
}

.questions__item:nth-child(1) {
  grid-area: one;
}
.questions__item:nth-child(2) {
  grid-area: two;
}
.questions__item:nth-child(3) {
  grid-area: three;
}
.questions__item:nth-child(4) {
  grid-area: center;
  background-color: transparent;
  box-shadow: none;
  height: auto;
  width: 200px;
}
.questions__item:nth-child(4) > img {
  width: 100%;
  height: auto;
}
.questions__item:nth-child(5) {
  grid-area: four;
}
.questions__item:nth-child(6) {
  grid-area: five;
}
.questions__item:nth-child(7) {
  grid-area: six;
}

.questions__item {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  cursor: pointer;
}
.section__title-center {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.questions__item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.questions__item-title img {
  width: 80px;
  height: auto;
  margin-bottom: 0.75rem;
}
.questions__icon {
  font-size: 1.25rem;
  color: hsl(152, 4%, 15%);
}
.questions__description {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0.5rem 0 0.25rem;
}

.questions__content .questions__description {
  padding: 0 0.5rem 0 2.5rem;
}
.questions__content .questions__description {
  font-size: 1rem;
}
.deutch .questions__content .questions__description {
  font-size: 0.8rem;
}

.questions__header {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 0.75rem 0.5rem;
}
.questions__header i {
  position: absolute;
  z-index: 2;
}

.questions__content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accordion-open .questions__content {
  opacity: 1;
}

.questions__content img {
  width: 100px;
  height: auto;
}

.questions__item,
.questions__header,
.questions__item-title,
.questions__icon,
.questions__description {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.questions__item:not(:nth-child(4)):hover {
  box-shadow: 0 2px 8px hsla(152, 4%, 15%, 0.15);
}

.accordion-open .questions__header,
.accordion-open .questions__content {
  background-color: #dfe0df;
}
.accordion-open .questions__item-title,
.accordion-open .questions__description,
.accordion-open .questions__icon {
  color: #fff;
}
.accordion-open .questions__icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.questions__footer {
  text-align: center;
}

.questions__footer a {
  text-decoration: none;
  border-bottom: 1px solid #111112;
}
/*features.................*/

#feature {
  background: #f1c11a;
}
#feature .container {
  width: fit-content;
}
#feature .container .row {
  padding: 0 1rem;
}
#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 62px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}

#feature .media-heading {
  font-size: 18px;
}

/* contact section  */
#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #999;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type="submit"]:hover {
  background: #f1c11a;
}

/* footer section  */
footer {
  background: #111112;
  padding-bottom: 50px;
}

footer .copyright {
  margin-top: 5rem;
}
footer .copyright-text {
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ff6;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: url("../images/modal-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10%;
  opacity: 0.8;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #f1c11a;
  color: #ffffff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 30px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

.social-icon span {
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-logo img {
  width: 200px;
  height: auto;
}

/*data reveal */

[data-reveal] {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s all ease-in-out;
  transition-delay: var(--delay);
}
[data-reveal="left"] {
  transform: translate(-50px, 0);
}
[data-reveal="right"] {
  transform: translate(50px, 0);
}
[data-reveal].revealed {
  transform: translate(0, 0);
  opacity: 1;
}

/* Mobile Responsive */

@media (max-width: 1200px) {
  .questions__item {
    width: 18vw;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

  .questions__group {
    grid-template-areas: "one two three" "four five six";
    column-gap: 3rem;
  }
  .questions__content .questions__description {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .questions__item:nth-child(4) {
    display: none;
  }

  .deutch .questions__item .questions__content .questions__description {
    font-size: 0.7rem;
  }
  .footer-logo {
    justify-content: flex-start;
  }
  .footer-logo img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .about-two p {
    padding: 50px;
    font-size: 1.2rem;
  }
  .questions__group {
    grid-template-areas: "one two" "three four" "five six";
    column-gap: 2rem;
  }
  .questions__item {
    width: 200px;
  }
  .questions__item:nth-child(4) {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer .col-sm-6 {
    padding-bottom: 32px;
  }
  .footer-logo {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  #home {
    height: 100vh;
  }

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  .modal-dialog .close {
    font-size: 35px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
@media (max-width: 496px) {
  .about-img {
    width: 75vw;
  }
  .about-two p {
    padding: 20px;
  }

  .questions__group {
    column-gap: 0;
  }

  .questions__item {
    width: 45vw;
  }
  .questions__description {
    font-size: 1rem;
  }

  #feature .container {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  #feature .btn{
    padding: 14px 15px;
  }
  .media-object img {
    /* width: 50px !important; */
  }

  .footer-logo {
    margin-top: 3rem;
  }

  .footer-logo img {
    width: 125px;
  }
}

@media (max-width: 350px) {
  .deutch .questions__content .questions__description {
    font-size: 0.7rem;
  }
}

@media (max-width: 310px) {
  .questions__content {
    padding: 0 0 0 0;
  }
  .questions__content .questions__description {
    font-size: 0.8rem;
  }
  .questions__item .questions__content .questions__description {
    font-size: 0.8rem;
  }
  .deutch .questions__description {
    font-size: 1rem;
  }
  .deutch .questions__item .questions__content .questions__description {
    font-size: 3vw;
  }

  #feature .btn{
    padding: 10px 10px;
    font-size: 14px;
  }

}
