

   @media(max-width: 768px){
    body{
      margin: 0px !important;
    }
    .firs-text h1 {
    font-size: 27px !important;
  }

  .learnn h1 {
    font-size: 22px !important;
}

.counter-date{
    border-radius: 20px;
    width: -webkit-fill-available !important;
    margin: 0 8% !important;
  }

#countdown{
  display: none;
}

   }

    body{
      background: black;
      /*margin: 1% 18% 5% 19%;*/
    }

    .firs-text h1{
    font-size: 30px;
    line-height: 1.5;
  }

  .firs-text span{
    color: yellow;
  }

.faq-container {
  max-width: 600px;
  margin: 0 auto;
 
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

 .faq{
  color: yellow;
 }
.faq {
  box-sizing: border-box;
  background: transparent;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  color: white;
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
}

.faq.active {
  box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
  color: var(--accent-color);
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.date h1{
  font-size: 29px;
    color: #2114ff;
    font-weight: bold;
}




.card {
    margin-bottom: 18%;
    position: relative;
    height: 400px;
    background: #060c21;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    cursor: pointer;

}

.card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none;
}

.card.skew::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(2deg, 2deg);
    z-index: -1;
}

.card.skew.glow:nth-child(1)::before {
    background: linear-gradient(315deg, #ff0057, #e64a19);
}

.card.skew.glow:nth-child(2)::before {
    background: linear-gradient(315deg, #89ff00, #00bcd4);
}

.card.skew.glow:nth-child(3)::before {
    background: linear-gradient(315deg, #e91e63, #5d02ff);
}

.card.skew.glow:nth-child(4)::before {
    background: linear-gradient(315deg, #ff0000, #ffc107);
}

.card .content {
    position: relative;
    padding: 20px;
    transform: translateY(40px);
}

.card .content h2 {
    position: absolute;
    top: -60px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: rgba(255, 255, 255, .05);
    transition: .5s;
}

.card:hover .content h2 {
    top: -140px;
}

.card .content h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.card .content p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.card .content a {
    margin: 20px 0 0;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    transition: .5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: none;
}

.card:hover .content a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.card .content a:hover {
    background: #fff;
    color: #000;
}

@keyframes colorChange {
    0% {
        color: #fff;
    }

    50% {
        color: #b1b493;
    }

    80% {
        color: #4f8a8b;
    }

    100% {
        color: #fff;
    }
}

/* =======================Responsive Breakpoint ========================== */

@media only screen and (max-width:992px) {
    .container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .container .card {
        width: -webkit-fill-available;
    }
}

@media only screen and (max-width:768px) {

  .advertisers-service-sec {
    margin-top: -6% !important;
  }

.learnn{
  margin-top: -13%;
}

    .container .card {
      max-width: -webkit-fill-available;
        /*max-width: 350px;*/
        flex-direction: column;
        height: auto;
    }

    .container .card .imgBox {
        position: relative;
    }

    .container .card .imgBox,
    .container .card:hover .imgBox {
        width: 100%;
        height: 210px;
        left: 0;
        border-radius: 0;
    }

    .container .card .imgBox img,
    .container .card:hover .imgBox img {
        max-width: 100px;
    }

    .container .card .content {
        position: relative;
        width: 100%;
    }
}


.text-learn h1{
  color: white;
  line-height: 1.5;
  font-size: 20px;
  font-family: math;
}



.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  color: white
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #e4ff00;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #e4ff00;
  width: 50px;
}

.advertisers-service-sec {
  /*background-color: #f5f5f5;*/
}

.advertisers-service-sec span {
  color: rgb(229 255 0);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #dadada;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0a0c0c, rgb(231 255 18));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: black;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */

.learnn h1{
  color: yellow;
  font-size: 25px;
}

.learnn ul li{
  color: white;
    font-size: 30px;

}





#countdown{    
  width: 700px;
    height: 25vh;
  text-align: center;
  background: #ffffff;
/*  background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
  background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
  background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
  background-image:      -o-linear-gradient(top, #222, #333, #333, #222);*/
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 24px 0;
  position: relative ;
  top: 0; bottom: 0; left: 0; right: 0;
}

#countdown:before{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 48px; left: -10px;
}

#countdown:after{
  content:"";
  width: 8px;
  height: 65px;
  background: #444;
  background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
  background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 48px; right: -10px;
}

#countdown #tiles{
  position: relative;
  z-index: 1;
}

#countdown #tiles > span{
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbb, #eee); 
  background-image:    -moz-linear-gradient(top, #bbb, #eee);
  background-image:     -ms-linear-gradient(top, #bbb, #eee);
  background-image:      -o-linear-gradient(top, #bbb, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}

#countdown #tiles > span:before{
  content:"";
  width: 100%;
  height: 13px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%; left: -3px;
  z-index: -1;
}

#countdown #tiles > span:after{
  content:"";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%; left: 0;
}

#countdown .labels{
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

#countdown .labels li{
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.job-text h1{
      font-size: 53px;
    color: red;
    margin-bottom: 5%;

}

#job{
  background-color: #bcb8b8;
}









 .zoom-container {
      animation: zoomInOut 1s infinite alternate;
    }

    @keyframes zoomInOut {
      0% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }