@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Workbench&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&family=Workbench&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tac+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+20&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


*{
    margin: 0;
    padding: 0;
}



.rkd-logo{
    width: 7rem;
    padding: 10px;
    margin-left: 18px;
}
nav{
    background: white;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{
    height: 50px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-weight: 900;
}

/*nav a:hover {
    background-color: #f0f0f0;
}*/

.menu{
    display: none;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background: rgb(255,255,255,0.2);
    backdrop-filter: blur(20px);
    box-shadow: -20px 0 20px rgba(0,0,0,0.5);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar.active {
    display: flex;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

/*.background-color-1-index{
    background: green;
    background-size: 100px  100px;
} */

.upper-display-part{
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px; 
    
}

.background-color-1-index .upper-display-part img{
    width: 20%;
    height: 50%;
    margin-left: 16%;
}
.upper-display-text{
    margin-top: 10%;
    margin-left: 8%;
}

.upper-display-text h2{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
   /* text-shadow: 3px 3px 1px rgba(0,0,0,0.3); */
}

.upper-display-text p{
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
    font-size: 23px;
    margin-top: 10px;
    text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
}

.upper-display-part img{
    width: 32%;
    height: 32%;
    margin-left: 100px;
}

.upper-display-text button a{
    text-decoration: none;
    color: white;
}

.upper-display-text button{
    margin-top: 12px;
    background: blue;
    width: 9rem;
    height: 2rem;
    border: none;
    border-radius: 30px;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.7);
}

.home-about-us{
    display: flex;
    align-items: center;
    padding: 5px;
}

.home-about-us img{
    width: 38rem;
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.home-about-text{
    width: 43%;
    margin-left: 8%;
}

.home-about-text h2{
    font-size: 30px;
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "BLED" 0,
    "SCAN" 0;
    color: black;
    text-shadow: 10px 10px 10px  rgba(0,0,0,0.3);
}

.home-about-text p{
    font-size: 18px;
    margin-top: 12px;
    font-family: "Wix Madefor Text", sans-serif;
    font-optical-sizing: auto;
}

.home-about-text button{
    width: 8rem;
    height: 1.5rem;
    margin-top: 10px;
    border: none;
    border-radius: 30px;
    background: aqua;
    box-shadow: 4px 4px 4px rgb(0,0,0,1);
}

.home-about-text button a{
    text-decoration: none;
    font-weight: 900;
    color: #1876f2;
}

.home-blog-txt{
    margin-left: 40rem;
    margin-top: 40px;
    margin-bottom: 50px;
}

.home-blog-txt p{
    font-size: 18px;
    margin-left: 70px;
    font-weight: bold;
}

.home-blog-txt h3{
    font-size: 25px;
}

.video{
    width: 18rem;
    margin-left: 20rem;
    margin-top: 22px;
}

.v1{
    width: 17.5rem;
}

.v2{
    margin-bottom: 22px;
}

.upper-about-us{
    display: flex;
    align-items: center;
}

.upper-about-us img{
    width: 22rem;
    padding: 10px;
    margin-top: 63px;
    margin-left: 100px;
}

.upper-about-us-txt{
    width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.upper-about-us-txt h1{
    font-size: 35px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

.upper-about-us-txt p{
    font-size: 20px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.middle-about-us img{
    width: 30rem;
    margin-right: 80px;
}

.middle-about-us{
    display: flex;
    align-items: center;
    margin-top: 15rem;
}

.middle-about-us-txt{
    margin-left: 70px;
    width: 850px;
    margin-right: 15rem;
}

.middle-about-us-txt h1{
    font-size: 45px;
    margin-bottom: 10px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

.middle-about-us-txt p{
    font-size: 19px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.human-about-us{
    margin-top: 10%;
    display: flex;
    align-items: center;
}

.human-about-us img{
    margin-left: 20%;
    width: 23rem;
}

.human-about-us-txt{
    margin-left: 20%;
}

.human-about-us-txt h1{
    font-weight: 900;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.products-card{
    border: 1px solid black;
    border-radius: 30px;
    width: 30rem;
    height: 10rem;
    margin-top: 60px;
    margin-left: 35%;
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 53%;
    max-height: 300px;
    overflow-y: scroll;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #1876f2;}

.products-card h2{
    margin-left: 28%;
    margin-top: 15px;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
}

.dropbtn{
    margin-left: 11rem;
    margin-top: 20px;
    width: 120px;
    height: 25px;
    border-radius: 30px;
    border: none;
}

.display-products{
   margin-top: 7%;
   display: flex;
   align-items: center;
}

.product-card{
    border: 1px solid black;
    width: 15%;
    border-radius: 30px;
    margin-left: 4%;
}

.product-card img{
    width: 12rem;
    padding: 10px;
    margin-left: 5px;
}

.product-card-txt span{
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-left: 25%;
}

.product-card-txt p{
    font-size: 18px;
    margin-left: 15%;
    margin-top: 10px;
    font-weight: 900;
}

.product-card-txt button{
    margin-left: 15%;
    margin-top: 10px;
    width: 140px;
    height: 23px;
    margin-bottom: 10px;
    border: none;
    border-radius: 30px;
    background: green;
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.fa-whatsapp{
    font-size: 17px;
}

.product-upper{
    height: 25rem;
}

.product-upper h1{
   font-size: 45px;
   padding: 10px;
   margin-top: 40px;
   margin-left: 60px;
   font-family: "Bebas Neue", sans-serif;
   font-weight: 400;
   font-style: normal;
   text-shadow: 4px 4px 4px rgba(0,0,1,0.7);
}

.ill-img{
    height: 40rem;
}

.contact-header{
    margin-left: 30%;
    margin-top: 20px;
    width: 600px;
}

.contact-header h2{
    font-size: 50px;
    margin-top: 10px;
    font-family: "Jersey 20", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact-header p{
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.contact-form{
    width: 23%;
    height: auto;
    border: 1px solid black;
    margin-top: 80px;
    margin-left: 150px;
    display: block;
    border-radius: 8px;
    margin-bottom: 10px;
}

.contact-form h3{
    font-size: 33px;
    margin-left: 13%;
    font-family: "Jaro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    margin-top: 20px;
    font-style: normal;
}

.form-txt-input{
    width: 80%;
    height: 30px;
    margin-left: 10%;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    box-shadow:3px  3px 3px 3px rgba(0,0,0,0.7);
}

.textarea-txt{
    width: 80%;
    height: 50px;
    margin-left: 10%;
    margin-top: 10px;
    resize: none;
    border-radius: 10px;
    outline: none;
    border: none;
    box-shadow:3px  3px 3px 3px rgba(0,0,0,0.7);
}

.contact-form button{
    margin-top: 10px;
    margin-left: 30%;
    width: 120px;
    height: 25px;
    margin-bottom: 10px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: white;
    font-weight: 900;
    background-color: #1876f2;
    transition: 2s ease;
}

.contact-form button:hover{
   color: #1876f2;
   background-color: white;
   box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
}

.abcdefg{
   width: 80px;
}

.abcdefgg{
    width: 60px;
}

.form-address-contaact-pg{
    display: flex;
    align-items: center;
}

.contact-details-box{
    display: flex;
    align-items: center;
    margin-left: 400px;
    margin-top: 15px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
}

.contact-details-box h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #1876f2;
}

.contact-details-txt{
    margin-left: 10px;
}

.entering-blogs{
    width: 120px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 47%;
    margin-top: 30px;
    border: none;
    border-radius: 30px;
    background: #1876f2;
    color: white;
    font-weight: 900;

}

footer {
    background-color: #1876f2;
    color: white;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px 20px;
}

.footer-column h4 {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #555;
    padding-bottom: 5px;
}

.footer-column p,
.footer-column a {
    margin-bottom: 8px;
    font-size: 14px;
    color: #bbb;
    text-decoration: none;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding: 10px 20px;
    background-color: #1876f2;
    font-size: 14px;
}

.cross{
    margin-left: 80%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 35px;
}

.hero-img{
    width: 10px;
    height: 30px;
}
@media (max-width: 800px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        margin: 20px 0;
    }
}