@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400&family=Red+Hat+Display:wght@300;400&display=swap');

* {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  font-weight: regular;
}

body {
  background-color: #fff;
}

h2 {
  font-size: 48px;
  text-align: center;
  padding: 4rem auto;
  margin-bottom: 1rem;
}
.mini{
  margin:0;
  padding:0;
  height: 100%;
}

.brand {
  margin-left:1rem;
}

.logo {
  width: 8rem;

}

header {
  padding: 0rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 2px 2px 8px #00000072;
  height: 5rem;
}

#menu-button {
  visibility: hidden;
}

nav {
  width: 80%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 3rem;
}

.link {
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 0.5rem 2rem;
}

/* .hero {
  /* background-image: url("./dubai.jpg"); */
/* filter: saturate(300%); */
/* background-size: cover;
  background-position: 0; */
/* } */

.hero {
  background-color: white;
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  overflow: hidden;
}

.slideshow-container {
  max-width: 100vw;
  height: 80vh;
  position: relative;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 36px;
  font-weight: 700;
  padding: 8px 12px;
  position: absolute;
  top: 25%;
  width: 40rem;
  margin-left:4rem;
  text-align: start;
  font-family: 'Red Hat Display', sans-serif;
}

#three-plus {
  background: #fff;
  border-radius: 10rem;
  color: #ba1010;
  padding: 8px 12px;
  font-size: 2rem;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 6px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.slide-img {
  object-fit: cover;
  width: 100vw;
  object-position: top left;
  filter: brightness(0.6);
}

.dots {
  padding: 0.5rem;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 1rem;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {
    opacity: .6
  }

  to {
    opacity: 1
  }
}

#fixed-text {
  position: absolute;
  right: 10rem;
  top: 40%;
  font-size: 3rem;
  color: white;
  font-weight:300;
  font-family: 'Red Hat Display', sans-serif;
}

#get-started {
  position: absolute;
  top: 55%;
  left: 12.5%;
  text-decoration: none;
  border: none;
  background-color: #ca3d22;
  color: white;
  font-size: 2rem;
  padding: 1rem 2rem;
  margin: 1rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 4px darkred;
  z-index: 10;
}

#get-started:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 1rem black;
}

section {
  padding: 6rem auto;
}

.services {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #c93c21, rgb(154, 0, 0));

  color:white;
}

#services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 70%;
  max-width: 80%;
  margin: 3rem auto;
}

#services .card {
  position: relative;
  max-width: 35rem;
  height: 400px;
  width: 550px;
  margin: 1rem;
  padding: 2rem;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.service-background{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  /* filter: brightness(1); */
  transition: 0.3s ease-out;
}
.services .card:hover .service-background{
  filter:brightness(0.4) blur(2px)
}
.card p,.card ul{
  position: absolute;
  text-align: start;
  left:2rem;
  font-family: 'Red Hat Display', sans-serif;
}
.card h3{
  font-family: 'Bebas Neue',sans-serif;
  position: absolute;
  top:2;
  color:white;
}
.card p{
  width: 80%;
  top:5rem;
  font-family: 'Red Hat Display', sans-serif;
}

.card ul{
  bottom:3rem;
}
.card ul li{
  font-family: 'Red Hat Display', sans-serif;

}

#services .card h3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 2rem;
  color: white;
}

#services .card p,#services .card ul {
  visibility: hidden;
  color: transparent;
  transition: all 0.3s ease-in-out;

}

 /* {
  visibility: hidden;
  color: #ca3d22;
  transition: all 0.3s ease-in-out;
  text-align: start;

} */

#services .card:hover p {
  color: white;
  visibility: visible;
}

#services .card:hover ul {
  visibility: visible;
  color: white;
}

.licenses {
  background-color: white;
}

#licenses {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}


.license-category {
  width: 30rem;
  margin: 2rem;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.license-title {
  transition: all 0.5s ease-in-out;
}

.license-background {
  border-radius: 5px;
  width: 30rem;
  height: 42rem;
  object-fit: cover;
  filter: brightness(0.8);
}
.license-title {
  font-size: 32px;
  font-weight: 500;
}

.license-details {
  position: absolute;
  color: transparent;
  margin-top: 2rem;
  top: 100%;
  transition: 0.2s ease-in-out;
}

.license-category:hover .license-details {
  color: white;
}
.license-category:hover .license-background{
  filter: brightness(0.4) blur(3px);
  transition: 0.4s ease-in-out;
}
.license-category:hover .license-details {
  color: white;
}

.license-text {
  position: absolute;
  width: 70%;
  top: 10%;
  left: 15%;
  font-size: 18px;
  color: white;
}


.card {
  background-color: white;
  color: #ca3d22;
  border-radius: 20px;
  box-shadow: 2px 2px 14px black;
}

.card h2 {
  padding: 2rem 1rem;
}

footer {
  box-shadow: 2px -2px 4px #781703;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg,#c93c21, rgb(154, 0, 0));
  border-top: 2px solid #ca3d22;
  color: white;
  font-weight: 500;
  justify-content: space-evenly;
  font-family: 'Bebas Neue', sans-serif;
}

footer ul {
  list-style: none;
}

footer li {
  margin: 1rem 0;
}

footer a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: white;
  font-weight: 700;
  font-size: 18px;
  padding: 1rem;
}
.footer{
  display: flex;
  justify-content: space-evenly;
}
.footer-contact{
  text-align: start;
}
.footer-list{
  margin-left:0;
  padding:0;
}
.socials a{
  margin:1rem 0;
  padding:0;
}
.footer-list li a{
  margin:0;
  padding:0;
}
.address{
  margin:1rem auto;
}
.footer-reserved{
  align-self: center;
  margin-bottom:1rem;
  color:#ba1010;
  padding:1rem 1.5rem;
  border-radius: 5rem;
  background-color: white;
  font-family: monospace;
}

