/* https://codepen.io/ggsingla/pen/MWOzxbq */
/* Cursor */
#mobile-slider{
  display:none;
}
html {
  background: #222831;
  color: #eee;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
  Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
  'Segoe UI Symbol', 'gotham black';
  font-size: 0.875rem;
  line-height: 1.375rem;
  cursor: url("data:image/svg+xml,%3Csvg height='7' width='7' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
}
.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));

  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
              150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
              150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 10000;
  pointer-events: none;
  will-change: transform;
}
@media (pointer: fine) {
  .cursor {
    display: block;
  }
}
.cursor::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #A12559;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
              300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
              150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

html:not(html:hover) .cursor::after {
  opacity: 0;
  transform: scale(0);
}



a:hover{
  color: #8b173a;
}
body {
  margin:0px;
}
section{
overflow-y: hidden;
overflow-x: hidden;
padding: 5% 0;

}

#slider{
  background-color: #8b1739;
}
#trapezoid {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 80px solid rgba(0,0,0,0);
  border-top: 0 solid;
  border-bottom: 100px solid rgba(1, 1, 1, .4);
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,0.7);
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-top:-53px;
  width: 750px;
  position: relative;
  transition: all 0.7s ease;
  z-index: 1;
}

#trapezoid a, .subnavbtn {
 -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.sub-home {
  display: none;
  position: absolute;
  right: 0;
  left: 0;

  z-index: 1;
  transform: perspective(-10px);
}

#trapezoid:hover .sub-home {
  justify-content: center;
  margin-top: 53px;
}

.navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
display: flex;
overflow: hidden;
justify-content: center;
height: 100px;
z-index: 1000;
}

.navbar a {
font-family: inherit;
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 3% 2.5%;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 4px;
transition: all 0.5s ease;
font-weight: 900;
}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.5s ease;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background:#a85d63;
  color: black;
  border-radius:5px;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: perspective(-10px);
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background:#cca0a0;
  color: black;
}

.subnav:hover .subnav-content {
  display: flex;
  justify-content: center;
}

/* Slider */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --slide-count: 4;
  --slide-height: 265px;
}


body{
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}
.container1{
  max-width:1140px;
  margin:auto;
  background: #000000;
  height:700px;
  border-radius:15px;
  padding:0px 100px;
}

.section{
  width:100%;
  display:flex;
  position:relative;
  height:100%;
}

.first{
  width:40%;
  display:block;
  padding: 100px 0px;
  margin:auto;
}

.first:after{
  position:absolute;
  content:'';
  width:2%;
  height:50%;
  background:#8b1739;
  left:-100px;
  top:50%;
  transform:translate(0%, -50%);
}

.first:before{
  position:absolute;
  content:'';
  width:2%;
  height:50%;
  background:#8b1739;
  right:-100px;
  top:50%;
  transform:translate(0%, -50%);
}

.first .subtitle{
  color: #a85d63;
  font-size:30px;
}

.first .maintitle{
  color:#ffffff;
  font-size:50px;
}

.first .bodytext{
  color:#ffffff;
  font-size:16px;
  padding-bottom:30px;
}

.primary-btn {
background: #a85d63;
border: 1px solid #a85d63;
padding: 16px 24px;
font-size: 16px;
text-decoration: none;
color: #ffffff;
border-radius: 10px;
transition: all 0.6s ease;
}

.primary-btn:hover {
background: #0;
border: 1px solid #8b173a;
color: #8b173a;
}

.first img{
  /* opacity: 0.9; */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 301px;
  width: auto;
  z-index: 0;
  top: 52%;
  left: 0%;
  align-items: center!important;
  justify-content: center;
  position: absolute;
  /* top: 50%; */
  left: 19%;
  /* margin-right: -50%; */
  transform: translate(-50%, -50%);
  }
}

.first .sec-icon{
  position: absolute;
left: 1%;
/* left: 0px; */
}

.second{
  width:60%;
  overflow:hidden;
}
.sliders-cont{
  justify-content:center;
  display:flex;
}

#slider{
  overflow:hidden;
}


#slider ul li{
  padding:0;
