* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;

}

:root {
  --pri-color: #4d1113;
  --sec-color: #b58c4a;

  --pri-title: #172c40;

  --pri-text: #212529;

  --active-link: #172c40;
  --active-bg: #eeeeee;
  --nav-link: #757783;
  --scl-link: #FFF;
  --pri-btn-bg: #b58c4a;

  --link-hover: #fdb833;
}

.head {
  color: var(--pri-title);
}

.subtitle {
  color: var(--sec-color);
}

.f-y {
  color: #b58c4a;
}

.f-w {
  color: #FFF;
}

.lg_p-logo {
  height: 40px;
  width: 40px;
}

a {
  text-decoration: none;
}

p {
  display: inline-block;
}

span {
  display: inline-block;
}


.f-2 {
  font-family: "Playfair Display", serif;
}

.f-c {
  color: var(--pri-color);
}

.sub_title {
  color: var(--active-link);
  text-transform: uppercase;
  position: relative;
  font-family: var(--f-2);
  letter-spacing: 3px;
}

.sub_title::before {
  position: absolute;
  content: '';
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: var(--active-link);
  left: -35px;
}


.butn {
  display: inline-flex;
  align-items: center;
  padding: 0.563rem 1rem;
  color: var(--pri-btn-text);
  border-radius: 100px;
  transition: all 0.3s linear;
}

.butn:hover {
  background-image: linear-gradient( 67.2deg,  rgba(250,143,78,1) -0.5%, rgba(247,171,94,1) 38.3%, rgba(240,228,99,1) 98.5% );
  border: none;
  transform: scale(0.99);
}


.butn_1 {
  background-color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.03px;
  border: 2px solid var(--pri-color);
}

.butn_2 {
  background-color: var(--sec-btn-bg);
  color: var(--sec-btn-text);
}

.butn_1:hover {
  color: #FFF;
  border: 2px solid #ffffff;
}

.butn_3 {
  background-color: var(--pri-color);
  color: var(--sec-color);
  border: 2px solid var(--sec-color);
}

.butn_3:hover {
  background-color: #172c40;
  border-color: #172c40;
  color: #FFF;
}



/* TOP HEADER ------------------------------------------------*/
.top-header {
  background-color: var(--pri-color);
}

.top_header-wrapper {
  display: flex;
  align-items: center;

}

.top-header .tp-text {
  display: flex;
  flex-direction: column;

}

.top-header .tp-text a {
  color: #FFF;
}

.tp-text .tp-title {
  font-size: 15px;
  font-weight: 400;
  color: #AEB2C2;
}


.top_header-social .tp_scl a {
  color: var(--scl-link);
  font-size: 1.188rem;
  margin: 0 0.75rem;
}

.top_header-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
}


.top-header_adrs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}

.top-header_adrs .tp_icon {
  height: 35px;
  width: 35px;
  color: #FFF
}

.top-header_adrs .tp_adrs {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
}

.top-header_adrs .tp_adrs a {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-weight: 300;
  transition: all 0.3s linear;
}

.top-header_adrs .tp_adrs a:hover {
  color: var(--link-hover);
}

