.mainBg, .toggle-menu span {
  background-color: var(--mainColor);
}

.footer--tilte, .main--title, .mockup--title, .titlAlert {
  letter-spacing: 0;
  font-weight: 600;
}

:root {
  --mainColor: #1090cb;
  --neroColor: #252525;
}

body {
  font-family: Sen, sans-serif;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

.link:hover, .mainColor {
  color: var(--mainColor);
}

.neroColor {
  color: var(--neroColor);
}

p {
  color: #868686;
  margin: 0;
}

.buttom {
  -o-transition: .6s;
  background-color: #03a9f4;
  border-radius: 3px;
  padding: 5px 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2em;
  transition: all .6s;
  display: inline-block;
  box-shadow: 0 6px 16px #03a9f459;
}

.Links--list, nav {
  display: -ms-flexbox;
}

.item--main h1, .main--title {
  font-size: 40px;
}

#scrollTopBtn {
  color: #fff;
  cursor: pointer;
  opacity: .5;
  z-index: 2147483647;
  background-color: #08d3bb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 24px;
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
}

#scrollTopBtn:hover {
  -o-transition: .2s;
  opacity: 1;
  transition: all .2s;
}

nav {
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 1rem 0;
  display: flex;
}

.Links--list {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.Links--list a {
  color: #000;
  line-height: 24px;
}

header {
  border-bottom: 1px solid #81818133;
}

.toggle-menu {
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 35px;
  padding: 5px;
  display: none;
}

.moucpAft:after, .moucpvr:after, .sercile {
  border-radius: 50%;
  position: absolute;
}

.toggle-menu:focus {
  outline: 0;
}

.toggle-menu span {
  -o-transition: .6s;
  width: 40px;
  height: 3px;
  margin: 3px 0;
  transition: all .6s;
  display: inline-block;
}

.toggle-menu.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}

.toggle-menu.open span:first-child {
  transform: rotate(45deg);
}

.toggle-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.toggle-menu.open span {
  justify-content: center;
  position: absolute;
}

