* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}



input::placeholder {
  color: black!important;
}

.nav-bg {
    background-color: var(--secondry);
    box-shadow: 0px 1px 8px 1px #fbdae3;
}

.logo {
    font-size: 20px !important;
    font-weight: 700;
}

.text a {
    color: var(--text) !important;
    font-size: 16px;
    font-weight: 400;
}

.btn{
    border-radius: 25px !important;
    display: inline-block;
    font-weight: 600 !important;
    line-height: 1.5;
    color: #f3f3f3 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, #c51554, #ce255a, #d73261, #e03d67, #e9486e);
    border: 1px solid transparent;
    padding: 0.390rem 0.90rem !important;
    font-size: 16px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-section {
    /* background-color: var(--color); */
    background-image: linear-gradient(to right bottom, #fdf2f5, #fdf5f9, #fcf9fc, #fdfcfe, #ffffff);
}

.title h1 {
    font-size: 54px;
    color: var(--primary);
    font-weight: 600;
}

.title p {
    color: var(--pera);
    font-size: 24px;
    font-weight: 500;
}

#dot{
    color: #212325;
    font-weight: bold;
}
.title-btn{
    width: 100%;
    display: flex;
    align-items: center;
}
.bt1{
    max-width: 230px;
    width: 100%;
} 
.bt1 button{
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-radius: 28px;
    color: white;
    font-size: 16px;
    background-image: linear-gradient(to right, #c51554, #ce255a, #d73261, #e03d67, #e9486e);
}
.bt2{
    max-width: 230px;
    width: 100%;
    margin: 8px;

}
.bt2 button{
    width: 100%;
    padding: 10px 10px;
    border-radius: 28px;
    font-size: 16px;
    color: white;
    border: 1px solid #c51554;
    color: #c51554;
    background-image: linear-gradient(to right bottom, #fdf2f5, #fdf5f9, #fcf9fc, #fdfcfe, #ffffff);

}


/* ----------------------------------------card section */
 .bg-section2{
    padding: 20px;
 }
 .card-section{
    padding: 25px;
 }
span{
    color: var(--primary);   
}
.card{
    box-shadow: 0 10px 20px #e9cad2, 0 6px 6px #fbdae3;
    border-radius: 7px;
    object-fit: contain;
    height: 100%;
}

.card img{
    width: 180px; 
 
}
.card-body h1{
    font-size: 24px;
}
.card-body p{
    font-size: 16px;
    color: var(--subpera);
}



/* -------------------------------------------------------------phone-section */
 .bg-section3{
    background-image: url(images/Components/Jahanvi_DI_TripEase_PPT\ \(3\)\ 1.png);
    /* background-blend-mode: lighten; */
    background-blend-mode: overlay;
    z-index: -1;
    filter: blur(0.5px);
}
.sub-img img{
    width: 80%;
    z-index: 222;

}
.phn-img img{
    width: 100%;
}






/* ----------------------------------------------------------------------------phone-section end */

/* ----------------------------------------------------------------------------contect-section*/
.bg-section4{
    background-image: url(images/Components/Card.png);
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;

}
#pera{
    font-style: italic;
    color:var(--subpera);
}

.contact-btn{
    max-width: 300px;
   padding-top: 15px;
   
}
.contact-btn button{
     width: 210px;
    border: none;
    padding: 10px 12px;
    border-radius: 28px;
    color: white;
    background-image: linear-gradient(to right, #c51554, #ce255a, #d73261, #e03d67, #e9486e);
}

/* ----------------------------------------------------------------------------contect-end*/

.main{
    background-image: linear-gradient(to right, #c51554, #ce255a, #d73261, #e03d67, #e9486e);
}

.bottom-logo{
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 20px;
}

.bottom-logo p{
    font-size: 14px;
    color: var(--text);
}

h6,p{
    color: white
}
h6{
    font-size: 20px;
    font-weight: 500;
}
p a{
    text-decoration: none;
    font-size: 14px;
    color: var(--links);
}

.box input{
    border-radius: 16px !important;
    background-color: #ff8da9e5;

    
}

::placeholder{
    color: rgb(254, 254, 254) !important;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(255, 255, 255);
  }

  .icon{
    position: absolute;
    top:auto;
    left: 85%;
    color: white;
    margin-top: 10px;
  }




  /* ///////// ///////////////////////////////////////////////media*/


@media(max-width:768px){

    .banner-text{
        padding: 100px 0px 40px 0px;
    }
    
    .img-section img{
        width: 300px;
    }

    .title h1 {
        font-size: 2em;
        color: var(--primary);
        text-align: center;
        padding-top: 20px;
    }
    
    .title p {
        color: rgb(77, 75, 75);
        font-size: 1em;
        font-weight: 500;
        text-align: center;
    }
    
    #dot{
        color: black;
        font-weight: bold;
    }
    .title-btn{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bt1{
        max-width: 130px;
        width: 100%;
    } 
    .bt1 button{
        width: 100%;
        border: none;
        padding: 10px 10px;
        border-radius: 28px;
        color: white;
        background-color: var(--bgColor);
    
    }
    .bt2{
        max-width: 130px;
        width: 100%;
        margin: 8px;
    
    }
    .bt2 button{
        width: 100%;
        padding: 10px 10px;
        border-radius: 28px;
        color: white;
        border: 1px solid #E4416B;
        color: #E4416B;
    }

    .phn-img img{
        width: 320px;
        z-index: 222;}
    
        .icon{
            position: absolute;
            top: auto;
            left: 74.5%;
            color: white;
            margin-top: 10px;
          }

          .main-box{
            margin: 4px;
          }
        
}
  


/* ///////////////////////////////////////////////////////////////////////contect-section css */
/* ////////////////////////////////////////////right-side */

.contact{
    padding: 100px 0px !important;
}

.form-input input{
    width: 100%;
    padding: 10px;
    border-radius: 30px;
}
.form select{
    width: 100%;
    padding: 10px;
    border-radius: 30px;
}
textarea{
    border-radius: 12px !important;
}

/* ////////////////////////////////////////////left-side */


.info-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bottom-box{
   max-width: 320px;
    padding: 15px;
    border-radius: 12px;
    border: 2px dashed #ff7e9c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-box img{
    width: 28px;
    height: 28px;
    display: flex;

}
.bottom-box p{
    color: black;
    font-size: 16px;
}

.img1{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}







/* ////////////////////////////////////////////////////////////popup css*/
  
  h1 {
    text-align: left;
    font-family:Expletus Sans;
    color: #06D85F;
    font-size:54px;
  }
  

  
  .button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
     background-color: var(--primary);
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #1f2120;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius:20px;
    width: 30%;
    position: relative;
    transition: all 3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #C51554;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }

  .upsection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .down-btn{
    width: 100%;
    padding: 25px;
  }
 .btn1{
    width: 100%;
    margin: 8px;
 }
 .btn1 button{
    width: 100%;
    padding: 2px;
    border-radius: 28px;
    background-color: white;
    border: 1px solid rgb(178, 171, 171);
    color:rgb(66, 64, 64) ;
    font-size: 19px !important;
    font-weight: 700;

 }

 .bottom{
    padding: 15px;
 }
 .bottom-btn{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
 }
 
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #c11cc6;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 100%;
    }
    .popup{
      width: 90%;
    }
    .upsection{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 0px;
    }
    .upsection h2{
        font-size: 19px;
        padding-top: 8px;
    }
    .upsection p{
        font-size: 14px;
    }
    .btn1 button{
        width: 100%;
        padding: 0px;
        border-radius: 28px;
        background-color: white;
        border: 1px solid rgb(178, 171, 171);
        color: rgb(66, 64, 64);
        font-size: 11px !important;
        font-weight: 700;
    
     }
    

     .down-btn{
        width: 100%;
        padding: 0px;
      }

      .bottom-btn img{
        width: 80px;
      }
  }



.tc p{
    color:#667085;
}

.card-title{
        font-family: 'Expletus Sans' !important;
}




/* /////////////////////////////////  media*/
@media(max-width:768px){
    .card-section{
        padding:0px;
    }
    .contact{
        padding: 100px 0px 0px 0px !important;
    }
    .info-box{
        padding-bottom: 20px;
    }
}