/*   width:max-content; */
  max-height:254px;
  max-width: 150px;
  width: 150px;
  height: 250px;
  margin:15px 0px;
  background:#a85d63;
  border-radius:10px;
  background-size:cover;
  background-position:center;
}

.col1 ul, .col3 ul{
  animation: scrollup 30s forwards linear infinite;
  list-style:none;
/*   transition:all 2500ms linear; */
  padding:0;
/*   height:700px;
  width:150px; */
}
.col2 ul{
  animation: scrolldown 30s forwards linear infinite;
  transform: translateY(calc(var(--slide-height) * var(--slide-count) * -1));
  list-style:none;
  margin:0px 15px;
/*   transition:all 2500ms linear; */
  padding:0;
/*   height:700px;
  width:150px; */
}

#slider ul li img{
  border-radius:10px;
}




@-webkit-keyframes scrollup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -3));
  }
}

@keyframes scrollup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -3));
  }
}

@-webkit-keyframes scrolldown {
  0% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -3));
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    transform: translateY(calc(var(--slide-height) * var(--slide-count) * -3));
  }
  100% {
    transform: translateY(0);
  }
}





/* Section1 */
#section1{
  padding: 100px;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
background-color: #000000;
}
.view button{
  background-color: #8b1739;
border: 0;
padding: 10px 35px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
color: black;
font-size: 130%;
}
.card {
  display: inline-block;
  width: 265px;
  border-radius: 4px;
  padding: 8px;
  overflow: hidden;
  background-color: #181818;
  transition: background-color 0.4s;
  cursor: pointer;
  margin-bottom: 2rem;
}
.card:hover {
  background-color: #282828;
}
.card a{
  color: #8b173a;
}

.cover {
  position: relative;
  margin-bottom: 18px;
}
.cover img {
  display: block;
  width: 100%;
  box-shadow: 0 8px 20px -4px hsl(0, 0%, 5%);
  height: 30vh;
}
.cover.artist img {

}
@media(max-width:767px) {
    .cover img{
        height: 26vh;
    }
}

.play-icon {
  position: absolute;
  bottom: -2px;
  right: 6px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fafafa;
  background-color: #1db954;
  box-shadow: 0 4px 16px -4px #121212;
  opacity: 0;
  transition: 0.4s, transform 0.1s;
}
.play-icon:hover {
  transform: scale(1.1);
}
.card:hover .play-icon {
  bottom: 6px;
  opacity: 1;
}

.fa-play {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 52%;
  top: 50%;
  font-size: 1rem;
}

.card-content {
  font-family: "Montserrat", sans-serif;
  color: #fafafa;
}
.card-content h4 {
  margin-bottom: 6px;
  color: #8b173a;
  font-weight:bold;
}
.card-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 13.5em;
  font-size: 14px;
}


.box-i {
	position: fixed;
	top: 0;
	transform: rotate(80deg);
	left: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #874356;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #874356;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box-i:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

/* Section-Initiatives */
#section-initiatives{
  padding: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-color: #8b1739;
}
.view1 button{
  background: #121212;
  color: #8b173a;
}

/* Music */
#music{
  background: #000000;
}
iframe{
  margin: 5%;
  width: 100%;
  height: 50vh;
}

/* Membership */
#member {
  background-color: #8b1739;

}

.form-container {
  width: 60%;
height: 65%;
  background: #121212;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.text-container {
  width: 100%;
height: 60%;
  cursor: default;
}

.header-member {
  background: #121212;
  font-size: 50px;
  font-family: gotham black;
  color: white;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 10%);
  text-align: center;
  padding-top: 10%;
  font-weight: 900;
}

.details {
  text-align: center;

  color: #000000;
  text-shadow: 4px 4px 3px rgb(0 0 0 / 10%);
}

p {
  margin-block-end: 0;
  font-weight: 500;
}

.input-member {
  width: 100%;
  height: 100%;
  background: lavenderblush;
  border: none;
}

.input-container {
  height: 3em;
width: 39em;
/* display: flex; */
margin: auto;
}

.btn-container {
  height: 2.5em;
  margin-bottom: 4%;
}

.signup-btn {
  height: 3em;
width: 40em;

  margin: auto;
}

