body {
  font-family: "Jost", sans-serif;
}
ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

p {
  color: #666;
  font-family: "Roboto", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff7350;
}
a:focus {
  text-decoration: none;
  color: #ff7350;
}
p {
  font-weight: normal;
}
.button {
  background: #ff7350;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 1.1rem 2rem 1.1rem 2rem;
  border-radius: 3px;
}
.button:hover {
  background: #125875;
  color: #fff !important;
}

.button_1 {
  background: #125875;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 1.1rem 2rem 1.1rem 2rem;
  border-radius: 3px;
}
.button_1:hover {
  background: #ff7350;
  color: #fff !important;
}

.button_2 {
  background: #ff7350;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 1.1rem 2rem 1.1rem 2rem;
  border-radius: 3px;
}
.button_2:hover {
  background: #16759d;
  color: #fff !important;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_oran {
  color: #ff7350;
}
.col_blue {
  color: #125875;
}
.bg_oran {
  background: #ff7350;
}
.bg_blue {
  background: #125875;
}
.bg_dark {
  background: #032e3f;
}
.bg_light {
  background: #eff7ff;
}

hr {
  opacity: 1;
  background-color: #f5e2de;
}
.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}
.font_8 {
  font-size: 8px;
}

.font_60 {
  font-size: 50px;
}
.font_50 {
  font-size: 40px;
}

.line {
  height: 2px !important;
  width: 70px;
  background-color: #ff7350;
}
.p_3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.border_1 {
  border: 1px solid #f5e2de;
}
.space_3 {
  letter-spacing: 3px;
}
.rounded_30 {
  border-radius: 30px;
}
.carousel_p .carousel-indicators {
  bottom: -60px !important;
}
.carousel_p {
  padding-bottom: 70px;
}
.col_light {
  color: #96bece;
}
.bg_back {
  background: #223f49eb;
}
/*********************top****************/
#top {
  background: #125875;
}
.top_1l {
  background: #ff7350;
  padding-left: 130px;
  transform: skew(30deg);
  margin-left: -40px;
}
.top_1l ul li {
  transform: skew(-30deg);
}
.top_1r {
  padding-top: 12px;
}
.h_line:after {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #ff7350;
  vertical-align: middle;
  margin-left: 1%;
  content: "";
}
/*********************top_end****************/

/*********************header****************/
.navbar-brand {
  font-size: 40px;
}
#header .nav-link {
  color: #000;
  padding: 22px 22px;
  font-weight: bold;
}
#header .nav-link:hover {
  color: #ff7350;
}
#header .nav-link:focus {
  color: #ff7350;
}
#header .active {
  color: #ff7350;
}

#header .logo img {
  max-height: 60px !important;
}

@media (max-width: 767px) {
  #header .logo img {
    max-height: 38px !important;
  }
}
.drop_1 {
  min-width: 220px;
  padding: 0;
  margin-top: 1px !important;
  background: #fff;
  border-radius: 0;
  border: 1px solid #f5e2de;
  border-top: 4px solid #ff7350;
}
.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5e2de;
  color: #333;
  font-weight: bold;
}
.drop_1 a:hover {
  background: none;
  color: #ff7350;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}
#header .button {
  padding: 24px 22px;
}
.nav_hide:after {
  display: none;
}
/*********************header_end****************/

