

@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@400..700&family=Playpen+Sans:wght@100..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@400..700&family=Playpen+Sans:wght@100..800&family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    }

    html{
        font-size: 62.5%;
    }

     
    body{
        margin: 0;
        padding: 0;
        font-family:"Playpen Sans";
        font-size: 1.6rem;
    }


    .container{
        /* border: 5px solid blue; */
        width: 95%;
        margin: 0 auto;
        max-width: 1400px;
        }
    
            /* -------------------HEADER------------ */
            .header{
        /* border: 7px solid yellow; */
    }
    


    /* ---------------------LOGO-------------------------- */
    .logo{
    /* border: 3px solid peru; */
        /* height: 100px; */
        text-align: center;
       padding: 10px 0;
    
    }
    
    .logo img{
    width: 570px;
    width: 35%;
    /* height: 150px; */
    object-fit: contain;
    }
    
/* ----------------------NAVBAR-------------------- */

    input[type="checkbox"]{
        width: 35px;
        height: 30px;
        position: absolute;
        top: -82px;
        left: 20px;
        z-index: 5;
        opacity: 0;
    }

    .navbar{
            /* border: 4px solid red; */
            background-color:pink;
            padding:15px 0px;
        position: relative;
    }  

    .hamburger-lines{
        position: absolute;
        top: -80px;
        left: 20px;
        height: 28px;
        width: 35px;
        /* border: 3px solid #ff0000; */
     display: none;

    }
    
    .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        background-color: #ffb1b1;
        margin: 5px 0;
        border-radius: 10px;
    }

    .navitems{
    text-align: center;
    }
    
    .navitem{
        /* border: 5px dotted green; */
        display: inline-block;
        margin:0 40px ;
        }
        
        .navitem a{
            text-decoration: none;
           font-size:2.8rem ; 
           color: rgb(255, 94, 139);
            
        }

        
    
    /* ----------------------INDEX BG IMG-------------------- */

        .bgimg{
            background: url("../image/imgbg1.jpeg");
            height: 60vh;
            background-position: top left;
            background-repeat: repeat;
            /* background-size: cover; */
            position: relative;
            /* border-radius: ; */
            z-index: 0;
        }
    
        /* .bgcontent{
            background-color: rgb(52, 112, 52, 0.5);
            width: 300px;
            height: 100px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50% , -50%);
            text-align: center;
            padding: 10px;
            background-color:rgba(255, 194, 203, 0.783);
            border-radius:99px;
            color:rgb(255, 136, 156);
       
        } */

        
    /* --------------------INDEX WELCOME WRAPPER----------- */

        .welcome-wrapper{
            background-color:pink;
            padding:100px 0;
        
        }
    
        .welcome{
    /* overflow: hidden; */
    display: flex;
    justify-content: space-evenly;
        }
    
        .wHeader{
            /* float: left; */
    
            /* border: 4px solid red; */
            width: 38%;
            text-align: center;
            font-size: 3rem;
            /* vertical-align: bottom; */
            /* height:200px; */
            align-self: center;
            color: rgb(255, 136, 156);
        }
    
        .para{
            /* float: right;*/
    
            /* border: 4px solid blue; */
            width:50%;
            font-size: 2rem;
            color: black;
        }
    
        .para p{
            /* border: 4px solid lightcoral; */
            margin-bottom:10px;
        }
    /* -------------------------INDEX CUSTOMER ORDER------------------------------------------------ */
       .gallery-wrapper{
    /* background-color:aquamarine; */
    /* height: aut; */
       }
    
    .gallery{
        /* background-color: chocolate; */
        /* height: 400px; */
    }
    
    .gallery-head{
    /* text-align: center; */
    background-color: white;
    padding: 20px 0;

    }

    .gallery-head h3{
        text-align: center;
        font-size: 4rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .gallery-head span{
    display: block;
        width:60px;
    height: 5px;
    background-color: rgb(207, 207, 207);
    margin-left: 50%;
    /* The margin left needs to be modified */
    margin-top: 23px;
    transform: translateX(-50%);
    }
    
    .gallery-photos{
        /* border: 10px solid rgb(255, 0, 238); */
        text-align: center;
        height: 560px;
    }
    
    .box{
        display: inline-block;
        height:100%;
        width: 30%;
        margin:0 1%;
        /* border: 4px solid green; */
        position: relative;
    }
    
    
    .gallery1{
        height: 100%;
    }
     /* .box3{
        margin-right:0;
    } */
    
    .box img{
        height:100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    } 
    
    .blank1, .blank2, .blank3{
        /* border: 10px solid black; */
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out;
    
    }
    .gallery-link{
        /* background-color: rgb(255, 127, 127); */
        padding: 20px 0px;
        text-align: center;
        margin-top: 3em;
        
    }
    
    .gallery-link a{
        border: 2px solid rgb(197, 197, 197);
        border-radius:99px;
        padding: 8px 10px;
        text-decoration: none;
        color: rgb(185, 184, 184);
        /* margin: 20px; */
    }
    
    .review1, .review2, .review3{
        background-color: rgba(178, 196, 196, 0.855);
        width: 80%;
        /* height: ; */
        position: absolute;
        top: 50%;
        left: 20%; 
        transform: translate(-50%,-50%);
        /* text-align: center; */
        padding: 10px;
        opacity:0;
        transition: all 0.4s ease-in-out;
    
    }
    
    .box1:hover .review1{
       cursor:pointer;
        opacity: 1;
        left: 50%;
    }
    
    .box1:hover .blank1{
       cursor:pointer;
    background-color: rgba(0, 0, 0, 0.5); 
    }
    
    .box2:hover .review2{
       cursor:pointer;
        opacity: 1;
        left: 50%;
    }
    
    .box2:hover .blank2{
       cursor:pointer;
    background-color: rgba(0, 0, 0, 0.5);
    }
    
    .box3:hover .review3{
       cursor:pointer;
        opacity: 1;
        left: 50%;
    }
    
    .box3:hover .blank3{
       cursor:pointer;
    background-color: rgba(0, 0, 0, 0.5);
    }
    /* -----------INDEX PROCESS----------- */
    .process-wrapper{
        /* border: 4px solid green ; */
        padding: 55px 0px;
        padding: 30px 0px;
        margin-top:60px;
        margin-top: 30px;
        background-image: url("../image/guidebg.png");
        height: auto;
        background-repeat:repeat;
        background-size: contain;
        background-position: center;
    } 
    
    .process{
        /* border: 4px solid red ; */
        text-align: center;
        /* height: 80%; */
     }
    
    .processh3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(37, 21, 28);
    
    
    
     }
    
     .pbox{
        background-color:rgb(177, 126, 137);
        /* border: 4px solid black; */
        display: inline-block;
        width: 32%;
        padding: 30px 100px 35px;
        padding: 30px 50px 35px;
       
     }
    
    
    
    .process img{
        width:80px;
        width: 60px;
        height: 80px;
        height: 60px;
        object-position: center;
        object-fit: contain;
        /* border: 4px solid pink; */
       
    }
    
    .process h3, p{
        color: rgb(255, 255, 255);
        
    }
    
    .process p{
        font-size: 1.6rem;
    }
    
    .process h3{
        margin:10px 0;

    }




        /* ----------------------GALLERY WEBPAGE------------------------------ */
    
        .cards-wrapper{
            padding:30px 0px;
        }
        
    
        .cards{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
           gap: 80px;
        }
    
        .card{
            border: 1px solid lightgray;
            width:400px ;
            padding:10px;
            border-radius: 14px;
            /* text-align: center; */
            
        }
    
        .card p{
            padding: 15px  0px;
            /* border: 2px solid green; */
            width: 90%;
            margin: 0 auto;
            color: black;
        }
    
        
    
        .cardimg{
            display:block;
            width:90%;
            border-radius: 14px;
            margin: 0 auto;
            object-fit: cover;
            object-position: center;
            height:453px;
        }
    
        .card-header{
            position: relative;
        }
    
    
        .rating{
          position: absolute;  
          bottom: 10px;
          left: 30px;
          background-color: rgba(255, 255, 255, 0.673);
          border-radius: 20px;
          padding:2px 12px;
        }
    
        .card h4{
            margin: 4px auto;
            width:90%;
    
        }



        /* ----------------------GUIDE PAGE------------------------------------------------------- */
