@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

/* animated */
.nav-item a {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
  }
.nav-item a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #FF5757;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-item a:hover:after { 
    width: 100%; 
    left: 0; 
  }


  
.main-div {
    /* min-height:100vh; */
    height: auto;
    padding-bottom: 150px;
    background: linear-gradient(to left, #F5DDDD 0%, #FFFFFF 100%);
}




/*--navbar starting */

.banner img {
    height: auto;
    width: 170px;
}

.nav-button button{
   margin: 15px;
}
.login-btn {
    padding: 10px 30px;
    color: #FF5757;
    background: #F5DDDD;
    border: 1px solid #FF5757;
    transition: 0.3s;
    letter-spacing: 0.05em;
}

.login-btn:hover {
    background-color: #FF5757;
    color: #fff;
}

.store-btn {
    background-color: #FF5757;
    border: none;
    color: #fff;
    height: 2.9rem;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;

}


.store-btn:after {
    content: '>>';
    position: absolute;
    opacity: 0;
    top: 9px;
    right: -20px;
    transition: 0.5s;
}

.store-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.store-btn:hover:after {
    opacity: 1;
    right: 10px;
}
/* main-banner */
.main-banner{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

/*--banner fst button*/

.banner-div h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.02em;
    color: #000000;
}

.two-btns{
    display: flex;
    margin-top: 45px;
    gap: 25px;
}

.login-btn-1 {
    padding: 10px 25px;
    background-color: #FFF8F8;
    color: #FF5757;
    border: 1px solid #FF5757;
    transition: 0.3s;
}

.login-btn-1:hover {
    background-color: #FF5757;
    color: #fff;
}


/*====banner scnd button========*/

.store-btn-1 {
    background-color: #FF5757;
    border: none;
    color: #fff;
    height: 3rem;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
}



.store-btn-1 {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.store-btn-1:after {
    content: '>>>';
    position: absolute;
    opacity: 0;
    top: 12px;
    right: -20px;
    transition: 0.5s;
}

.store-btn-1:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.store-btn-1:hover:after {
    opacity: 1;
    right: 10px;
}

.banner-google img {
    height: auto;
    width: 160px;
}

.banner-phone {
    z-index: 2px;
}

.banner-phone img {
    height: auto;
    width: 80%;
    display: block;
}


.phone-contant {
    height: 55px;
    width: 164px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 0px;
    display: flex;
    margin-top: -102%;
    margin-left: 30%;
    padding:8px 15px;
    position: relative;
}

.phone-contant p {
    /* padding-top: 3px; */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: small;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.05em;
    color: #000000;
}

.phone-contant-2 p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: small;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.05em;
    color: #000000;
}

.phone-contant-3 p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: small;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.05em;
    color: #000000;
}

.phone-contant p img {
    height: auto;
    width: 14px;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}

.phone-contant-2 {
    height: 55px;
    width: 164px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 0px;
    display: flex;
    padding:8px 15px;
    position: relative;
    margin-left: 64%;
    margin-top: 17%;
}

.phone-contant-2 p img {
    height: 10px;
    width: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}

.phone-contant-3 {
    height: 55px;
    width: 164px;
    background: #FFFFFF;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px 0px 8px 8px;
    display: flex;
    padding:8px 15px;
    position: relative;
    margin-top: 35%;
    margin-left: -15%;
}

.phone-contant-3 p img {
    height: 10px;
    width: 10px;
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}



.popup {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    z-index: 2;
}

.popup-content {
    height: 280px;
    width: 46rem;
    background: white;
    padding: 50px;
    position: relative;
    top: 30%;
}

.soo-input{
    display: flex;
    gap: 15px;
}
.soo-input input{
    min-width: 300px;
    border: 1px solid #FF5757;
}

.icon-view{
    position: absolute; 
    right: 90px; 
    top: 158px;
    color: #FF5757;
}
  
.soo-input i{
    position: absolute;
}

.popup-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    height: auto;
    width:45px;
    border-radius: 50%;
    cursor: pointer;
}



.popup-content button {
    height: 40px;
    width: 130px;
    background-color: #FF5757;
    border: none;
    color: #fff;
}