footer a:hover {
  color: darkred;
}

footer a:hover {
  transform: scale(1.1);
}



#about {
  background: linear-gradient(180deg, #c93c21, rgb(154, 0, 0));
  color: #ba1010;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-height: 50vh;
  padding:2rem auto;
}


.why {
  display: flex;
  flex-direction: row;
  width: 15rem;
  height: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  margin: 1rem;
  border-radius: 20px;
  background-color: white;
  box-shadow: 2px 2px 14px red;
}

.why .about-description {
  margin-left: 2rem;
}

.why-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 50%;
}

#steps-to-apply {
  /* background: linear-gradient(180deg, #ff6500, rgb(154, 0, 0)); */
  background-color: #fff;
}


#apply {
  margin:2rem;
  padding: 1rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.line {
  height: 10px;
  width: 10rem;
  top: 1rem;
  margin: 0;
  background-color: #ba1010;
}

.steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  z-index: 10;
  background: radial-gradient(#ff2020d0, #781703);
  color: white;
  border-radius: 20rem;
  outline: 5px solid #fce3cd;
  aspect-ratio: 1/1;
  margin:0;
}
.step{
  position: relative;
}
.step-count {
  position: absolute;
  background-color: white;
  bottom:1rem;
  font-size: 24px;
  font-weight: 600;
  padding: 0.6rem;
  width: 50px;
  height: 50px;
  color: #781703;
  border: 3px solid #781703;
  border-radius: 20rem;
}

.step-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

section#contact {
  background: #fff;
  margin-bottom: 10rem;
}

#contact-form {
  background: linear-gradient(150deg, #c93c21, rgb(154, 0, 0));

}
#contact-form h3{
  color:white;
}
#contact form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 60%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1rem;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #00000072;
  font-size: 22px;
}

#contact h2 {
  margin: 2rem 0;
}

.contact-input,
select {
  margin: 0.5rem;
  padding: 1rem;
  width: 60%;
  border-radius: 5px;
  border: 1px solid #0000001a;
}

option {
  background-color: white;
}

.name-inputs {
  width: 60%;
  display: flex;
}

.name-inputs .contact-input {
  border: 1px solid #0000001a;
  margin: 0.5rem 0;
  width: 99%;
}

.center {
  text-align: center;
  padding: 3rem;
  font-size: 24px;
  color: #ca3d22;
}

input[type='submit'] {
  /* background-color: rgb(65, 65, 255); */
  background: linear-gradient(45deg, #c93c21, #ff0000);
  color: white;
  border: 2px solid white;
  font-size: 32px;
  font-weight: 400;
  width: 15rem;
  margin: 1 auto;
  transition: all 0.3s ease-in-out;
}

input[type='submit']:hover {
  /* background-color: rgb(34, 34, 181); */
  background-color: #781703;
  box-shadow: 2px 2px 8px #00000072;
  transform: scale(1.02);
}

.white-heading {
  color: white;
  padding: 2rem auto;
  margin-top: 4rem;
}

.red-heading {
  color: #c93c21;
  padding: 2rem auto;
  margin-top: 2rem;
}
#floating-button{
  position: fixed;
  background-color: white;
  bottom:5rem;
  border-radius:10rem;
  z-index: 50;
  right:6rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 4px 8px darkgrey
}
#whatsapp-button{
  color:green;
}
#whatsapp-button:hover{
  transform: scale(2);
  color: white;
}
#floating-button:hover{
  transform: scale(1.2);
}

/* Mobile Screen styles */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 980px) {
  .text {
    font-size: 11px
  }
  .menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -10;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    top: 0;
    transition: all 0.3s ease-in-out;
    left: -100%;
  }

  .menu-open {
    left: 0;
  }
  .mini {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  #menu-button {
    visibility: visible;
    position: fixed;
    top: 1rem;
    right:2rem;
    z-index: 50;
    right: 30px;
    color: red;
    transform: scale(1.5);
  }

  #menu-button i {
    padding: 1rem;
  }

}


