:root {
  --light-color: #ffffff;
  --light-theme-color: #ffffff;
}

.banner-bg {
  background: url(../images/andriod-banner.png);
      background-repeat: no-repeat;
    background-color: #313435;
  background-size: 100% 99%;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  animation: bg_image 2s linear infinite alternate;
}

@keyframes bg_image {
  0% {
    background-size: 100% 99%;
  }

  100% {
    background-size: 100% 95%;
  }
}

.banner-box {
  height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-box h2 {
  font-family: var(--Thin);
  font-size: 20px;
  color: var(--light-theme-color);
}

.banner-box h1 {
  font-family: var(--Regular);
  font-size: 60px;
  margin-top: 34px;
  color: var(--light-color);
}

.banner-box p {
  font-family: var(--Thin);
  font-size: 20px;
  margin-top: 20px;
  color: var(--light-theme-color);
}

.banner-box a {
  text-decoration: none;
  background-color: #70C8FF;
  color: #313435;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  font-family: var(--Regular);
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
}

.banner-box a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: #FEC571E5;
  z-index: -1;
  transition: 200ms linear;
}

.banner-box a:hover::before {
  left: 0;
  width: 100%;
}

.banner-box .box-panel {
  position: absolute;
  width: 350px;
  height: 60%;
  background-color: #ffffff87;
  left: 50%;
  bottom: 0;
  transform: perspective(50px) rotatey(0deg) translatex(-50%);
  animation: slide-rotate 0.5s linear forwards;
  z-index: -1;
}

header nav .nav-list li a {
  color: #ffff !important;
}

#contact-btn a {
  color: #ffff !important;
  border-color: #fff !important;
}

/* section title --------- */

.section-title h2 {
    font-family: var(--Regular);
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.section-title h2 span {
  color: #70C8FF;
  font-family: var(--Thin);
  font-size: 50px;
}

.light-color {
  color: var(--light-theme-color);
}

.dark-color {
  color: #1D1F20;
}

p {
  font-size: 18px;
  font-family: var(--Regular);
  line-height: 1.6;
}

/* --  native-androi------------------- */
#native-androi {
  background-color: #1D1F20;
}

.native-conteent h3 {
  color: var(--light-theme-color);
  font-family: var(--Thin);
  font-size: 32px;
}

.native-conteent .right-arrow {
  color: #70C8FF;
  position: relative;
  font-size: 56px;
  top: -37px;
  font-family: var(--Thin);
}

.native-conteent p {
  font-family: var(--Thin);
  color: var(--light-theme-color);
  font-size: 20px;
}

.native-conteent p span {
  color: var(--light-theme-color);
  font-family: var(--Regular);
  font-size: 20px;
  line-height: 2;
}

#project-succeeds {
    background: linear-gradient(155deg, #e9b46600 13% 0%, #a4d5f240, #e5e9ec, #73b4dc08);
}

.section-col-2 {
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.section-col-2 .row {
  background-color: #ffffff5e;
  /* background-image: url(../images/section-bg-1.png);
  background-repeat: no-repeat;
  background-size: contain; */
  /* background-position: center; */
}

.box- {
  height: 26px;
  width: 40px;
  background-color: #70C8FF;
  transform: perspective(51px) rotatey(-16deg);
}

.section-col-2 .row h3 {
  font-family: var(--Medium);
  font-size: 24px;
}

.section-col-2 .row span {
  color: #8DD4FF;
  font-weight: 900;
}

.section-col-2 .row .col-right {
  border-left: 1px solid #E5E7EB;
}

.section-col-2 .row .col-right p:nth-child(2) {
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

/* ------ card-box ------  */

.card-box .card-box-title span {
  font-family: var(--Regular);
  font-size: 80px;
  color: #70C8FF;
}

.card-box .card-box-title {
  border-bottom: 1px solid #E5E7EB;
}

.card-box .card-box-title h3 {
  font-family: var(--Regular);
  font-size: 30px;
  margin-bottom: 0px !important;
}


/* Improve ---------- */

.Improve {
  width: fit-content;
  border-top: 1px solid #D5D7D8;
}

.Improve ul {
  list-style: none;
  font-family: var(--Regular);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Improve ul li {
  font-size: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.Improve ul span {
  color: #70C8FF;
  font-weight: bold;
}

#native-androi .section-title h2 {
    color: #8dd4ff;
    font-weight: 900;
}

#native-androi .box-row {
    color: rgb(160, 160, 160);
    position: relative;
    border: 1px solid #6b6b6b;
    width: 98%;
    border-bottom: 0px;
    transition: 300ms linear;
}

    #native-androi .box-row::before {
        content: '';
        width: 0.5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        background-color: #6b6b6b;
    }

    #native-androi .box-row .box-card {
        border-bottom: 1px solid #6b6b6b;
        min-height: 450px;
    }

        #native-androi .box-row .box-card .shap {
            width: 28px;
            height: 30px;
            border: 1px solid #8dd4ff;
            border-radius: 2px;
            transform: perspective(200px) rotatey(48deg);
        }

        #native-androi .box-row .box-card h3 {
            font-size: 20px;
            font-family: var(--Regular);
            margin-bottom: 0px;
            transition: 200ms linear;
            color: gray;
        }

        #native-androi .box-row .box-card .discription {
            font-size: 24px;
            transition: 200ms linear;
        }

        #native-androi .box-row .box-card:hover.box-card p {
            font-size: 22px;
        }

        #native-androi .box-row .box-card:hover.box-card p {
            color: #ffff !important;
        }

        #native-androi .box-row .box-card:hover.box-card h3 {
            color: #ffff !important;
        }



        #native-androi .box-row .box-card .solution {
            font-size: 24px;
        }



