

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

:root {
    --primary-color: #325f80;
    --secondary-color: #ca1341;
    --ternary-color: #12b2c0;
    --line-color:rgb(238, 86, 86);
}

.top-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1%;
}

.top-bar img {
    height: 3.2vh;
    display: inline-block;
    text-align: center;
}

.top-bar h1 {
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
   
}

.top-bar a {
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    margin-right: 5px;
}

.top-bar button {
    color: white;
    background-color: var(--ternary-color);
    border: 1px solid;
    border-radius: 20px;
    font-weight: bold;
    font-size: small;
    padding: 8px;
}

/* 2nd section */

.discount {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 1%;
}

.discount p2 {
    color: white;
}

/* 3rd section */

.main {
    background-image: url(img/main.jpg);
    background-size: cover;
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content {
    text-align: center;
    margin-right: 30%;
}

.main-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
}

.main-content p {
    margin: 3%;
    font-size: 0.9rem;
    line-height: 19px;
}

.main-content button {
    color: white;
    background-color: var(--ternary-color);
    border: 1px solid var(--ternary-color);
    border-radius: 20px;
    padding: 2px;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    width: 50%;
}

/* 4th section */

.services {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding: 5% 10%;
    gap: 20px; 
}

.services img {
    height: 15vh;
    width: 15vh;
    border-radius: 80px;
}

.services h1 {
    font-size: 1rem;
    margin-bottom: 10%;
    font-weight: 700;
}

.services p {
    font-size: 0.9rem;
}

.services span {
    border-bottom: 2px solid var(--line-color);
}

/* 5th section */

.brands-section {
    background-color: var(--primary-color);
    height: 90%;
    padding: 5% 15%;
}

.brands-section h1 {
    color: white;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2%;
}

.brands-section span {
    border-bottom: 2px solid var(--line-color);
}

.brands-section p {
    color: white;
    font-size: 1rem;
    text-align: center;
}

.brands-collection {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 5%;
   
}

.brands-collection img {
    height: 30vh;
    width: 34vh;
    display: block;
}

.brand-txt {
    background-color: white;
    padding: 1.5%;
    width: 34vh;
}

.brand-txt h1 {
    font-size: 1rem;
    color: var(--primary-color);
}

.oxo-txt {
    background-color: var(--primary-color);
    width: 50%;
    margin: auto;
    padding: 0px 16px;
    border-radius: 50%;
}

#txt1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

#txt2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: white;
}

#txt3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 800;
}

#txt4 {
    font-family: 'Arial', sans-serif;
}

.brands-button {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.brands-button button {
    color: white;
    background-color: var(--ternary-color);
    border: 1px solid var(--ternary-color);
    border-radius: 20px;
    padding: 2px;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    width: 25%;
}

/* 6th section */

.customers-section{
    text-align: center;
    padding: 5% 15%;
}
.customers-section h1{
    font-size: 2rem;
    margin-bottom: 2%;
}
.customers-section p{
    font-size: 1rem;
}
.customer-reviews{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 5%;
}
.customer-reviews img{
    height: 16vh;
    width: 17vh;
    border-radius: 70px;
    margin-bottom: 5%;
}
.customer-reviews p{
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 5%;
    line-height: 15px;
}
.customer-reviews span{
    border-bottom:2px solid var(--line-color);
}
.customer-reviews b{
    color:#f2ae24;
    font-size: 1.5rem;
}
.customer-reviews h1{
    font-size: 0.8rem;
    font-weight: bolder;
    margin-top: 5%;
}
.customer-reviews h3{
    font-size: 0.6rem;
    font-weight: bolder;
}

/* 7th section */

.wedding-section{
    background-image:url(img/wedding.jpeg) ;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.wedding-section div{
    text-align: left;margin-left: 30%;
}
.wedding-section h1{
    font-size: 2rem;
    margin-bottom: 5%;
}
.wedding-section p{
    line-height: 20px;
}
.wedding-section span{
    color: var(--line-color);
    border-bottom: 2px solid var(--line-color);
}
.wedding-section b{
    border-bottom: 2px solid var(--line-color);
}
.wedding-section button{
    margin-top: 5%;
     color: white;
    background-color: var(--ternary-color);
    border: 1px solid var(--ternary-color);
    border-radius: 20px;
    padding: 2px;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    width: 35%;
}

/* 8th section */

.features{
    text-align: center;
    padding: 5% 15%;
}
.features-infos{
    display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      gap: 20px;
    margin-top: 5%;
}
.features-content{
    width: 25%;
}
.features-content img{
    height: 12vh;
    width: 12vh;
    border-radius: 50%;
    margin-bottom: 5%;
}
.features-infos h1{
    font-size: 1rem;
    margin-bottom: 6%;
}
.features-infos p{
    text-align: center;
    font-size: 0.9rem;
    line-height: 20px;
}

/* 9th section */

.registration{
    background-color: var(--primary-color);
    height: 50%;
    text-align: center;
    padding: 5% 15%;
}
.registration h1{
     font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: white;
}
.registration button{
     margin-top: 3%;
     color: white;
    background-color: var(--ternary-color);
    border: 1px solid var(--ternary-color);
    border-radius: 20px;
    padding: 2px;
    font-weight: bold;
    font-size: small;
    padding: 10px;
    width: 25%;
}

/* 10th section */

.description{
    text-align: center;
    padding:1% 15%;
}
.description p{
    font-size: 0.8rem;
}