.text-main-color {
  color: #005566;
}

.row-gap-24 {
  row-gap: 24px;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-21px {
  font-size: 21px !important;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: white;
  color: #212529;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.modal-header .modal-title {
  font-size: 15px !important;
}

.navbar {
  min-height: 80px;
  background-color: white;
}
.navbar .navbar-brand {
  padding: 0;
  margin-inline-end: 26.975px;
  margin-bottom: 0;
}
.navbar .navbar-brand .navbar-link .logo {
  width: 80px;
  height: auto;
  transition: 300ms;
}
.navbar .navbar-brand .navbar-link .logo:hover {
  transform: scale(1.05);
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 10px;
  padding: 0.7rem 0.7rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #053395;
  transition: 0.3s;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 300ms;
  transform: scale(0);
  background-color: #053395;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  transform: translateY(-4px);
}
.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  transform: scale(0.8);
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
    transform: scale(1);
  }
}
.navbar .btn-sign {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  border-radius: 945px;
  padding: 4px 20px;
  border-width: 1px;
  border: 1px solid #053395;
  font-weight: 600;
  font-size: 15px;
  line-height: 118%;
  z-index: 1;
  overflow: hidden;
  color: white;
  transition: 300ms;
  background-color: transparent;
  box-shadow: 0px 0.47px 0.47px 0px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 0.95px 0.95px -0.47px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 1.89px 1.89px -0.95px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 2.84px 2.84px -1.42px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 4.73px 4.73px -2.37px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 7.57px 7.57px -2.84px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 7.57px 22.71px -3.79px rgba(255, 255, 255, 0.1607843137) inset;
  box-shadow: 0px 0.47px 0.47px 0px rgba(255, 255, 255, 0.1607843137) inset;
  box-shadow: 0px 0.95px 1.89px -0.47px rgba(255, 255, 255, 0.1215686275) inset;
}
.navbar .btn-sign::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #053395;
  transition: 300ms;
  z-index: -1;
}
.navbar .btn-sign:hover {
  color: #053395;
  transform: scale(1.04);
}
.navbar .btn-sign:hover::before {
  width: 0%;
}
.navbar .btn-sign.outline {
  color: #053395;
}
.navbar .btn-sign.outline::before {
  left: auto;
  right: 0;
  width: 0%;
}
.navbar .btn-sign.outline:hover {
  color: white;
}
.navbar .btn-sign.outline:hover::before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .navbar .btn-sign {
    width: 48%;
  }
}

.section-landing {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  overflow: hidden;
}
.section-landing .container .land-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: right;
}
.section-landing .container .land-content .title {
  font-weight: 900;
  font-size: 45px;
  line-height: 159%;
  margin-bottom: 30px;
}
.section-landing .container .land-content .des {
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 135%;
  font-size: 18px;
}
.section-landing .container .land-content .btn-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  height: 55px;
  gap: 4px;
  border-radius: 999px;
  padding: 4px;
  color: #263238;
  background-color: white;
  font-weight: 600;
  font-size: 19px;
  line-height: 118%;
  text-align: center;
  transition: 300ms;
  box-shadow: 0px 0.5px 0.5px 0px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 1px 1px -0.5px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 2px 2px -1px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 3px 3px -1.5px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 5px 5px -2.5px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 8px 8px -3px rgba(7, 1, 19, 0.031372549);
  box-shadow: 0px 8px 24px -4px rgba(255, 255, 255, 0.1607843137) inset;
  box-shadow: 0px 0.5px 0.5px 0px rgba(255, 255, 255, 0.1607843137) inset;
  box-shadow: 0px 1px 2px -0.5px rgba(255, 255, 255, 0.1215686275) inset;
}
.section-landing .container .land-content .btn-rounded:hover {
  transform: scale(1.05);
}
@media (max-width: 1199.98px) {
  .section-landing .container .land-content .title {
    font-size: 2.6vw;
  }
  .section-landing .container .land-content .des {
    font-size: 2.1vw;
  }
  .section-landing .container .land-content .btn-rounded {
    font-size: 1.8vw;
  }
}
@media (max-width: 991.98px) {
  .section-landing .container .land-content .title {
    font-size: 5vw;
  }
  .section-landing .container .land-content .des {
    font-size: 3vw;
  }
  .section-landing .container .land-content .btn-rounded {
    font-size: 2.1vw;
  }
}
@media (max-width: 767.98px) {
  .section-landing .container .land-content {
    align-items: center;
    text-align: center;
  }
  .section-landing .container .land-content .title {
    font-size: 4.8vw;
  }
  .section-landing .container .land-content .des {
    font-size: 3.8vw;
  }
  .section-landing .container .land-content .btn-rounded {
    font-size: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .section-landing .container .land-content .title {
    margin-bottom: 23px;
    font-size: 6vw;
  }
  .section-landing .container .land-content .des {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
  .section-landing .container .land-content .btn-rounded {
    height: 48px;
    font-size: 3.6vw;
  }
}
.section-landing .container .land-img .img {
  width: 720px;
  max-width: 100%;
  height: auto;
}
.section-landing::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136deg, #4c4c4c 4%, #053395 100%);
  opacity: 0.97;
  z-index: -1;
}
.section-landing::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
  transform: rotate(30deg);
  z-index: -1;
}