.guide-wrapper{
    display: flex;
    flex-wrap: wrap;
     width:100%;
     /* border: 3px solid blue; */
     gap: 20px;
     justify-content: center;
     padding: 40px 0;
 }
 
 .guide-header{
     margin-top: 30px;
     text-align: center;
     font-weight: 700;
 }
 
 .guide{
    width: 45%;
   border-collapse: collapse;
 
 }
 
 caption{
     font-size: 2.5rem;
     font-weight: 550;
 }
 
 .guide th{
     text-align: left;
     padding:9px;
     background-color: lightpink;
     color: ghostwhite;
     
 }
 
 .guide td{
     border-bottom:1px solid pink;
     padding: 5px;
    
 }

 


/* ---------------CONTACT PAGE------------- */

.container h2, h3{
    /* border: 4px solid red; */
    text-align: center;
}

.contact-wrapper{
    border-radius: 5px;
    background-color:rgb(253, 245, 245);
    padding: 40px 30px;
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    
}

.outercontainer{
    width: 100%;
    /* border: 4px solid rgb(0, 0, 0); */
    background-color:#fae6e6;
    padding: 60px;
}

input[type=text],[type=email], [type=tel]{
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 20px;
}

input[type=submit]{
  width: 100%;
  background-color: #ffbbbb;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  margin: 15px 0px;
}

