html,body{
    width: 100%;
    height: 100%;
    
    /* font-family: Georgia; */
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    box-sizing: border-box;
    
  }
  
  .main{
    width: 100%;
    height: auto;
    min-height: 100vh;
    max-width: 1920px;
    margin: auto;
  }

.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background-color: white;
    margin: 33px 0px 25px 0px;
    padding: 5px;
    border-radius: 40px;
    width: 80%;
    max-width: 1536px;
    height: 40px;
}
.top img{
    height: 42px;
    width: 163px;
    padding-left: 15px;
}
.top button{
    padding: 6px 15px;
    background-color: #686628;
    border-radius: 20px;
    margin-right: 10px;
    color: white;
    font-family: 'Georgia', sans-serif;
}
.top h5{
    color: rgb(148, 143, 143);
    font-weight: 600;
    font-size: 10px;
    font-family: 'Georgia', sans-serif;
}
a{
    text-decoration: none;
}
.top,h5:nth-child(3){
    color:#3F1B5B;
}
@media (max-width:800px) {
    .top{
        margin: 20px 0px 0px 0px;
        padding: 5px;
        width: 90%;
        height: 30px;
    }
    .top img{
        height: 28px;
        width: 120px;
        padding-left: 0px;
        object-fit: contain;
    }
    .top button{
        padding: 5px 6px;
        background-color: #686628;
        border-radius: 20px;
        margin-right: 0px;
        color: white;
        font-family: 'Georgia', sans-serif;
        white-space: nowrap;
        font-size: 10px;
    }
    .top{
        margin: 20px 0px 0px 0px;
        padding: 5px;
        width: 95%;
        height: 30px;
        display: flex;
        justify-content: space-evenly;

    }
    .top img{
        display: none;
    }
    .top button{
        padding: 5px 6px;
        background-color: #686628;
        border-radius: 20px;
        margin-right: 0px;
        color: white;
        font-family: 'Georgia', sans-serif;
        white-space: nowrap;
        font-size: 2vw;
    }
    .top h5{
      font-size: 2.2vw;
      /* display: none; */
      color: rgb(148, 143, 143);
      font-weight: 600;
      font-family: 'Georgia', sans-serif;
      text-decoration: none;

    }
    .top,h5:nth-child(3){
        color:#3F1B5B;
    }
}
.sec1{
    height: 100%;
    width: 100%;
    background-color: #3F1B5B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1left{
    flex: 1;
  padding: 45px;
}
.sec1left h4{
    font-family:"Rock Salt", cursive;
    color: yellow;
    font-size: 1.4vw;
    font-weight: 100;    
}
.sec1left h1{
    font-family: 'Georgia', sans-serif;
    color: white;
    line-height: 35px;
    font-size: 3.5vw;
    width: 95%;
}
span{
    display: inline-block;
    font-family: "Rock Salt", cursive;
    background-color: yellow;
    color: black;
    font-size: 3vw;
    line-height: 30px;    
}
.sec1left h5{
    color: rgb(188, 178, 178);
    font-family: 'Georgia', sans-serif;
    font-weight: 100;
    line-height: 1.8vw;
    font-size: 1.1vw;
    margin-top: -3px;
  }
