#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header h1 {
    margin-top: 7rem;
}
.header img {
    width: 54%!important;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .header-top {
    margin-top: -60px;
}
.header img, svg {
    z-index: 1;
    position: relative;
}
.header .circle {
    background-image: linear-gradient(to left top, #4674e7, #476ce1, #4965db, #4b5dd5, #4d55cf);
    height: 17rem;
    width: 44%!important;
    position:absolute;
    opacity: 0.4;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header .lh-lg, #crafting .lh-lg, #benefits .lh-lg {
    line-height: 1.6!important;
}
.header .fs-1 {
    font-size: 40px!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -185px;
}
#top-navbar .firstline {
    border: 1px solid #ccc;
    /* transform: rotate(180deg); */
    height: 62px;
    margin-top: 4px;
    width: 1px;
    opacity: 0.5;
    margin-left: 9px!important;
}
#top-navbar .scroll {
    writing-mode: vertical-lr;
}

#top-navbar a.button, .craft-background a.button {
    padding: 10px 20px;
    font-size: 16px;
    display: table-cell;
}
#top-navbar .arrow {
    color: #ffffff!important;
}
#top-navbar .arrow::after, .craft-background .arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#top-navbar .arrow:hover::after, .craft-background .arrow:hover::after  {
    animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
}

.wave-shapes {
    position: relative;
    overflow: hidden;
    z-index: -1;
    height: 30vh;
    background-color: #f7fbff;
    margin-top: -90px;
}
.wave-shapes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(1.5);
    z-index: -1;
}

.cirtri {
    gap: 3rem;
  }
  #web-develop #triangle {
      /* width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 20px solid #f1ad0a;
      border-bottom: 10px solid transparent; */
      position: relative;
      transform: scale(var(--ggs,1));
      width: 22px;
      height: 17px;
      border-left: 3px solid transparent;
      border-bottom: 1px solid #FBBC05;
      transform: rotate(34deg);
  }
  #web-develop #triangle,
  #web-develop #triangle::before {
      display: block;
      box-sizing: border-box;
      border-right: 3px solid transparent
  }
  #web-develop #triangle::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      border-left: 1px solid #FBBC05;
      border-top: 1px solid #FBBC05;
      border-bottom: 3px solid transparent;
      transform: rotate(45deg) skew(10deg,10deg);
      left: -2px;
      bottom: -13px
  }
  #web-develop #circle {
    height: 20px;
      width: 20px;
      border-color: #0963ff;
      border: 1px solid #0963ff;
      background: none;
      border-radius: 50%;
  }
#web-develop .owl-stage {
    align-items: center;
    display: flex;
}
#web-develop .view img,svg {
    transition: 0.4s ease !important;
}
#web-develop .view:hover img,svg {
    animation: slide1 1s ease-in-out infinite;
}
#web-develop .next, #web-develop .prev {
    border-radius: 50%;
    background: white;
    padding: 6px;
    border-color: black;
}
.craft-background .arrow {
    color: #ffffff!important;
    background-color: #E84336!important;
    margin: 1rem;
    border-radius: 6px;
}
#quality .item p {
    text-indent: 5rem;
    text-align: justify;
}
#chooses .carousel-item p, #crafting p {
    text-indent: 4rem;
    text-align: justify;
}
#quality h3, #quality h6 {
    color: #11245A;
}
#quality .quality-img {
    z-index: 1;
}
.quality-background {
    background: linear-gradient(to right, white 0%, white 35%, #4473E4 0%, #4473E4 97%, white 5%, white 100%);
}
#quality .owl {
    padding: 3rem 5rem 3rem 1rem!important;
}
#quality .top-card {
    height: 300px;
    width: 300px;
    background-color: #F7FAFF;
    /* z-index: -1; */
    /* margin-right: -72px; */
}
#quality .btm-card {
    margin-top: -153px;
}
#quality .custom-nav {
    text-align: center;
}
#quality .prev,#quality .next {
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