.top-header_adrs .tp_adrs a i {
  margin: 0 0.313rem;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a {
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  background-color: var(--pri-btn-bg);
  color: #FFF;
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #AEB2C2;
  transition: all 0.3s linear;
}

.top-header_adrs .tp_adrs:nth-last-child(1) a:hover {
  transform: scale(0.99);
  border-color: var(--link-hover);
}

/* top header Responsive */

/* TOP HEADER END ------------------------------------------------*/



/* NAVBAR -----------------------------------------------------------*/
.main-nav {
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.navbar {
  background-color: #FFF;
}

.navbar .nav-item .nav-link {
  position: relative;
  color: var(--nav-link);
  margin: 0 19px;
  /* padding: 5px 6px; */
  transition: all 0.3s linear;
}

.navbar .nav-item .nav-link:hover {
  color: var(--link-hover);
}


.navbar .nav-link.active {
  background-color: var(--active-bg);
  border-radius: 12px;
}

.navbar .nav-link.active {
  color: var(--active-link);
}

.navbar-brand {
  margin-top: -83px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFF;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;

}



.navbar .nav-item:nth-last-child(1) .tp_adrs a {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--pri-btn-bg);
  color: #FFF;
  text-transform: uppercase;
}

.navbar-toggler {
  outline: none;
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}


/* navbar responsive */

@media screen and (max-width:550px) {
  .top-header_adrs {
    flex-wrap: wrap !important;
  }
}

@media(min-width:999px) {
  .navbar .nav-item .nav-link.active::before {
    opacity: 1;
  }




}

@media (max-width:800px) {
  .navbar-brand {
    margin-top: 0;
  }

  .navbar-brand img {
    width: 130px;
  }
}


@media screen and (max-width:767px) {
  .top-header_adrs {
    justify-content: center;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width:1200px) {
  .navbar-brand {
    margin-top: 0;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width:600px) {

  .navbar-brand img {
    width: 120px;
  }
}

/* NAVBAR END -----------------------------------------------------------*/




/* ABOUT----------------------------------------------------------- */
.sct_1.about {
  position: relative;
  z-index: 10;
}

.dsc.abt {
  font-weight: 400;
}

.dsc {
  font-weight: 300;
  color: var(--pri-text);
}

.ftr_count {
  padding: 27px 14px;
  background-color: #F8F8F8;
  border-radius: 16px;
  text-align: center;
  height: 100%;
}

.ftr_count .count {
  font-weight: 800;
}

.ftr_count .count .ct {
  color: var(--pri-color);
}

.ftr_count .count .cnt_i {
  color: var(--sec-color);
}

.ftr_count .cnt_head {
  font-size: 20px;
  letter-spacing: 2px;

}


.cnt-badge {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 6;
  padding: 0.313rem 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.country {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.countries .country:nth-child(1) {
  margin-right: -14px;
  background-color: red;
}

.countries .country:nth-child(2) {
  margin-right: -14px;
}

.countries {
  display: flex;
  align-items: center;
}


.cnt-badge>span {
  color: var(--pri-text);
  font-size: 0.75rem;
  margin-left: 0.375rem;
}

.crs-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.crs-img-wrapper {
  position: relative;


}

.crs-icon {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 0;
  background-color: #e3a78a;
  color: #e77d48;
  padding: 10px;

}

.csr-title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  padding: 0.313rem 1rem;
  border-radius: 100px;
  background-color: #FFF;
  color: var(--pri-title);
  font-weight: 600;
}

.csr-sub-title {
  color: #5a636c;
}

.crs-icon {
  font-size: 25px;
}

.crs-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}

.csr-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 15px 30px 15px;
}

.csr-desc {
  color: var(--p-clr);
  font-size: 15px;
}


.container .card {
  position: relative;
  border: none;
}


.container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.container .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}



.container .card .content {
  padding: 0.938rem 0.625rem;
}

.container .card .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

.container .card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}

.container .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.container .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}



.container .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}


.card-inner .box .imgBox::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(#00000000, #000000);
}

.container .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}

.container .card-inner .box:hover .icon .iconBox {

  transform: scale(1.1);
}

.container .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.container .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.container .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: var(--pri-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.container .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}

.container .card-inner .box .icon .iconBox span img {
  color: #fff;
  height: 50px;
  width: 50px;
}


/* WHY CHOOSE US */
.sct_3.wch {
  position: relative;
  background-color: var(--pri-color);
  background-image: url(../asset/bg-4.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sct_3.wch>.wrapper {
  position: relative;
  /* overflow-y: hidden; */
}

.wch-img {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -10px;
  height: 100%;
  width: 50%;
  z-index: 1;
}


.wch-img img {
  height: 110%;
  object-position: top center;
}

.sct_3-box {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.sct_3-box .sct_3-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.sct_3-box .sct_3-icon img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(6%) saturate(4965%) hue-rotate(169deg) brightness(93%) contrast(92%);
}

.sct_3-box .sct_3-title {
  font-weight: 500;
  /* font-size: 24px; */
  color: var(--pri-title);
  margin-top: 10px;
}


.sct_3-box .sct3_desc {
  font-weight: 300;
  color: #282828;
  margin-top: 3px;
}

.sct3_subtitle {
  display: inline-block;
  position: relative;
  color: #52565B;
}

.sct3_subtitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  height: 1px;
  width: 20px;
  background-color: #52565B;
}


.sct3_subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  height: 1px;
  width: 20px;
  background-color: #52565B;
}