.btn-member {
  height: 100%;
  width: 100%;
  margin-top: 3%;

  border: none;
  background-color: #8b1739;
  cursor: pointer;
}

.btn-member:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  background-color: pink;
}
.glowing {
  position: relative;
  min-width: 700px;
  margin: -150px;
  transform-origin: right;
  animation: colorChange 5s linear infinite;
}

.glowing:nth-child(even) {
  transform-origin: left;
}

@keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
}

.glowing span {
  position: absolute;
  top: calc(80px * var(--i));
  left: calc(80px * var(--i));
  bottom: calc(80px * var(--i));
  right: calc(80px * var(--i));
}

.glowing span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #f00;
  border-radius: 50%;
}

.glowing span:nth-child(3n + 1)::before {
  background: rgba(134,255,0,1);
  box-shadow: 0 0 20px rgba(134,255,0,1),
    0 0 40px rgba(134,255,0,1),
    0 0 60px rgba(134,255,0,1),
    0 0 80px rgba(134,255,0,1),
    0 0 0 8px rgba(134,255,0,.1);
}

.glowing span:nth-child(3n + 2)::before {
  background: rgba(255,214,0,1);
  box-shadow: 0 0 20px rgba(255,214,0,1),
    0 0 40px rgba(255,214,0,1),
    0 0 60px rgba(255,214,0,1),
    0 0 80px rgba(255,214,0,1),
    0 0 0 8px rgba(255,214,0,.1);
}

.glowing span:nth-child(3n + 3)::before {
  background: rgba(0,226,255,1);
  box-shadow: 0 0 20px rgba(0,226,255,1),
    0 0 40px rgba(0,226,255,1),
    0 0 60px rgba(0,226,255,1),
    0 0 80px rgba(0,226,255,1),
    0 0 0 8px rgba(0,226,255,.1);
}

.glowing span:nth-child(3n + 1) {
  animation: animate 10s alternate infinite;
}

.glowing span:nth-child(3n + 2) {
  animation: animate-reverse 3s alternate infinite;
}

.glowing span:nth-child(3n + 3) {
  animation: animate 8s alternate infinite;
}

@keyframes animate {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-reverse {
  0% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


/* Contact icons */

.contact-action {
  position: fixed;
  bottom: 5%;
  right: 3%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}

.contact-action .item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #8b173a;
  background: #FFF;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 1px 1px 5px #000;
}

.contact-action.open div {
  transform: rotate(45deg);
}

.contact-action span {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}

.open span{
  visibility: visible;
  animation: 1s entering;
}

/* Position of elements */
.open span:nth-child(2) {
  top: -145%;
}

.open span:nth-child(3) {
  top: -90%;
  left: -130%;
}

.open span:nth-child(4) {
  top: 40%;
  left: -150%;
}

@keyframes entering {
  0%{
    top: 0;
    left: 0;
    width: 65%;
    height: 65%;
  }
  100%{
    width: 100%;
    height: 100%;
  }
}

/* flower */
.flower{
    position: relative;
    position: absolute;
/* left: 0; */
right: 10%;
opacity: 0.6;
}

.flower__glass{
    width:20vmin;
    height: 30vmin;
    background-image: var(--color-glass);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    opacity: .8;
    position: relative;
}

.flower__glass::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #182843;
    width: 100%;
    height: 2vmin;
}

.flower__glass::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: var(--color-water);
    width: 100%;
    height: 15vmin;
}

.f-wrapper{
    position: absolute;
    left: 45%;
    bottom: 2vmin;
}

.f-wrapper--2{
    left: 50%;
    bottom: 5%;
    transform-origin: 10% left;
    transform: rotate(20deg);
}

.f-wrapper--3{
    left: 30%;
    bottom: 5%;
    transform-origin: 10% left;
    transform: rotate(-10deg);
}

.f-wrapper--3 .flower__line{
    height: 45vmin;
    position: relative;
}

.f-wrapper--3 .flower__line::after{
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 6vmin;
    height: 6vmin;
    transform: translate(-69%,-30%) rotate(-5deg);
    border-radius:10vmin 10vmin 0 0;
    border: 2vmin solid  #104d4e;
    border-bottom: transparent;
    border-left: transparent;
}

