@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* background: #171717; */
  min-height: 100vh;
}

.logo{
  padding-right: 100px;
}

.header{
  box-shadow: 0 0 10px 0 rgba(192, 191, 191, 0.849);
}

.nav-link{
  font-size: 18px;
  margin-right: 10px;
  color: #02244d;
}


img {
  max-width: 100%;
  display: block;
}

ul {
  list-style-type: none;
}
ul i {
  color: #fff;
  font-size: clamp(0.9rem, 0.825rem + 0.3vw, 1.2rem);
}
ul i:hover {
  color: #f2709c;
}

section {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-block: min(20vh, 4rem);
  text-align: center;
  width: calc(min(90rem, 90%));
  margin-inline: auto;
}
section span,
section p,
section h2,
section h3 {
  letter-spacing: 0.035rem;
}
section p {
  line-height: 1.6;
  color: #474747;
  margin: 0 auto;
  font-size: clamp(0.9rem, 0.825rem + 0.3vw, 1.2rem);
}
section .bg-watermark {
  color: #1f1f1f;
  font-size: clamp(6rem, 1.3333rem + 14.9333vw, 20rem);
  font-weight: 800;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translatex(-50%) translatey(-15%);
  user-select: none;
  letter-spacing: 0.5rem;
}
section span {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  color: #a3a3a3;
}
section h1 {
  font-size: 2.2em;
  margin-top: -0.625rem;
  color: #02244d;
}


section h2 {
  font-size: 2em;
  font-weight: bold;
  color: #02244d;
}



section .cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: 2rem;
}
@media screen and (min-width: 51rem) {
  section .cards {
    gap: 0;
    padding-bottom: 2.5rem;
  }
}
section .cards .card {
  position: relative;
  cursor: pointer;
}
section .cards .card h3,
section .cards .card p {
  text-transform: capitalize;
}
section .cards .card h3 {
  font-size: clamp(1rem, 0.9167rem + 0.2667vw, 1.25rem);
  font-weight: 400;
  color: #f6f6f6;
}
section .cards .card p {
  font-size: clamp(0.85rem, 0.75rem + 0.32vw, 1.15rem);
  letter-spacing: 0.12rem;
  font-weight: 300;
  max-width: 100%;
}
section .cards .card::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 6.25rem;
  z-index: 0;
  transition: 0.3s ease-in-out;
  background: #eb9e43;
  background: -webkit-linear-gradient(to left, #ff9472, #eb9e43);
  background: linear-gradient(to left, #ff9472, #eb9e43);
  top: -0.375rem;
  left: -0.375rem;
}
section .cards .card::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #232526;
  background: -webkit-linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9));
  background: linear-gradient(to bottom, rgba(65, 67, 69, 0.2), rgba(8, 8, 8, 0.9));
}
section .cards .card img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}
section .cards .card-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 1.875rem 1.25rem;
  text-align: center;
}
section .cards .card-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
section .cards .card:hover img {
  filter: grayscale(0%);
}
section .cards .card:hover::before {
  transform: scale(1.03);
}
section .cards .card:nth-child(1)::before {
  top: -0.375rem;
  left: -0.375rem;
}
@media screen and (min-width: 31.25rem) {
  section .cards .card:nth-child(2) {
    transform: translatey(15%);
  }
}
section .cards .card:nth-child(2)::before {
  bottom: -0.375rem;
  left: -0.375rem;
  top: auto;
}
section .cards .card:nth-child(3)::before {
  top: -0.375rem;
  left: -0.375rem;
}


@media (max-width:767px){
  .logo{
    width: 80%;
    padding-right: 0px;
  }
  section .cards .card:nth-child(2) {
    transform: translatey(0%);
  }
}


.question{
  background-image: url(../img/question.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}


.limit-title{
    
  color: #02244d;
  font-size: 40px;
  font-weight: bold;
  

}




  
 .services .col{
  padding: 50px;
  background-color: rgb(238, 238, 238);
  box-shadow:  #cfcfcf 2px 5px;
 justify-content: center;
  margin-bottom: 0px;
  border-radius: 20px;
  color: #02244d;
  transition: background-color 0.5s, 
  color 0.5s;
  display: grid;
      place-items: center;

}


.services .col:hover{
  background-color: #ebb472;
  color: #02244d;
}




.offers{
  background-image: url(../img/back-offers.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}

.back-white{
  background-color: #fff;
  justify-content: center ;
  padding: 50px;
  border-radius: 15px;
}


.container{
  justify-content: center;
  margin: auto;
}

.container .row{
  justify-content: center;
  margin: auto;
}


.orange{
  color:  #ebb472;
}


.back-footer{
  background-color: #02244d;
  
}


.footer-font{
  font-size: 1.2em;
  color: #fff;
}


.footer-font a{
  font-size: 1em;
  color: #fff;
}

.form{
  text-align: left;
  background-color: #e4e4e4;
  border-radius: 15px;
}

.spam { display:none;}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(7, 2, 78); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 30px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


 
.ero{
  
  
      place-items: center;

}