/* COUNTRIES----------------------------------------- */

.sct_4 {
  position: relative;

}

.ptrn_1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 60%;
  object-position: center center;
  object-fit: contain;
  opacity: 0.6;
  z-index: -1;
}

.sct4_thumbnail {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.sct4_box-icon {
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #FFF;
  transform: translateX(-50%);
}

.st4_box_text {
  position: absolute;
  background-color: #FFF;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 6;
  padding: 0.313rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  top: 20px;
  right: 20px;
}

.st4_box_text>.title {
  color: var(--pri-title);
  margin-bottom: 0 !important;
}

.wch_wrapper {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:999px) {
  .wch-img {
    height: 70%;
    width: 100%;

  }

  .wch-img img {
    filter: opacity(18%);
  }
}

/* TESTIMONIAL------------------------------------------------- */
.sct_5.testimonial {
  position: relative;
  z-index: 3;
  background-image: url(../asset/grid_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.ptr-2 {
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 50%;
  object-fit: contain;
  background-position: center center;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(46%) sepia(13%) saturate(310%) hue-rotate(167deg) brightness(94%) contrast(89%) opacity(50%);
}

.sct_5.testimonial>.wrapper {
  position: relative;
  height: 100%;
}


.sct_5.testimonial>.wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--section-bg);
}


.sct_5.testimonial>.wrapper>.container,
.sct_5.testimonial>.wrapper>.container .testimonial_inner,
.sct_5.testimonial>.wrapper>.container .row {
  height: 100%;
}


.sct_5.testimonial .sct_5-box {
  background-color: #FFF;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid var(--sec-color);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}


.sct_5-box .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sct_5-box .athr {
  color: var(--pri-text);
  font-weight: 300;
}

.sct_5-box .rating i {
  color: #ec9937;
}

.sct_5-box .athr_img {
  height: 45px;
  width: 45px;
}

.sct_5-box .test_text {
  color: var(--pri-text);
  font-weight: 400;
  opacity: 0.8;
}



@media screen and (max-width:999px) {
  .sct_5.testimonial {
    position: relative;
    height: 100%;

  }


  .sct_5.testimonial>.wrapper::before {
    width: 100%;
    height: 50%;
    background-color: var(--section-bg);
  }

}



/* footer -------------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background-color: var(--pri-color);
  background-image: url(../asset/bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: -8px;

}

@media(max-width:767px) {
  .footer {

    padding-bottom: 50px;
  }

  .footer-bottom {

    text-align: center;
  }
}

.ftr-desc-sec {
  color: #FFF;
}


.footer .widget {
  padding: 40px 0 0;
  height: 100%;
  overflow: hidden;
}

@media (max-width:500px) {
  .footer .widget {
    padding: 20px 0 0;

  }
}


.footer_logo {
  padding: 17px 30px
}


.footer .widget .widget-title {
  font-size: 19PX;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  color: var(--sec-color);
}

.footer .textwidget p {
  color: #ffffff5e;
  font-weight: 400;
  font-size: 15px;
}

footer .widget-text {
  color: #FFF;
}


.footer .social-icons li>a {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 36px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  transition: all .3sease-in-out;
  -webkit-transition: all .3sease-in-out;
  color: var(--pri-link);
}

.social-icons ul {
  display: flex;
  gap: 10px;
  list-style: none;

}

.social-icons.circle li>a {
  border-width: 2px;
  border-style: solid;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #FFF;
  font-size: 19px;
  border-radius: 50%;
  border-color: var(--sec-color);
}

.social-icons.circle li>a i {
  color: var(--sec-color);
}

.menu .menu-link {
  list-style: none;
}

.menu .menu-link a {
  display: block;
  padding: 0 0 11px 0;
  position: relative;
  color: #FFF;
  padding-left: 22px;
  font-weight: 200;
  transition: all 0.3s linear;
}

.menu .menu-link a:hover {
  color: var(--link-hover);
}

.widget .menu .menu-link a:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  height: 1px;
  width: 10px;
  background-color: #ffffff5e;
}

.footer .widget .widget-title:before {
  position: absolute;
  content: '';
  bottom: -14px;
  left: 0;
  width: 18px;
  height: 2px;
  display: block;
  background-color: var(--sec-clr);
}

.frt-footer {
  border-bottom: 1px solid #ffffff1c;
}


/* .frt-footer .widget-area:not(:nth-child(2)) .widget {
  background-color: #1a1f31;
} */


.frt-footer .widget-area:nth-child(2) .widget {
  background-color: var(--sec-clr);
}

.frt-footer .widget-area:nth-child(2) .widget .featured-icon-box .featured-desc {
  color: #FFF !important;

}

.featured-title>h5 {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word !important;
  transition: all 0.3s linear;
}


.featured-title>h5:hover {
  color: var(--link-hover);
}

.featured-icon-box .featured-desc {
  color: #FFF;
  font-weight: 200;
  opacity: 0.6;
}

.frt-footer .widget-area .widget {
  padding: 17px 30px;
  position: relative;
}

.frt-footer .featured-icon-box {
  display: flex;
  align-items: center;
}

.frt-footer .featured-icon-box .featured-content {
  padding-left: 15px;
}

.frt-footer .featured-icon-box .featured-content a:hover {
  transition: all 0.3s linear;
  color: var(--link-hover) !important;
}

.frt-footer .featured-icon-box .featured-icon .cmt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: var(--pri-link);
  background-color: rgba(255, 255, 255, .07);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .08);
}


