/*@media screen and (max-width: 1170px) and (min-width: 990px) {
    .navbar-link a{font-size: 10px;}
    .dropdown .dropdown-title{font-size: 10px;}
    .nav-btn a{font-size: 12px;}

}

@media screen and (max-width: 992px) {
    .btn-tooggle{
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .container-fluid{
        position: relative;
    }
    .navbar-btns{
        margin: 0px auto;
    }
    .nav-btn-stay{
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .nav-btn-stay a{
        font-size: 10px;
    }
    .basket a{
        font-size: 10px;
    }
    .navbar-btns{
        margin-right: 0px;
    }
}

.navbar-brand{
    position: absolute;
    right: 46%;
}

.navbar{
    height: 90px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.475);
    align-items: center;
    position: relative;
    position: fixed !important;
    top: 0 !important;
    z-index: 100;
    width: 100%;
    transition: all 200ms ease-in-out;
}

.navbar-container{
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    gap: 15px;
}

.navbar-menu{
    display: flex;
    gap: 27px;
}

.mydropdown-item:hover{
    background-color: #4c0084;
    .dropdown-from-left-text{
        color: #f3f3f3;
    }
    .dropdown-from-left-text-icon{
        color: white;
    }
}

.mydropdown-item{
    width: 100%;
    height: 40px;
    text-align: right;
    padding-top: 3px;
    transition: all 250ms ease-in;
}

.mydropdown-item > span{
    margin-right: 10px;
}

.mydropdown-item-last{
    border-radius: 0px 0px 10px 10px;
}

.dropdown-link{
    width: 100%;
}

.dropdown-link:hover{
    color: white;
}

.dropdown{
    border: none;
    text-decoration: none;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    transition: all 250ms ease-in-out 100ms;
    display: inline-flex;
    padding-right: 7px;
}

.dropdown-title-icon{
    transition: all 250ms ease-in-out;
}

.dropdown-title{
    transition: all 250ms ease-in-out;
    color: #ffffff;
    font-weight: bold;
}

.nav-link{
    color: #ffffff;
    font-weight: bold;
}

.dropdown:hover{
    .dropdown-content-container{
        display: block;
    }
    .dropdown-title-icon{
        transform: rotate(180deg);
    }
}

.dropdown-title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content-container{
    display: none;
    margin-top: 24px;
    position: absolute;
    background-color: white;
    transition: all 250ms ease-in-out 100ms;
    border-radius: 0px 0px 10px 10px;
    width: 250px;
}

.dropdown-content{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: right;
}

.dropdown-from-left{
    width: 100%;
}

.dropdown-from-left:hover{
    .dropdown-from-left-container{
        display: block;
    }
}

.dropdown-from-left-container{
    display: none;
    position: absolute;
    background-color: white;
    margin-right: 123px;
    margin-top: -26px;
    width: 120px;
    border-radius: 10px 0px 10px 10px;
}

.dropdown-from-left-content{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.dropdown-from-left-link{
    width: 100%;
    height: 33px;
    transition: all 250ms ease-in-out;
    text-align: right;
    padding-top: 2px;
}

.dropdown-from-left-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

.toplink{
    border-radius: 10px 0px 0px 0px;
}

.lastlink{
    border-radius:  0px 0px 0px 10px;
}

.dropdown-from-left-link:hover{
    background-color: #723c80;
    color: white;
    .dropdown-from-left-link > a{
        color: white;
    }
}

.navbar-link{
    min-width: 30px;
    color: black;
}

.marrg{
    margin-right: 20px;
}

.navbar-link > a{
    transition: all 250ms ease-in;
}

.navbar-link > a:hover{
    color: #c670ff;
}


.navbar-btns{
    display: flex;
    gap: 5px;
}

.nav-btn{
    font-size: 14px;
    height: 35px;
    gap: 5px;
    border: 2px solid #9f111151;
    border-radius: 8px;
    padding: 5px;
    transition: all 250ms ease-in;
    cursor: pointer;
    /* width: 120px; */