.popup-btn {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.popup-btn:after {
    content: '>>>';
    position: absolute;
    opacity: 0;
    top: 8px;
    left: 72px;
    color: #fff;
    right: 0px;
    transition: 0.5s;
}

.popup-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.popup-btn:hover:after {
    opacity: 1;
    right: -8px;
}

.popup-btn-1 {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.popup-btn-1:after {
    content: '>>>';
    position: absolute;
    opacity: 0;
    top: 8px;
    left: 154px;
    color: #fff;
    right: 0px;
    transition: 0.5s;
}

.popup-btn-1:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.popup-btn-1:hover:after {
    opacity: 1;
    right: -8px;
}

.popup-1 {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    z-index: 2;
}

.popup-content-1 {
    height: 460px;
    width: 46rem;
    background: white;
    padding: 50px;
    position: relative;
    top: 15%;
}
.row-input{
    display: flex;
    gap: 15px;
}
.row-input input{
    min-width: 300px;
}

.popup-content-1 .close-1 {
    position: absolute;
    top: 20px;
    right: 10px;
    background:transparent;
    height: auto;
    width:45px;
    border-radius: 50%;
    cursor: pointer;
}

.popup-content-1 input {
    border: 1px solid #FF5757;
}

.popup-content-1 button {
    height: 40px;
    width: 200px;
    background-color: #FF5757;
    border: none;
    color: #fff;
}

.popup-content-1 button a {
    text-decoration: none;
    color: #fff;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.up-and-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.up-and-down {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.scnd-div{
    margin-top:200px;
}

.scnd-div h6 {
    color: #FF5757;
    font-size: 20px;
}
.scnd-div-col,.phone-side-content {
    margin-top: 100px;
}
.scnd-div-col p{
    text-align: end;
    font-weight: 500;
    font-size: 16px;
}
.scnd-div h2{
    margin-top: 5px;
    font-size: 40px;
}

.scnd-div-col {
    text-align: end;
}

.scnd-div-col img {
    width: 50px;
}

.scnd-div-col p {
    color: rgb(143, 140, 140);
} 

.phone-img{
  justify-content: center;
  display: flex;
  margin-top: 100px;
}
.phone-img img {
    height: 630px;
    width: auto;
}


.phone-side-content img {
    width: 50px;
}

.phone-side-content p {
    color: rgb(143, 140, 140);
    font-size: 16px;
    font-weight: 500;
}

.phone-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.phone-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.about-us-div{
    margin-top: 200px;
}

.about-us-div h6 {
    color: #FF5757;
    font-size: 20px;
}
.about-us-div h2{
    margin-top: 5px;
    font-size: 40px;
}
.about-us-div p{
    text-align: center;
    width: 70%;
    font-size: 16px;
}

.about-us-btn {
    background-color: #FF5757;
    width: 210px;
    height: 40px;
    border: none;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}
.about-us-btn a{
    text-decoration: none;
    color: #fff;
}

.about-us-btn {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.about-us-btn:after {
    content: '>>';
    position: absolute;
    opacity: 0;
    top: 8px;
    right: -20px;
    transition: 0.5s;
}

.about-us-btn:hover {
    padding-right: 24px;
    padding-left: 8px;
}

.about-us-btn:hover:after {
    opacity: 1;
    right: 10px;
}

/* freguently div section three */
.frequently-div{
    margin-top: 200px;
}
.frequently-div h6 {
    color: #FF5757;
    font-size: 20px;
}
.frequently-div h2{
    margin-top: 5px;
    font-size: 40px;
}

.accordion-body {
    padding: 0px;
  }
  /* .accordion-body h1 {
      font-size: 30px;
      margin-bottom: 50px;
  } */
  /* accordion title  */
  /* .single-acco{
      display: flex;
      justify-content:space-between ;
  } */
  .single-acco h6 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* background: #cdcdcd; */
      /* padding: 1rem; */
      cursor: pointer;
      margin-bottom: 15px;
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      /* line-height: 62px; */
  }
  .single-acco span{
      font-size: 35px;
      font-weight: 500;
  }
  /* accordion body  */
  .accodion-body {
      /* background: #eee; */
      /* padding: 1rem; */
      /* margin-bottom: 20px; */
      display: none;
  }
  .accodion-body p{
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      /* line-height: 28px; */
      /* or 156% */
      letter-spacing: 0.02em;
      color: #000000;
  }
  .accodion-body:first-child {
      display: block;
  }


/* --- footer */

.footer-div {
    background: #280606;
    height: auto;
    margin-top: 100px;
}

.footer-div-contant h4 {
    color: #fff;
    font-size: 20px;
}

.footer-div-contant a {
    text-decoration: none;
}

.footer-div-contant li {
    color: rgb(163, 159, 159);
    text-decoration: none;
    list-style-type: none;
    font-weight: 500;
}

.play-store-img img {
    max-width: 144px;
    height: auto;
}

.iocns-div {
    display: flex;
}

.roud {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.fab:hover {
    color: #000;
    transition: 0.3s;
}

.roud i {
    padding: 9px;
    margin-top: 8px;
    color: rgb(138, 135, 135);
}
 

/* 
.card-body h6 {
    font-size: large;
} */

.card {
    border: none;
}icon
/* 
.card-body p {
    display: none;
    font-size: 16px;
} */

.creatore{
    display: flex;
    justify-content: space-between;
}
.creatore p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #D0D0D0;
}
.creatore  a{
    /* font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-size: 14px; */
    line-height: 18px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #D0D0D0;
}
  .hr-line hr{
    margin-top: 70px;
    border: 0.8px solid #888888;
}


/* responsive device mobile @media*/
@media screen and (max-width:480px) {

    .nav-item{
        margin: 0px; 
    }
    .main-div{
        padding-bottom: 50px;
    }
    .banner-phone img{
       margin: auto;
       padding-top: 85px;
    }
    .nav-button button{
        margin: 5px;
    }
    .main-banner{
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 45px;
        padding: 10px;
        width: 100%;
    }
    .banner-div h1{
        font-size: 35px;
        text-align: center;
    }
    .banner-div p{
        text-align: center;
    }
    .two-btns{
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .login-btn-1 {
        height: 3rem;
        width: 250px;
   }
   .store-btn-1{
        margin-top:10px;
}
    .banner-google{
        width: 100%;
        display: flex;
        justify-content: center;
 }
 .banner-google img{
    height: auto;
    width: 200px;
 }
/* banner image phone content */
    .phone-contant, 
    .phone-contant-2,
    .phone-contant-3{
        display: none; 
  }

  /* section-2 */

  .scnd-div{
    margin-top: 70px;
  }
  .scnd-div h2{
    font-size: 30px;
  }
   .phone-img  {
       display: none;
  }
   .scnd-div-col {
     padding: 20px;
     justify-content: center;
     text-align: center;
     margin-top: 20px;
  }
   .scnd-div-col p{
     text-align: center;
  }
   .phone-side-content{
     padding: 20px;
     justify-content: center;
     text-align: center;
     margin-top: 0px;
  }
   .about-us-div{
     margin-top: 70px;
  }
  .about-us-div h2{
    font-size: 30px;
  }
  .about-us-div p{
    text-align: center;
    width: 100%;
  }

  /* section three frequently */
  .frequently-div{
    margin-top: 90px;
  }
  .frequently-div h2{
    font-size: 30px;
  }
 
 /* footer */
   .footer-div{
     margin-top: 70px;
   }
   .footer-div h4{
    font-size: 18px;
    margin-top: 20px;
   }
   .hr-line hr{
    margin-top: 50px;
   }
   .creatore{
    flex-direction: column;
    text-align: center;
   }

/* popup div */
.popup-content {
    height: 350px;
    padding: 20px;
    margin: 10px;
    /* width: 100%; */
    top: 25%;
}
   .soo-input{
    flex-direction: column;
    width: 100%;
}
   .soo-input input
   {
    /* min-width: 300px; */
    
    border: 1px solid #FF5757;
}
.popup h3{
    font-size: 22px;
    text-align: center;
}
.popup-content .close {
    top: 25px;
    right: 15px; 
}
.icon-view{
    right: 67px; 
    top: 198px; 
}
.icon-view i{
    color: #FF5757;
}
.icon-view i:hover{
    color: #FF5757;
}

/* popup div 2 */
.popup-content-1 {
    height: 580px;
    top: 20%;
    padding: 20px;
    margin: 10px;
    /* width: 100%; */
    top: 10%;
}
.popup-1 h3{
    text-align:center;
    /* margin: 10px; */
    font-size: 22px;
}

.row-input{
    flex-direction: column;
}
.popup-content-1 .close-1{
    top: 22px;
    right: 1px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-div {
        padding-bottom: 250px;
    }
    .main-banner{
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 100px;
        padding: 10px;
        width: 100%;
    }
    .banner-div h1{
        text-align: center;
    }
    .banner-div p{
        text-align: center;
    }
    .two-btns{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .login-btn-1 {
        height: 3rem;
        width: 250px;
   }

    .banner-google{
        width: 100%;
        display: flex;
        justify-content: center;
 }
    .banner-google img{
       height: auto;
      width: 200px;
 }
    .banner-phone img{
        margin: auto;
        /* padding-top: 85px; */
        margin-top: 150px;
     }

     .phone-contant {
        margin-top: -100%;
        margin-left: 38%;
    }
    .phone-contant-2 {
        margin-left: 72%;
        margin-top: 19%;
    }
    .phone-contant-3{
        margin-top: 38%;
        margin-left: 5%;
    }

    /* section 2 start */
    .scnd-div{
        margin-top: 95px;
    }
    .scnd-div-col {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
     }
     .scnd-div-col p{
        text-align: center;
        font-size: 16px;
        width: 80%;
     }
     .phone-side-content {
        padding: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
     }
     .phone-side-content p{
        text-align: center;
        font-size: 16px;
        width: 80%;
     }
     .about-us-div{
        margin-top: 95px;
     }


     /* section 4 */
     .frequently-div{
        margin-top: 95px;
     }

}