.thankyou{
    text-align: center;
    padding: 100px;
    height: 35vh;
    background-color: #fde3e3;
    border-radius: 15px;
    border: 4px solid rgb(248, 169, 182);
}

.thankyou h2{
    margin: 25px;
}
     
    /* ---------------------------FOOTER------------------------- */
    
    .footer{
        /* height: 100px; */
        background-color: rgb(253, 204, 211);
    
     }
    
     .footer div{
        text-align: center;
        padding: 50px;
        font-weight: 600;
        font-size: 2.3rem;
     }
    

     /* ---------------------------MEDIA QUERY------------------ */
     @media only screen and (max-width:1200px){
        html{
            font-size: 50%;
            /* for 8px */

        }

        /* -------------------------INDEX CUSTOMER ORDER------------------------------------------------ */
       .gallery-wrapper{
        /* background-color:aquamarine; */
        /* height: aut; */
           }
        
        .gallery{
            /* background-color: chocolate; */
            /* height: 400px; */
        }
        
        .gallery-head{
        /* text-align: center; */
        background-color: white;
        padding: 20px 0;
    
        }
    
        .gallery-head h3{
            text-align: center;
            font-size: 4rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .gallery-head span{
        display: block;
            width:60px;
        height: 5px;
        background-color: rgb(207, 207, 207);
        margin-left: 50%;
        /* The margin left needs to be modified */
        margin-top: 23px;
        transform: translateX(-50%);
        }
        
        .gallery-photos{
            /* border: 10px solid rgb(255, 0, 238); */
            text-align: center;
            height: 460px;
        }
        
        .box{
            display: inline-block;
            height:100%;
            width: 30%;
            margin:0 1%;
            /* border: 4px solid green; */
            position: relative;
        }
        
        
        .gallery1{
            height: 100%;
        }
         /* .box3{
            margin-right:0;
        } */
        
        .box img{
            height:100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        } 


    }
    
    
    
    
    
    
    
     @media only screen and (max-width:865px){
        html{
            font-size: 50%;
            /* for 8px */
        }






        /* -------------------------INDEX CUSTOMER ORDER------------------------------------------------ */
       
        
        .gallery{
            /* background-color: chocolate; */
            /* height: 400px; */
            width: 80%;
        }
        
       
        
        .gallery-photos{
            /* border: 10px solid rgb(255, 0, 238); */
            /* text-align: center; */
            height: auto;
        }
        
        .box{
            display: block;
            height:100%;
            width: 60%;
            margin:20px auto;
            /* border: 4px solid green; */
            position: relative;
        }
        
        
        .gallery1{
            height: 100%;
        }
         /* .box3{
            margin-right:0;
        } */


        /* -----------INDEX PROCESS----------- */
    .process-wrapper{
        /* border: 4px solid green ; */
        padding: 55px 0px;
        padding: 30px 0px;
        margin-top:60px;
        margin-top: 30px;
        background-image: url("../image/guidebg.png");
        height: auto;
        background-repeat:repeat;
        background-size: contain;
        background-position: center;
    } 
    
    .process{
        /* border: 4px solid red ; */
        text-align: center;
        width: 80%;
        /* height: 80%; */
     }
    
    .processh3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(37, 21, 28);
    
    
    
     }
    
     .pbox{
        background-color:rgb(177, 126, 137);
        /* border: 4px solid black; */
        display: block;
        width: 80%;
        padding: 30px 100px 35px;
        padding: 30px 50px 35px;
        margin: 20px auto;
    
       
     }
    
    
    
    .process img{
        width:80px;
        width: 60px;
        height: 80px;
        height: 60px;
        object-position: center;
        object-fit: contain;
        /* border: 4px solid pink; */
       
    }
    
    .process h3, p{
        color: rgb(255, 255, 255);
        
    }
    
    .process p{
        font-size: 1.6rem;
    }
    
    .process h3{
        margin:10px 0;

    }


    /* ------LOGO----- */
    /* .logo{
        text-align: center;
        padding: 8px 0px;
    }

    .logo img{
        width:200px;
        height: 100px;
        object-fit: contain;
    } */

    /* --------------NAVBAR--------- */

    .navbar{
        background-color:pink;
}  

.hamburger-lines{
    display: inline-block;
}

.navbar .navitems{
    background-color: pink;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    transition: all 400ms ease-in-out;
}

.navbar input[type="checkbox"]:checked ~ .navitems{
    transform: scaleY(1);
}


.navbar .navitem{
    display: block;
    margin: 0 0;
    padding:10px 0;
    border-bottom:2px solid white ;
}

.navbar .hamburger-lines .line1{
    transform-origin: 0% 0%;
    transition: all 0.4s ease-in-out;

}
 .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(32deg);
 }

 .navbar .hamburger-lines .line2{
   
    transition:all 0.4s ease-in-out;

}
 .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
 }

 .navbar .hamburger-lines .line3{
    transform-origin: 0% 100%;
    transition: all 0.4s ease-in-out;

}
 .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-32deg);
 }

 /* ------------INDEX WELCOME----------- */
    .welcome-wrapper{
        background-color: pink;
        padding: 60px 0px;
    }

    .welcome{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 60px;
        align-items: center;
    }

    .wHeader{
        width: 60%;
        text-align: center;
        font-size: 3rem;
        align-self: center;
        color: rgb(255, 136, 156);
    }

    .para{
        width:70%;
       font-size: 2rem; 
    }

    .para p{
        margin-bottom: 10px;
    }

        }




         @media only screen and (max-width:800px){
   
    /* ----------------------INDEX BG IMG-------------------- */

    .bgimg{
        background: url("../image/imgbg1.jpeg");
        height: 60vh;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* border-radius: ; */
        z-index: 0;
    }



    
     /* -----------INDEX PROCESS----------- */
     .process-wrapper{
        /* border: 4px solid green ; */
        padding: 55px 0px;
        padding: 30px 0px;
        margin-top:60px;
        margin-top: 30px;
        background-image: url("../image/guidebg.png");
        height: auto;
        background-repeat:repeat;
        background-size: contain;
        background-position: center;
    } 
    
    .process{
        /* border: 4px solid red ; */
        text-align: center;
        width: 80%;
        /* height: 80%; */
     }
    
    .processh3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(37, 21, 28);
    
    
    
     }
    
     .pbox{
        background-color:rgb(177, 126, 137);
        /* border: 4px solid black; */
        display: block;
        width: 80%;
        padding: 30px 100px 35px;
        padding: 30px 50px 35px;
        margin: 20px auto;
    
       
     }
    
    
    
    .process img{
        width:80px;
        width: 60px;
        height: 80px;
        height: 60px;
        object-position: center;
        object-fit: contain;
        /* border: 4px solid pink; */
       
    }
    
    .process h3, p{
        color: rgb(255, 255, 255);
        
    }
    
    .process p{
        font-size: 1.6rem;
    }
    
    .process h3{
        margin:10px 0;

    }

         }


        @media only screen and (max-width:768px){
            
            /* ----------------------INDEX BG IMG-------------------- */

    .bgimg{
        background: url("../image/imgbg1.jpeg");
        height: 50vh;
        background-position:center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* border-radius: ; */
        z-index: 0;
    }
            
            
            /* ----------LOGO-------- */
             .logo{
                text-align: center;
                /* padding: 8px 0px; */
            }
        
            .logo img{
                width:50%;
                /* height: 120px; */
                object-fit: contain;
            } 
            
            /* ----------NAVBAR--------- */
            .navbar{
                background-color:pink;
        }  

        .hamburger-lines{
            display: inline-block;
        }

        .navbar .navitems{
            background-color: pink;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 10;
            transform: scaleY(0);
            transform-origin: 0% 0%;
            transition: all 400ms ease-in-out;
        }

        .navbar input[type="checkbox"]:checked ~ .navitems{
            transform: scaleY(1);
        }


        .navbar .navitem{
            display: block;
            margin: 0 0;
            padding:10px 0;
            border-bottom:2px solid white ;
        }

        .navbar .hamburger-lines .line1{
            transform-origin: 0% 0%;
            transition: transform 0.4s ease-in-out;

        }
         .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line1{
            transform: rotate(32deg);
         }

         .navbar .hamburger-lines .line2{
           
            transition: transform 0.4s ease-in-out;

        }
         .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line2{
            transform: scaleY(0);
         }

         .navbar .hamburger-lines .line3{
            transform-origin: 0% 100%;
            transition: transform 0.4s ease-in-out;

        }
         .navbar input[type="checkbox"]:checked ~ .hamburger-lines .line3{
            transform: rotate(-32deg);
         }

          /* ------------INDEX WELCOME----------- */
    .welcome-wrapper{
        background-color: pink;
        padding: 60px 0px;
    }

    .welcome{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 60px;
        align-items: center;
    }

    .wHeader{
        width: 60%;
        text-align: center;
        font-size: 3rem;
        align-self: center;
        color: rgb(255, 136, 156);
    }

    .para{
        width:70%;
       font-size: 2rem; 
    }

    .para p{
        margin-bottom: 10px;
    }


     /* -----------INDEX PROCESS----------- */
     .process-wrapper{
        /* border: 4px solid green ; */
        padding: 55px 0px;
        padding: 30px 0px;
        margin-top:60px;
        margin-top: 30px;
        background-image: url("../image/guidebg.png");
        height: auto;
        background-repeat:repeat;
        background-size: contain;
        background-position: center;
    } 
    
    .process{
        /* border: 4px solid red ; */
        text-align: center;
        width: 80%;
        /* height: 80%; */
     }
    
    .processh3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(37, 21, 28);
    
    
    
     }
    
     .pbox{
        background-color:rgb(177, 126, 137);
        /* border: 4px solid black; */
        display: block;
        width: 85%;
        padding: 30px 100px 35px;
        padding: 30px 50px 35px;
        margin: 20px auto;
    
       
     }
    
    
    
    .process img{
        width:80px;
        width: 60px;
        height: 80px;
        height: 60px;
        object-position: center;
        object-fit: contain;
        /* border: 4px solid pink; */
       
    }
    
    .process h3, p{
        color: rgb(255, 255, 255);
        
    }
    
    .process p{
        font-size: 1.6rem;
    }
    
    .process h3{
        margin:10px 0;

    }

