/*  ==========  Strat Global Ruls   ========== */
:root {
  --mainColor: #c8c91e;
  --subColor: #828200;
  --fontColor: #ffffff;
  --fontColorTow: #343434;
  --headColor: #feff00;
  --bgColor: #5c5c5c;
  --bgColortow: #e6e6e6;
  --bgColorTh: #b7b7b7;
  --borderColor: #b0afaf;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Cairo', sans-serif;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0px;
}
html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
}
button{
  outline: none !important;
}

/*  ==========  End Global Ruls   ========== */
/*  ==========  Start Upprbar  ========== */
.upprbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upprbar .logo {
  width: 95px;
}
.language {
  position: relative;
}
.upprbar .language ul li:first-child::after {
    content: '';
    height: 20px;
    width: 2px;
    background-color: #ddd;
    position: absolute;
    top: 15px;
}
.upprbar .language ul li {
  display: inline-block;
  line-height: 16px;
}
.upprbar .language .call {
  font-size: 13px;
  margin-left: 4px;
  color: #828282;
  position: relative;
  right: 7px;
  top: 6px;
}
.upprbar .language .call i {
  font-size: 19px;
  position: absolute;
  margin-left: -24px;
  top: -2px;
  color: var(--mainColor);
  font-weight: bold;
}

.upprbar .language .dropdown {
  border: none;
  top: -3px;
  position: relative;
  left: 18px;
}
.upprbar .language .dropdown button {
  border: none;
  background-color: unset;
  color: #828282;
  font-size: 16px;
  position: relative;
  left:-10px;
 text-align: center !important;
 cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}