@media screen and (width <= 990px) {
  .Links--list {
    display: none;
  }

  .Links--list.open, .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .toggle-menu {
    z-index: 999;
    display: flex;
  }

  .Links--list.open {
    -o-transition: .5s;
    z-index: 99;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: all .5s;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .Links--list a {
    margin: 2rem 0;
  }
}

.mainSection {
  background-image: url("Header.69d7f653.svg");
  background-position: center;
  background-size: cover;
  height: calc(100vh - 62px);
}

.main--title {
  line-height: 60px;
}

.item2--main {
  animation: 4s infinite alternate header;
}

@keyframes header {
  0%, 100% {
    transform: translate(0);
  }

  20% {
    transform: translate(6px, -6px);
  }

  40% {
    transform: translate(6px, 6px);
  }

  60% {
    transform: translate(-6px, 6px);
  }

  80% {
    transform: translate(-6px, -6px);
  }
}

.btn1:hover {
  transform: translateY(4px);
}

.item--main p {
  letter-spacing: 0;
  color: #5c5c5c;
  font-weight: 400;
  line-height: 33px;
}

@media screen and (width <= 850px) {
  .item--main h1 {
    font-size: 31px;
    line-height: 44px;
  }
}

.sercile {
  background-color: #08d3bb;
  padding: 5rem 6rem;
  bottom: -16%;
  left: -11%;
}

.iconSection {
  border-bottom: 1px solid #c7c7c7;
}

.icon {
  padding: .7rem;
}

.icon1 {
  background-color: #efeaff;
}

.icon2 {
  background-color: #ecffda;
}

.icon3 {
  background-color: #dae6ff;
}

.icon4 {
  background-color: #ffe5da;
}

.moucpAft:after {
  content: "";
  opacity: .6;
  background: -o-radial-gradient(50% 50%, 72.77% 72.77%, #ded9ff 0, #fff0 100%);
  background: radial-gradient(72.77% 72.77%, #ded9ff 0, #fff0 100%);
  width: 497px;
  height: 505px;
  top: 17%;
  right: -51%;
}

.moucpvr:after {
  content: "";
  background: -o-radial-gradient(50% 50%, 72.77% 72.77%, #ded9ff 0, #fff0 100%);
  z-index: -1;
  opacity: .7;
  background: radial-gradient(72.77% 72.77%, #ded9ff 0, #fff0 100%);
  width: 312px;
  height: 292px;
  top: 27px;
  left: 37%;
}

.mockup--title {
  font-size: 30px;
  line-height: 51px;
}

.containerr {
  width: 90%;
  margin: auto;
}

.smile--icon {
  background-color: #08d3bb;
  padding: .9rem;
}

.alertSection, .alertSection2 {
  border-radius: 20px;
  padding: 3rem;
}

.alertSection {
  background-color: #f4f4f4;
  box-shadow: 0 0 0 1px #0000000d;
}

.titlAlert {
  font-size: 25px;
  line-height: 43px;
}

.alertSection2 + p, .titlAlert + p {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.alertSection2 {
  -o-transition: .4s;
  transition: all .4s;
  box-shadow: 0 0 0 1px #0000000d;
}

.alertSection2:hover .angle {
  -webkit-transform-origin: top top;
  -ms-transform-origin: top top;
  transform-origin: top top;
  -webkit-transition: -webkit-transform .471s linear;
  -o-transition: transform .471s linear;
  transition: transform .471s linear, -webkit-transform .471s linear;
  animation: .471s 2 cssAnimation_0;
}

@keyframes cssAnimation_0 {
  to {
    transform: rotate(-30deg)translate(0)scale(1.1, 1);
  }
}

.angle {
  top: -15%;
  right: 0;
}

.footer--input {
  border: none;
  outline: 0;
}

.footer {
  background-image: url("footer.25aadf84.svg");
}

.footer--tilte {
  text-align: center;
  font-size: 30px;
  line-height: 51px;
}

.iconsohial a {
  background: #fff;
  border-radius: 50%;
  padding: 3px 9px;
  box-shadow: 0 2px 8px #63636333;
}

.Copyright {
  border-top: .1px solid #dfdadaf1;
}

@media screen and (width <= 600px) {
  .item--main h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .mockup--h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .mockup--p {
    margin-bottom: 2rem;
    font-size: 15px;
  }

  .mockup--title {
    font-size: 20px;
    line-height: 30px;
  }

  .moucup--order {
    order: 4;
  }

  .alertSection2 {
    margin-top: 2rem;
  }

  .angle {
    top: -7%;
  }

  .social, .subscribe--foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .footer--tilte {
    font-size: 19px;
    line-height: 26px;
  }

  .subscribe--foot {
    flex-direction: column;
  }

  .subscribe--foot input {
    -o-transition: 1s;
    margin-bottom: .5rem;
    transition: all 1s;
  }

  .subscribe--foot a:hover {
    transform: translateY(4px);
  }

  .About--foot {
    margin-top: .7rem;
  }

  .social {
    flex-direction: column;
    align-items: start !important;
  }

  .iconsohial {
    margin: 10px 0;
  }

  .footer--logo .container {
    padding: .9rem !important;
  }

  .footer--input {
    text-align: center;
  }
}

@media screen and (width <= 400px) {
  .toggle-menu {
    margin-bottom: 1px;
    padding: 0;
  }

  .item--main h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .item--main p {
    letter-spacing: 0;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
  }

  .buttom {
    margin-top: .5rem;
    font-size: 14px;
  }

  .icon {
    padding: .5rem;
  }

  .mockup--h3 {
    font-size: 17px;
    line-height: 21px;
  }

  .smile--title {
    font-size: 12px !important;
  }

  .smile--icon {
    padding: 7px;
  }

  .mockup--title {
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
  }

  .smile--p {
    font-size: 13px !important;
    line-height: 21px !important;
  }

  .titlAlert, .titlAlert + p {
    line-height: 22px;
  }

  .titlAlert {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .Contact--p, .footer--p, .titlAlert + p {
    font-size: 14px;
  }

  .angle {
    top: -4%;
  }
}

@media screen and (width <= 700px) {
  .Company {
    justify-content: center !important;
  }
}

.lodingsscren {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.boxes, .boxes .box {
  width: 32px;
  height: 32px;
}

.boxes {
  transform-style: preserve-3d;
  transform-origin: 50%;
  margin-top: 32px;
  position: relative;
  transform: rotateX(60deg)rotateZ(45deg)rotateY(0)translateZ(0);
}

.boxes .box {
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.boxes .box:first-child {
  -webkit-animation: 1s linear infinite box1;
  animation: .5s linear infinite box1;
  transform: translate(100%);
}

.boxes .box:nth-child(2) {
  animation: .5s linear infinite box2;
  transform: translate(0, 100%);
}

.boxes .box:nth-child(3) {
  animation: .5s linear infinite box3;
  transform: translate(100%, 100%);
}

.boxes .box:nth-child(4) {
  animation: .5s linear infinite box4;
  transform: translate(200%);
}

.boxes .box > div {
  --translateZ: 15.5px;
  --rotateY: 0deg;
  --rotateX: 0deg;
  background: #5c8df6;
  background: var(--mainColor);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.boxes .box > div:first-child {
  background: var(--mainColor);
  top: 0;
  left: 0;
}

.boxes .box > div:nth-child(2) {
  --rotateY: 90deg;
  background: #145af2;
  right: 0;
}

.boxes .box > div:nth-child(3) {
  --rotateX: -90deg;
  background: #447cf5;
}

.boxes .box > div:nth-child(4) {
  --translateZ: -90px;
  background: #dbe3f4;
  top: 0;
  left: 0;
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%);
  }

  100% {
    transform: translate(200%);
  }
}

@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }

  50% {
    transform: translate(0);
  }

  100% {
    transform: translate(100%);
  }
}

@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }

  100% {
    transform: translate(0, 100%);
  }
}

@keyframes box4 {
  0% {
    transform: translate(200%);
  }

  50% {
    transform: translate(200%, 100%);
  }

  100% {
    transform: translate(100%, 100%);
  }
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 6px #0000004d;
}

::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #03a9f4;
  background-image: -webkit-linear-gradient(0deg, #ffffff80 25%, #0000 25% 50%, #ffffff80 50% 75%, #0000 75%, #0000);
  border-radius: 10px;
}

.link {
  transition: all .3s;
}

/*# sourceMappingURL=index.f3b972e4.css.map */
