* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html,
body {
    background-color: rgb(48 65 62 / 48%);
    overflow-x: hidden;
}

nav {
    height: 80px;
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 1;

}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: rgb(4, 4, 44);
    padding: 7px 13px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Style Script', cursive;
}

nav ul li a:hover {
    background-color: #6b0652;
    color: white;
    transition: all 1s ease;
}

a.active {
    background-color: #6b0652;
    color: white;
}


a:hover {
    background-color: #6b0652;
    color: white;
    transition: .5s;
}

.checkbtn {
    font-size: 20px;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    color: rgb(0, 0, 0);
}


#check {
    display: none;
}

.logo img {
    margin-top: -4%;
    height: 200px;
    cursor: pointer;
}

#find {
    height: 40px;
    width: 40%;
    margin-left: -105%;
    border-radius: 90px;
    border: 1px solid black;

}

input::placeholder {
    color: black;
    padding-left: 5%;
    font-size: 15px;
    font-weight: bold;
}

input {
    font-size: 20px;


}

.ri-search-line {
    margin-top: 1%;
    margin-left: -5.5%;
    font-size: 20px;
}






.dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Style Script', cursive;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #d6d1d1;
    font-weight: bold;
    font-family: 'Style Script', cursive;

}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown:hover .dropbtn {
    background-color: #6b0652;
    border-radius: 30px;
    color: white;

}




input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #6b0652;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  /* Style the container/contact section */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 6%;
  }
  
  /* Create two columns that float next to eachother */
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


  @media(max-width:1040px){
    nav ul {
        float: right;
        margin-right: -230px;
    }

    .logo img {
        margin-top: -6%;
        margin-left: -2%;
    }
    #find {
        width: 26%;
        margin-left: -93%;
    }
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 7%;
    }
}
@media(max-width:950px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 8%;
    }
}
@media(max-width:850px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 9%;
    }
}
@media(max-width:750px){
    .logo img {
        margin-top: -8%;
        margin-left: -2%;
    }
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 10%;
    }
}
@media(max-width:700px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 10%;
    }
}



@media(max-width:650px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 12%;
    }
}

@media(max-width:550px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 14%;
    }
    .logo img {
        margin-top: -10%;
        margin-left: -2%;
    }
}


@media(max-width:450px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 18%;
    }
    .logo img {
        margin-top: -13%;
        margin-left: -2%;
    }
}


@media(max-width:350px){
    .container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 10px;
        margin-top: 23%;
    }
    .logo img {
    margin-top: -17%;
    margin-left: -5%;
}
}



  @media (max-width:898px) {
    .checkbtn {
        display: block;
    }

    nav {
        width: 100%;
        margin-left: 0px;
        /* height: 60px; */

    }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(255, 255, 255);
        top: 60px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    #find {
        display: none;
    }

    .ri-search-line {
        display: none;
    }

    nav ul li {
        display: block;
        margin-left: 10%;
    }

    nav ul li a {
        margin-right: 60px;
        font-size: 20px;
        color: black;
    }

    nav ul li a:hover {
        background: black;
        color: white;
    }

    a:hover,
    a.active {
        background: none;
        color: black;
    }

    #check:checked~ul {
        left: 0;
    }
}

  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }

