html {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
/*navbar  */
#navigation {
  width: 100%;
  background-color: #00bcd4;
  /* box-shadow: 5px 5px 10px #f5f5f5, -5px -5px 10px #ffffff; */
  padding: 0px 0px;
  padding: 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 55px;
  z-index: 1122;
}
#navigation .wrapper {
  width: 1200px;
  margin: auto;
}

#navigation .wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

#navigation .wrapper ul li {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
  color: #ffffff;
}

.dropbtn-v2 {
  /* background-color: transparent; */
  color: white;
  outline: none;
  margin-bottom: 0px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.dropdown1-v2 .dropbtn-v2 {
  padding: 10px 20px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.dropdown-v2 {
  position: relative;

  display: inline-block;
}

.dropdown-content-v2 {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  background: #fc997c;
  width: 140px;
  /* padding: 10px 20px; */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content-v2 a {
  color: #ffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-content-v2 a:hover {
  background-color: #00bcd4;
}

.dropdown-v2:hover .dropdown-content-v2 {
  display: inline-block;
}

.dropdown-v2:hover .dropbtn-v2 {
  background: #fc997c;
}
/*--------------SUb menu--------- droupdown menu-------*/
.dropdown-content1-v2 {
  display: none;
  position: absolute;
  left: 100px;
  border-radius: 12px;
  background: #fc997c;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 140px;
}
.dropdown-content1-v2 a {
  color: #ffff;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  font-size: 20px;
}
.dropdown1-v2 {
  width: 150px;
}
.dropdown-v2 .dropbtn-v2 {
  margin-bottom: 10px;
}
.dropdown1-v2 .dropbtn-v2:hover {
  background-color: #00bcd4;
}

.dropdown1-v2:hover .dropdown-content1-v2 {
  display: inline-block;
}

li:hover .dropbtn-v2 {
  display: inline-block;
}

/* --------------------------------------  */
/* Home page */
.home-top {
  position: relative;
  background-color: #00bcd4;

  height: 500px;
  width: 100%;
  margin-top: -20px;
}
.custom-shape-divider-bottom-1666597460 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1666597460 svg {
  position: relative;
  display: block;
  width: calc(142% + 1.3px);
  height: 328px;
}

.custom-shape-divider-bottom-1666597460 .shape-fill {
  fill: #ffffff;
}
.home-top .heading-container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
.home-top .heading-container .heading {
  padding: 35px;

  position: relative;
  animation: details;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
      width: 70%;
}

.home-top .heading-container .heading h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.home-top .heading-container .heading p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.8;
}

.home-top .heading-container .cards .image {
  width: 100%;
  height: 400px;
  padding-top: 50px;

  animation: image;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  opacity: 1;
  z-index: -1;
}
.home-top .heading-container .cards .image img {
  max-width: 100%;
  max-height: 100%;
}
.ads {
  width: 100%;
  height: 70px;
  padding-top: 20px;
}
.ads .ads-content {
  width: 90%;
  margin: auto;
 
}

#second-section {
  /* background: rgb(247, 247, 250); */
  width: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.custom-shape,
.custom-shape-second {
  position: absolute;
  right: -70px;
  top: 30px;
  height: 300px;
  width: 300px;
  border-radius: 50% 50% 30% / 30% 83% 13%;
  background: #00bcd4;
}
.custom-shape-second {
  left: -60px;
  top: 40px;
}

.second-section-wrapper {
  width: 1200px;
  margin: auto;
  height: 350px;
  display: flex;
  align-items: center;
}
#second-section .second-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
#second-section h1 {
  font-size: 40px;

  font-weight: 700;
  color: #00bcd4;
  animation: heading;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}

/*clearfixes*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
  margin-left: 20px;
}

.cf:after {
  clear: both;
}

.container-animation {
  position: relative;
  padding: 25px;
  display: flex;

  gap: 10px;
}

.container-animation {
  padding-top: 0px;
}
/*animation element*/

.animation-element {
  position: relative;
  width: 100px;
  float: left;
}

/*bounce up animation for the subject*/

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 300px, 0px);
  -webkit-transform: translate3d(0px, 300px, 0px);
  -o-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate3d(0px, 300, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.subject {
  width: 150px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 20px 8px #d0d0d0;
  border-radius: 12px;
  height: 150px;
  cursor: pointer;
}
.subject:hover {
  box-shadow: 0 0 20px 8px #d0d0d0;
  transform: scale(1.2);
}

.subject:hover,
.subject:active {
  box-shadow: 0 0 20px 8px #d0d0d0;
  background-color: #00bcd4;
  color: #ffff;
  opacity: 0.8;
}

.subject .header {
  margin: 8px 0px;
}

.subject .header .date,
.subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}

.subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}

.subject .content {
  text-align: center;
  font-size: 20px;
}

.container-animation {
  position: relative;
}

.container-animation .card {
  position: relative;
  width: 320px;
  height: 450px;
  background: #232323;
  border-radius: 20px;
  overflow: hidden;
}

