
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');

*{
    font-size: 62.5%;
    padding-left: 0.5rem;
    background-color: white;
    
}


li {
  list-style: none !important;
}
a{
  list-style: none !important;
}
.logo{
    float: left;
    margin-left: 1em;
}       
header li{  
    display: inline-block;
    list-style: none;
    text-decoration: none;
}
.language-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.language-buttons button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-family: "Poppins",sans-serif;
  margin-left: -2px;
  font-weight: bold;
}
.language-buttons button:active{
  color: rgb(11, 163, 159);
}
#btn-en:active{
  color: rgb(11, 163, 159);
}
#btn-fr::after{
  color: rgb(11, 163, 159);
}
.language-buttons button:hover {
  color: rgb(11, 163, 159);
}
@media(max-width: 660px){
  .language-buttons {
    position: absolute;
    top: 5px;
    right: 50px;
  }
  .fr-mode #page1{
    top:1.8%
  }
}
@media(max-width:1010px){
  .language-buttons {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}


@media(max-width:700px){
.language-buttons {
  position: absolute;
  top: 5px;
  right: 50px;
}
}
.style{
    color: black;
    border: none;
    font-size: large;
    font-weight: bold;
    background-color: transparent;
    font-family: "Poppins",sans-serif;
    border-radius: none;
    cursor: pointer;
    vertical-align: top;
    opacity: 1;
    float: right;
    margin-right: 1.5em;
    text-decoration: none;
}

.sweets-button{
    color: rgb(11, 163, 159);
}
 .home-button:hover,
 .aboutus-button:hover,
 .menu-button:hover,
 .sweets-button:hover,
 .gallery-button:hover,
 .contactus-button:hover{
    background-color: transparent;
    color: rgb(11, 163, 159);
    font-size: x-large;
}

.food-sweet__item .cloud1{
    top:75%;
    position: absolute;
    right:1.05%;
    font-size: medium;
    font-family: "Poppins",sans-serif;
    color: black;
    font-weight: bold;
    z-index: 100;
    text-align: left;
    background-color: transparent;

}
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    background-color: var(--color2);
    padding: 1px;
}
i {
  color: rgb(245, 140, 31)
;
  font-size: 2.5em;
  text-align: center;
}
.nav-bar li{
    text-decoration: none;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 20%;
    right: 10px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}

.food-sweet__item .cloud{
  position:absolute;
  z-index: 50;    
  background: transparent;
  top:35%;
  right:-30%;
  font-size: small;
  font-family: "Poppins",sans-serif;
  color: rgb(11, 163, 159);
  filter: brightness(125%);
  filter: drop-shadow(50%);
  opacity: 0.55;
  


}
#check {display: none;}



.happymenu{
    color: rgb(245, 140, 31)
;
font-size: xxx-large;
font-weight: 1000;
font-family:"Poppins", sans-serif ;

margin-top: 15px;
margin-bottom: -30px;
justify-content: center;
transition: opacity 0.15s;
vertical-align:middle;
text-align: center;
z-index: 100;
background-color: transparent;
padding-bottom: 1rem;
}


.sweet__categories{
    max-width:1700px;
       
       
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        padding: 1rem;
       
}


.food-sweet__item{
    
     
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
    margin-top: 1rem;
    position: relative;
       background-color: transparent;
    
}

.food-sweet__item img{
    display: block;
    border-radius: 10%;
    position: relative;
    margin-right: 60px;
    margin-left: 50px;
    justify-content: center;
    clear: both;
    
    
}

.food-sweet__item a{
    text-decoration: none;
}


.food-sweet__title{
    color: rgb(11, 163, 159);
font-size: large;
font-weight: 1000;
font-family:"Poppins", sans-serif ;

margin-top: 80px;
margin-left: -10px;

transition: opacity 0.15s;
vertical-align:middle;
text-align: center;
text-decoration: none;
}