.dropdown i {
  position: relative;
  font-size: 12px;
  top: 3px;
  left: 2px;
}
.upprbar .language .dropdown button:focus {
  outline: none;
  border: none;
}
.upprbar .language .dropdown .dropdown-item:active {
  outline: none;
  background-color: var(--mainColor) !important;
  color: var(--fontColor);
  border: none;
  right: 0px;
  text-align: center !important;
}
.upprbar .language .dropdown .dropdown-menu {
  min-width: 6rem;
  left: 10px;
}
.dropdown i {
  right: 2px;
}
.dropdown .change-lang{
    right: 0px !important;
    left:0px !important;
}
/*  ==========  End Upprbar  ========== */
/*  ========== Start Navbar  ========== */
.main-navbar {
  background-color: var(--mainColor);
  padding: 11px;
  position: relative;
  height: 45px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
}
.fixed-top {
  position: fixed;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  box-shadow: 0 1px 2px 0 rgb(90 90 10);
}
.main-navbar .navbar {
  top: -10px;
  left: -5rem;
  padding: 0px !important;
}
.navbar-nav .nav-link {
  white-space: nowrap;
  text-align: left;
}
.main-navbar ul {
  margin: auto;
  position: relative;
}
.main-navbar ul li {
  display: inline-block;
  margin: 0px 5px;
}
.main-navbar .socail-icons {
  margin-top: 16px;
  display: block;
  right: 0;
  position: absolute;
  top: -18px;
}
.main-navbar .navbar-toggler {
  outline: none;
}
.main-navbar .navbar-toggler {
  font-size: 30px;
  position: relative;
  color: var(--fontColor);
}
.main-navbar ul li span {
  color: var(--fontColor);
  font-size: 15px;
}
.main-navbar ul li a {
  color: var(--fontColor);
  text-decoration: none;
  transition: 0.9s;
}
.main-navbar ul li a:hover {
  color: var(--fontColorTow);
}
/*  ========== End Navbar  ========== */
/*  ==========  Start Header   ========== */
.header {
  background-image: url(../images/header.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - 108px);
  background-color: rgb(0 0 0);
}
.header .intro-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  text-align: center;
}
.header .intro-info h2 {
  color: var(--fontColor);
  font-weight: bold;
  font-size: 35px;
}
.header .intro-info .in-time {
    border: 4px solid var(--mainColor);
    color: var(--fontColor);
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    width: 50%;
    margin: auto;
    padding: 0px 10px;
    font-size: 32px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.header .intro-info .in-time span {
    background-color: var(--mainColor);
    border-radius: 10px;
    position: relative;
    right: -28px;
    font-size: 30px;
    padding: 10px 30px;
}
.header .intro-info .in-time img {
    width: 30px;
    height: 32px;
    position: relative;
    top: -3px;
    right: 6px;
}
.header .intro-info b {
  color: var(--fontColor);
  font-size: 20px;
}
.header .intro-info .book-date {
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
  border: unset;
  border-radius: 8px;
  padding: 10px 20px;
  color: var(--fontColor);
  font-weight: bold;
  font-size: 19px;
  margin-top: 17px;
  outline: none;
  cursor: pointer;
}

/*  ==========  End Header   ========== */
/*  ==========  Start Section Deals Info   ========== */
.deals-counter {
  background-color: var(--fontColor);
  box-shadow: 0.5px 0px 7px 0px rgb(0 0 0 / 10%);
  width: 50%;
  padding: 20px;
  margin: auto;
  position: relative;
  top: -40px;
  border-radius: 10px;
}
.deals-counter .col-md-4{
    padding-right: 8px;
    padding-left: 8px;
}
.deals-counter .card-deal {
  text-align: center;
  padding: 30px;
  background-color: var(--bgColortow);
  color: var(--fontColorTow);
  height: 200px;
  border-radius: 10px;
}
.deals-counter .card-deal .counter {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 20px;
}
.deals-counter .card-deal h5 {
  font-weight: bold;
  font-size: 15px;
  color: var(--mainColor);
}
/*  ==========  End Section Deals Info   ========== */
/*  ==========  Start About US   ========== */
.about-us {
  margin: 0px 0px;
}
.about-us .about-info {
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
  color: var(--fontColor);
  text-align: left;
  padding: 10px 20px 0px;
  border-radius: 10px;
}
.about-us .about-info img {
  width: 100%;
  margin: auto;
  display: block;
}
.about-us .about-info h2 {
  margin-top: 40px;
  font-weight: bold;
  color: var(--headColor);
}
.about-us .about-info p {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.9;
}
/*  ========== ----- info Steps  ========== */
.info-steps {
  margin: 60px 0px;
  text-align: center;
}
.info-steps h2 {
  margin-bottom: 10px;
  color: var(--bgColor);
  font-weight: bold;
}
.info-steps span {
  color: var(--bgColor);
  font-size: 18px;
}
.info-steps .block-steps {
  margin-top: 40px;
}
.info-steps .block-steps .card-steps {
  width: 70%;
  margin: auto;
  transition: 0.5px;
  padding: 10px;
}
.info-steps .block-steps .card-steps img {
  width: 60px;
  height: 60px;
}
.info-steps .block-steps .card-steps:hover {
  box-shadow: rgb(0 0 0 / 10%) 0.5px 0px 7px 0px;
  border-radius: 5px;
}

.info-steps .block-steps .card-steps p {
  color:var(--bgColor);
  font-weight: bold;
  margin: 15px 0px 6px;
  font-size: 14px;
}
.info-steps .block-steps .card-steps span {
  font-size: 14px;
  color: var(--bgColor);
}
/*  ==========  ----ABout Info Tow   ========== */
.about-us .about-info-tow {
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
  color: var(--fontColor);
  text-align: left;
  padding: 35px 0px 35px 0px;
  border-radius: 10px;
}
.about-us .about-info-tow img {
    width: 100%;
    height: auto;
    margin: auto;
}
.about-us .about-info-tow ul li {
  font-size: 16px;
  font-weight: bold;
  margin: 37px 0px;
  color: var(--headColor);
  white-space: nowrap;
}
.about-us .about-info-tow ul li i {
  margin-right: 9px;
  font-size: 35px;
  top: 10px;
  position: relative;
}
/*  ==========  End About US   ========== */
/*  ==========  Start Book date Section  ========== */
.book-date {
  margin: 30px 0px;
}
.book-date .book-one-sec {
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
}
.book-date .book-one-sec .svg-image {
  width: 150px;
  height: 202px;
  position: absolute;
  bottom: 0;
  left: 30%;
}
.book-date .book-one-sec .steps-book {
  padding: 60px 0px;
  text-align: center;
  color: var(--fontColor);
  font-weight: bold;
}
.book-date .book-one-sec .steps-book h5 {
 font-size: 23px;
 font-weight: bold;
  margin-bottom: 15px;
}
.book-date .book-one-sec .steps-book .minutes {
  border: 2px solid var(--fontColor);
  border-radius: 7px;
  width: 285px;
  margin: auto;
  margin-bottom: 15px;
  padding: 6px;
  font-size: 25px;
}
.book-date .book-one-sec .steps-book .minutes i,
.book-date .book-one-sec .steps-book .book-now i {
  margin-right: 10px;
  font-size: 15px;
}
.book-date .book-one-sec .steps-book .book-now {
  background-color: var(--fontColor);
  border: 2px solid var(--fontColor);
  border-radius: 7px;
  font-size: 17px;
  color: var(--bgColorTh);
  margin: auto;
  margin-bottom: 15px;
  padding: 12px 50px;
  top: 7px;
  position: relative;
}
.book-date .book-one-sec .steps-book .book-now img {
  position: relative;
  left: -3px;
  width: 15px;
  height: 15px;
  top: -2px;
}
.book-date .book-one-sec .steps-book .book-now a {
  color: var(--bgColor);
  font-size: 14px;
  font-weight: 500;
}
.book-date .book-one-sec .minutes img {
  width: 30px;
  height: 32px;
  position: relative;
  right: 8px;
}
.book-date .book-one-sec .whatsapp-img {
  width: 18rem;
  height: 41px;
  margin: auto;
  display: block;
  position: relative;
  top: 30px;
}

.book-date .image-home {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.book-date .book-documents {
  margin: 40px 0px;
}
.book-date .book-documents h4 {
  color: var(--bgColor);
  font-weight: bold;
}
.book-date .book-documents .info-icon {
  width: 24px;
  height: 24px;
}
.book-date .book-documents span {
  font-size: 15px;
}
.book-date .book-documents p {
  margin-top: 8 px;
  font-weight: bold;
  font-size: 18px;
}
.book-date .book-documents .documents {
  text-align: center;
  margin: 70px 0px;
  border: 2px solid var(--borderColor);
  padding: 40px 0px;
  border-radius: 10px;
}
.book-date .book-documents .documents h4 {
  position: relative;
  top: -65px;
  background-color: var(--bgColortow);
  width: 423px;
  margin: auto;
  padding: 12px 0px;
  font-size: 20px;
  border-radius: 10px;
}
.book-date .book-documents .documents h4 i {
  margin-right: 10px;
}

/*  ========== ----- calendar   ========== */
.book-date .calendar-date {
  text-align: center;
  margin: 70px 0px;
  border: 2px solid var(--borderColor);
  padding: 40px 0px;
  border-radius: 10px;
}
.book-date .calendar-date h3 {
  position: relative;
  top: -65px;
  background-color: var(--bgColortow);
  width: 423px;
  margin: auto;
  padding: 12px 0px;
  font-size: 20px;
  border-radius: 10px;
}
.book-date .calendar-date .all-date {
  list-style: none;
}
.book-date .calendar-date .all-date li {
  display: inline-block;
  background-color: var(--bgColortow);
  padding: 15px;
  white-space: nowrap;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
  margin: 13px;
  width: 130px;
}
.book-date .calendar-date .set-date p {
  background-color: var(--bgColortow);
  padding: 15px;
  white-space: nowrap;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.book-date .calendar-date .set-date p:hover {
  background-color: var(--borderColor);
}
.book-date .book-t-now {
  text-decoration: none;
  display: block;
  margin: auto;
  top: 110px;
  position: relative;
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
  background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
  width: 233px;
  height: 45px;
  bottom: -35px;
  color: var(--fontColor);
  padding: 10px;
  font-size: 15px;
  border-radius: 7px;
}
.book-date .confirm-icon-img {
  margin-right: 10px;
    width: 25px;
    height: 25px;
  position:relative;
  left:7px;
}
.color-calendar.basic
  .calendar__days
  .calendar__day-selected
  .calendar__day-box {
  background-color: var(--mainColor);
}
/*  ==========  ---Confirmation Booking   ========== */
.confirm-book {
  margin: 140px 0px;
}
.confirm-book .head {
  color: var(--bgColor);
  font-weight: bold;
  font-size: 20px;
}
.confirm-book .head-span {
  font-size: 15px;
}
.confirm-book .all-date-booking {
  text-align: center;
  margin: auto;
  margin-top: 60px;
}
.confirm-book .form-data,
.confirm-book .selected-date {
  border: 2px solid var(--borderColor);
  border-radius: 10px;
  padding: 20px;
  height: 270px;
}
.confirm-book .form-data h3 {
  position: relative;
  top: -45px;
  background-color: var(--bgColortow);
  width: 200px;
  margin: auto;
  padding: 12px 0px;
  font-size: 20px;
  border-radius: 10px;
}
.confirm-book .form-data .input-field {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--bgColor);
  border: unset;
  border-radius: 9px;
  padding: 10px;
}

.confirm-book .form-data input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
  background-color: unset;
}

.confirm-book .selected-date {
  padding: 48px;
  height: 270px;
}
.confirm-book .selected-date h4 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.confirm-book .selected-date p {
  font-size: 20px;
  font-weight: bold;
}
.confirm-book .selected-date #head-span-date,
.confirm-book .selected-date #head-date {
  background-color: unset;
  color: unset;
  margin-right: -20px;
}
.confirm-book .selected-date #head-date{
    color:var(--mainColor);
}
.confirm-book .selected-date span {
  background-color: var(--bgColorTh);
  color: var(--fontColor);
  padding: 13px;
  border-radius: 5px;
}
.confirm-book .selected-date .booking-done {
    padding: 10px 26px;
    position: relative;
    left: 11px;
}
.confirm-book .selected-date span i {
  margin-right: 10px;
}
.confirm-book .change-date {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.confirm-book .change-date a {
  text-decoration: none;
  color: #c8c91e;
  font-weight: 500;
}
.confirm-book .confirmed {
    text-decoration: none;
    display: block;
    margin: auto;
    top: 15px;
    position: relative;
    background: -webkit-linear-gradient(
     180deg, #6e6e04, #bfbf0b);
    background: -o-linear-gradient(180deg, #6e6e04, #bfbf0b);
    background: -moz-linear-gradient(180deg, #6e6e04, #bfbf0b);
    width: 233px;
    height: 45px;
    bottom: -35px;
    color: var(--fontColor);
    padding: 10px;
    font-size: 15px;
    border: unset;
    border-radius: 7px;
    outline:none;
}

.confirm-book .input-field .info-icon {
  color: var(--mainColor);
}
.confirm-book .confirmed i {
  margin-right: 10px;
}
/*  ==========  End Book date Section  ========== */

/*  ==========  Strart Location   ========== */
.location {
  text-align: center;
  margin: 60px 0px;
}
.location h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 30px;
  color: #7a7a7a;
}

/*  ==========  End Location   ========== */
/*  ==========  Start Custmores Opinions  ========== */

.testimonials {
  background: linear-gradient(0deg, rgb(130 130 0 / 69%), rgb(130 130 0 / 83%)),
    url(../images/usersbg.png);
  background-size: cover;
  float: left;
  padding: 30px 0;
  margin: 0px 0px 50px 0px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.testimonials-title {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.testimonials-title p {
  color: var(--fontColor);
  font-size: 18px;
  line-height: 20px;
  max-width: 550px;
  margin: 0 auto;
}
.testimonials-title h2 {
  width: 100%;
  text-align: center;
  color: var(--fontColor);
  font-size: 34px;
  font-weight: 800;
  position: relative;
}
.testimonials-separator {
  float: left;
  width: 100%;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.testi-item {
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
  opacity: 0.9;
}
.testi-item span {
  color: var(--fontColorTow);
  font-size: 20px;
}
.testimonials-text {
  padding: 75px 24px 3px;
  overflow: hidden;
  background: var(--fontColor);
  border: 1ps solid var(--fontColor);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  width: 337px;
    margin: auto;
    height: auto;
}

.testimonials-carousel .swiper-slide {
  padding: 30px 25px;
}
.testi-avatar {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  z-index: 20;
}
.testi-avatar img {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 100%;
  border: 6px solid var(--fontColor);
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}
.swiper-slide-active .testimonials-text {
  background: #828282;
  color: #ffff;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}
.testimonials-text p {
  color: #d3d2d2;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}
.swiper-slide-active .testi-item {
  opacity: 1;
  transform: scale(1);
  width: 348px;
     height: auto;
    margin: auto;
}
.tc-pagination {
  float: left;
  transform: unset !important;
  margin-top: 10px;
  width: 100% !important;
}
.tc-pagination_wrap {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.tc-pagination2 {
  float: none;
  display: inline-block;
  padding: 14px 0;
  background: #fff;
  border-radius: 30px;
  min-width: 250px;
  border-bottom: 0;
}
.tc-pagination .swiper-pagination-bullet,
.tc-pagination2.swiper-pagination-bullet {
  opacity: 1;
  background: var(--mainColor);
  margin: 0 2px;
  width: 15px;
  height: 15px;
  transition: all 300ms ease-in-out;
}
/*  ==========  End Custmores Opinions  ========== */

/*  ==========  Start Contact Us   ========== */
.contact-us {
  margin: 60px 0px;
}

.contact-us .info-contact h4 {
  font-weight: bold;
  margin-bottom: 7px;
  color: var(--bgColor);
}
.contact-us .info-contact span {
  font-size: 16px;
}
.contact-us .info-contact p {
  color: var(--bgColor);
  font-weight: bold;
  margin-top: 35px;
  font-size: 17px;
  margin-bottom: 40px;
}
.contact-us .info-contact .socail-icons {
  position: absolute;
  top: 15px;
}
.contact-us .info-contact .socail-icons li {
  display: inline-block;
  margin: 0px 7px;
}
.contact-us .info-contact .socail-icons li a {
  color: var(--fontColorTow);
}
.contact-us .info-contact .socail-icons li a i{
    color:#828282;
}
.contact-us .call-center span {
  color: var(--bgColorTh);
}
.contact-us .call-center span i {
  font-size: 19px;
  color: var(--main);
}
.contact-us .input-field {
  border-radius: 5px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--borderColor);
  color: var(--bgColor);
}
.contact-us .input-field img{
        width: 17px;
    height: 20px;
    margin-left: 5px;
}

.contact-us form input,
.contact-us textarea {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
}
.contact-us .icon-textarea {
  position: relative;
  top: -37px;
}
.contact-us .info-icon {
  color: var(--mainColor);
}
.contact-us .submit {
  cursor: pointer;
  width: 100%;
  padding: 4px;
  border: 1px solid var(--fontColorTow);
  border-radius: 5px;
  background-color: var(--fontColorTow);
  color: var(--fontColor);
  font-size: 18px;
}

/*  ==========  End Contact Us   ========== */
/*  ==========  Start Footer  ========== */

.footer h5 {
  color: var(--fontColorTow);
  font-weight: bold;
}
.footer a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #828282;
}
.footer-copyright {
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 0px 0px 1px 0px;
  text-align: center;
}
.footer-copyright small {
    color: #878585;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 10px;
}
.footer-copyright .socail-icons {
    position: relative;
    top: 10px;
}
.footer-copyright .socail-icons li {
  display: inline-block;
  margin-left: 10px;
}
.footer-copyright .socail-icons li a {
  color: var(--fontColorTow);
}
.footer-copyright .socail-icons li a i{
    color:#828282;
    font-size:12px;
}
/*  ==========  End Footer   ========== */
/*  ==========  Start Scroll   ========== */
.scroll {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 40px;
  right: -80px;
  border-radius: 100%;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgb(200 201 30) 0%,
    rgb(200 201 30) 81.3%
  );
  color: var(--fontColor);
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 5px 0px var(--bgColorTh);
  transition: 300ms;
}

.scroll i {
  margin-top: 10px;
  text-shadow: 0 0 2px var(--fontColor);
}

.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);
}