.container-animation .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9bdc28;
  clip-path: circle(150px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.container-animation .card:hover:before {
  clip-path: circle(300px at 80% -20%);
}

.container-animation .card:after {
  content: "Nike";
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-weight: 800;
  font-style: italic;
  color: rgba(255, 255, 25, 0.05);
}

.container-animation .card .imgBx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  height: 220px;
  transition: 0.5s;
}

.container-animation .card:hover .imgBx {
  top: 0%;
  transform: translateY(0%);
}

.container-animation .card .imgBx img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 270px;
}

.container-animation .card .contentBx {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.container-animation .card:hover .contentBx {
  height: 210px;
}

.container-animation .card .contentBx h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.container-animation .card .contentBx .size,
.container-animation .card .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.container-animation .card:hover .contentBx .size {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.container-animation .card:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.container-animation .card .contentBx .size h3,
.container-animation .card .contentBx .color h3 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.container-animation .card .contentBx .size span {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  margin: 0 5px;
  transition: 0.5s;
  color: #111;
  border-radius: 4px;
  cursor: pointer;
}

.container-animation .card .contentBx .size span:hover {
  background: #9bdc28;
}

.container-animation .card .contentBx .color span {
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.container-animation .card .contentBx .color span:nth-child(2) {
  background: #9bdc28;
}

.container-animation .card .contentBx .color span:nth-child(3) {
  background: #03a9f4;
}

.container-animation .card .contentBx .color span:nth-child(4) {
  background: #e91e63;
}

.container-animation .card .contentBx a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 0;
}

.container-animation .card:hover .contentBx a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
}
.third-section {
  position: relative;
  background: #00bcd4;
  margin-top:80px;
}
.third-section .second-section-wrapper {
  width: 1200px;
  margin: auto;
  height: 300px;
  display: flex;
  align-items: center;
}

.third-section .second-section-heading h1 {
  color: #232323;
  margin: auto;
  font-size: 40px;
  position: relative;
  z-index: 11;
  color: #00bcd4;
}

.third-section .second-section-heading {
  text-align: center;
}
.custom-shape-divider-top-1666617946 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1666617946 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 500px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1666617946 .shape-fill {
  fill: #ffffff;
}

/* -------------------------------------------*/
.footer {
  background: #00bcd4;
  margin-top: 40px;
  padding: 20px;
}
.footer .footer-container {
  max-width: 1200px;
  margin: auto;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.footer .footer-container h3 {
  text-align: left;
  font-size: 30px;
  color: #ffffff;
}
.footer .footer-container p {
  font-size: 16x;
  color: #ffffff;
}
.footer .footer-container .link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.footer .footer-container .link .solution-link {
  display: flex;
  justify-content: left;
  flex-direction: column;
}

.footer .footer-container .link .solution-link .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 10px;
  margin-left: -35px;
  margin-bottom: 25px;
}
.footer .footer-container .link .solution-link .h1 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer .footer-container .link .solution-link .h1:hover {
  text-decoration: underline;
  cursor: pointer;
}

@keyframes details {
  0% {
    left: -150px;
    top: 0px;
    opacity: 0;
  }
  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
  }
}

@keyframes image {
  0% {
    opacity: 0;
    transform: translateX(140px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes image {
  0% {
    opacity: 0;
    transform: translateX(140px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes move {
  from {
    transform: translate(-200px, -70px) rotate(180deg);
  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  #navigation {
    display: none;
  }
  .custom-shape-divider-bottom-1666597460 {
    display: none;
  }
  .home-top .heading-container .heading {
      width:100%;
  }
  .home-top {
    background: none;
  }
  .home-top .heading-container {
    width: 100%;
    flex-direction: column-reverse;
  }
  .home-top .heading-container .cards .image {
    height: auto;
  }
  .home-top .heading-container .heading h1 {
    color: #000000;
    font-size: 22px;
  }
  .home-top .heading-container .heading p {
    color: #000000;
    font-size: 16px;
  }
  .ads .ads-content {
    width: 90%;
    margin: 20px;
  }
  #second-section {
    overflow: unset;
    margin-bottom: 30px;
  }
  .custom-shape,
  .custom-shape-second,
  .custom-shape-divider-top-1666617946 {
    display: none;
  }
  .second-section-wrapper {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
  }
  .second-section-wrapper {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    margin-top: 30px;
  }
  .container-animation {
    width: 180px;
    display: unset;
    gap: 10px;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .third-section {
    background: unset;
    margin-top: 30px;
  }
  .third-section .second-section-wrapper {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }
    .footer .footer-container .link {
   flex-direction: column;
   margin-bottom: 20px;
  }
  .footer .footer-container .link .solution-link {
    display: flex;
    justify-content: left;
    flex-direction: column;
  }
  
  .footer .footer-container .link .solution-link .title {
    font-size: 16px;
  
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: left;
  }
  .footer .footer-container .link .solution-link .h1 {
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
  }
}