/* ----------------------GUIDE PAGE------------------------------------------------------- */
.guide-wrapper{
    display: flex;
    flex-wrap: wrap;
     width:100%;
     /* border: 3px solid blue; */
     gap: 40px;
     justify-content: center;
     padding: 40px 0;
 }
 
 .guide-header{
     margin-top: 30px;
     text-align: center;
     font-weight: 700;
 }
 
 .guide{
    width: 80%;
   border-collapse: collapse;
 
 }
 
 caption{
     font-size: 2.5rem;
     font-weight: 550;
 }
 
 .guide th{
     text-align: left;
     padding:9px;
     background-color: lightpink;
     color: ghostwhite;
     
 }
 
 .guide td{
     border-bottom:1px solid pink;
     padding: 5px;
    
 }


        }


        @media only screen and (max-width:450px){
            
            /* ----------------------INDEX BG IMG-------------------- */

    .bgimg{
        background: url("../image/imgbg1.jpeg");
        height: 40vh;
        background-position:center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* border-radius: ; */
        z-index: 0;
    }

    /* -----------INDEX PROCESS----------- */
    .process-wrapper{
        /* border: 4px solid green ; */
        padding: 55px 0px;
        padding: 30px 0px;
        margin-top:60px;
        margin-top: 30px;
        background-image: url("../image/guidebg.png");
        height: auto;
        background-repeat:repeat;
        background-size: contain;
        background-position: center;
    } 
    
    .process{
        /* border: 4px solid red ; */
        text-align: center;
        width: 80%;
        /* height: 80%; */
     }
    
    .processh3{
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(37, 21, 28);
    
    
    
     }
    
     .pbox{
        background-color:rgb(177, 126, 137);
        /* border: 4px solid black; */
        display: block;
        width: 85%;
        padding: 30px 100px 35px;
        padding: 30px 50px 35px;
        margin: 20px auto;
    
       
     }
    
    
    
    .process img{
        width:80px;
        width: 60px;
        height: 80px;
        height: 60px;
        object-position: center;
        object-fit: contain;
        /* border: 4px solid pink; */
       
    }
    
    .process h3, p{
        color: rgb(255, 255, 255);
        
    }
    
    .process p{
        font-size: 1.6rem;
    }
    
    .process h3{
        margin:10px 0;

    }

    /* ------------INDEX WELCOME----------- */
    .welcome-wrapper{
        background-color: pink;
        padding: 50px 0px;
    }

    .welcome{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 50px;
        align-items: center;
    }

    .wHeader{
        width: 80%;
        text-align: center;
        font-size: 3rem;
        align-self: center;
        color: rgb(255, 136, 156);
    }

    .para{
        width:75%;
       font-size: 2rem; 
    }

    .para p{
        margin-bottom: 10px;
    }


    /* ----------LOGO-------- */s
    .logo{
        text-align: center;
        /* padding: 8px 0px; */
    }

    .logo img{
        width:50%;
        /* height: 120px; */
        object-fit: contain;
    } 
    
    /* ----------------------GUIDE PAGE------------------------------------------------------- */
.guide-wrapper{
    display: flex;
    flex-wrap: wrap;
     width:100%;
     /* border: 3px solid blue; */
     gap: 40px;
     justify-content: center;
     padding: 40px 0;
 }
 
 .guide-header{
     margin-top: 30px;
     text-align: center;
     font-weight: 700;
 }
 
 .guide{
    width: 90%;
   border-collapse: collapse;
 
 }
 
 caption{
     font-size: 2.5rem;
     font-weight: 550;
 }
 
 .guide th{
     text-align: left;
     padding:9px;
     background-color: lightpink;
     color: ghostwhite;
     
 }
 
 .guide td{
     border-bottom:1px solid pink;
     padding: 5px;
    
 }


     }