.sec1button{
    display: flex;
}
.sec1button img{
    width: 30%;
    margin-bottom: 15px;
}
.sec1butt2{
    margin-left: 5px;
}
.sec1left2{
    display: flex;
    gap: 5%;
    align-items: center;    
}
.sec1text{
    display: flex;
    flex-direction: column;
   width: 50%;
   margin-top: 15px;
}
.sec1left2 img{
    width: 30%;
    height:auto;
    
}
.sec1left2 h1{
    color:white;
    font-size: 1.5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;

}
.sec1left2 h5{
    color:white;
    font-size: 0.9vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.sec1right{
    flex: 1;
    padding-top: 15%;
}
.sec1rightimg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1right img{
    width: 95%;
}
@media (max-width:800px) {
    .sec1{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .sec1left{
        flex: 1;
      padding-top: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .sec1left h4{
        font-family:"Rock Salt", cursive;
        color: yellow;
        font-size: 2.5vw;
        font-weight: 100;
    }
    .sec1left h1{
        font-family: 'Georgia', sans-serif;
        color: white;
        line-height: 30px;
        font-size: 4vw;
        width: 75%;
    }
    span{
        display: inline-block;
        font-family: "Rock Salt", cursive;
        background-color: yellow;
        color: black;
        font-size: 3.5vw;
        line-height: 30px;    
    }
    .sec1left h5{
        color: rgb(188, 178, 178);
        font-family: 'Georgia', sans-serif;
        font-weight: 100;
        line-height: 15px;
        font-size: 10px;
        margin-top: 0px;
        width: 80%;
      }
      
      .sec1button{
        display: flex;
        justify-content: center;
        align-items: center;
      }
    .sec1button img{
        width: 30%;
        margin-bottom: 10px;
    }
    .sec1butt2{
        margin-left: 5px;
    }
    .sec1left2{
        display: flex;
        align-items: center; 
        justify-content: center; 
        }
    .sec1text{
        display: flex;
       margin-top: 0px;
       width: 30%;    
    }
    .sec1left2 img{
        width: 30%;
        height:auto;
        
    }
    .sec1left2 h1{
        color:white;
        font-size:2vw;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        padding: 0;
        margin: 0;
    
    }
    .sec1left2 h5{
        color:white;
        font-size: 1vw;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        margin-top: -8px;
    }
    .sec1right{
      display: none;
    }
}
.sec2{
    height: 100%;
    width: 100%;
    background-color:#FFF;;
}
.sec2top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec2top h6{
    color: #792CB5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec2top h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    width: 50%;
}
.sec2top h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 14px;
    width: 80%;
    text-align: center
}
.sec2bottom{
   display: flex;
   justify-content:center;
   gap: 50px;
   flex-wrap: wrap;
   /* flex-shrink: 0; */
   padding: 50px;

}
.box{
    height: 190px;
    width: 160px;
    background-color: #686628;
    border-radius: 50px;
    transform: rotate(-1.121deg);
    padding: 18px;
}
.box img{
    width: 20px;
    height: 20px;
}
.box h1{
    font-size: 13px;
    color: var(--White, #FFF);
    font-family: Georgia,sans-serif; 
}
.box h5{
    font-size: 8px;
    color: var(--White, #FFF);
    font-family: Montserrat,sans-serif;
    font-weight: 100;
    line-height: 13px;
}
@media (max-width:800px) {
    .sec2{
        height: 100%;
        width: 100%;
    }
    .sec2top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec2top h6{
        color: #792CB5;
        font-size: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
    }
    .sec2top h1{
        color: var(--Black-color, #120B1C);
        font-family: 'Georgia', sans-serif;
        font-weight: 700;
        font-size: 15px;
        width: 65%;
        text-align: center;
    }
    .sec2top h5{
        color: var(--Black-color, #120B1C);
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 17px;
        width: 85%;
        text-align: center
    }
    .sec2bottom{
       display: flex;
       justify-content:center;
       gap: 20px;
       flex-wrap: wrap;
       /* flex-shrink: 0; */
       padding: 0px;
    }
    .box{
        height: 160px;
        width: 130px;
        background-color: #686628;
        border-radius: 50px;
        transform: rotate(-1.121deg);
        padding: 18px;
    }
    .box img{
        width: 20px;
        height: 20px;
    }
    .box h1{
        font-size: 10px;
        color: var(--White, #FFF);
        font-family: Georgia,sans-serif; 
    }
    .box h5{
        font-size: 7px;
        color: var(--White, #FFF);
        font-family: Montserrat,sans-serif;
        font-weight: 100;
        line-height: 10px;
    }
}
.sec3{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.sec3left{
    flex:1;
    padding: 40px;
}
.sec3left h6{
    color: #792CB5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec3left h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    width: 80%;
}
.sec3left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 17px;
    width: 95%;
  
}
.sec3right{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec3right img{
    width: 65%;
}
@media (max-width:800px) {
    
.sec3{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.sec3left{
    flex:1;
    padding: 20px;
}
.sec3left h6{
    color: #792CB5;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec3left h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
}
.sec3left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
  
}
.sec3right{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec3right img{
    width: 70%;
}
}
.sec4{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.sec4right{
    flex:1;
    padding: 40px;
}
.sec4right h6{
    color: #792CB5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec4right h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    width: 80%;
}
.sec4right h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 17px;
    width: 95%;
  
}
.sec4left{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4left img{
    width: 65%;
}
@media (max-width:800px) {
    
.sec4{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.sec4right{
    flex:1;
    padding: 20px;
}
.sec4right h6{
    color: #792CB5;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec4right h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
}
.sec4right h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
  
}
.sec4left{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4left img{
    width: 70%;
}
}
.sec5{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.sec5left{
    flex:1;
    padding: 40px;
}
.sec5left h6{
    color: #792CB5;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec5left h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    width: 80%;
}
.sec5left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 17px;
    width: 95%;
  
}
.sec5right{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5right img{
    width: 65%;
}
@media (max-width:800px) {
    
.sec5{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.sec5left{
    flex:1;
    padding: 20px;
}
.sec5left h6{
    color: #792CB5;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.sec5left h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
}
.sec5left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
  
}
.sec5right{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5right img{
    width: 70%;
}
}
.sec6{
    width: 100%;
    height: 100%;
}
.sec6 h6{
        color: #792CB5;
        font-size: 1.2vw;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        text-align: center;
        margin: 0;   
}
.sec6top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec6 h1{
    color: var(--Black-color, #120B1C);
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    text-align: center;
    width: 35%;
}
.sec6 span{
    color: #792CB5;
    background-color: transparent;
    font-family: Georgia;
    font-weight: 700;
    font-size: 2.2vw;
}
.sec6flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 400px;
}
.sec6flex1{
    width: 19%;
    background: var(--base-white, #FFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 34px 104px 0px rgba(18, 22, 28, 0.10);
}
.sec6flex1 img{
    height: auto;
    width: 60px;
}
.sec6flex1 h5 {
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    width: 95%;
    line-height: 17px;
    text-align: center;
}
.sec6flex1 h1{
    color: var(--Black-color, #120B1C);
    text-align: center;
    font-family: 'Georgia', sans-serif;
    margin: 0;
    font-size: 0.9vw;
}
.sec6flex2{
    width: 19%;
    background: var(--base-white, #FFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 34px 104px 0px rgba(18, 22, 28, 0.10);
}
.sec6flex2 img{
    height: auto;
    width: 60px;
}
.sec6flex2 h5 {
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    width: 95%;
    line-height: 14.5px;
    text-align: center;
}
.sec6flex2 h1{
    color: var(--Black-color, #120B1C);
    text-align: center;
    font-family: 'Georgia', sans-serif;
    margin: 0;
    font-size: 0.9vw;
   width: 95%;
   align-items: center;
}
.sec6flex3{
    width: 19%;
    background: var(--base-white, #FFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 34px 104px 0px rgba(18, 22, 28, 0.10);
}
.sec6flex3 img{
    height: auto;
    width: 60px;
}
.sec6flex3 h5 {
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    width: 95%;
    line-height: 16.5px;
    text-align: center;
}
.sec6flex3 h1{
    color: var(--Black-color, #120B1C);
    text-align: center;
    font-family: 'Georgia', sans-serif;
    margin: 0;
    font-size: 0.9vw;
    width: 95%;
}
@media (max-width:800px){
    .sec6{
        height: auto;
        width: 100%;
    }
    .sec6 h6{
            color: #792CB5;
            font-size: 3vw;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            text-align: center;
            margin: 0;      
    }
    .sec6top{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec6 h1{
        color: var(--Black-color, #120B1C);
        font-family: 'Georgia', sans-serif;
        font-weight: 700;
        font-size: 4vw;
        text-align: center;
        width: 65%;
        margin: 0;      

    }
    .sec6 span{
        color: #792CB5;
        font-family: 'Georgia', sans-serif;
        font-weight: 700;
        font-size: 4vw;
    }
    .sec6flex{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        height: auto;
        width: 100%;

    }
    .sec6flex1{
        width: 50%;
        height: auto;
        background: var(--base-white, #FFF);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 3px;
    }
    .sec6flex1 img{
        height: auto;
        width: 60px;
    }
    .sec6flex1 h5 {
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    .sec6flex1 h1{
        text-align: center;
        margin: 0;
        font-size: 3vw;
    }
    .sec6flex2{
        width: 50%;
        background: var(--base-white, #FFF);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 3px;

    }
    .sec6flex2 img{
        height: auto;
        width: 60px;
    }
    .sec6flex2 h5 {
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    .sec6flex2 h1{
        text-align: center;
        margin: 0;
        font-size: 3vw;
    }
    .sec6flex3{
        width: 50%;
        background: var(--base-white, #FFF);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 3px;

    }
    .sec6flex3 img{
        height: auto;
        width: 60px;
    }
    .sec6flex3 h5 {
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    .sec6flex3 h1{
        text-align: center;
        margin: 0;
        font-size: 3vw;
    }
}
.sec7{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
.sec7main{
    height: 100%;
    width: 85%;
    background-color: var(--gray-500, #cecedb);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    justify-content: center;
}
.sec7left{
    width: 51%;
    margin-top: 40px;
    height: auto;
}

.sec7left img{
    height:90px;
    width: 80px;
}
.sec7site img{
        height: 31px;
        width: 152px;
        margin-top: -5px;
}

.sec7left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 15px;
    width: 77%;

}
.sec7left h6{
    color: #23142e;
    font-size: 1vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
   margin-top: 37px;
}
.sec7right{
    width: 35%;
    margin-top: 40px;
}
.sec7right h6{
    color: #23142e;
    font-size: 1vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.sec7navbar{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 10px;
}
.sec7navbar h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 700;
    line-height: 15px;
}
.sec7rightbottom{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 149px;
    align-items: flex-end;
}
.sec7right h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 600;
    color: #727279d0;
}
.sec7email{
   display: flex;
   align-items: center;
    margin-top: 10px;
    background-color: white;
    padding: 3px;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}
input{
    background-color: white;
    color: var(--Black-color, #120B1C);
    border-radius: 5px;
    flex: 1;
    border: none;
    text-indent: 6px;

}
.sec7emailbut{
    font-family: "Montserrat", sans-serif;
    background-color: #3F1B5B;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 8px;
    font-size: 10px;
    font-weight: 600;
}
@media (max-width:800px){
    .sec7{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}
.sec7main{
    height: auto;
    width: 85%;
    background-color: var(--gray-500, #cecedb);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.sec7left{
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec7left img{
    height: 95px;
    width: 80px;
}
.sec7site{
    display: flex;
    justify-content: center;
}
.sec7site img{
        height: auto;
        width: 60%;
        margin: 0;
}

.sec7left h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
        line-height: 17px;
}
.sec7left h6{
    color: #23142e;
    font-size: 2.5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 37px;
}
.sec7right{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.sec7right h6{
    color: #23142e;
    font-size: 2.5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.sec7right{
    color: #3F1B5B;
    font-size: 3vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec7navbar{
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 15px;
    margin-bottom:10px;
}
.sec7navbar h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 2vw;
    font-weight: 600;
}
.sec7rightbottom{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    height: 9vh;
    align-items: flex-end;
}
.sec7right h5{
    color: var(--Black-color, #120B1C);
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
}
.sec7email{
    display: flex;
    margin-top: 0px;
    text-align: center;
    width: 78%;
    overflow: hidden;
    border-radius: 5px;
    padding: 3px;
    align-items: center;

}
input{
    background-color: white;
    color: var(--Black-color, #120B1C);
    border-radius: 5px;
    border: none;
    flex: 1;
    font-size:3vw;
    text-indent: 10px;
}
.sec7emailbut{
    background-color: #3F1B5B;
    color: white;
    border-radius: 5px;
    border: none;
    font-size:2vw;
    height: 90% !important;
    padding: 9px;
    
}
}