/* result  ------------ */

.accordion-item {
    border-bottom: 0px !important;
    font-size: 18px;
    color: rgb(54, 54, 54);
}

#results .accordion-button:focus {
    box-shadow: 0px 0px 0px 0px #ffff !important;
}

#results .accordion-body p a {
    font-size: 18px;
    color: rgb(54, 54, 54);
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
}

#results .accordion-body ul li {
    font-size: 18px;
    color: rgb(54, 54, 54);
    margin-top: 15px;
}


#results .accordion-button {
    font-size: 22px;
    padding: 30px 0px;
    color: rgb(54, 54, 54);
    border-bottom: 1px solid #94bfff;
    background-color: transparent !important;
}

    #results .accordion-button:not(.collapsed) {
        color: #000;
        background-color: #f7f9fa;
        box-shadow: 0px !important;
        border-bottom: 1px solid #94bfff;
    }



/* team-member-count ---------- */

#team-member-count {
    min-height: 400px;
    background-image: url(../images/section-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #252525;
    animation: bg_zoomin_out 4s linear infinite alternate;
}

@keyframes bg_zoomin_out {
    0% {
        background-size: 70% 70%;
    }
    100% {
        background-size: 100% 100%;
    }
}

#team-member-count .team-member-row {
  border: 1px solid #8DD4FF;
}

#team-member-count .team-member-row .team-member-box {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#team-member-count .team-member-row .team-member-box h3 {
  font-family: var(--Regular);
  color: var(--light-color);
  font-size: 40px;
}

#team-member-count .team-member-row .team-member-box p {
  color: var(--light-color);
}

#team-member-count .team-member-row .team-member-box:nth-child(2) {
  border-left: 1px solid #8DD4FF;
  border-right: 1px solid #8DD4FF;
}

/* publish-app --------  */
#publish-app {
    min-height: 300px;
    background-image: url(../images/section-bg-3.png), linear-gradient(45deg, #e6f2fa, #e7f4fa);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

#publish-app a {
  text-decoration: none;
  background-color: #70C8FF;
  color: #313435;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  width: fit-content;
  z-index: 1;
}

#publish-app a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: #3398d7d4 !important;
  z-index: -1;
  transition: 200ms linear;
}

#publish-app a:hover::before {
  left: 0;
  width: 100%;
}


/* -----  support----------  */
#support img {
  width: 300px;
}

.deveop-bar {
    width : 100%;
    height : 100vh;
}

#support .accordion-button {
    font-family: var(--Medium) !important;
    font-size: 20px !important;
}

#support .accordion-button:focus {
  box-shadow: none;
}

#support .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1D1F20;
}

#support .card-title {
    color: #76b6de;
    font-size : 22px;
    font-family: var(--Medium) !important;
}

#support .text-content {
    color: #dbdbdb;
    font-size: 20px;
}

