*{
    margin: 0;
    font-family: "Montserrat";
}

:root{
    --main_color: rgba(0, 0, 255, 0.514);
    --hover_color:rgb(65, 0, 180);
    --background-color: rgb(0, 105, 255);
    --background-color_2: rgba(0, 145, 255, 0.5);
    --background-color_3: #1e90ff;
    --background-color_4: #0077cc;
    --form-bg: #fdfdfd;
    --input-shadow: rgba(0, 0, 0, 0.2);
    --glow-color: #00ccff;
}

body{
    margin: 0
}

.Welcome{
    margin: auto;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/Images/Welcome.jpeg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Welcome div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.Welcome div h1{
    width: 70%;
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.Rewards{
    width: 180px;
    height: 50px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
}

.Rewards:hover{
    transition: background-color 0.4s linear;
    background-color: var(--background-color);
    border: none;
    cursor: pointer;
}

.Information, .Information_2{
    margin: auto;
    width: auto;
    height: auto;
    padding: 15px 20px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 100px;
}

.Information div, .Information_2 div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Information div h1, .Information_2 div h1{
    font-size: 36px;
    font-weight: 500;
}

.Information div p, .Information_2 div p{
    font-size: 16px;
    font-style: oblique;
    line-height: 1.4;
}

.Information div ul, .Information_2 div ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.4;
}

.Information img, .Information_2 img{
    width: 40%;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
}

.WhySelectUs{
    width: 90%;
    padding: 15px 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    margin-top: 100px;
}

.WhySelectUs_Info{
    width: 350px;
    padding: 25px;
    background-color: var(--background-color);
    color: white;
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 40px;
    flex-direction: column;
}

.WhySelectUs_Info div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.WhySelectUs_Info div h1{
    font-size: 32px;
}

.WhySelectUs_Info div p{
    font-size: 18px;
    font-weight: 400;
}

.WhySelectUs_Info nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid white;
    padding-top: 20px;
}

.More_Info{
    width: 220px;
    height: 55px;
    background-color: var(--background-color_2);
    border: none;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: color 0.3s linear, background-color 0.3s linear;
}

.More_Info:hover{
    transition: color 0.5s linear, background-color 0.5s linear;
    background-color: white;
    color: var(--background-color_2);
    cursor: pointer;
}