.food-sweet__item .cloud1 span{
  color: rgb(245, 140, 31)
;
  font-size: x-large;
  background-color: transparent;
}
@media(max-width: 750px){
  .menu {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    display: inline;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    background-color:white;

    transition: all 0.2s ease-in-out;
}
 html,body{
  overflow-x: hidden;
  z-index: 0;
 }
.menu li {
    margin-top: 60px;
    margin-left: 26%;
    margin-right: 30%;
    display: block;
    text-align: left;
    justify-content: center;
}
    .menu li a {padding: 6px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}

    .logo{
        margin-left: -19px;
        margin-right: 10vw;
        margin-bottom: 10px;
    }
    
    .happymenu{
        justify-content: center;
        margin-top: 5%;
        margin-left: 10%;
        margin-right:12%;
        margin-bottom: -1%;
        overflow-y: hidden;
        
    }
    .happymenu::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .happymenu {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    .sweet__categories{
       margin-left: -16%;
       overflow-y:hidden;
       overflow-x: hidden;
       
    }

    .rasmalai1{
    margin-bottom: 150px;
    }
    .food-sweet__item{
        width: 400px;
        height: 300px;
        margin-top: 50px;
        
        
    }
    .food-sweet__title{
      margin-left: 10%;
    }
    .sweet{
        height: 250px;
        width: 350px;
    
    }

     .cloud{
  
        height: 300px;
        width:336px;
        
        
    }
    .food-sweet__item .cloud {
      position: absolute;
      z-index: 50;
      background: transparent;
      top: 52%;
      right: -33%;
      font-size: small;
      font-family: "Poppins", sans-serif;
      color: rgb(11, 163, 159);
      filter: brightness(125%);
      filter: drop-shadow(50%);
      opacity: 0.85;
  }
    .food-sweet__item .cloud1{
        top:88%;
        position: absolute;
        left:59%;
        font-size: x-small;
        font-family: "Poppins",sans-serif;
        color: black;
        z-index: 100;
        background-color: transparent;

    
}
.footer span{
  display: none;
}
}
@media (min-width:1024px){
    .home-button{
        margin-left: 25rem;
      
    }
}

@media (min-width: 750px ) and (max-width:850px){
    
    .logo{
        margin-left: 2px;
        margin-bottom: 10px;
    }
    body{
      overflow-x: hidden;
    }
    
  }

/* 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}


.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
/* 
.header .menu-icon {
  cursor: pointer;
  display: block;
  float:right;
  padding: 20px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: black;
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
/* 
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 280px;
  text-align: center;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  gap: 1px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 20px;
  }
  .header .menu {
    clear: none;
    display: block;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .logo{
    float: left;
    margin-left: 8em;
  }
  .header .menu-btn{
    max-height: 350px;
  }
  
}  */


.footer {
  font-size: x-large;
font-weight: bold;
font-family:"Madimi One", sans-serif ;
  margin-left: 10px;
position: fixed;
left: 0%;
bottom: -2%;
width: 100%;
  color: black;
text-align: left;
background: transparent;
}
.footer1{
  font-size: medium;
  margin-left: 20%;
  bottom: 0%;
  left: 20%;
  background-color: transparent;
}
.follow{
  font-size:medium;
font-weight: bold;
  margin-left: 10px;
}
.footer i{
  font-size:x-large;
  background-color: transparent !important;
}
.footer a{
  background-color: transparent !important;
}
.footer p{
  font-family: "Poppins",sans-serif;
  background-color: transparent !important;
  transform: translateX(1%);
}

.footer p a{
  text-decoration: none;
}

@media(max-width:1000px) and (min-width:600px){
  .menu {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    display: inline;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -140%;
    z-index: 1000;
    background-color:white;

    transition: all 0.2s ease-in-out;
}


.menu li {
    margin-top: 60px;
    margin-left: 40%;
    margin-right: 35%;
    display: block;
    text-align: left;
    justify-content: center;
}
    .menu li a {padding: 5px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
  .logo{
    margin-left: -12px;
    margin-bottom: 10px;
  }
 .footer span{
  display: none;
 }

}
@media(min-width:1001px){
  body{
    overflow-x: hidden;
  }
}

@media (max-width:400px){
  .food-sweet__item .cloud1 {
    top: 88%;
    position: absolute;
    left: 55%;
    font-size: x-small;
    font-family: "Poppins", sans-serif;
    color: black;
    z-index: 100;
    background-color: transparent;
}
.sweet{
  width: 320px;
  height: 220px;
}
.food-sweet__item .cloud {
  position: absolute;
  z-index: 50;
  background: transparent;
  top: 52%;
  right: -29%;
  font-size: small;
  font-family: "Poppins", sans-serif;
  color: rgb(11, 163, 159);
  filter: brightness(125%);
  filter: drop-shadow(50%);
  opacity: 0.85;
}
}
