.card {
    border: none !important;
}
p {
    overflow: hidden;
}
.img-container {
    position: relative;
    overflow: hidden;
}
/* .img-container img {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
*/
.img-container:hover img {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 5px rgba(53, 53, 53, 0.5);
}

.my-div {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 1980 / 1385;
}
.my-div0 {
    background: url('/assets/images/hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 1980 / 1468;
}
.my-title{
    font-size: 60px;
}
.my-div1 {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 1980 / 1365;
}
.my-div2 {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 1980 / 7533;
}
.my-div3 {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1980 / 899;
}
* {
    margin: 0;
    padding: 0;
}
.btn {
    font-family: 'Roboto';
    font-weight: 400;
    border-radius: 7px;
}
.demo-button {
    position: absolute;
    bottom: 40px;
   /* Adjust this value to position the button vertically close to the bottom */
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B35;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #FF6B35;
    border-color: #FF6B35;
    border-radius: 6px;
    font-size: 14px;
    background-color: #FF6B35;
    border: #FF6B35;
}
.link-secondary{
    text-decoration: none !important;
    color: #ffffff !important;
}
.custom-btn {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 0px;
    border-top-right-radius: 9px;
}
.my-title {
    font-weight: 300;
    padding-top: 112px;
}
.col-md-10.col-xl-8.text-center.d-flex.d-sm-flex.d-md-flex.justify-content-center.align-items-center.mx-auto.justify-content-md-start.align-items-md-center.justify-content-xl-center {
    margin-bottom: 44px;
}

.get {
    border: 1px solid #fff;
    border-radius: 5px;
}
.intro-btn {
    padding-right: 10.2px;
    height: 41px;
    margin-top: -4px;
    margin-bottom: -12px;
    font-size: 14px;
}
p.text-muted {
    padding-bottom: 62px;
}
.elogo {
    margin-right: 150px;
}
.mc {
    background: #0D1323;
}
.mb {
    color: #fff;
}
.mg {
    color: #81838C;
}
.cardm {
    display: none;
}
.mob {
    display: none;
}

.appm {
    display: none;
}
.my-div2 {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 1980 / 7533;
}

.my-div1m {
    display: none;
}


.mg {
    color: #81838C;
}

.dm {
    display: none;
}

.sdd{
    display: block;
}

.sdm{
    display: none;
}

.fuuuuu {
    padding-bottom: 8%;
}

/* mobile */
@media only screen and (max-width: 767px) {
    .elogo {
        margin-right: 0;
   }
    .my-div0 {
        background: url('/assets/images/mobilehero.png');
       /* Replace with the path to your mobile background image */
        background-size: cover;
       /* You may need to adjust this based on your design */
        background-repeat: no-repeat;
        aspect-ratio: 376 / 840;
   }
    .my-title{
        font-size: 30px;
   }
    #scroller {
        display: flex;
        white-space: nowrap;
        cursor: grab;
        margin-top: 10%;
   }
    .images-sld {
        display: flex;
   }
    .img-sld {
        margin-right: 18px;
        width: 80px;
        aspect-ratio: 3/2;
        object-fit: contain;
        mix-blend-mode: color-burn;
   }
   .appm {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 375 / 1001;
}
    h2.fw-bold.my-title {
        text-align: left;
        font-size: 50px;
   }
    .sub-title {
        text-align: left;
   }
    .intro-btn {
        padding-right: 17.2px;
        margin-bottom: -11px;
        margin-left: 8px;
   }
    .mc {
        background: #fff;
        background-color: #fff;
   }
    .carddesk {
        display: none;
   }
    .cardm {
        display: block;
   }
    .img-container img {
        transition: none;
        padding: 43px;
   }
    .mb {
        color: #000000;
   }
    .mg {
        color: #81838C;
   }
    .my-div2m {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        aspect-ratio: 375 / 1640;
   }
    .my-div1m {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        aspect-ratio: 375 / 1063;
   }
    .my-div2 {
        display: none;
   }
    .appdeskop {
        display: none;
   }
    .mob {
        display: block;
   }
   .my-div1 {
    display: none;
   }

   .mleft {
    text-align: left !important;
   }
   .my-div3 {
    display: none;
   }

   .my-div3m{
    display: block;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        aspect-ratio: 375 / 213;
   }

   .demo-buttonl {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF6B35;
    color: #ffffff;
    padding: 5px 11px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #FF6B35;
    border-color: #FF6B35;
    border-radius: 6px;
    font-size: 7px;
    background-color: #FF6B35;
    border: #FF6B35;
}

.hide {
    display: none;
}

.img-container:hover img {
    transform: none;
    box-shadow: none;
}

.order-first {
    order: initial !important;
}


.dd {
    display: none;
}

.dm {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 377 / 255.81;
}

h2.fuuuuufw-bold.mb-3 {
    padding-top: 14%;
}

.sdm{
    display: block;
}
.sdms{
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    aspect-ratio: 358 / 162;
}

.sdd{
    display: none;
}


.fuuuuu {
    padding-bottom: 10%;
    padding-top: 14%;
}

.my-title {
    line-height: 107%;
    padding-top: 242px;
}

.super-heading {
    margin-top: 10%;
  }


.hided {
    display: block !important;
}

.col-lg-6 {
    margin-bottom: 0px !important;
}

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

 }
/* mobile */

.intrbtn {
    font-size: 71% !important;
}

.scroller {
    display: flex;
    white-space: nowrap;
    cursor: grab;
    margin-top: 22%;
}
.images-sld {
    display: flex;
}
.img-sld {
    margin-right: 18px;
    width: 100px;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  
  .word {
    position: absolute;
    opacity: 0;
  }
  
  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }
  
  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
  }
  
  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .wisteria {
    color: #8e44ad;
  }
  
  .belize {
    color: #2980b9;
  }
  
  .pomegranate {
    color: #c0392b;
  }
  
  .green {
    color: #16a085;
  }
  
  .midnight {
    color: #2c3e50;
  }


  .super-heading {
    margin-bottom: 10%;
  }

.hided {
    display: none;
}

img {
    border: none;
}

.col-lg-6 {
    margin-bottom: -107px;
}

/* .feature-box {
    border: 20px solid #fafafa;
    border-radius: 30px;
} */

.custom-btn:hover {
    background: #FF6B35 !important;
}











.loader_bg{
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader:before, .loader:after{
    content: '';
    border: 1em solid #FF6B35;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader:before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}







  

  
  .modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation: slideIn 0.5s ease-in-out;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-dialog {
    max-width: 100%;
    margin: 0; /* Remove default margin */
  }







  .custom-modal .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 50px);
    position: fixed !important;
    padding: 0;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }

  .custom-modal .modal.show .modal-dialog {
    transform: none;
  }

  .custom-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100vw;
  }

  .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 375px) and (max-height: 812px) {
    h2.fw-bold.my-title {
        text-align: left;
        font-size: 46px;
    }
}


.navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background-color: #fff;
}