.f-wrapper--3 .flower__line::before{
    content: '';
    position: absolute;
    left:-40%;
    top: -1%;
    width: 6vmin;
    height: 2vmin;
    transform-origin: right;
    transform: translate(-100%,-80%) rotate(-20deg);
    background-color: #104d4e;
    border-radius: 2vmin;
}

.f-wrapper--3 .flower__line{
    background-image: linear-gradient(to top,#142544,#104d4e);
}


.f-wrapper--2 .flower__line{
    height: 45vmin;
}

.f-wrapper--2 .f{
    transform: translateX(-50%) rotate(20deg);
}

.f-wrapper--3 .f{
    transform: translate(-350%,-50%) rotate(-120deg);
}

.f-wrapper--2 .flower__leaf:not(:first-child){
    width: 3.8vmin;
    height: 10vmin;
    background-image: linear-gradient(to bottom, #ff43b6 ,#c22887, #1a233a 99%);
}

.f-wrapper--3 .flower__leaf:not(:first-child){
    width: 3.8vmin;
    height: 10vmin;
    background-image: linear-gradient(to bottom, #ad2be0 ,#712291, #1a233a 99%);
}

.f-wrapper--3 .flower__leaf--1{
    width: 8vmin;
    height: 10vmin;
    bottom: 2vmin;
    background-color: #ad2be0;
}

.f-wrapper--2 .flower__leaf--1{
    width: 8vmin;
    height: 10vmin;
    bottom: 2vmin;
    background-color: #de118b;
}

.f-wrapper--2 .f .flower__leaf--8{
    width: 10vmin;
    height: 9vmin;
    bottom: 3vmin;
    left: -30%;
    transform: rotate(-50deg);
    background-image: linear-gradient(to left bottom, #ff43b6 ,#4d1337);;
}

.f-wrapper--3 .f .flower__leaf--8{
    width: 10vmin;
    height: 9vmin;
    left: -10% !important;
    background-image: linear-gradient(to left bottom, #ad2be0 ,#712291);;
}

.flower__line{
    width: 2vmin;
    height: 56vmin;
    background-image: linear-gradient(to left top,#82fdff 20%,#142544,#104d4e);
    border-radius: 4vmin;
}

.f{
    position: absolute;
    top: 1vmin;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    width: 2vmin;
    height: 2vmin;
}


.flower__leaf{
    position: absolute;
    left: 50%;
    bottom: 2vmin;
    transform: translateX(-50%);
    width: 5vmin;
    height: 14vmin;
    background-image: linear-gradient(to bottom, #ffa085 ,#fa7373, #1a233a 99%);

    clip-path: ellipse(50% 50% at 50% 50%);
    transform-origin: center bottom;
    animation: open-flower 2s 1s backwards;
}

.flower__leaf--1{
    width: 10vmin;
    height: 12vmin;
    bottom: 3vmin;
    border-radius: 50% 50% 50% 50% / 80% 80% 20% 20%;
    background-color: #e24f5f;
    background-image: none;
    animation: open-flowe--middle  1.4s 1s backwards;
}

.flower__leaf--2{
    transform: translateX(-50%) rotate(-30deg);
}
.flower__leaf--3{
    transform: translateX(-50%) rotate(-50deg);
}
.flower__leaf--4{
    transform: translateX(-50%) rotate(-70deg);
}

.flower__leaf--5{
    transform: translateX(-50%) rotate(30deg);
}

.flower__leaf--6{
    transform: translateX(-50%) rotate(50deg);
}

.flower__leaf--7{
    transform: translateX(-50%) rotate(70deg);
}

.flower__leaf--8{
    width: 13vmin;
    height: 11vmin;
    bottom: 6vmin;
    left: -30%;
    border-radius: none;
    clip-path: none;
    border-radius: 10vmin 2vmin 10vmin 2vmin;
    transform: rotate(-55deg);
    background-image: linear-gradient(to left bottom, #ffa085 ,#eb8b8b,#492f2f 98%);
}

.flower__fall-down--yellow{
    animation: flower-fall-down-yellow  8s 1.2s linear forwards;
}

.flower__fall-down--pink{
    animation: flower-fall-down-pink  5s 1.2s linear forwards;
}

.flower__fall-down--purple{
    bottom: 4vmin;
    animation:flower-fall-down-purple  6s 1.2s linear forwards, flower-falling 6s 7.2s linear infinite;
}


@keyframes open-flower{
        0%{
            transform:  translateX(-50%) rotate(0);
        }
}

@keyframes open-flowe--middle {
    0%{
        opacity: 0;
        transform: translateX(-50%) scale(0);
    }
}

@keyframes flower-fall-down-pink {

    0%{
        transform: rotate(-55deg);
    }

    50%{
        transform: rotateX(-100deg);
    }

    100%{
        transform:translate(2vmin,28vmin);
    }

}

@keyframes flower-fall-down-yellow {

    0%{
        transform: rotate(-55deg);
    }

    50%{
        bottom: 3vmin;
        transform: rotateX(-100deg);
    }

    100%{
        transform:translate(2vmin,70vmin) rotate(150deg);
    }

}

@keyframes flower-fall-down-purple {

    0%{
        transform: rotate(-50deg);
    }

    25%{
        bottom: 1vmin ;
        transform: rotateX(-100deg);
        perspective: 0px;
    }

    50%{
        perspective: 0px;
        transform:translate(-30vmin,2vmin) rotate(90deg);
    }

    75%{
        perspective: 0px;
        transform:translate(-34vmin,-2vmin);
    }

    100%{
        transform-origin: center;
        transform:translate(-34vmin,-2vmin) rotateY(-80deg) rotateX(35deg);
    }

}

@keyframes flower-falling {
    0%,100%{
        transform-origin: center;
        transform:translate(-34vmin,-2vmin) rotateY(-80deg) rotateX(35deg);
    }

    25%{
        transform-origin: center;
        transform:translate(-34.4vmin,-2vmin) rotateY(-84deg) rotateX(35deg);
    }

    50%{
        transform-origin: center;
        transform:translate(-32vmin,-4.2vmin) rotateY(-80deg) rotateX(35deg);
    }

    75%{
        transform-origin: center;
        transform:translate(-36vmin,1.1vmin) rotateY(-80deg) rotateX(35deg);
    }
}

/* Section2 */
#section2{
  background-color: #000000;
}
.container2
{
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.card2 {
position: relative;
margin: 20px 0;
width: 300px;
height: 400px;
background: #fff;
transform-style: preserve-3d;
transform: perspective(2000px);
/* box-shadow: inset 300px 0 50px rgba(0,0,0,.5), 0 20px 20px rgba(0,0,0,.5); */
transition: 1s;
}
.card2:hover
{
  z-index: 10000;
  transform: perspective(2000px) rotate(-10deg);
  box-shadow: inset 20px 0 50px rgba(0,0,0,.5), 0 10px 100px rgba(0,0,0,.5);
}

.card2 .Box
{
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  position: relative;
  transform-origin: left;
  z-index: 1;
  transition: 1s cubic-bezier(.15,1.7,.84,.58);
  background: #111;
}
.card2 .Box img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card2:hover .Box
{
  transform: rotateY(-135deg);
}
.card2 .details
{
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
  z-index: -1;
}

/* Flower 1 */
.flower1 {
display: inline-block;
width: 500px;
height: 500px;
position: absolute;
left: 0;
align-items: center!important;
justify-content: center;
position: absolute;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}

        .flower1 span {
            position: absolute;
            width: 150px;
            height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(-90deg);
            content: '';
            transition: 1.6s ease-in-out;
            transform-origin: bottom center;
            background: #000;
            border-radius: 100% 100%;
            background: rgba(255, 255, 255, .15);
        }


        #section3 {
          font-family: 'Roboto', sans-serif;
          height: 100vh;
          background: #121212;
        }

        .container3 {
          position: relative;
          overflow: hidden;
          width: 100vw;
          height: 100vh;
        }

        .sidebar {
          height: 100%;
          width: 35%;
          position: absolute;
          top: 0;
          left: 0;
          transition: transform 0.5s ease-in-out;
        }

        .sidebar > div {
          height: 100%;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #fff;
        }

        .sidebar h1 {
          font-size: 40px;
          margin-bottom: 10px;
          margin-top: -30px;
        }

        .main-slide {
          height: 100%;
          position: absolute;
          top: 0;
          left: 35%;
          width: 65%;
          transition: transform 0.5s ease-in-out;
        }

        .main-slide > div {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          height: 100%;
          width: 100%;
        }

         .controls button {
          background-color: #000;
          border: none;
          color: #aaa;
          cursor: pointer;
          font-size: 16px;
          padding: 15px;
        }

        .controls button:hover {
          color: #222;
        }

        .controls button:focus {
          outline: none;
        }

        .container3 .controls button {
          position: absolute;
          left: 35%;
          top: 50%;
          z-index: 100;
        }

        .container3 .controls .down-button {
          transform: translateX(-100%);
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }

        .container3 .controls .up-button {
          transform: translateY(-100%);
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }



        #section4{

    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    background-color: #8b1739;
        }
        .main{
  font-family: sans-serif;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 77vw;
  margin: 0px auto;
}
.slide{
  height: 60vh;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: 50%;
  flex: 0.5;
  cursor: pointer;
  transition: 0.5s linear flex;
  -webkit-transition: 1s linear flex;
  -moz-transition: 0.5s linear flex;
  -ms-transition: 0.5s linear flex;
  -o-transition: 0.5s linear flex;
}
.slide:hover{
  transition: 0.8s;
}
@keyframes heading {
  from{
    bottom: 150px;
    opacity: 0;
  }
  to{
    bottom: 20px;
    opacity: 1;
  }

}
.slide h2{
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  color: #fff;
}
.slide h2 span{
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  opacity: 0.8;
}
.slide.active{
  flex: 5;
}
.slide.active h2{
  opacity: 1;
  animation-name: heading;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

/* Section5 */
#section5 {
    /*min-height: 100vh;*/
    align-items: center;
    background-color: #000000;
    font-family: 'Open Sans'
}

#demo {
    /*background: linear-gradient(112deg, #cca0a0 50%, #a85d63 50%);*/
    max-width: 900px;
    margin: auto
}

.container5{
  /*background: linear-gradient(112deg, #a85d63 50%, #8b1739 50%);*/
  margin: auto;
  margin-left: 10%;
margin-right: 10%;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 7rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    #section5{
        height:40vh;
    }
    .container5{
        margin-top: -8vh;
    }
    
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 4rem 4rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
    
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.s5 {
    background-color: #8b173a;
    padding: 1.4rem
}

@media(max-width:767px) {
    .s5 {
        padding: 0.8rem;
        margin-top: -15rem;
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset;
}

/* Section6 */
#section6{
    margin: 0;
    padding: 0;
    justify-content:center;
    align-items: center;
    min-height: 100vh;
    background-color: #8b1739;
    font-family: sans-serif;
  }
  .box6{
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 15px;
    margin: 0 auto;
  }
  .card6{
    position: relative;
    width: 350px;
    height: 450px;
    background: #121212;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
  }
  .card6:before,
  .card6:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    transition: 0.5s;
    z-index:-1;
  }
  .card6:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card6:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card6 .imgBx6{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
  }

  .card6:hover .imgBx6
  {
    bottom: 80px;
  }

  .card6 .imgBx6 img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .card6 .details6{
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      height: 60px;
      text-align: center;
  }

  .card6 .details6 h2{
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 20px;
   color: #fff;
   text-transform: uppercase;
  }

  .card6 .details6 h2 span{
  font-weight: 800;
  font-size: 16px;
  color:#8b1739;
  display: block;
  margin-top: 5px;
   }

/* Faq */
.faq-section {
    background-color: #8b1739;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.container-faq{

}
/* Default styles for larger screens */
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  background-color: #ffffff;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 6rem;
  text-align: left;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #000000;
  bottom: -14px;
  margin-left: -30px;
}

/* Media query for smaller screens (e.g., mobile devices) */
@media screen and (max-width: 768px) {
  .faq-title h2 {
    font-size: 3rem;
    text-align: center;
    }
}


.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card-faq {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card-faq .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card-faq .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card-faq .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card-faq .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card-faq .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card-faq .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .faq-title1 h2{
      font-size: 1rem;
  }
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #121212;
}
@media only screen and (max-width: 500px){
  #slider{
    display: flex;
  }
  #mobile-slider{
    display: block;
  }
  .form-container {
    width: 94%;
    height: 44vh;
  }
  .signup-btn {
    height: 2.5em;
    width: 100%;
    /*display: flex;*/
    margin: auto;
    margin-top: 0%;
}
.main {
font-family: sans-serif;
display: flex;
justify-content: space-between;
gap: 15px;
width: 100vw;
margin: 50px auto;
}
}


/* Contact */
#contact{
  background: #121212;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  color: #121212;
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background-color: #8b1739;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  color: #8b1739;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}
.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cda45e;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact .form-group {
padding-bottom: 8px;
}
.contact input {
height: 44px;
}
.contact input, .contact textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: #0c0b09;
border-color: #625b4b;
color: white !important;
}
.contact input:focus, .contact textarea:focus {
border-color: #cda45e;
background: #0c0b09;
}
.contact button[type=submit]:hover {
background: linear-gradient(to right, #cca0a0, #a85d63, #8b173a);
}
.contact button[type=submit] {
background-color: #8b1739;
border: 0;
padding: 10px 35px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
}


/* Heading */
/* Default styles for larger screens */
.faq-title1 h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  background-color: #ffffff;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 6rem;
  text-align: left;
}