.Cards{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.Card{
    width: 200px;
    height: 270px;
    padding: 20px 15px;
    border: 1px solid rgba(100, 100, 100, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.Card h1{
    font-size: 20px;
    font-weight: 500;
    color: var(--main_color);
    text-align: center;
}

.Div_Icon{
    padding: 25px;
    background-color: rgba(220, 220, 220, 0.1);
    border-radius: 100%;
    text-align: center;
}

.Div_Icon i{
    font-size: 25px;
    color: var(--background-color);
}

.Card:hover .Div_Icon, .Card:hover .Div_Icon i {
    transition: background-color 0.3s ease-in-out, color 0.3s ease;
    background-color: var(--background-color);
    color: white;
}

.Mugs, .Reviews{
    margin: auto;
    width: 90%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    margin-top: 50px;
}

.Mugs{
    height: 350px;
    gap: 50px;
}

.Reviews{
    height: 600px;
    gap: 100px;
}

.Mugs_Info, .Reviews_Info{
    width: 100%;
    height: auto;
}

.Mugs_Info p, .Reviews_Info p{
    color: var(--main_color);
    font-size: 18px;
}

.Mugs_Info p span, .Reviews_Info p span{
    color: var(--hover_color);
}

.Mugs_Info h1{
    font-size: 42px;
    font-weight: 600;
    color: var(--hover_color);
}

.Sciences{
    width: 100%;
    height: 250px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

.Science{
    width: 300px;
    height: 80px;
    border: 1px solid rgba(100, 100, 100, 0.3);
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
    gap: 10px;
    padding-left: 20px;
}

.Science i{
    font-size: 40px;
}

.Science H1{
    font-size: 16px;
    font-weight: 600;
}

.Science:hover{
    transition: color 0.3s linear;
}

.S_1:hover{
    border: 2px solid yellowgreen ;
    color: yellowgreen;
}

.S_2:hover{
    border: 2px solid blueviolet ;
    color: blueviolet;
}

.S_3:hover{
    border: 2px solid red;
    color: red;
}

.S_4:hover{
    border: 2px solid violet ;
    color: violet;
}

.S_5:hover{
    border: 2px solid blue ;
    color: blue;
}

.S_6:hover{
    border: 2px solid orange ;
    color: orange;
}

.S_7:hover{
    border: 2px solid lightblue ;
    color: lightblue;
}

.S_8:hover{
    border: 2px solid orangered ;
    color: orangered;
}

.Eye_Icon{
    color: yellowgreen;
}

.Star_Icon{
    color: orange;
}

.Education_Icon{
    color: red;
}

.Nut_Icon{
    color: violet;
}

.Shuffle_Icon{
    color: blue;
}

.Infinity_Icon{
    color: blueviolet;
}

.Diamond_Icon{
    color: lightblue;
}

.Puls_Icon{
    color: orangered;
}

.swiper {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    overflow: visible;
    padding-right: 40px;
}

.swiper-slide {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: auto;
    transition: transform 0.3s ease;
}

.testimonial {
    width: 500px;
    height: auto;
    margin: auto;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.name {
    color: #1e2d26;
    font-size: 20px;
    font-weight: 700;
}

.stars span {
    color: #ffc107;
    font-size: 20px;
    margin-right: 2px;
}

.quote {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-style: italic;
    position: relative;
}

.quote-icon {
    font-size: 24px;
    color: #5a91cb;
    font-style: normal;
}

.quote-icon.left {
    margin-right: 8px;
}

.quote-icon.right {
    margin-left: 8px;
}

.Form{
    width: 80%;
    margin: auto;
    margin-top: 100px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.About{
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 15px 5px;
    gap: 20px;
}

.about-info {
    width: 450px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.about-info:hover {
    transition:transform 0.5s linear;
    transform: translateY(-5px);
    outline: 2px solid var(--background-color_2);
}

.icon-info {
    width: 50px;
    height: 50px;
    background-color: var(--background-color_2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-info i {
    font-size: 22px;
    color: white;
}

.mini-info {
    display: flex;
    flex-direction: column;
}

.mini-info h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main_color);
    margin: 0 0 4px 0;
}
  
.mini-info p,
.mini-info a {
    font-size: 16px;
    font-weight: 500;
    color: var(--hover_color);
    text-decoration: none;
    word-break: break-word;
    transition: color 0.3s ease;
}

.mini-info a:hover {
    color: var(--background-color);
}

.Message {
    width: 600px;
    margin: 80px auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: var(--form-bg);
    border-radius: 20px;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.2),
        0 0 60px rgba(0, 204, 255, 0.1);
    box-sizing: border-box;
    transform: perspective(1000px);
    transition: transform 0.4s ease;
}

.Message:hover {
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}

.Message input,
.Message textarea {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    box-shadow:
        inset 0 -2px 4px var(--input-shadow),
        0 6px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    box-sizing: border-box;
    transition: 0.3s ease;
}

.Message input:focus,
.Message textarea:focus {
    outline: none;
    transform: scale(1.02);
    box-shadow:
        0 0 0 3px var(--glow-color),
        0 0 12px var(--glow-color);
}

.Message_Input {
    height: 160px;
    resize: none;
}

.Submit_Button {
    width: 100%;
    background: linear-gradient(145deg, var(--background-color_4), var(--background-color_3));
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 26px;
    border: none;
    border-radius: 12px;
    box-shadow:
        0 6px 0 #005fa3,
        0 12px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.Submit_Button:hover {
    background: linear-gradient(145deg, #0088dd, #1e90ff);
    transform: translateY(-2px);
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.25),
        0 0 20px var(--glow-color);
}

.Submit_Button:active {
    transform: translateY(2px);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.2) inset;
}

#Footer{
    margin-top: 50px;
}

@media (min-width: 375px) and (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none !important;
    }
    .Welcome {
        height: 400px;
        padding: 20px;
        background-size: cover;
    }

    .Welcome div h1 {
        font-size: 28px;
        width: 90%;
    }

    .Rewards {
        width: 150px;
        height: 45px;
        font-size: 14px;
        padding: 8px;
    }

    .Information, .Information_2 {
        flex-direction: column-reverse;
        gap: 30px;
        margin-top: 60px;
    }

    .Information div, .Information_2 div {
        width: 100%;
    }

    .Information img, .Information_2 img {
        width: 100%;
    }

    .Information div h1, .Information_2 div h1 {
        font-size: 28px;
        text-align: center;
    }

    .Information div p, .Information_2 div p {
        font-size: 14px;
        text-align: center;
    }

    .WhySelectUs {
        flex-direction: column;
        gap: 30px;
        margin-top: 60px;
    }

    .WhySelectUs_Info {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .WhySelectUs_Info div{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .WhySelectUs_Info div h1 {
        font-size: 26px;
    }

    .WhySelectUs_Info div p {
        font-size: 16px;
    }

    .Cards {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .Card {
        width: 90%;
        height: auto;
    }

    .Mugs, .Reviews {
        width: 100%;
        align-items: center;
        text-align: center;
        margin-top: 350px;
    }

    .Mugs_Info{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .Mugs_Info h1 {
        font-size: 24px;
    }

    .Mugs_Info p, .Reviews_Info p {
        font-size: 14px;
    }

    .Sciences {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .Science {
        width: 90%;
        height: auto;
        padding: 15px;
    }

    .Form {
        flex-direction: column;
        gap: 40px;
    }

    .About {
        width: 100%;
        align-items: center;
    }

    .about-info {
        width: 100%;
        height: 200px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon-info {
        width: 40px;
        height: 40px;
    }

    .mini-info{
        gap: 20px;
    }

    .mini-info h2 {
        font-size: 20px;
    }

    .mini-info p, .mini-info a {
        font-size: 16px;
    }

    .Message {
        width: 100%;
        margin: auto;
        padding: 25px;
    }

    .Message input{
        font-size: 14px;
        font-weight: 600;
    }

    .Submit_Button {
        padding: 12px 20px;
        font-size: 15px;
    }

    .testimonial {
        width: 90%;
    }

    .name {
        color: #1e2d26;
        font-size: 20px;
        font-weight: 700;
    }
    
    .stars span {
        color: #ffc107;
        font-size: 16px;
        margin-right: 2px;
    }
    
    .quote {
        font-size: 14px;
        color: #333;
        line-height: 1.4;
        font-style: italic;
        position: relative;
    }
    
    .quote-icon {
        font-size: 20px;
        color: #5a91cb;
        font-style: normal;
    }
}
  