.section-about {
  padding: 60px 0px;
}
.section-about .box-ab-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  color: #263238;
}
.section-about .box-ab-text .title {
  font-weight: 800;
  font-size: 22px;
  line-height: 118%;
  margin-bottom: 20px;
}
.section-about .box-ab-text .des {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .section-about .box-ab-text .title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .section-about .box-ab-text .des {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .section-about .box-ab-text {
    text-align: center;
  }
  .section-about .box-ab-text .title {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .section-about .box-ab-text .des {
    font-size: 16px;
  }
}
.section-about .box-ab-img {
  text-align: center;
}
.section-about .box-ab-img .img {
  width: 430px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .section-about .box-ab-img .img {
    max-width: 95%;
  }
}

.section-services {
  padding: 60px 0px;
  background: linear-gradient(87.8deg, #053395 -7.99%, #4c4c4c 100.65%);
}
.section-services .box-ser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section-services .box-ser .img-holder .img-ser {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-services .box-ser .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 170%;
  text-align: center;
  color: white;
}
@media (max-width: 1199.98px) {
  .section-services .box-ser .title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-services .box-ser .title {
    font-size: 18px;
  }
}

.testimonials-section {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(0deg, hsl(220.83, 76.23%, 94.9%) 0%, rgb(255, 255, 255) 100%);
}

.testimonials-swiper {
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 10px 45px;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #053395;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  opacity: 1;
}

@media print {
  .sm-table-print tr th {
    font-size: 7px !important;
    padding: 6px !important;
  }
  .sm-table-print tr td {
    font-size: 8px !important;
    padding: 6px !important;
  }
}
.section-contact {
  padding: 1.5rem 0;
}
.section-contact .contact_us {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 135px;
}
.section-contact .contact_us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact .contact_us .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-contact .contact_us .box-text > h1 {
  color: #033b4a;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-contact .contact_us .box-text > p {
  margin-bottom: 0%;
  color: #fff;
  font-size: 18px;
}
.section-contact .contact_way .box-content {
  text-align: center;
}
.section-contact .contact_way .box-content .icon_holder {
  margin: 0 auto 15px;
}
.section-contact .contact_way .box-content .icon_holder > i,
.section-contact .contact_way .box-content .icon_holder svg {
  font-size: 50px;
  color: #005566;
}
.section-contact .contact_way .box-content p {
  margin: 0 0 15px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .contact-title {
  text-align: center;
}
.section-contact .form_section .contact-title h3 {
  font-size: 25px;
  line-height: 35px;
  color: #033b4a;
}
.section-contact .form_section .contact-title p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .form-group .custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #033b4a;
  background-color: #f0f2f5 !important;
  background-clip: padding-box;
  border: none;
  direction: rtl;
  text-align: right;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-contact .btn-washla {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 6px 25px;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #005566;
  border: 1px solid #005566;
  transition: all 0.3s ease-in-out 0s;
}
.section-contact .btn-washla:hover {
  color: white;
  background-color: #03a0cb;
  border: 1px solid #03a0cb;
}
.section-contact .map {
  width: 100%;
}
.section-contact .map iframe {
  width: 100%;
  height: 80vh;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #005566;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #005566;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #005566;
  border: 1px solid #005566;
}
.btn-main-sm:hover::before {
  left: 0;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #2e5789;
  background-color: #d2e6ff;
}
.btn-light .icon {
  width: 18px;
  height: auto;
}
.btn-light.btn-light-green {
  color: #33b469;
  background-color: #eafff3;
}
.btn-light.btn-light-orange {
  color: #ff731d;
  background-color: #fff1e8;
}
.btn-light.btn-light-red {
  color: #c80f0f;
  background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
  color: #ffc107;
  background-color: #ffecb4;
}
.btn-light.btn-light-purple {
  color: #8d1ee5;
  background-color: #f2e7fd;
}
.btn-light.sm-border {
  border-radius: 4px;
}

.btn-gradient-gold {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(90deg, #dfaf37, #ffcc80);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
  color: white;
}
.btn-gradient-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
  color: white;
}
.btn-gradient-gold:hover svg {
  animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
  font-size: 15px;
  animation: move-arrow 0.7s linear infinite paused;
}

@keyframes move-arrow {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.btn-icon-cr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #8b8b8b;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.btn-icon-cr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #005566;
  background-color: rgba(1, 179, 228, 0.07);
}
.btn-icon-cr .icon img {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(4137%) hue-rotate(157deg) brightness(98%) contrast(99%);
}
.btn-icon-cr:hover {
  color: #595656;
}

.btn-nav {
  color: #005566 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-style {
  color: #fff;
  background: linear-gradient(253deg, #5ac99d, #4cad9b 45%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #41979a);
  border-radius: 28px;
  box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
  padding: 11px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 300ms ease-in-out;
}
.btn-style:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  color: #fff;
}

.btn-lang {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: 3000ms;
}
.btn-lang:hover {
  text-decoration: underline;
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.heading-line {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.heading-line .title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-size: 2.5rem;
}
.heading-line .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 70px;
  height: 4px;
  background: #053395;
  border-radius: 2px;
}
.heading-line .des {
  font-size: 1.1rem;
  color: #6c757d;
}

.box-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 15px;
  border-top: 5px solid #053395;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-color: #fff;
}
.box-testimonial .testimonial-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 13px;
}
.box-testimonial .testimonial-header .testimonial-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.box-testimonial .testimonial-header .testimonial-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-testimonial .testimonial-header .testimonial-info .name {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #4c4c4c;
}
.box-testimonial .testimonial-header .testimonial-info .location {
  margin-bottom: 0;
  font-size: 13px;
  color: #6c757d;
}
.box-testimonial .testimonial-content {
  position: relative;
}
.box-testimonial .testimonial-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #495057;
}
.box-testimonial .testimonial-date {
  align-self: flex-end;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 10px;
  font-size: 12px;
  font-style: italic;
  color: #adb5bd;
}
.box-testimonial:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.main-footer {
  background-color: #032876;
  padding: 60px 0px 20px;
}
.main-footer .f-logo {
  width: 60px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(54deg) brightness(108%) contrast(101%);
}
.main-footer .f-desc {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 17px;
  line-height: 151%;
  color: white;
}
.main-footer .apps {
  display: flex;
  gap: 8px;
}
.main-footer .apps a {
  transition: 300ms;
  width: 135px;
  height: 40px;
}
.main-footer .apps a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .apps a:hover {
  transform: translateY(-3px) scale(1.05);
}
.main-footer .links .title-menu {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: white;
  opacity: 0.8;
}
.main-footer .links ul {
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
}
.main-footer .links ul li {
  margin-bottom: 18px;
}
.main-footer .links ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: white;
  transition: 300ms;
}
.main-footer .links ul li a:hover {
  opacity: 0.9;
}
.main-footer .links ul li a .icon {
  color: white;
  font-size: 14px;
}
.main-footer .copyright-content {
  margin-top: 5px;
  text-align: center;
}
.main-footer .copyright-content .copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  opacity: 0.8;
  color: white;
  margin-bottom: 5px;
}
.main-footer .copyright-content .text {
  font-weight: 400;
  font-size: 15px;
  color: white;
  margin-bottom: 0px;
}/*# sourceMappingURL=main.css.map */