:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(212 100% 14.71%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212 100% 14.71%); 
    --darkBlue: hsl(212 100% 14.71%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(0deg 0% 32.58%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
  }
body,main,.main-footer {
    background-color: #f6f6f6 !important;
}
.section__apps__1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 90vh;
    overflow: hidden;
    justify-content: space-between;  
    justify-content: center;
    padding-top: 10rem;
}
.section__apps__1 .row{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    margin: 1.5rem 5rem;
    padding: 0 2rem;
}
.section__apps__1 .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 50%; */
    padding: 2rem;
}
.section__apps__1 .content h1{
    font-size: 2.3rem;
    font-weight: 700;
    color: #00234b;
    max-width: 47rem;
    margin-bottom: 3rem;
}
.section__apps__1 .content .app_name{
    background-color: #ca1f25;
    padding: 0px 10px;
    color: #fff;
    border-radius: 1rem;
}

.section__apps__1 .content p{
    font-size: 1.2rem;
    color: #00234b;
    margin-bottom: 1rem;
    text-align: center;
    padding: 0 8rem;
}
.group:focus-visible .group-focus-visible\:-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_svg\]\:size-20 svg {
    width: 1.25rem;
    height: 1.25rem;
}
.transition-transform {
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.section__apps__1 .img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.section__apps__1 img{
    border-radius: 5px;
    /* box-shadow: 0 0 20px 8px #00234b30; */
}
.wesaltalk_img img{
    border-radius: 21px;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
    box-shadow: -1px 20px 20px 8px #00000030;
}

.section__apps__1 video{
    border-radius: 21px;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
    box-shadow: -1px 20px 20px 8px #00000030;
}
.section__apps__1 .cta {
    position: relative;
    cursor: pointer;
    margin-top: -2rem;
    padding: 15px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
  }
  
.section__apps__1 .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #efb80f5e;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
.section__apps__1 .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
}
  
.section__apps__1 .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
.section__apps__1 .cta:hover:before {
    width: 100%;
    background: #efb80f5e;
}
  
.section__apps__1 .cta:hover svg {
    transform: translateX(0);
}
  
.section__apps__1 .cta:active {
    transform: scale(0.95);
}

.section__apps__1 .get_started {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 16rem;
    height: auto;
  }
   
  .section__apps__1 .get_started .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #ca1f25;
    border-radius: 1.625rem;
  }
   
  .section__apps__1 .get_started .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
   
  .section__apps__1 .get_started .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
   
  .section__apps__1 .get_started .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
   
  .section__apps__1 .get_started .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
   
  .section__apps__1 .get_started:hover .circle {
    width: 100%;
  }
   
  .section__apps__1 .get_started:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
   
  .section__apps__1 .get_started:hover .button-text {
    color: #fff;
  }
/****************************************** Section 1 ******************************************/


/****************************************** Section 2 ******************************************/
.section__apps__2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 70vh; */
    overflow: hidden;
    justify-content: space-between;  
    justify-content: center;
}
.section__apps__2 .row{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    margin: 1.5rem 5rem;
    padding: 0 2rem;
}
.section__apps__2 .content{
    text-align: center;
}
.section__apps__2 .content h2{
    margin: 4rem;
    color: #00234b;
    font-size: 2rem;
}
.section__apps__2 .features{
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* max-width: 80%; */
    place-self: center;
    padding: 0 5rem;
    
}
.section__apps__2 .feature{
    display: flex;
    padding-bottom: 2rem;
    min-height: 100px;
    border: #ffdead00;
    padding: 2rem 0;
    border-top-color: rgb(0 0 0 / 0.2);
    border-style: dashed;
    border-top-width: calc(1px* calc(1 - 0 ));
    border-bottom-width: calc(1px* 0 );
}
.section__apps__2 .feature_number{
    min-width: 90px;
}
.section__apps__2 .feature_number span{
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    /* color: #ca1f25; */
    color: #001834;

    font-family: Roboto Mono, monospace;
}
.section__apps__2  .feature_title {
  min-width: 250px;
  padding-right: 3rem;
}
.section__apps__2  .feature_title h4{
    text-align: left;
    color: #001834;
    font-size: 20px;
}

.section__apps__2  .feature_content {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}


/****************************************** Section 3 ******************************************/

