@import url('https://fonts.googleapis.com/css2?family=Carter+One&family=Delicious+Handrawn&family=Gochi+Hand&family=Pacifico&family=Righteous&family=Shrikhand&display=swap');

/* --------------------------Fonts-------------------------- */
.gochi-hand-regular {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}

.carter-one-regular {
  font-family: "Carter One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 200;
  font-style: normal;
}

/* -------------------------header------------------------- */
.bg-dva-hed{
    position: sticky;
    top: 10px;
    z-index: 9999;
  }

  
.dva-display-in-noon{
	display: none;
}
.dva-display-in-none{
  display:inline;
}

.bg-dva-color{
  background-color: #ffffff;
}

  .dva-hed-text-center {
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.445);
    backdrop-filter: blur(9px);
    border-radius: 90px;
    height: 36px;
    left: 50%;
    margin-top: 25px;
  }
  
  ol, ul, menu {
    list-style: none;
  }
  
  .dva-head, input, textarea, select {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
            appearance: none;
    text-decoration: none;
  }

  .dva-hed-morph-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    transform-origin: left top;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  .dva-hed-bg--visible {
    opacity: 1;
  }
  
  .dva-hed-bg--has-transition {
    transition: 0.3s;
    will-change: transform, border-radius, height, width;
  }

  .dva-hed-main-bg-li-less {
    display: inline-flex;
    flex-wrap: wrap;
    left: -4%;
    position: relative;
  }
  .dva-hed-position-relative {
    position: relative;
  }
  
  .dva-hed-bg-li-less {
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer;
    top: .55px;
    position: relative;
    font-size: 16px;
    padding: 0.2rem .8rem;
  }
  
  .dva-hed-morph-bg-2 {
    background-color: #efefeb;
  }
  
  .dva-color-textbord{
            color: #000000;
  }
  .dva-hed-bg-active{
    background-color: #30230d;
    color: #fc912d;
    font-weight: 700;
  }
 

  .dva-hed-z-index-1 {
    z-index: 1;
  }
  
  .dva-hed-z-index-2 {
    z-index: 2;
  }


  @media screen and (max-width:991px) {
	.dva-display-in-none{
		display:none;
	}
	.dva-display-in-noon{
		display: inline;
	}
}

@media screen and (min-width:1600px) {
	.dva-hed-text-center {
    height: 45px;
  }
  .dva-hed-bg-li-less {
    top: 5px;
    font-size: 19px;
    padding: 0.2rem .8rem;
  }
}
@media screen and (min-width:1500px) and (max-width:1600px) {
	.dva-hed-text-center {
    height: 45px;
  }
  .dva-hed-bg-li-less {
    top: 5px;
    font-size: 19px;
    padding: 0.2rem .8rem;
  }
}
@media screen and (min-width:1200px) and (max-width:1500px) {
	.dva-hed-text-center {
    height: 45px;
  }
  .dva-hed-bg-li-less {
    top: 5px;
    font-size: 19px;
    padding: 0.2rem .8rem;
  }
}