@import url("./fonts.css");

/* services */
.services {
  width: 90%;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 100px;
  padding: 20px;
}

.services .card.service {
  width: 95%;
  min-height: 350px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 3px 18px 42px 0 #eee;
  background-color: #fff;
}

.services .card.service img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.services .card.service h3 {
  font-weight: 400;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 1;
}

/* registry */
.registry {
  width: 90%;
  margin: 80px auto;
  padding: 40px 20px;
}

.registry .regisryImage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registry .registryText {
  width: 100%;
  padding: 30px 0px;
}

.registry .registryText h1 {
  color: var(--textg);
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.registry .registryText p {
  font-size: 1.6rem;
  font-weight: 300;
  width: 80%;
  line-height: 1.1;
  margin: 20px 0;
}

.registry .registryText h5 {
  font-size: 1.7rem;
  font-weight: 400;
  width: 80%;
  line-height: 1.1;
  margin: 20px 0;
}

.registry .registryText ul {
  margin: 20px 30px;
}

.registry .registryText ul li {
  font-size: 1.6rem;
  font-weight: 300;
  width: 80%;
  margin: 20px 0;
  line-height: 1.1;
}

/* app */
.app {
  width: 100%;
  /* height: 600px; */
  background: url("./../imgs/appbg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0;
  background-color: #fff;
}

.app .appText {
  width: 70%;
  /* height: 600px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.app .appText h1 {
  color: var(--textg);
  font-weight: 600;
  font-size: 4rem;
  margin: 30px 0;
}

.app .appText p {
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 300;
}

.app .appText h6 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--textg);
}

.appimages {
  display: flex;
  flex-wrap: wrap;
}

.appimages img {
  margin: 0 10px;
}

.appImage {
  width: 100%;
  height: 600px;
  background: url("./../imgs/app.svg") no-repeat;
}

.map {
  width: 90%;
  margin: 70px auto !important;
  padding: 30px 20px;
}

.map-img {
  width: 100%;
  /* height: 1000px; */
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin: 60px 0; */
  background-color: #fff;
}

.mapcard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  height: 300px;
  background-color: #fff;
  border: none;
  box-shadow: 3px 18px 42px 0 #eee;
}

.mapcard h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--textg);
}

.mapcard h4 {
  font-size: 2.2rem;
  letter-spacing: 1;
  font-weight: 400;
}

.whyChoose {
  width: 90%;
  margin: 70px auto;
  padding: 20px;
}

.whyChoose h1 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--textg);
  margin-bottom: 100px !important;
}

.whyChoose .chooseitem {
  width: 80%;
  margin-bottom: 100px;
}

.whyChoose .icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
}

/* Footer */
footer {
  width: 100%;
  height: auto;
  padding: 100px 20px;
  background-color: #161c2d;
}

footer h4 {
  font-family: var(--fontP);
  color: #999393;
  font-size: 1rem;
  margin-bottom: 30px;
}

.about_text {
  margin: 30px 0;
  color: #fff;
  font-family: var(--fontP);
}

.social {
  padding: 0;
  list-style: none;
  display: flex;
}

.social li a {
  margin: 0 10px;
  font-family: var(--fontP);
}

.social li a:hover svg {
  color: var(--greenl);
}

.social li a svg {
  color: #fff;
  font-size: 1.4rem;
}

.links {
  list-style: none;
  /* padding: 0 20px; */
  margin-bottom: 30px;
}

.links li {
  margin-bottom: 10px;
}

.links li a {
  text-decoration: none;
  color: #fff;
  font-family: var(--fontP);
}

.links li a:hover {
  color: var(--greenl);
}

@media screen and (max-width: 500px) {
  .navbar .attr-right .attr-nav li.side-menu {
    display: block !important;
  }
}

.sidebar-overlay,
.side-menu-toggle {
  display: none;
}

@media screen and (max-width: 991px) {
  .side-menu-toggle {
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    margin-left: 10px;
  }

  #mobileSidebar {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 1050;
    padding: 20px;
    overflow-y: auto;
  }

  #mobileSidebar.active {
    right: 0;
  }

  .sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
  }

  .sidebar-overlay.active {
    display: block;
  }

  #mobileSidebar .close-sidebar {
    font-size: 1.5rem;
    background: transparent;
    border: none;
    float: right;
  }
}