/****************************************** Section 3 ******************************************/
.section__apps__3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    justify-content: space-between;  
    justify-content: center;
}
.section__apps__3 .row{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    margin: 1.5rem 5rem;
    padding: 0 2rem;
}
.section__apps__3 .content{
    text-align: center;
}
.section__apps__3 .content h2{
    margin-bottom: 2rem;
    color: #00234b;
    font-size: 2rem;
}
.section__apps__3 .content h3{
    margin: 4rem;
    color: #292929;
    font-size: 1.5rem;
}
.section__apps__3 .chooses{
    display: grid;
    background-color: #00234b;
    padding: 4rem 2rem;
    border-radius: 16px;
    justify-content: space-around;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section__apps__3 .choose{
    padding: 0 2rem;
    max-width: 41vw;

}
.border{

    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF33;
}

.section__apps__3 .choose_title h4{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 2rem 0;
    padding: 0 1rem;
}
.section__apps__3 .choose_content p{
    color: #ffffff;
}

.section__apps__4{
    height: fit-content ;
    min-height: 50vh;
    display: flex;
    align-items: center;
  }
  .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    padding: 0 50px;
}
.locations_content {
    position: relative;
    background: #00234b;
    border-radius: 16px;
    color: #fff;
    padding: 40px;
    overflow: hidden;
    background: #00234b;
    background: url(/assets/img/avatar/mesh-5.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.image.image-globe {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    left: auto;
    transform: translateX(10%) !important;
    width: 100%;
    top: 4rem;
    pointer-events: none;
    z-index: 0;
    height: 100%;
    align-items: center;
}
img.talk_with_us_img {
    height: 27rem;
}
.row_talk_with_us {
    min-height: 220px;
    align-items: center;
    align-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.side-text {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text_h2 {
    position: relative;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.34;
    color: #323338;
    margin-bottom: 24px;
    margin-bottom: 32px;
    padding-right: 10rem;
    font-weight: 300;
    color: #fff;
}
.text_p{
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 32px;
    padding-right: 12rem;
}
.btn_talk_with_us {
    color: #323338;
    background: #fff;
    margin-bottom: 0;
    padding: 15px 0;
    width: 227px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 40px;
    border: none;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    line-height: 17px;
}
.btn-icon svg{
    padding-top: 2px;
}

/****************************************** Section 3 ******************************************/


  
/*================================ section__6 =====================================*/

.section__6 {
    margin: 10rem 0;
    min-height: 70vh;
  }
  .section__6 h1 {
    color: #00234b;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
    margin-top: 100px;
    font-size: 2.2rem;
    padding: 0 8px;
  }
  
  .section__6 .box {
    border-radius: 20px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px 20px;
    margin: 20px;  
    width: 25%;
    min-height: 14rem;
    text-align: center;
    align-content: center;
  }
  
  .section__6 .box h2 {
    color: #00234b;
    font-weight: var(--weight3);
    margin: 0.5rem 0;
  }
  
  .section__6 .box h3 {
    font-size: 1.2rem;
    color: #00234b;
    font-weight: 700;
    margin: 0.5rem 0;
  }
  
  .section__6 .box h5 {
    color: #001227;
    font-weight:500;
    margin: 0.5rem 0;
  }
  
  
  .section__6 .box strong {
    font-weight: 700;
    color: #00234b
  }
  .section__6 .box p {
    color: 500;
  }
  
  .section__6 .cyan {
    border-top: 3px solid var(--cyan);
  }
  .section__6 .red {
    border-top: 3px solid var(--red);
  }
  .section__6 .blue {
    border-top: 3px solid var(--blue);
  }
  .section__6 .orange {
    border-top: 3px solid var(--orange);
  }
  
  
  .section__6 .row1-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section__6 .row2-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .section__6 .box-down {
    position: relative;
    top: 150px;
  }
  
  
  /*================================ section__6 =====================================*/
  


@media only screen and (max-width: 940px) {

    .section__apps__1 {
        /* height: 140vh; */
        /* padding-top: 20rem; */
    }
    .section__apps__1 .row {
        margin-top: 3rem;
        height: fit-content;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0;
        gap: 3rem;
    }
    .section__apps__1 .content-row {
        margin: 0.5rem 5rem;
        gap: 0;
    } 
    .section__apps__1 .content{
        padding: 1rem;
    }
    .section__apps__1 .content h1{
        text-align: center;
        font-size: 1.6rem;
    }
    .section__apps__1 .img{
        margin-right: 0;
    }
    .section__apps__1 .img img {
        height: 52vw;
    }
    .section__apps__1 video{
        width: 92%;
        height: 52vw;
        border-radius: 1.5rem;
        padding: 0px;
    }
    .section__apps__1 .content p{
        padding: 0 0rem;
        font-size: 1rem;
    }
    .contact_btn{
        display: none !important;
    }
    .contact_btn_mobile{
        /* margin-top: 2rem; */
        display: block !important;
    }
    .section__apps__2 .features{
        display: flex;
        gap: 3rem;
        max-width: 95%;
        place-self: anchor-center;
        flex-direction: column;        
    }
    .section__apps__2 .feature{
        display: flex;
        flex-direction: column;
        align-items: flex-start;    
    }
    .section__apps__2 .feature_number{
        min-width: unset;
    }
    .section__apps__3 .content h2 {
        margin: 0.5rem;
        margin-bottom: 1rem;
    }
    .section__apps__3 .content h3 {
        margin: 1rem;
        margin-bottom: 3rem;
    }
    .section__apps__3 .chooses {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        gap: 5rem;
    }

    .section__apps__3 .choose {
        max-width: unset; 
        padding: 0 0.4rem;
    }
    p.text_p{
        padding-right: unset;
    }
    .border{
        border-style: none;
    }
    .text_h2 {
        padding-right: unset;
    }
    .image.image-globe {
        top: 12rem;
    }
    
    /*================================ section__6 =====================================*/
    .section__6 .row1-container{
        flex-direction: column;
        margin: 0 2rem;
      }
      .section__6 .row2-container{
        flex-direction: column;
        margin: 0 2rem;
      }
      .section__6 .box {
        text-align: center;
        height: 200px;
        width: 100%;
        position: unset;
      }
  
      .section__6 .box-down {
        /* position: relative; */
        margin: 0 1rem;
        top: 150px;
  
        width: 100%;
      }
      .section__6 h1 {
        font-size: 2rem;
      }
      .section__6 .box h3 {
        font-size: 1.5rem;
      }
      .section__6 .box h5 {
        font-size: 0.8rem;
      }
      /*================================ section__6 =====================================*/
}
@media only screen and (max-width: 767px) {

}
  
@media only screen and (max-width: 979px) {
 
}