* {
    padding: 0px;
    margin: 0px;
    /* border: 2px solid yellow; */
    box-sizing: border-box;
  }
  
  .header {
    width: 100%;
    height: 11vh;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
    background: linear-gradient(180deg, #b7b2b2 30%, #ffffff);
  
  }
  
  .headerrap {
    width: 100%;
    height: 11vh;
    /* margin-left: 100px; */
    /* background-color: #4c5454; */
  }
  
  .profile {
    float: right;
    display: flex;
    flex-direction: row;
  }
  
  .profile ul {
    padding-top: 13px;
    margin-right: 10px;
  }
  
  .profile ul li {
    display: inline;
  }
  
  .profile ul li a span {
    color: #171717;
    font-weight: 400;
    font-size: 45px;
    padding-left: 10px;
    padding-right: 20px;
  }
  
  .profile ul li a span:hover {
    color: #edbc09;
    transition: 0.95s;
  }
  
  .login {
    border: 3px solid black;
    border-radius: 10px;
    height: 6vh;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    display: block;
    background: linear-gradient(to right, black 50%, #edbc09 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
  
  .login:hover {
    background-position: left bottom;
  }
  
  .login a {
  
    text-align: center;
    font-size: 20px;
    margin-top: 3px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    transition: all .6s ease-out;
    display: block;
  }
  
  .login a:hover {
    color: white;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
  }
  
  .text {
    position: absolute;
  }
  
  .text img {
    margin-left: 100px;
    height: 11vh;
    /* background: linear-gradient(to bottom,#ffffff,#171717); */
  }
  
  .container {
    width: 100%;
    height: 10vh;
    padding-top: 13px;
    /* background-color: #edbc09; */
  }
  
  .conrap {
    width: 50%;
    margin: auto;
    height: 6vh;
    margin-left: 250px;
    border-radius: 12px;
    border: 3px solid black;
    background-color: #edbc09;
  }
  
  #searchbox {
    width: 93.3%;
    height: 5.2vh;
    outline: none;
    border: none;
    border-radius: 11px;
  
    margin-left: 50px;
  }
  
  #searchicon {
    /* background-color: rgb(130, 32, 32); */
    margin-top: 4px;
    font-size: 30px;
    position: absolute;
    height: 2vh;
    margin-right: 20px;
    margin-left: 10px;
  }
  
  ::placeholder {
    color: rgb(23, 23, 23, 0.8);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-left: 20px;
    padding-top: 9px;
    font-size: 18px;
  }
  @font-face {
    font-family:Headline ;
    src: url(./Confine/Confine-Bold.otf);
  }
  .nav {
    width: 100%;
    height: 10vh;
    /* background-color: #edbc09; */
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .7);
  }
  
  .navrap {
    width: 80%;
    margin: auto;
    padding-top: 9px;
    padding-left: 200px;
    
  }
  
  .list1 {
    display: flex;
    flex-direction: row;
  }
  
  .list1 a {
    float: left;
    font-size: 20px;
    font-family:'Headline';
    color: #171717;
    margin-right: 10px;
    padding: 14px 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
  }
  
  #navc:hover {
    /* transition: 1.3s ease-in-out; */
    border-bottom: 3px solid #edbc09;
  }
  
  .dropdown {
  
    overflow: hidden;
    width: max-content;
  }
  
  .dropdown .dropbtn {
    font-size: 20px;
    border: none;
    text-transform: uppercase;
  
    font-family:'Headline';
    outline: none;
    color: #171717;
    padding: 14px 16px;
    border-radius: 40px;
    /* background-color: inherit; */
    margin-left: 10px;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #171717;
    color: #ffffff;
    transition: 0.6s;
  }
  .dropdown:hover .dropbtn .fa-caret-down{
    color: #edbc09;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    /* border: 2px solid yellow; */
    backdrop-filter: blur(5px);
    border-radius: 20px;
    min-width: 180px;
    margin-left: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    font-family: "Oswald", sans-serif;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  
  .dropdown-content a:hover {
    background-color: rgb(221, 221, 221,0.5);
    border-radius: 20px;
    color: #edbc09;
  
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* categories */
  .dropdown1 {
  
    overflow: hidden;
    width: max-content;
  }
  
  .dropdown1 .dropbtn1 {
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Headline';
    outline: none;
    color: #171717;
    padding: 14px 16px;
    border-radius: 40px;
    margin-right: 30px;
    /* background-color: inherit; */
  
  }
  
  /* dropbtn is the caret symbol and dropdown th rext */
  .dropdown1:hover .dropbtn1 {
    background-color: #171717;
    color: #dddd;
    transition: 0.6s;
  }
  .dropdown1:hover .dropbtn1 .fa-caret-down{
    color: #edbc09;
  }
  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: transparent;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    min-width: 170px;
    padding-left: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-content1 a {
    float: none;
    color: black;
    font-family: "Oswald", sans-serif;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  
  .dropdown-content1 a:hover {
    background-color: rgb(221, 221, 221,0.5);
    border-radius: 20px;
    color: #edbc09;
  }
  
  .dropdown1:hover .dropdown-content1 {
    display: block;
  }
  @font-face {
    font-family: HeadLine1;
    src: url(./Headline/ss-headline.otf);
  }
  #yellow {
    color: #edbc09;
    font-family:Headline1 ;
    text-transform: uppercase;
  }
.mid
{
  width: 100%;
  height: fit-content;
}
.midheadbg
{
  width: 100%;
  height: fit-content;
  margin: auto;
  background-image: url(./layered-waves-haikei.svg);
  
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 40px;
}
.midhead{
  width: 90%;
  height: fit-content;
  margin: auto;
}

   /* footer */
.footer
{
  width: 100%;
  height: fit-content;
  background-color: #e8eef0;     
}
.footrap
{
  width: 90%;
  height: fit-content;
  margin: auto;
}
.foot1
{
  /* margin-top: 3vh; */
  padding-left: 100px;
  /* padding-top: 3vh; */
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 0px;
}
.footcol1
{
  display: grid;
  grid-template-columns: auto auto;
  width: max-content;
}
.footcol1 p
{
  padding-top: 2.5vh;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.footeri
{
  /* background-color: #75FB4C; */
  padding: 20px 20px 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  border-radius: 50%;
}
.footeri:hover
{
  background-color: #edbc09;
  transition :0.2s ease-in;
}
.foot2
{
  width: 100%;
  
  display: grid;
  grid-template-columns: auto auto auto;
  
}
.footcol4{
  width: 400px;
  margin-top: 3vh;
  padding-left: 10px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #171717;
}
.footcol4 ul
{
  padding-top: 20px;
  list-style: none;
}
.footcol4 ul li
{
  margin-left: 3px;
  display: inline;
  font-size: 30px;
}
.footcol4 ul li:hover
{
  cursor: pointer;
  color: #edbc09;
}
.footcol5
{
  margin-top: 3vh;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
}
.foot5 ul,.foot6 ul
{
  list-style: none;
}
.foot5 ul li a,.foot6 ul li a{
  text-decoration: none;
  color: #171717;
  /* padding: 20px; */
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px; 
}
.foot5 ul li a:hover,.foot6 ul li a:hover
{
  font-weight: bold;
}
.footcol6
{
  margin-left: 20px;
  margin-top: 3vh;
}
.footcol6 h2
{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #edbc09;
}
.foot6grid
{
    display: inline;
    /* grid-template-columns: auto auto; */

}
#searchboxfoot
{
  width: fit-content;
  height: 3vh;
  margin-bottom: 20px;
  outline: none;
  border-radius:4px;
  border: 1px solid #171717;
}
#searchboxfoot::placeholder
{
  margin-left: 20px;
  overflow: hidden;
  font-size: 20px;
}
.subscribe
{
  width: fit-content;
  height: 4vh;
  margin-top: 5vh;
  border-radius: 5px;
  /* border: 3px solid black; */
  /* background-color: #edbc09; */
  font-size: 15px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
}
.subscribe:hover
{
  cursor:pointer;
  background-color: #edbc09;
}