@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden;
}

/*body {
	border:2px solid red;
}*/
.r {
  border: 2px solid red;
}

.b {
  border: 1px solid #000;
}

ul,
li {
  list-style: none;
}

.youtube-video {
  position: relative;
  z-index: 9999;
}
.youtube-video video:focus {
  outline: inherit;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.r {
  border: 2px solid red;
}

.b {
  border: 2px solid #000;
}

.n {
  display: none;
}

/*menu-section start*/
.menu-section {
  padding: 15px 0;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
}

.logo a {
  display: inline-block;
}
.logo a img {
  width: 149px;
}

.head-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  padding-top: 10px;
}
.head-menu ul li {
  display: inline-block;
}
.head-menu ul li a {
  margin-left: 31px;
  color: #272e3f;
}
.head-menu ul li a:hover {
  color: #e13959;
}

.head-menu-btn {
  display: flex;
}
.head-menu-btn :first-child {
  margin-right: 27px;
}

.head-menu-wrap {
  display: flex;
  width: 100%;
}

.head-menu-right {
  margin-top: -3px;
  margin-left: 30px;
}

.close-video svg {
  width: 30px;
  height: 30px;
}
.close-video path {
  fill: #fff;
}

.head-menu ul li .first-link {
  margin-left: 0;
}

.burger-link {
  display: none;
}

.mobile-menu-show-btn {
  display: none;
}

.head-menu ul li .active {
  color: #e13959;
}

.lang-menu {
  position: relative;
  padding-bottom: 10px;
}
.lang-menu img {
  margin-left: 3px;
}
.lang-menu:hover .lang-list {
  display: flex;
}

.lang-list {
  position: absolute;
  top: 26px;
  right: -3px;
  background: #ffffff;
  box-shadow: 2px 4px 10px rgba(21, 44, 79, 0.16);
  border-radius: 4px;
  flex-direction: column;
  padding: 10px 16px;
  display: none;
}

.head-menu .lang-list a {
  font-size: 14px;
  display: inline-block;
  margin: 5px 0;
}

.btn-red {
  border: 1px solid #e13959;
  border-radius: 32px;
  color: #e13959;
  font-size: 0.9rem;
  padding: 5px 16px 4px;
}
.btn-red:hover {
  color: #fff;
  background-color: #e13959;
}

/*menu-section end*/
/*mob-menu start*/
.mob-nav {
  width: 100%;
  height: 100vh;
  padding-top: 132px;
  background-color: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}

.modal-video {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none;
}

.close-video {
  position: absolute;
  top: -44px;
  right: -44px;
  cursor: pointer;
}
.close-video img {
  width: 30px;
}

.video {
  width: 900px;
}

.menu-page-about {
  background: transparent;
}

.modal-active {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.show-video-btn {
  position: absolute;
  top: 92px;
  left: 39.5%;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}
.show-video-btn .left-part {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #b5c5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 27px;
}

.mobile-menu {
  margin-bottom: 80px;
}
.mobile-menu li {
  margin-bottom: 40px;
}
.mobile-menu li a {
  font-size: 24px;
}
.mobile-menu li a:hover {
  color: #e13959;
}

.mobile-head-menu-btn {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.mobile-head-menu-btn :first-child {
  margin-right: 0 !important;
}
.mobile-head-menu-btn a {
  text-align: center;
  min-width: 210px;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 11px 12px;
}

.head-menu-btn :first-child {
  margin-right: 27px;
}

/*mob-menu end*/
/*sec-1 start*/
.parent-sec-1-bg {
  position: relative;
}

.left-img-sec-1 {
  position: absolute;
  top: 313px;
  left: -59px;
}

.right-img-sec-1 {
  position: absolute;
  top: 385px;
  right: -74px;
}

.sec-1 {
  padding-top: 150px;
  width: 100vw;
  position: relative;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-1-content {
  margin-top: 10px;
  padding-left: 7px;
}
.sec-1-content h1 {
  font-size: 47px;
  font-weight: bold;
  color: #8ea5be;
  line-height: 1.2;
  margin-bottom: 44px;
}
.sec-1-content p {
  font-size: 18px;
  margin-bottom: 39px;
}

.sec-bg-1 {
  margin-top: 35px;
  margin-left: -56px;
  line-height: 26px;
}

.btn-dw {
  /* background: #e13959;
  border: 4px solid #f4bbc6;
  border-radius: 32px;
  padding: 16px 50px 17px;
  margin-left: -4px; */
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
.btn-dw:hover {
  /* background: #d31438;
  color: #fff; */
  opacity: 0.8;
}
/* .btn-dw img {
  margin-right: 16px;
  margin-top: -4px;
} */

.btn-dw-color {
  background: #e13959;
  border: 4px solid #f4bbc6;
  border-radius: 32px;
  padding: 16px 50px 17px;
  margin-left: -4px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
.btn-dw-color img {
  margin-right: 16px;
  margin-top: -4px;
}
.btn-dw-color:hover {
  background: #d31438;
  color: #fff;
}

#exampleSlider-1 {
  margin-top: 17px;
  transform: rotate(180deg);
}

#exampleSlider-1 .items {
  transform: rotate(-180deg);
}

/*sec-1 end*/
/*sec-2 start*/
.sec-2 {
  margin-top: 99px;
}
.sec-2 h2 {
  margin-left: 7px;
  margin-bottom: 93px;
  text-align: center;
}

.community-content .strong {
  font-weight: 700;
}

#sec-bg-1 {
  margin-top: 33px;
  margin-left: -59px;
}

.btn-border {
  background-color: #fff;
  color: #e13959;
  border: 2px solid #e13959;
}

h2 {
  font-weight: 600;
  font-size: 2.75rem;
  color: #272e3f;
}

.Slider-1 {
  margin-bottom: 20px;
}

.ytp-title-text {
  display: none;
}

/*sec-2 end*/
h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 130%;
  text-align: center;
}

/*sec-3 start*/
.sec-3 {
  margin-top: 184px;
}
.sec-3 h3 {
  color: #8ea5be;
}
.sec-3 h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 36px;
  color: #272e3f;
}

.iframe-video {
  width: 900px;
  height: 575px;
}

.lang-menu-mobile {
  display: flex;
  justify-content: center;
}
.lang-menu-mobile a {
  margin: 0 16px;
}

.parent-sec-1-bg-mobile {
  display: none;
}

.content-card {
  display: flex;
  align-items: flex-start;
}
.content-card span {
  display: inline-block;
}

.content-card-2 h4 {
  margin-bottom: -5px;
}

.row-1 {
  margin-top: 106px;
}

.row-1-img img {
  margin-top: -28px;
  margin-left: -97px;
}

.content-row-1 {
  padding-left: 13px;
  padding-right: 15px;
  /*width: 780px;
  margin: 0 auto;
  margin-top: 52px;*/
}
.content-row-1 ul {
  margin-top: 46px;
}
.content-row-1 ul li {
  font-size: 1.125rem;
  margin-bottom: 18px;
}
.content-row-1 ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #e13959;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.content p {
  margin-top: 35px;
  font-size: 1.125rem;
  line-height: 168%;
}

.row-2 {
  margin-top: -47px;
  padding-left: 22px;
}

.row-2-img img {
  margin-top: -216px;
  margin-left: 89px;
}

.row-3 {
  margin-top: -104px;
}

.content-row-3 {
  padding-left: 13px;
  padding-right: 15px;
}

.row-3-img img {
  margin-top: -226px;
  margin-left: -115px;
}

