*{
    margin: 0;
    padding: 0;

}
body{
    background-color: #000000;
}

.harmony{
    max-height: 12vh;
    width: 100%;
}

.rotarylogo{
    max-height: 12vh;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}

.slider .ticket{
    height: auto;
    margin-top: -10vh;
    width: 100%;
}

.band{
    height: auto;
    width: 100%;
}


.mainscreen
{
	width: 100%;
	display: flex;
    flex-direction: column;
    color:#963E7B;
}

.card {
	width: 60rem;
    margin: auto;
    background: white;
    position:center;
    align-self: center;
    border-radius: 1.5rem;
    box-shadow: 4px 3px 20px #3535358c;
    display:flex;
    flex-direction: row;
    
}

.leftside {
	background: #000000;
	width: 25rem;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.product {
    object-fit: cover;
	width: 20em;
    height: 30em;
}

.rightside {
    background-color: #ffffff;
	width: 35rem;
	border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 1rem 2rem 3rem 3rem;
}

p{
    display:block;
    font-size: 1.1rem;
    font-weight: 400;
    margin: .8rem 0;
}

.inputbox
{
    color:#030303;
	width: 100%;
    /*padding: 0.5rem;*/
    border: none;
    border-bottom: 1.5px solid #ccc;
    /*margin-bottom: 1rem;*/
    border-radius: 0.3rem;
    font-family: 'Roboto', sans-serif;
    color: #615a5a;
    font-size: 1.1rem;
    font-weight: 500;
  outline:none;
}

.expcvv {
    display:flex;
    justify-content: space-between;
    padding-top: 0.6rem;
}

.expcvv_text{
    padding-right: 1rem;
}
.expcvv_text2{
    padding:0 1rem;
}

.button{
    background: linear-gradient(
135deg
, #753370 0%, #298096 100%);
    padding: 15px;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 10px;
    width:100%;
    letter-spacing: .11rem;
    outline:none;
}

.button:hover
{
	transform: scale(1.05) translateY(-3px);
    box-shadow: 3px 3px 6px #38373785;
}

@media only screen and (max-width: 1000px) {
    .card{
        flex-direction: column;
        width: auto;
      
    }

    .leftside{
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
      border-top-right-radius:0;
      border-radius:0;
    }

    .rightside{
        width:auto;
        border-bottom-left-radius: 1.5rem;
        padding:0.5rem 3rem 3rem 2rem;
      border-radius:0;
    }
}


.stall img{
    height: auto;
    width: 100%;
}

#map-container {
    height: 100vh; /* Adjust as needed */
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Center the map using absolute positioning and margin */
  #map {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }

  .contact{
    background-color: #4f4e4e;
    min-height: 18vh;
  }

  .contact h2{
    color: #FF9B04CF;
    padding-top: 1vh;
  }




/*---responsive media queries---*/

 /* Extra small devices (phones, 600px and down) */

 @media only screen and (min-width: 400px) {
    .harmony img{
        height: 2vh;
    }
    .slider  .ticket{
        margin-top: -6vh;
    }
    .harmony{
        max-height: 50px;
        width: 100%;
    }
    .rotarylogo{
        max-height: 50px;
        width: 100%;
    }
 }
 

 @media only screen and (max-width: 600px) {
    .harmony img{
        height: 2vh;
    }
    .slider  .ticket{
        margin-top: -6vh;
    }
    .harmony{
        max-height: 40px;
        width: 26vw;
    }
    .rotarylogo{
        max-height: 6vh;
        max-width: 21vw;
        margin-left: 12px;
    }
    .product{
        width: 15em;
        height: 26rem;
        margin-top: -6rem;
    }
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {}
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 960px) {
    .slider .ticket{
        margin-top: -17vh;
        height: 82vh;
        width: 100%;
    }

    .container-fluid .col-lg-3{
        max-width: 20%;
    }
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    .col-xl-3{
        max-width: 20%;
    }
 } 

 @media only screen and (max-width: 400px) {
}