/*}

.nav-btn-stay{
    font-size: 14px;
    height: 35px;
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid #ffffffa1;
    border-radius: 8px;
    padding: 5px;
    transition: all 250ms ease-in;
    cursor: pointer;
    margin-left: 4%;
    background-color: #f3f3f300;
}

.login_icon{
    color: white;
}

.nav-btn-stay:hover{
    background-color: #49005b;
}

.basket{
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-btn{
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background-image: url(../img/Flag_of_the_United_Kingdom.png);
    cursor: pointer;
    margin-top: 6px;
}

.language-element{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 37px;
}

#language-dropdown{
    position: absolute;
    left: -22px;
}

#language-dropdown::after{
    content: "";
    position: absolute;
    transition: all 0.3s ease-in;
    top: -33px;
    left: calc(50% - 50px);
    border-top: 18px solid transparent;
    border-bottom: 18px solid rgb(255, 255, 255);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

.lang-item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin_link{
    color: #ffffff;
    text-decoration: none;
}

.divider{
    background: rgb(143,29,29);
    background: linear-gradient(90deg, rgba(143,29,29,0) 0%, rgba(255,0,0,0.499124649859944) 34%, rgba(255,0,0,1) 50%, rgba(255,0,0,0.4963235294117647) 66%, rgba(255,0,0,0) 100%);
    width: 100%;
    height: 1px;
    margin-top: 10px;
}

.spannav{
    cursor: pointer;    
}
.spannav:hover{
    color: #c670ff;
}

.mylogo{
    margin-right: 40px;
}

.mylogo img{
    width: 55px;
    height: 60px;
}*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

:root {
  --dark-grey: #333333;
  --medium-grey: #636363;
  --light-grey: #eeeeee;
  --ash: #f4f4f4;
  --primary-color: #5094a7;
  --white: #f0eaf1;
  --border: 1px solid var(--light-grey);
  --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

.btn {
  display: block;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 20px;
}

.icon {
  padding: 0.5rem;
  background-color: var(--light-grey);
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.logo {
  margin-left: 1.5rem;
}

#nav-menu {
  border-bottom: var(--border);
}

.navcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  height: 90px;
  padding: 1.2rem 3rem;
  position: fixed;
  top: 0;
  background-color: var(--white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 100%;
  z-index: 100;
}

.menu {
  position: relative;
  background: var(--white);
}

.menu-bar li:first-child .dropdown {
  flex-direction: initial;
  min-width: 480px;
}

.menu-bar li:first-child ul:nth-child(1) {
  border-left: var(--border);
}

.menu-bar li:nth-child(n + 2) ul:nth-child(1) {
  border-bottom: var(--border);
}

.menu-bar .dropdown-link-title {
  font-weight: 600;
}

.nav-link{
    color: #6800b2;
}

.menu-bar .nav-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.6px;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
}

.menu-bar .nav-link:hover,
.dropdown-link:hover {
  color: var(--primary-color);
}

.nav-start,
.nav-end,
.menu-bar,
.right-navcontainer,
.right-navcontainer .search {
  display: flex;
  align-items: center;
}

.dropdown {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 55px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-5px);
  transition: 0.1s ease-in-out;
  box-shadow: var(--shadow);
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}

.dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem;
  font-size: 0.95rem;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

.dropdown-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 7px;
  transition: 0.1s ease-in-out;
  color: #333333;
}

.dropdown-link p {
  font-size: 0.8rem;
  color: var(--medium-grey);
}

.right-navcontainer {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.right-navcontainer .search {
  position: relative;
}

.right-navcontainer img {
  border-radius: 50%;
}

.search input {
  background-color: var(--ash);
  border: none;
  border-radius: 6px;
  padding: 0.7rem;
  padding-right: 2.4rem;
  font-size: 16px;
  width: 100%;
  border: var(--border);
}

.search .bx-search {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1.3rem;
  transform: translateY(-50%);
  opacity: 0.6;
}

#hamburger {
  display: none;
  padding: 0.1rem;
  margin-right: 1rem;
  font-size: 1.9rem;
  color: #6800b2;
}

@media (max-width: 1100px) {
  #hamburger {
    display: block;
  }
  .btn-primary{
    display: none;
  }
  .navcontainer {
    padding: 1.2rem;
  }



  .menu {
    display: none;
    position: absolute;
    top: 87px;
    right: 0;
    min-height: 100vh;
    width: 100vw;
  }

  .menu-bar li:first-child ul:nth-child(1) {
    border-left: none;
    border-bottom: var(--border);
  }

  .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .menu.show,
  .dropdown.active {
    display: block;
  }

  .dropdown ul {
    padding-right: 0.3rem;
  }

  .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
    padding: 1rem;
  }

  .menu-bar .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
  }

  .menu-bar li:first-child .dropdown {
    min-width: 100%;
  }

  .menu-bar > li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: var(--border);
  }
}

@media (max-width: 600px) {
  .right-navcontainer {
    display: none;
  }
}