#support .list {
    color: #fff;
    list-style : none;
    font-size: 20px;
}

    #support .list li span i {
        color: #76b6de;
    }

    .accordion-item {
    border: none;
    font-family: var(--Regular) !important;
    border-bottom: 1px solid #e0e0e0;
}


#Lets-build h3 {
  font-family: var(--Regular) !important;
  font-size: 20px;
}

#Lets-build a {
  text-decoration: none;
  background-color: #252525;
  color: #ffff;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  width: fit-content;
  z-index: 1;
}

#Lets-build a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: #3398d7d4 !important;
  z-index: -1;
  transition: 200ms linear;
}

#Lets-build a:hover::before {
  left: 0;
  width: 100%;
}

#Lets-build .swipe-btn {
  width: 311px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 5px;
  height: 30px;
  width: 30px;
  border: 1px solid #D5D7D8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  color: #1D1F20;
}

.btn-box {
  text-decoration: none;
  background-color: #70C8FF !important;
  color: #1D1F20 !important;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  width: fit-content;
  z-index: 1;
}

.btn-box::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: #3398d7d4;
  z-index: -1;
  transition: 200ms linear;
}

.btn-box:hover::before {
  left: 0;
  width: 100%;
}

#our_promise {
  background-color: #313435;
}


#partners {
  background: linear-gradient(127deg, #ffc2692b 14%, #8dd4ff54, #b5b4ff66, #8dd4ff36);
}

/* mobile-app----------- */

.mobile-app {
    min-height: 410px;
    align-content: center;
    background-color: #313435;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mobile-app .bg-image {
  position: absolute;
  width: 232px;
  height: 34%;
  bottom: -25px;
  left: 52%;
  transform: perspective(230px) rotatey(48deg);
  background-color: #ffffff40;
  z-index: -1;
}

.mobile-app .bg-image-2 {
  position: absolute;
  width: 232px;
  height: 52%;
  bottom: -45px;
  left: 56%;
  transform: perspective(230px) rotatey(48deg);
  background-color: #ffffff40;
  z-index: -1;
}

.mobile-app .bg-image-3 {
  position: absolute;
  width: 232px;
  height: 64%;
  bottom: -45px;
  left: 60%;
  transform: perspective(230px) rotatey(48deg);
  background-color: #ffffff40;
  z-index: -1;
}

#aws-partner {
    background: linear-gradient(127deg, #fafdff 14%, #ccecff54, #e4e4ff66, #ade0ff36);
}

#aws-partner img {
    width : 150px;
}

#work-focused {
    width : 100%;
    height : auto;
}



    @media screen and (max-width: 1250px) {
        .card-box .card-box-title h3 {
            font-size: 25px;
        }

        .card-box .card-box-title span {
            font-size: 68px;
        }
    }

    @media screen and (max-width: 1024px) {
        .banner-box {
            justify-content: space-between;
        }

        .card-box .card-box-title h3 {
            font-size: 20px;
        }

        .card-box .card-box-title span {
            font-size: 50px;
        }

        .section-title h2 {
            font-family: var(--Regular);
            font-size: 36px;
        }

            .section-title h2 span {
                font-size: 40px;
            }

        #aws-partner img {
            width: 90px;
        }
    }

    @media screen and (max-width: 768px) {
        #native-androi .box-row::before {
            display: none !important;
        }

        .mobile-app .bg-image {
            left: 45%;
            width: 202px;
            height: 22%;
        }

        .mobile-app .bg-image-2 {
            /* left: 67%; */
            width: 202px;
            height: 30%;
        }

        .mobile-app .bg-image-3 {
            left: 67%;
            width: 202px;
            height: 40%;
        }

        #aws-partner img {
            width: 66px;
        }
    }

    @media screen and (max-width: 576px) {
        .banner-box h2 {
            font-size: 15px;
        }

        .banner-box h1 {
            font-family: var(--Regular);
            font-size: 32px;
            margin-top: 14px;
        }

        .banner-box p {
            font-family: var(--Thin);
            font-size: 18px;
        }

        .team-member-row .team-member-box {
            height: 200px !important;
        }

        #team-member-count .team-member-row .team-member-box:nth-child(2) {
            border-left: 0;
            border-right: 0;
            border-top: 1px solid #8DD4FF;
            border-bottom: 1px solid #8DD4FF;
        }

        #support img {
            width: 237px;
        }

        #support .accordion-button {
            font-size: 16px !important;
        }
    }