* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
hr {
    margin: auto;
    padding-bottom: 20px;
}
.hero-1 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(46, 202, 190, 0.6), rgba(128, 101, 159, 0.8));
    padding-bottom: 50px;
}

.hero-2 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: linear-gradient( rgba(128, 101, 159, 0.8), rgba(46, 202, 190, 0.6));
    padding-bottom: 50px;
}
.hero-3 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: hsl(38, 22%, 93%);
    padding-bottom: 80px;
}
.container {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}
.brand-logo {
    padding: 20px;
    width: 350px;
}
h1 {
    font-size: 36px;
    font-family: 'Lucida Grande';
    font-weight: bolder;
    color: #ffffff;
    text-align: center;
}
h2 {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #505050;
    text-align: center;
}
h3 {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 100;
    color: #2b2a2a;
    text-align: center;
}
.bg-prim {
    background-color: rgba(128, 101, 159, 0.8); 

}
.bg-sec {
    background-color: rgba(46, 202, 190, 0.8);

}
.Heading {
    text-align: center;
    margin: auto;
    padding: 25px 40px;
    margin-top: 50px;
    font-family:'Lucida Grande';
    font-weight: bold;
    font-size: 64px;
    border-radius: 20px;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.style-1 {
    color: #2ECABE; 
    font-family: 'Lucida Grande', sans-serif;
    font-size: 36px; 
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.style-2 {
    color: #80659F;
    font-family: 'Lucida Grande', sans-serif;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 3px solid #3EB9A4; 
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.style-3 {
    color: #505050; 
    font-family: 'Lucida Grande', sans-serif;
    font-size: 30px;
    font-weight: 500;
    background: linear-gradient(90deg, #2ECABE, #A66ABB);
    -webkit-text-fill-color: transparent;
}

.style-4 {
    color: #FFFFFF; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 22px; 
    font-weight: 800;
    background-color: #A66ABB;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.text-center {
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px; 
    line-height: 1.5;
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.variant-heading {
    color: #2ECABE; 
    font-family: 'Lucida Grande', sans-serif; 
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.variant-subheading {
    color: #80659F; 
    font-family: 'Lucida Grande', sans-serif;
    font-size: 30px;
    font-weight: 600;
    border: 5px solid #3EB9A4;
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.variant-text {
    color: #505050; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 22px;
    line-height: 1.8;
    background: #A66ABB; 
    color: #FFFFFF;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    text-align: justify;
}