/*********************common****************/
.pages ul li {
  display: inline-block;
}
.pages ul li a {
  display: block;
  color: #111;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #f5e2de;
  background: #fff;
}
.pages ul li a:hover {
  background: #ff7350;
  border: 1px solid #ff7350;
}
.pages ul li a:hover {
  color: #fff !important;
}
.act {
  background: #ff7350 !important;
  border: 1px solid #ff7350 !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f5e2de;
}
.form-select:focus {
  box-shadow: none;
  border-color: #f5e2de;
}
.form-control {
  border-color: #f5e2de;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
}
.form-select {
  border-color: #f5e2de;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}
.carousel-indicators [data-bs-target] {
  background-color: #ff7350;
}

.input-group .form-control {
  height: auto;
}
.input-group .form-control:focus {
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #ff7350;
  border-color: #ff7350;
}
.form_text {
  height: 150px !important;
}

.subs_o1l h1 span {
  margin-left: 55px;
}
.subs_o1l h1 {
  line-height: 0.5em;
}
.subs_o1r .btn {
  padding: 15px 30px;
}
.subs_o1r .btn:hover {
  background: #ff7350;
}
.feature_1lil span {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.feature_1l {
  padding: 70px;
}
.testim_1i1:hover {
  background: #fff;
}
.course_h2im1i1 {
  bottom: -20px;
  right: 20px;
}
.course_h2im:hover .course_h2im2 {
  background: #fff;
  transition: 0.3s;
}

.accordion-button {
  background: #111;
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  border: 0;
  font-size: 20px;
  text-align: left;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  background: #ff7350;
  color: #fff;
  padding: 8px 15px;
}
.accordion-body {
  padding: 20px;
  background: #eff7ff;
}
.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #fff;
  transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 40px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}
.accordion-item {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #f5e2de;
}
/*********************common_end****************/

/*********************course_h****************/

.events_1m1i1 {
  bottom: -30px;
  right: 30px;
}
.events_1m:hover .events_1m2 {
  background: #125875;
  transition: 0.3s;
}
.events_1m:hover .events_1m2 h4 a {
  color: #fff;
}
.events_1m:hover .events_1m2 {
  color: #96bece;
}
.events_1m:hover .events_1m2 p {
  color: #96bece;
}
.events_1m:hover .events_1m2 h6 span {
  color: #fff;
}

/*********************course_h_end****************/

/*********************footer****************/
.footer_1i ul li a {
  background: #125875;
}
.footer_1i .hr_1 {
  background-color: #04455e;
}
.footer_1riril span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#footer p {
  font-size: 15px;
}
#footer h6 {
  font-size: 15px;
}
.footer-link-tag {
  color: #fff !important;
}

.footer-link-tag:hover {
  text-decoration: underline !important;
  color: #ff7350 !important;
}
/*********************footer_end****************/

@media screen and (max-width: 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #f5e2de;
    margin-top: 15px;
  }
  #header .nav-link {
    font-size: 26px;
    border-bottom: 1px solid #f5e2de;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
  }
  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #eff7ff;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  .drop_1 {
    margin-top: 0 !important;
  }
  .drop_1 a {
    font-size: 22px;
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #top {
    display: none;
  }
  .navbar-brand {
    font-size: 28px;
  }
  #header .button {
    margin-top: 15px !important;
  }
  .feature_1l {
    padding: 20px;
    text-align: center;
  }
  .feature_1l p {
    text-align: left;
  }
  .feature_1lir {
    margin-top: 10px;
  }
  .events_1m {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .testim_1i1 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .testim_1i1 p {
    text-align: left;
  }
  .blog_1m {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .blog_1m2 {
    text-align: center;
  }
  .blog_1m2 p {
    text-align: left;
  }
  .subs_o1l h1 {
    font-size: 22px;
  }
  .subs_o1l h1 span {
    font-size: 12px !important;
    margin-left: 35px;
  }
  .subs_o1l h1 {
    line-height: 0.8em;
  }
  .subs_o1r {
    margin-top: 10px;
  }
  .footer_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer_1i h3 {
    text-align: center;
  }
  .footer_1i ul {
    text-align: center;
  }
  .footer_1ism h6 {
    margin-top: 10px !important;
  }
  .footer_b1 {
    text-align: left !important;
  }
  .course_h2im {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .course_h2im2 {
    text-align: center;
  }
  .course_h2im2 p {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .feature_1l {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .top_1l {
    padding-left: 40px;
  }
  .top_1r {
    padding-right: 15px !important;
  }
  .top_1ril span {
    font-size: 18px !important;
  }
  .top_1ril h6 {
    font-size: 12px;
  }
  .top_1r {
    padding-top: 18px;
  }
  .navbar-brand {
    font-size: 26px;
  }
  #header .nav-link {
    padding: 22px 10px;
    font-size: 13px;
  }
  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }
  .course_h2im2 h3 {
    font-size: 22px;
  }
  .feature_1l {
    padding: 20px;
  }
  .feature_1l .font_50 {
    font-size: 36px;
  }
  .feature_1l p {
    font-size: 14px;
  }
  .feature_1lil span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px !important;
  }
  .feature_1r img {
    min-height: 680px;
  }
  #footer h3 {
    font-size: 22px;
  }
  #footer p {
    font-size: 14px;
  }
  #footer h6 {
    font-size: 14px;
  }
  .footer_1riril span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