.faq-title1 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #8b1739;
  bottom: -14px;
  margin-left: -30px;
}
.faq-title1 p{
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  margin-top: -0.9rem;
  line-height: 37px;
  font-family: inherit
}

/* Media query for smaller screens (e.g., mobile devices) */
@media screen and (max-width: 768px) {
  .faq-title1 h2 {
    font-size: 3rem; /* Adjust the font size for mobile view */
  }
  .faq-title1 p{
   font-size: 2rem;
   margin-top: -2rem;
   line-height: 40px;
   padding-bottom: 2rem
  }
}


.alert-info {
color: pink;
background-color: black;
border-color: pink;
}


/* Section brand */
#brand{
  background: #000000;
}

.img-brand {
  width: 300px;
  height: 200px;
  animation: scroll 60s linear infinite;
  border: 2px solid black;
  border-radius: 50px;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}

.slider-brand {

  background-color: #000000;
  padding: 0em 0.2rem;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

#section4c{

align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
margin: 0;
background-image: linear-gradient(to right, #cca0a0, #a85d63, #8b173a);
}
.mainc{
font-family: sans-serif;
display: flex;
justify-content: space-between;
gap: 15px;
width: 90vw;
margin: 0px auto;
}
.slidec{
height: 60vh;
position: relative;
border-radius: 10px;
background-size: cover;
background-position: 50%;
flex: 0.5;
cursor: pointer;
transition: 0.5s linear flex;
-webkit-transition: 1s linear flex;
-moz-transition: 0.5s linear flex;
-ms-transition: 0.5s linear flex;
-o-transition: 0.5s linear flex;
}
.slidec:hover{
transition: 0.8s;
}
@keyframes heading {
from{
bottom: 150px;
opacity: 0;
}
to{
bottom: 20px;
opacity: 1;
}

}
.slidec h2{
position: absolute;
bottom: 20px;
left: 20px;
opacity: 0;
color: #fff;
}
.slidec h2 span{
font-size: 12px;
font-weight: 300;
display: block;
margin-top: 10px;
opacity: 0.8;
}
.slidec.activec{
flex: 5;
}
.slidec.activec h2{
opacity: 1;
animation-name: heading;
animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation-duration: 1.5s;
animation-iteration-count: 1;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #121212;
  font-size: 14px;
  background: #121212;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #121212;
}
#footer .footer-top strong{
  background: linear-gradient(to right, #cca0a0, #a85d63, #8b173a);
background-size: 120%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: white;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to right, #cca0a0, #a85d63, #8b173a);
background-size: 120%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;

  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  color: white;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5821;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #ed3b00;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}
#footer .social-links a {
  background-color: #8b1739;

  font-size: 18px;
  display: inline-block;

  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: linear-gradient(to right, #cca0a0, #a85d63, #8b173a);
  color: #fff;
  text-decoration: none;
}