#benefits .background h1, #benefits .background h3 {
    color: #11245A;
}
#benefits .card {
    background-color: #E1ECFF;
    height: 85%;
}
#benefits .card:hover {
    box-shadow: 0px 3px 25px #4285F433;
    transform: scale(1.02);
}
.tech_background::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-color: white;
}
.tech_background .hr {
    text-align: -webkit-center!important;
}
.tech_background hr {
    margin: 0 0 1rem!important;
    color: #ffffff!important;
    border-width: 3px!important;
    /* border-top: var(--bs-border-width) solid; */
    opacity: 1!important;
    width: 6%!important;
}
.tech_background .grid {
    text-wrap: nowrap;
    overflow: scroll;
    display: flex;
    justify-content: center;
    background: #FFF7F7;
    z-index: 1;
    position: relative;
    margin-bottom: 1rem;
    gap: 10px;
}
.tech_background .grid .w-50 {
    width: 40%!important;
}
@media (min-width: 1900px) and (max-width: 2000px){
    .header {
        height: 580px!important;
    }
    .header .fs-1 {
        font-size: 60px!important;
    }
    .header p {
        font-size: 30px!important;
    }
    .wave-shapes {
        margin-top: -154px;
    }
    #quality .owl {
        padding: 3rem 5rem 3rem 2.5rem!important;
    }
    .header img, svg {
        width: 50%!important;
    }
    .header .circle {
        height: 23rem!important;
        width: 39%!important;
    }
    #crafting p {
        font-size: 28px!important;
    }
    #quality .btm-card {
        margin-top: -216px;
    }
}
@media (min-width: 1700px) and (max-width: 2000px){  
    #benefits .card {
        background-color: #E1ECFF;
        height: 90%;
    }
    #benefits .card p {
        font-weight: 300;
        font-size: 21px!important;
    }
    .tech_background .grid {
        display: flex!important;
        justify-content: center;
    }
}
@media (min-width: 1700px) and (max-width: 1900px){
    .header {
        height: 580px!important;
    }
    .header .fs-1 {
        font-size: 60px!important;
    }
    .header p {
        font-size: 30px!important;
    }
    .header img, svg {
        width: 55%!important;
    }
    .header .circle {
        height: 23rem;
        width: 46%!important;
    }
    .wave-shapes {
        margin-top: -154px;
    }
    #crafting p {
        font-size: 23px!important;
    }
    #crafting .col-md-6 {
        width: 45%!important;
    }
}
@media (min-width: 1400px) and (max-width: 1576px){
    .header-top {
        margin-top: 3rem;
    }
    #crafting p {
        font-size: 18px!important;
    }
    #crafting .col-md-6 {
        width: 45%!important;
    }
    .wave-shapes {
        margin-top: -154px;
    }
    #web-develop .owl-stage {
        width: 8788px!important;
    }
}
@media (min-width: 600px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header .ms-5 {
        margin-left: 1rem!important;
    }
    #web-develop .p-5 {
        padding: 1rem!important;
    }
    .header img, svg {
        width: 85%!important;
    }
    .header h1 {
        font-size: 2.3rem!important;
    }
    .top-header .child {
        margin-top: -150px!important;
    }
    .header .align-self-end {
        align-self: center!important;
    }
    .header .ps-4 {
        padding-left: 0rem!important;
    }
    .header .lh-lg {
        line-height: 1.3!important;
    }
    .wave-shapes {
        display: none!important;
    }
    .essential-background {
        background-size: 25% 50%!important;
    }
    #benefits .card {
        height: 95%;
    }
    .craft-background {
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    #crafting .col-md-5 {
        width: 65%!important;
    }
    #web-develop .fs-1 {
        font-size: 24px!important;
    }
    #quality .quality-background {
        position: relative;
        width: 100%;
        height: 20%;
        background-color: white;
    }
    #quality .quality-background::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80%;
        background-image: linear-gradient(to bottom, #4d55cf, #4b5bd4, #4a61d8, #4866dd, #476ce1, #476ce1, #476ce1, #476ce1, #4866dd, #4a61d8, #4b5bd4, #4d55cf)!important;
    }
    #quality .mb-5 {
        margin-bottom: 0rem!important;
    }
    .quality-background .col-md-6 {
        z-index: 9;
    }
    .quality-background {
        background: none;
    }
    .custom-nav, #quality .tab-view  {
        z-index: 1;
        position: relative;
    }
    #quality .owl {
        padding: 3rem 3rem 3rem 4rem!important;
    }
    #quality .col-md-6 {
        width: 100%!important;
    }
    #quality .item .col-md-6 {
        width: 50%!important;
    }
    #benefits .col-md-4 {
        width: 50%!important;
    }
    #benefits .p-5 {
        padding: 0rem!important;
    }
    #quality .qlt-cnt {
        width: 70%;
    }
    #quality .top-card {
        height: 200px;
        width: 200px;
    }
    #quality .btm-card {
        margin-top: -112px;
    }
    .cirtri {
        gap: 2rem;
    }
    #web-develop #circle {
        width: 27px;
        margin-top: -3rem;
    }
    #web-develop #triangle {
        margin-top: -3rem;
    }
    #quality h3 {
        font-size: 26px!important;
    }
}
@media (min-width: 600px) and (max-width: 700px){
    .header .ps-5 {
        padding-left: 2rem!important;
    }
    .header img, svg {
        width: 90%!important;
    }
    .wave-shapes {
        display: none!important;
    }
    #top-navbar .child {
        margin-top: -179px;
    }
    .essential-background {
        background: none!important;
    }
}
/* @media (max-width: 450px){
    #web-develop .owl-stage {
        width: 2618px!important;
    }
} */
@media (max-width: 600px){
    .header {
        height: 570px!important;
    }
    .header .mt-5 {
        margin-top: 0rem!important;
    }
    .header .w-50 {
        width: 62%!important;
    }
    .header .ps-4 {
        padding-left: 0.5rem!important;
    }
    .wave-shapes {
        display: none!important;
    }
    .essential-background::after {
        background: none!important;
    }
    .header .header-img {
        text-align: center;
    }
    .header .fs-1 {
        margin-top: 7rem;
        font-size: 40px!important;
    }
    .header .ps-5 {
        padding-left: 1rem!important;
    }
    .header .lh-lg {
        line-height: 1.3!important;
    }
    .header .align-self-end {
        align-self: start!important;
    }
    .header .child .ms-5 {
        margin-left: 0rem!important;
    }
    .child .ms-5 {
        margin-left: 2rem!important;
        padding-right: 2.5rem!important;
    }
    .child {
        margin-top: -195px!important;
    }
    .cirtri {
        gap: 0rem;
      }
      #web-develop #triangle {
        /* width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 20px solid #f1ad0a;
        border-bottom: 10px solid transparent; */
        position: relative;
        transform: scale(var(--ggs,1));
        width: 12px;
        height: 6px;
        border-left: 1px solid transparent;
        border-bottom: 1px solid #FBBC05;
        transform: rotate(34deg);
      }
      /* #web-develop .owl-stage {
        width: 3408px!important;
      } */
      #web-develop #triangle,
      #web-develop #triangle::before {
          display: block;
          box-sizing: border-box;
          border-right: 3px solid transparent
      }
      #web-develop .gap-3 {
        justify-content: center;
      }
      #web-develop #triangle::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 16px;
        border-left: 1px solid #FBBC05;
        border-top: 1px solid #FBBC05;
        border-bottom: 3px solid transparent;
        transform: rotate(45deg) skew(10deg,10deg);
        left: -2px;
        bottom: -10px;
      }
      #web-develop #circle {
        height: 13px;
        width: 29px;
        border-color: #0963ff;
        border: 1px solid #0963ff;
        background: none;
        border-radius: 50%;
      }
    #web-develop .p-5 {
        padding: 1rem!important;
    }
    #web-develop .lh-lg {
        line-height: 1.5!important;
    }
    #web-develop .fs-1 {
        font-size: 24px!important;
    }
    #web-develop .web-theme {
        text-align: center;
    }
    
    #crafting .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .craft-background {
        background-repeat: no-repeat!important;
    }
    #quality .p-5 {
        padding: 1rem!important;
    } 
    #quality .mb-5 {
        margin-bottom: 0rem!important;
    }
    #quality .quality-background {
        position: relative;
        width: 100%;
        height: 15%;
        background-color: white;
    }
    #quality .quality-background::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 85%;
        background-image: linear-gradient(to bottom, #4d55cf, #4b5bd4, #4a61d8, #4866dd, #476ce1, #476ce1, #476ce1, #476ce1, #4866dd, #4a61d8, #4b5bd4, #4d55cf)!important;
    }
    .quality-background {
        background: none;
    }
    .quality-background .col-md-6 {
        z-index: 9;
    }
    #quality .tab-view {
        z-index: 1;
    }
    .custom-nav {
        z-index: 1;
        position: relative;
    }
    #quality .owl {
        padding: 0 1rem 1rem 1rem!important;
    }
    #quality h1 {
        font-size: 24px;
    }
    #quality .top-card {
        height: 150px;
        width: 150px;
    }
    #quality .m-5 {
        margin: 2rem!important;
    }
    #quality .btm-card {
        margin-top: -98px;
    }
    #quality .btm-card img,svg {
        width: 30%!important;
    }

    #benefits .fs-1 {
        font-size: 1.3rem!important;
    }
    #benefits .px-3 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    #benefits .w-75 {
        width: 100%!important;
    }
    .choose-background {
        height: 70%;
    }
    .choose-background::after {
        height: 30%;
    }
    .tech_background .grid {
        gap: 56px;
        padding: 1rem;
    }
    .tech_background .grid .w-50 {
        width: 75%!important;
    }
}