@media (min-width: 871px) and (max-width: 991px) {
  #header .nav-link {
    padding: 22px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .top_1l {
    padding-left: 60px;
  }
  .top_1r {
    padding-right: 15px !important;
  }
  #header .nav-link {
    padding: 22px 14px;
  }
  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }

  .feature_1l {
    padding: 40px;
  }
  .feature_1lil span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
  }
  .feature_1l p {
    font-size: 14px;
  }
  .feature_1r img {
    min-height: 680px;
  }
  .footer_1riril span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  .feature_1r img {
    min-height: 680px;
  }
  .feature_1lil span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px !important;
  }
  .feature_1l {
    padding: 60px;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #ff7350;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: #125875;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*********************courses-carousel****************/
.courses-carousel .owl-item .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transform: scale(0.85);
  transition: 0.5s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.courses-carousel .owl-item.center .testimonial-item {
  box-shadow: none;
  border-color: #ff7350 !important;
  transform: scale(1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.courses-carousel .owl-item.center .testimonial-item img {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.courses-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.courses-carousel .owl-nav .owl-prev,
.courses-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid #125875 !important;
  background: #125875 !important;
  border-radius: 45px;
  transition: 0.5s;
  font-size: 20px !important;
}

.courses-carousel .owl-nav .owl-prev:hover,
.courses-carousel .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background: #ff7350 !important;
  border-color: #ff7350 !important;
}

.courses-carousel .owl-item .testimonial-item .quote-color {
  color: #ff7350 !important;
}
/*********************courses-carousel****************/

/*********************Testimonial****************/
.testimonial-carousel .owl-item .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transform: scale(0.85);
  transition: 0.5s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  box-shadow: none;
  border-color: #ff7350 !important;
  transform: scale(1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.testimonial-carousel .owl-item .testimonial-item .testim_1i1 img {
  width: 70px !important;
  height: 70px !important;
  margin: 0 auto !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid #125875 !important;
  background: #125875 !important;
  border-radius: 45px;
  transition: 0.5s;
  font-size: 20px !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background: #ff7350 !important;
  border-color: #ff7350 !important;
}

.testimonial-carousel .owl-item .testimonial-item .quote-color {
  color: #ff7350 !important;
}
/*********************testim_end****************/
/*--------------------------------------------------------------
# Whatsapp buttons
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 99999;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
}

@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 10px;
    left: 10px;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Call buttons
--------------------------------------------------------------*/
.call-float {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99999;
  animation: movers 1s infinite alternate;
  -webkit-animation: movers 1s infinite alternate;
}

@media (max-width: 600px) {
  .call-float {
    bottom: 70px;
    right: 10px;
  }
}
@-webkit-keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes movers {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
#contact .tabs .nav-tabs {
  border: 0;
}

#contact .tabs .nav-link {
  color: #125875;
  border: 1px solid #125875;
  padding: 4px;
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#contact .tabs .nav-link i {
  padding-right: 15px;
  font-size: 38px;
  color: #125875;
}

#contact .tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#contact .tabs .nav-link:hover {
  color: #125875;
  border-color: #ff7350;
}

#contact .tabs .nav-link.active,
#contact .tabs .nav-link.active i {
  background: #ff7350;
  color: #fff;
  border-color: #ff7350;
  transition: opacity 0.5s ease-in-out;
}

#contact .tabs .nav-link a.active:focus {
  background: #ff7350;
  color: #fff;
  border-color: #ff7350 !important;
  transition: opacity 0.5s ease-in-out;
}

#contact .tabs .nav-link.active h4 {
  color: #fff;
}

@media (max-width: 768px) {
  #contact .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  #contact .tabs .nav-link {
    padding: 15px;
  }

  #contact .tabs .nav-link i {
    font-size: 24px;
  }
}

#contact .tabs .tab-content {
  margin-top: 30px;
}

#contact .tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

#contact .tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
}

#contact .tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/* thanks message section */
.thank-you-wrapper {
  min-height: 90dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
  margin: 0;
}

.thank-you-card {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 700px) {
  .thank-you-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem;
  }

  .thank-you-card {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.9rem 0.9rem 2rem 0.9rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
}

.thank-you-icon {
  font-size: 4rem;
  color: #28a745;
  margin-bottom: 1rem;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
