@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.main {
  background: linear-gradient(to bottom left,
      #d9eff8,
      white,
      white);
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  /* border: 2px solid; */
}

nav {
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Poppins", sans-serif;
}

.ull {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

ul :nth-child(3) {
  color: #ebab0c;
}

li {
  list-style: none;
  color: #1691fd;
  font-size: 20px;
  /* font-weight: bold; */
}

li a {
  text-decoration: none;
  color: #1691fd;
  transition: 0.3s ease-in-out;
}

li a:hover {
  color: white;
}

#logo {
  font-size: 30px;
  font-weight: bold;
  color: #ebab0c;
}

#logo span {
  color: #1691fd;
}

/* nav button {
  padding: 5px 20px;
  border-radius: 15px;
  border: transparent;
  background-color: #1691fd;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
} */
.txt {
  position: relative;
  /* border: 2px solid; */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
  text-wrap: wrap;
  width: 50%;
  font-family: "Poppins", sans-serif;
}

.head span {
  position: relative;
  font-size: 60px;
  margin: 0;
  color: black;
  margin: 0;
  line-height: 1.2;
  z-index: 1;
  font-weight: 500;
  color: #1691fd;
}

.head {
  position: relative;
  margin-bottom: 20px;
}

.txt p {
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin: 0;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.button {
  border: transparent;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #1691fd;
  color: white;
  padding: 5px 20px;
  padding: 10px 20px;
}

/* .play {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #ebab0c;
  border-radius: 50%;
  color: white;
} */
/* .bullets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 14px;
  padding: 10px;
  font-size: 14px;
} */
.b {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 20px;
}

.b :nth-child(2) {
  color: black;
  font-weight: bold;
}

.b :nth-child(1) {
  color: white;
  background-color: #1691fd;
  padding: 8px 15px;
  border-radius: 50%;
}

#acc1 {
  position: absolute;
  transform: rotate(180deg) translateX(30px) translateY(10px);
  width: 40px;
  top: 0;
  left: 0;
  overflow: hidden;
}

#acc2 {
  position: absolute;
  width: 70px;
  right: 0;
  bottom: 0;
  transform: translateX(60px) translateY(30px);
}

.flex {
  width: 100%;
  display: flex;
  height: 600px;
  /* gap: 10px; */
}

.flex1 {
  margin-top: 20px;
}

.img {
  width: 50%;
  /* border: 2px solid; */
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brands {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  background-color: rgb(243, 243, 232);
  gap: 30px;
  height: 100px;
  margin-top: 20px;
}

.brands img {
  max-width: 150px;
  width: 100px;
  /* filter: grayscale(); */
}

.work {
  height: 600px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.work h1 {
  padding: 50px;
}

.cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  /* flex-wrap: wrap; */
}

.cc1 {
  background-color: #cdebf8;
}

.cc2 {
  background-color: #f5ecb5;
}

.cc3 {
  background-color: #e1d6fa;
}

.cc4 {
  background-color: #bde1d0;
}

.c1 {
  text-align: center;
  padding: 30px;
  height: 600px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 5px 5px 10px lightblue;
  /* flex: 1 1 calc(30% - 20px); */
}

/* .c1 p{
  text-align: justify;
  letter-spacing: 0.2px;
} */

.c1 img {
  height: 180px;
}

.bullets2 {
  display: flex;
  padding-top: 50px;
  /* flex-direction: column; */
  justify-content: space-between;
  gap: 30px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}

.l1,
.l2 {
  display: grid;
  /* text-align: left; */
  gap: 30px;
}

.p2 {
  margin-top: 10%;
}

.p4 {
  margin-top: 0%;
}

.p3 {
  font-family: "Poppins", sans-serif;
  padding: 10px;
  height: 500px;
}

.head p3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.banner {
  display: flex;
  height: 500px;
  padding: 10px;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
}

.bcard {
  background-color: #d9eff8;
  border-radius: 40px;
  width: 25%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.ci {
  border-radius: 20px;
  width: 90%;
  height: 200px;
}

.ci img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/* <------------------------------footer ------------------------- */

footer {
  background-color: #333333;
  /* background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(22, 145, 253, 1) 100%); */
  /* border-top: 1px solid #1e1d1a; */
  color: #ffffff;
  padding: 40px 20px;
  position: relative;
  width: 100%;
  font-size: 20px;
  animation: fadeIn 2s ease-in-out;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  /* min-width: 250px; */
  width: 100%;
  margin: 10px;
  animation: slideIn 1s ease-in-out;
}

.footer-section h3 {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #6fb3ef;
}

.newsletter input[type="email"] {
  padding: 10px;
  width: calc(100% - 22px);
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.newsletter button {
  padding: 10px 20px;
  background-color: #1691fd;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter button:hover {
  background-color: #fff;
  color: #1691fd;
}

/* @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
                @keyframes slideIn {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        } */


/* <--------------------------------Contact Form ---------------------- */
.contact {
  text-align: left;
  float: right;
  font-size: 20px;
  padding: 50px;
  padding-top: 0;
}

.contact .btn{
  background-color: #1691fd;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}


/* <----------------------------Contact Form ------------------------------- */

/* <----------------------------Scroll to Top ------------------------------- */

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    background-color: #f5b1c7;
    color: rgb(14, 12, 12);
    border: none;
    outline: none;
    padding: 15px 18px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background 0.4s, transform 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #e5f691;
    transform: translateY(-3px);
}

/* <----------------------------Scroll to Top ------------------------------- */