/*sec-3 end*/
/*sec-4 start*/
.sec-4 {
  border: 1px solid;
  border-color: transparent;
  background-image: url(../img/bg2.png);
  margin-top: -228px;
  padding-bottom: 170px;
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: 55%;
}
.sec-4 .content-row-1 ul li span {
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.about-page {
  background-color: #fff;
}

.sec-4-description {
  margin-bottom: 63px;
}
.sec-4-description h3 {
  margin-top: 394px;
}
.sec-4-description p {
  margin-top: 31px;
  font-size: 1.375rem;
  line-height: 150.84%;
  text-align: center;
  color: #8ea5be;
}

.carf-info {
  padding: 0 10px;
}
.carf-info img {
  margin-bottom: 14px;
}
.carf-info p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 155%;
  text-align: center;
  color: #8ea5be;
}
.carf-info h4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 170.88%;
  text-align: center;
  color: #1d262c;
  margin-bottom: 20px;
}

.card-info-1 {
  padding-right: 30px;
}
.card-info-1 img {
  margin-bottom: 26px;
}

.card-info-3 {
  padding-left: 30px;
}

.sec-4-bottom-description {
  margin-top: 273px;
}
.sec-4-bottom-description h3 {
  margin-bottom: 20px;
  line-height: 36px;
}
.sec-4-bottom-description p {
  font-size: 1.375rem;
  line-height: 165.84%;
  color: #8ea5be;
  margin-bottom: 62px;
}
.sec-4-bottom-description .content-row-1 ul {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
.sec-4-bottom-description .content-row-1 {
  max-width: 780px;
  width: 80%;
  margin: 0 auto;
  margin-top: 52px;
}

.sec-5-subtitle-text {
  margin-bottom: 40px;
}

/*sec-4 end*/
/*sec-5 start*/
.sec-5 {
  margin-bottom: 117px;
}
.sec-5 p {
  margin-top: 30px;
  font-size: 1.375rem;
  line-height: 150.84%;
  color: #8ea5be;
}
.sec-5 h4 {
  color: #8ea5be;
}
.sec-5 h4 img {
  margin-right: 25px;
  vertical-align: text-top;
}

.sec-5-content {
  margin-top: 48px;
  padding-left: 8px;
  padding-right: 20px;
  margin-bottom: 66px;
}
.sec-5-content h4 {
  margin-left: 24px;
  margin-bottom: 25px;
}
.sec-5-content p {
  font-size: 1.125rem;
  line-height: 165.92%;
  color: #272e3f;
  padding-left: 72px;
  margin-top: -6px;
  margin-bottom: 36px;
  padding-right: 82px;
}

.sec-5-img {
  margin-left: -150px;
  margin-top: -18px;
}

.btn-tasker {
  margin-left: 76px;
}

.sec-5-img-wrap {
  text-align: center;
}

.btn-tasker-wrap {
  margin-bottom: 30px;
}

/*sec-5 end*/
/*footer start*/
.footer {
  padding-top: 85px;
  background-color: #8ea5be;
  font-size: 0.875rem;
  line-height: 165.92%;
  font-weight: 600;
  color: #f1f7ff;
  padding-bottom: 76px;
}
.footer a {
  color: #f1f7ff;
}

.footer-info {
  padding-left: 11px;
}
.footer-info a {
  margin-top: 2px;
  display: inline-block;
}

.copyright {
  margin-top: 18px;
  font-weight: normal;
  color: #c1d2e3;
  margin-left: 1px;
}

.footer-menu {
  margin-left: 45px;
  margin-top: -2px;
}
.footer-menu li {
  margin-bottom: 13px;
}

.soc-link {
  font-weight: normal;
  margin-right: 2px;
}

.link-icon-2 {
  margin: 0 32px 0 34px;
}

.link-icon-3 {
  margin-right: 30px;
}

.dwld-sec-footer {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dwld-sec-footer p {
  padding-right: 12px;
  margin-bottom: 0;
}

.btn-app-store {
  width: 150px;
  /* border: 1px solid #f1f7ff; */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  line-height: 1;
  /* padding: 6px 10px; */
  border-radius: 8px;
  margin-top: 8px;
}

.btn-app-store-text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.btn-app-store-top {
  font-size: 0.625rem;
  display: block;
  margin-right: 5px;
}

.btn-app-store-bottom {
  font-size: 1.165rem;
}
.btn-app-store-bottom img {
  width: 18px;
  margin-right: 7px;
  margin-top: -15px;
}

/*sec-revolutionizing start*/
.sec-revolutionizing {
  margin-top: -38px;
  padding-bottom: 210px;
}
.sec-revolutionizing p {
  font-size: 1.375rem;
  line-height: 137.84%;
  color: #8ea5be;
}

.sec-revolutionizin-content {
  padding-top: 263px;
  padding-bottom: 80px;
  background-image: url(../img/Image-5.svg);
  background-position: 50.5% 45%;
  background-repeat: no-repeat;
}

.revolutionizing-subtitle {
  margin-bottom: 358px;
  margin-top: 30px;
  padding: 0 200px;
}

.revolutionizing-item {
  opacity: 0;
}
.revolutionizing-item p {
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.revolutionizing-item span {
  display: inline-block;
  font-weight: 600;
  font-size: 4rem;
  line-height: 130%;
  color: #5a69d5;
  margin-bottom: 11px;
}

.benefits_item {
  opacity: 0;
}

/*sec-revolutionizing end*/
/*community-content start*/
.sec-community {
  padding-top: 198px;
}
.sec-community p {
  font-size: 1.375rem;
  line-height: 150.84%;
  color: #8ea5be;
  font-weight: normal;
}

.logo-sos-mobile,
.logo-sos-mobile {
  display: none;
}

.community-content {
  padding-left: 6px;
}
.community-content p {
  margin-top: 72px;
}
.community-content h3 {
  font-size: 50px;
}

.logo-sos-bottom {
  margin-left: -127px;
}

.sec-community-bottom {
  margin-top: 162px;
}
.sec-community-bottom h4 {
  font-weight: 600;
}

.community-content-bottom {
  margin-top: 11px;
  margin-left: 11px;
  padding-right: 3px;
}
.community-content-bottom h4 {
  margin-bottom: 31px;
}
.community-content-bottom p {
  margin-bottom: 54px;
}

.logo-sos {
  margin-left: 76px;
  margin-top: -78px;
}

.sec-6-img {
  display: none;
}
.sec-6-img img {
  width: 100%;
}

.menu-sadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  background: #fff;
}

.respons-img-1 {
  width: 749px;
}

.text-section {
  margin-top: 120px;
}
.text-section a {
  color: #007aff;
}
.text-section li {
  list-style: disc;
  margin-left: 20px;
  font-size: 1.125rem;
  line-height: 168%;
  margin-top: 16px;
}
.text-section h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 41px;
}

/*community-content end*/
p,
li {
  font-weight: 300;
  letter-spacing: 0.28px;
}

.mobile-menu p,
.mobile-menu li,
.menu p,
.menu li,
.footer p,
.footer li {
  font-weight: normal;
}

/* start styles for MEDIA */
/* media stles */
@media only screen and (min-width: 1199px) {
  .container {
    max-width: 1147px;
  }

  .respons-img {
    width: 90%;
  }

  .respons-img-1 {
    width: 749px;
  }

  .respons-img-2 {
    width: 678px;
  }

  .respons-img-3 {
    width: 591px;
  }

  .sec-4-description h3 {
    margin-top: 230px;
  }

  .content-row-3 {
    margin-top: 50px;
  }

  .sec-4-bottom-description {
    margin-top: 215px;
  }

  .sec-4-bottom-description h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .right-img-sec-1 {
    top: 317px;
    right: -74px;
  }

  .logo-sos {
    margin-left: 0;
  }

  .left-img-sec-1 {
    top: 257px;
    left: -59px;
  }

  .iframe-video {
    width: 700px;
    height: 475px;
  }

  .show-video-btn {
    top: 82px;
  }

  .head-menu {
    margin-right: 0;
  }
  .head-menu ul li a {
    margin-left: 30px;
  }

  .sec-revolutionizing {
    background-size: contain;
  }

  .sec-1-img img {
    width: 112%;
  }

  .sec-1-content h1 {
    font-size: 4rem;
    margin-bottom: 80px;
  }

  .sec-2 {
    margin-top: 65px;
  }
  .sec-2 h2 {
    margin-bottom: 80px;
  }

  .items img {
    height: 100px;
  }

  .sec-3 {
    margin-top: 170px;
  }

  .respons-img {
    width: 100%;
  }

  .row-1-img img {
    margin-left: -70px;
  }

  .row-2-img img {
    margin-top: -93px;
    margin-left: 40px;
  }

  .row-2 {
    margin-top: 0px;
  }

  .row-3-img img {
    margin-top: -198px;
    margin-left: -115px;
  }

  .sec-4-description h3 {
    margin-top: 330px;
  }

  .sec-4-bottom-description {
    margin-top: 160px;
  }

  .revolutionizing-subtitle {
    padding: 0;
  }

  .sec-5-img {
    margin-left: -60px;
  }

  .head-menu-list,
  .head-menu-btn {
    display: none;
  }

  .burger-link {
    display: block;
    margin-top: -1px;
    margin-right: 6px;
  }

  .mob-nav-show {
    display: block;
  }

  .logo-sos,
  .logo-sos-bottom {
    width: 100%;
  }

  .logo-sos-bottom {
    margin-left: -70px;
  }

  .community-content h3 {
    line-height: 110%;
  }
  .community-content p {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-sos {
    margin-top: 40px;
  }

  .left-img-sec-1 {
    top: 155px;
    left: -42px;
    width: 155px;
  }

  .right-img-sec-1 {
    top: 212px;
    right: -30px;
    width: 173px;
  }

  .iframe-video {
    width: 600px;
    height: 400px;
  }

  .show-video-btn .left-part {
    width: 24px;
    height: 24px;
  }

  .show-video-btn {
    top: 74px;
    font-size: 14px;
  }

  .left-part img {
    width: 4px;
  }

  #sec-bg-1 {
    margin-left: 0px;
    width: 100%;
  }

  .sec-1 {
    padding-top: 100px;
  }

  .menu-section {
    padding: 10px 20px;
  }

  .btn-red {
    font-size: 0.85rem;
    padding: 5px 12px 2px;
  }

  .sec-community {
    padding-bottom: 120px;
  }

  .nav-shadow {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }

  .logo-sos {
    margin-left: 0;
  }

  .community-content h3 {
    font-size: 40px;
    line-height: 130%;
  }

  .footer-menu {
    margin-left: 52px;
  }

  .revolutionizing-item {
    padding-left: 0;
  }

  .revolutionizing-item span {
    font-size: 3.5rem;
  }

  .sec-1-content h1 {
    font-size: 2.75rem;
    margin-bottom: 50px;
  }

  .sec-1-content p {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }

  .sec-3 {
    margin-top: 135px;
  }

  .row-1-img img {
    margin-left: -43px;
    margin-top: 40px;
  }

  .content p {
    margin-top: 12px;
  }

  .content-row-1 ul {
    margin-top: 30px;
  }
  .content-row-1 p {
    margin-top: 11px;
  }

  .row-2-img img {
    width: 111%;
    margin-top: -23px;
    margin-left: 13px;
  }

  .row-2 {
    margin-top: 25px;
    padding-left: 0;
  }

  .row-3-img img {
    margin-top: -31px;
    margin-left: -64px;
  }

  .sec-4-description h3 {
    margin-top: 351px;
  }

  .sec-4-bottom-description {
    margin-top: 86px;
  }

  .sec-5-content p {
    padding-right: 0;
  }

  .btn-tasker-wrap {
    display: flex;
    justify-content: flex-end;
  }

  .btn-tasker {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .only-desctop {
    display: none !important;
  }
  .btn-dw-block {
    margin: auto;
  }
  .sec-community-bottom {
    margin-top: 18px;
  }

  .logo-sos-bottom {
    margin-left: -74px;
  }

  .community-content-bottom {
    margin-top: -57px;
  }

  .left-img-sec-1 {
    top: 140px;
    left: -13px;
    width: 111px;
  }

  .right-img-sec-1 {
    top: 174px;
    right: -26px;
    width: 133px;
  }

  .iframe-video {
    width: 498px;
    height: 340px;
  }

  .show-video-btn {
    top: 61px;
    font-size: 14px;
  }

  .sec-1-content p {
    margin-bottom: 28px;
  }

  .right-p {
    margin-top: 47px;
  }

  .content-card {
    flex-direction: column;
  }
  .content-card span {
    margin-bottom: 16px;
  }

  .sec-5-content h4 {
    margin-left: 0;
    margin-bottom: 28px;
  }

  .sec-5-content p {
    padding: 0;
  }

  .sec-5-content {
    text-align: center;
    padding: 0 15px;
  }

  .btn-tasker-wrap {
    display: flex;
    justify-content: center;
  }

  .sec-revolutionizing p {
    font-size: 1.125rem;
  }

  .sec-revolutionizing {
    padding-bottom: 92px;
  }

  .sec-community {
    text-align: center;
    padding-top: 158px;
  }
  .sec-community h3 {
    margin-top: 31px;
    text-align: center !important;
    line-height: 150.84%;
  }

  .community-content {
    padding: 0 15px;
  }

  .footer {
    padding-top: 51px;
    text-align: center;
  }

  .footer-menu {
    margin-left: 0;
    margin-top: 35px;
  }

  .soc-link {
    margin-top: 38px;
  }

  .link-icon-2 {
    margin: 0 0px 0 34px;
  }

  .link-icon-3 {
    margin-right: 0;
    margin-left: 30px;
  }

  .revolutionizing-subtitle {
    margin-bottom: 140px;
  }

  .sec-community {
    padding-bottom: 100px;
  }

  .revolutionizing-item span {
    font-size: 4rem;
  }

  .soc-link,
  .dwld-sec-footer {
    text-align: center !important;
    align-items: center;
  }

  .footer-info {
    padding-left: 0;
  }

  .dwld-sec-footer {
    margin-top: 50px;
  }
  .dwld-sec-footer p {
    padding-right: 0;
  }

  .rev-item-2 {
    margin-top: 31px;
  }

  .revolutionizing-item {
    padding-left: 7px;
  }
  .revolutionizing-item p {
    font-size: 1.375rem;
    letter-spacing: 1px;
  }

  .rev-item-3 {
    margin-top: 61px;
  }

  .sec-1-img {
    text-align: center;
  }
  .sec-1-img img {
    width: auto;
  }

  .sec-2 h2 {
    text-align: center;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .sec-1 {
    text-align: center;
    margin-top: -2px;
  }

  .sec-1-content p {
    padding-right: 0;
    font-size: 1rem;
    line-height: 150.84%;
  }

  .items img {
    height: 95px;
  }

  h2,
  h3 {
    font-size: 2.5rem;
  }

  .sec-3 {
    text-align: center;
  }

  .respons-img {
    text-align: center;
    width: 411px;
  }

  .content,
  .content-row-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content ul,
  .content-row-1 ul {
    margin-top: 5px;
    text-align: left;
  }

  .row-1 {
    margin-bottom: 100px;
    margin-top: 0;
  }

  .row-2-img img {
    margin-left: -37px;
    width: 377px;
  }

  .row-3-img img {
    width: 367px;
    margin-top: -31px;
    margin-left: -59px;
  }

  .row-3 {
    margin-top: 80px;
  }

  .content-row-3 {
    margin-top: -27px;
  }

  .carf-info {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .carf-info p {
    padding: 0 15px;
  }

  .carf-info {
    margin-top: 15px;
    margin-bottom: 54px;
  }

  .btn-app-store-top {
    /* margin-left: 25px; */
  }

  .sec-5-img {
    width: 390px;
  }

  .sec-5-img {
    width: 100%;
    margin-left: 0;
  }

  .content-card {
    display: flex;
    align-items: center;
  }

  .sec-community {
    text-align: center;
    padding-top: 90px;
  }

  .sec-community-bottom {
    margin-top: -5px;
  }

  .community-content-bottom {
    margin-top: -40px;
  }

  .community-content-bottom {
    margin-top: 11px;
    margin-left: 0px;
    padding-right: 0px;
    padding: 0 16px;
  }

  .community-content-bottom p {
    margin-bottom: 61px;
  }
}
@media (max-width: 600px) {
  .logo-sos {
    width: 331px;
    margin: 0 auto;
  }

  .logo-sos-bottom {
    margin-left: 0;
  }

  .logo-sos-desktop {
    display: none;
  }

  .logo-sos-mobile {
    display: block;
  }

  .community-content p {
    margin-top: 31px;
  }

  .sec-4 {
    padding-bottom: 82px;
  }

  .parent-sec-1-bg {
    display: none;
  }

  #sec-bg-2 {
    width: 445px;
  }

  .parent-sec-1-bg-mobile {
    display: block;
  }

  .left-img-sec-1 {
    top: 143px;
    left: 42px;
    width: 89px;
  }

  .right-img-sec-1 {
    top: 179px;
    right: 38px;
    width: 96px;
  }

  .show-video-btn {
    top: 73px;
    font-size: 14px;
  }

  .show-video-btn .left-part {
    margin-right: 7px;
  }

  .iframe-video {
    width: 78vw;
    height: 340px;
  }

  .close-video {
    top: -33px;
    right: -37px;
  }

  .content-row-2-wrap {
    margin: 0 auto;
    width: 90%;
  }

  .sec-1-content h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 580px) {
  #sec-bg-2 {
    width: 390px;
  }
}
@media (max-width: 530px) {
  #sec-bg-1 {
    margin-top: -57px;
  }

  .iframe-video {
    width: 100%;
    height: 340px;
  }

  .row-1,
  .row-2,
  .row-3 {
    margin-right: 0;
    margin-left: 0;
  }

  /*.content, .content-row-1 {
      padding: 0 15px;
  }*/
  .logo a img {
    width: 128px;
  }

  .sec-revolutionizing p br {
    display: none;
  }

  .sec-revolutionizing {
    padding-top: 278px;
  }

  .sec-revolutionizing {
    background-image: url(../img/revolutionizing_bg_mob.png);
    background-position: 49.5% 14%;
    background-size: 100%;
  }
  .sec-revolutionizing p {
    line-height: 165.92%;
  }

  .revolutionizing-subtitle {
    margin-bottom: 74px;
    margin-top: 30px;
  }

  .community-content h3 {
    font-size: 36px;
  }

  .sec-community {
    padding-bottom: 83px;
  }

  .sec-1-content {
    margin-top: 15px;
    padding: 0 15px;
  }
  .sec-1-content h1 {
    margin-bottom: 17px;
  }

  .sec-2 {
    margin-top: 87px;
  }

  h2,
  h3 {
    font-size: 1.875rem;
  }

  .items img {
    height: 82px;
  }

  #exampleSlider-1 {
    margin-top: 10px;
  }

  .sec-3 {
    margin-top: 58px;
  }

  .row-1 {
    margin-top: -10px;
    margin-bottom: 64px;
  }

  .row-1-img img {
    margin-left: -71px;
  }

  .content,
  .content-row-1 {
    margin-top: -23px;
    padding: 0 15px;
  }

  .content-row-3 {
    margin-top: -33px;
  }

  .content-row-2 {
    padding: 0 13px;
  }

  .row-2-img {
    margin-bottom: -12px;
  }

  .row-3 {
    margin-top: 56px;
  }

  .sec-4-description p {
    font-size: 1.125rem;
    line-height: 168%;
    margin-top: 20px;
  }
  .sec-4-description p br {
    display: none;
  }

  .sec-4-bottom-description p {
    font-size: 1.125rem;
    line-height: 168%;
  }

  .sec-4-bottom-description h3 {
    margin-bottom: 29px;
  }

  .sec-1-content h1 {
    font-size: 44px;
  }

  .sec-1 {
    padding-top: 71px;
  }
}
/* end styles for MEDIA */