@media screen and (max-width: 628px) {
  #floating-button{
    position: fixed;
    background-color: white;
    bottom:2rem;
    border-radius:10rem;
    z-index: 50;
    right:1rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 4px 8px darkgrey
  }
  #whatsapp-logo{
    width:96px;
    height: 96px;
  }
  #whatsapp-button:hover{
    color: white;
  }
  #floating-button:hover{
    transform: scale(1.2);
  }
  header {
    position: sticky;
    top: 0;
  }

  .slideshow-container {
    max-width: 100vw;
    height: 60vh;
    position: relative;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #fixed-text {
    width: 80%;
    font-size: 22px;
    font-weight: 400;
    bottom: 60px;
    left:3rem;
    height: auto;
    margin:0;
  }
  #get-started{
    width: 220px;
    font-size: 24px;
    margin:0rem auto;
    margin-top: 4rem;
    left:25%;
  }
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 8px;
    position: absolute;
    top: 4rem;
    right: 1rem;
    margin: 0;
    width: 90%;
    text-align: center;
  }

  #three-plus {
    background: #fff;
    border-radius: 10rem;
    color: #ba1010;
    padding: 2px 4px;
    font-size: 2rem;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 6px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #717171;
  }

  .slide-img {
    object-fit: cover;
    width: 100vw;
    height: 70vh;
    margin-top: 0;
    object-position: top;
    filter: brightness(0.6);
  }

  .dots {
    padding: 0.5rem;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 1rem;
  }




  .contact-form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
  }

  input,
  textarea {
    padding: 0.5rem;
    margin: 1rem;
  }

  .submit {
    padding: 1rem;
    background-color: rgb(54, 54, 255);
    color: white;
    font-size: 16px;
    border: none;
  }

  h2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .why-container{
    width: 100%;
    margin:2rem auto;
  }
  .why {
    min-width: 70%;
    padding:1rem;
    margin:1rem;
    justify-content:space-evenly ;
  }

  .line {
    height: 10rem;
    width: 10px;
  }

  #apply {
    flex-direction: column;
    justify-content: space-evenly;
  }

  #steps-to-apply {
    color: white;
    height: auto;
  }
  .step{
    position: relative;
  }
  .step-count{
    position: absolute;
    top:0;
    background-color: white;
  }




  .hero {
    font-size: 2rem;
    font-weight: 200;
    height: 70vh;
    margin: 0;
    padding-top: 0;
  }

  .services {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
  }


  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    font-size: 16px;
    text-align: start;
    padding:1rem;
  }
  .footer{
    display: flex;
    flex-direction: column;
    padding:1rem 2rem;
  }
  .footer-address{
    font-size: 16px;
    margin:2rem auto;
  }
  .footer-address h3,.footer-links h3, .footer-contact h3{
    text-align: start;
    font-family: "Bebas Neue",sans-serif;
    font-size: 24px;
  }
  .footer-list{
    font-family: "Red Hat Display",sans-serif;
    font-size: 16px;
  }
  .footer-list li a:hover{
    color: #781703;
  }
  .footer-reserved{
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #781703;
    color:#ca3d22;
    padding:0.5rem;
    margin:1rem;
    text-align: center;
  }

  #services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #services .card {
    padding: 1rem;
    height: 30rem;
    margin: 0.5rem;
    width: 100%;
  }
  .services .card .service-background{
    filter:brightness(0.4) blur(2px)
  }
  #licenses{
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .license-category {
    width: 100%;
    padding: 0.5rem;
    margin:0 auto;
  }

  .license-title {
    font-size: 22px;
  }

  .licenses-details {
    padding: 0.5rem;
    margin: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    color: white;
  }

  .license-background {
    width: 95vw;
    min-height: 700px;
    filter: brightness(0.4);
  }

  #services .card p {
    visibility: visible;
    color: white;
    transition: all 1s ease-in-out;

  }

  #services .card ul {
    visibility: visible;
    color: white;
    transition: all 1s ease-in-out;
    text-align: start;
  }

  .license-details {
    position: absolute;
    color: white;
    font-size: 16px;
    margin-top: 4rem;
    top: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
  }

  #contact {
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  #contact form{
    width: 100%;
    margin:0;
    padding: 3 0;
  }
  #contact-form{
    height: 80vh;
  }
  .name-inputs{
    width: 90%;
  }
  .contact-select{
    width: 90%;
  }
  .contact-input{
    width: 90%;
  }

}
.white-heading {
  color: white;
  padding: 1rem auto;
  margin: 2rem auto;
  font-size: 48px;
  font-family: 'Bebas Neue', sans-serif;
}

.red-heading {
  color: #ba1010;
  padding: 1 auto;
  margin: 2rem auto;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
}