.frt-footer .featured-icon-box .featured-title h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-wrap: wrap;
  margin-bottom: 0;
  color: #FFF;
}

.footer .adrs .adrs-icon {
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 19px;
  border-radius: 50%;
  color: var(--sec-color);
}


.widget-adrs {
  position: relative;
  height: 100%;
  width: 100%;

}

.widget-adrs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/map.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: opacity(50%);
  z-index: -1;

}


.adrs {
  display: flex;
  align-items: center;

}

.adrs .adrs-text {
  height: 100%;
  color: #FFF;
}

.adrs .adrs-text a {
  color: #FFF;
}

.adrs .adrs-icon {
  margin-right: 9px;
}

.adrs:nth-child(2) {
  padding-top: 18px;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid #ffffff1c;
}

.footer-bottom .copyright {
  color: #ffffff40;
  font-size: 12px;
}

.footer-bottom .design {
  color: #ffffff40;
  font-size: 12px;
}

.footer-bottom .design a {
  color: #ffffff8f;
}


@media screen and (max-width:767px) {
  .frt-footer .widget-area .widget {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}




/* SCROLL TO TOP-------------------------------------------- */
.scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 60PX;
  height: 60PX;
  position: fixed;
  bottom: 20%;
  right: -80px;
  border-radius: 100%;
  background-image: linear-gradient( 67.2deg,  rgba(250,143,78,1) -0.5%, rgba(247,171,94,1) 38.3%, rgba(240,228,99,1) 98.5% );
  /* background-image: linear-gradient( 100.1deg,  rgba(217,157,38,1) 16.8%, rgba(247,213,110,1) 77.3% ); */
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  transition: 300ms;
  z-index: 999;
}

.scroll i {

  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes rotate {
  from {
    margin-top: 15px
  }

  to {
    margin-top: 5px
  }
}

.visible {
  right: 30px;
  transition: all 400ms;
  transform: rotate(360deg)
}