/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Inter', sans-serif;
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  max-width: 100%;
  margin: auto;
  background: #DBE4D5;
  max-width: 450px;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Header bar section start */
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}

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

/* Header bar section  END */




.hero-area {
  min-height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.hero-text h3 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  max-width: 194px;
  text-align: center;
  margin: auto;
}

.hero-area:before {
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: .2;
}
.hero-text {
  position: relative;
  z-index: 9;
}

.sel-area {
  padding: 25px 0;
  padding-left: 20px;
}
.famus-area {
	padding-left: 20px;
}
.sel-area .container {
	padding-right: 0;
	margin-right: 0;
}
.single-sel {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.75;
  border-radius: 10px;
  padding: 16px 10px;
  text-align: center;
}
.sel-img {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.sel-img img {
  width: auto !important;
}
.sel-text a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.owl-stage {
  padding-left: 0 !important;
}



.single-famus {
  background: #FFFFFF;
  opacity: 0.75;
  border-radius: 10px;
  padding: 14px;
}
.famus-img img {
  width: 100%;
  transition: .3s;
}
.famus-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 10px;
}
.famus-top-btn a:hover {
  background: #fff;
  border: 1px solid #FF8A00;
  color: #FF8A00;
}
.famus-btn a:hover {
  color: #FF8A00;
}
.famus-img:hover img {
  transform: scale(1.1);
}
.famus-text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  min-height: 40px;
}
.famus-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  min-height: 90px;
}
.famus-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.famus-btn a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  transition: .3s;
}
.famus-btn span {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #001AFF;
}




.section-title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.famus-area .container {
	margin-right: 0;
	padding-right: 0;
}
.famus-top-btn {
  display: flex;
  align-items: center;
  justify-content: stretch;
}


.famus-top-btn span {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding-left : 10px;
  padding-right : 10px;
}

.famus-top-btn {
  margin-bottom: 16px;
}
.famus-area.fos {
  margin-top: 20px;
}
.famus-area.fos .section-title {
  margin-bottom: 24px;
}
.section-title p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}
.section-title-2 p {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}
.les-area .section-title {
  margin-bottom: 16px;
}
.les-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 15px;
}
.single-les {
  width: 48%;
  background: #FFFFFF;
  opacity: 0.75;
  border-radius: 10px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding: 9px;
}
.les-img {
  width: 34px;
  display: flex;
  justify-content: center;
  margin-right: 12px;
}
.les-text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 3px;
}
.les-text a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #001AFF;
  text-decoration: none;
}
.nos-slider {
  margin-bottom: 30px;
}
.price-area .section-title {
  margin-bottom: 13px;
}
.single-price {
  background: #FFFFFF;
  opacity: 0.75;
  border-radius: 10px;
  margin-bottom: 11px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
}
.price-img {
  width: 75px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-text {
  width: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75px;
}
.price-text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0;
}
.price-text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin: 0;
}
.price-text a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #001AFF;
  text-decoration: none;
}
.price-area {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-nos {
  background: #FFFFFF;
  opacity: 0.75;
  border-radius: 10px;
  padding: 9px 7px;
  text-align: center;
}
.single-nos p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-bottom: 6px;
}
.single-nos a {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #001AFF;
  text-decoration: none;
}
.owl-dots {
  display: none;
}
.famus-area.fos {
  padding-bottom: 30px;
  padding-left: 20px;
}
.les-area {
	padding-left: 20px;
}
.footer-area {
  padding-top: 30px;
  padding-bottom: 50px;
}
.footer-fl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-fl a {
  margin: 0 16px;
  color: #9F9F9F;
  font-size: 40px;
}


.famus-top-btn p {
  background: #FF8A00;
  border-radius: 20px;
  width: 140px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: .3s;
  border: 1px solid transparent;
}
.famus-top-btn p.acctive {
  background: #A45A04;
  border-radius: 20px;
  width: 154px;
  height: 33px;
}
.famus-top-btn p.acctive2 {
  background: #f8ff3ccf;
  color : #000000;
  border-radius: 20px;
  width: 154px;
  height: 33px;
}
.section-title {
	margin-right: 15px;
}
.les-area .container {
	margin-right: 0;
	padding-right: 0;
}




























/* Style for the whole card */


/*
 Add hover effect 
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
*/










/* Style for the card inner (front and back) */
.flip-card-inner {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Style for the front side of the card */
.flip-card-front,
/* Style for the back side of the card */
.flip-card-back {
  backface-visibility: hidden;
}

/* Style for the front side */


/* Style for the back side */
.flip-card-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  padding-top: 40px;
  width: 100%;
}



/* Style for flipped card */
.flip-card-inner.flipped {
  transform: rotateY(180deg);
}











