body {
  width: 100% !important;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.sil-text {
  position: absolute;
}

.header_container_nav {
  margin: auto;
  display: flex;
  justify-content: center;
  max-width: 1440px;
}

.fa-lg {
  background: #ff5e14;
}

.logo {
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
}

.flx_container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.navbar.navigation_container {
  max-width: 1000px !important;
  width: 100% !important;
  flex-direction: row-reverse !important;
  gap: 50px !important;
}

.navbar-nav.navig_nav {
  max-width: 1000px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.container_middle {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.container_centre {
  max-width: 1440px;
  width: 100%;
  min-height: 556px;
  background: #bdc3c7;
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7) !important;
  background: linear-gradient(to right, #2c3e50, #bdc3c7) !important;
}

.background_url_image {
  max-width: 1440px;
  width: 100%;
  height: 700px;
  background: url(./animation/cucahandes.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
  background-position: center;
}

.container-kens {
  text-transform: uppercase;
  text-transform: none;
  color: white;
  text-decoration: none;
}

.container-kens:active {
  color: white;
  text-decoration: none;
}

.container-kens:link {
  text-decoration: none;
}

.container-main-master {
  max-width: 1440px;
  width: 100%;
  min-height: 350px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.container-master-info {
  max-width: 560px;
  width: 100%;
  min-height: 650px;
  margin: 50px 0;
}

.container-master-info1 {
  max-width: 1440px;
  width: 100%;
  min-height: 150px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 143px;
  line-height: 26px;
}

.container-master-img {
  max-width: 550px;
  width: 100%;
  margin: 52px 67px;
}

@media screen and (max-width: 1250px) {
  .container-main-master {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .container-master-info {
    max-width: 400px;
    width: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width: 1110px) {
  .container-main-master {
    max-width: 1110px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .container-master-info {
    max-width: 500px;
    width: 100%;
    min-height: 260px;
  }

  .container-master-info1 {
    max-width: 500px;
    width: 100%;
  }
}

:root {
  --user-button-circle: rgba(0, 0, 0, 0.025);
  --user-button-cardborder: rgba(255, 255, 255, 0.25);
  --user-button-text: #323133;
  --user-button-shadow: rgba(0, 0, 0, 0.1);
}

#app {
  display: flex;
  justify-content: center;
}

.body #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
  animation: slide 3s ease-out forwards;
}

.options {
  margin: auto;
}

@-webkit-keyframes slide {
  0%,
  50% {
    opacity: 0;
    display: block !important;
  }

  100% {
    opacity: 1;
    display: block !important;
  }
}

@keyframes slide {
  0%,
  50% {
    opacity: 0;
    display: block !important;
  }

  100% {
    opacity: 1;
    display: block !important;
  }
}

.body #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow),
    inset 0 0 1rem -0.75rem var(--user-button-shadow);
}

.body #user-button .u-main {
  cursor: pointer;
  --user-button-background: var(--user-button-main, #ec87c0);
}

.body #user-button .u-main img {
  height: 100%;
  width: 100%;
}

.body #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}

.body #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.body #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.body #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}

.body #user-button .u-icons a[href="https://twitter.com/zed_dash"]
{
  position: relative;
}

.body #user-button .u-icons a[href="https://twitter.com/zed_dash"]:before
{
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.body #user-button .u-icons a[href="https://twitter.com/zed_dash"].show:before
{
  opacity: 1;
  transition: 0.25s ease-out;
}

.body #user-button .u-icons a[href="https://twitter.com/zed_dash"] div
{
  color: #1da1f2;
}

.body #user-button .u-icons a[href="https://codepen.io/z-"] div
{
  background: black;
  color: white;
}

.body #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
  animation: diespin 2s linear infinite;
}

@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }

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

.body #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.body #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
.portfolio-wrap{
        border-radius: 15px !important;
}
.body #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body #user-button .u-icons > *:hover,
body #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}

.body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1),
body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1),
body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2),
body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1),
body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2),
body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3),
body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1),
body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2),
body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3),
body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}

.body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4),
body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}

.body #user-button:hover .u-icons,
body #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

.body.dark {
  background: rgba(0, 0, 0, 0.4);
  color: white;
}

@media (prefers-color-scheme: dark) {
  .body:not(.light) {
    background: #232223;
    color: white;
  }
}

.body .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}

.body .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}

@media screen and (max-width: 718px) {
  .body .options {
    min-width: 520px;
  }

  .body .options .option:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 638px) {
  .body .options {
    min-width: 440px;
  }

  .body .options .option:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 558px) {
  .body .options {
    min-width: 360px;
  }

  .body .options .option:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 478px) {
  .body .options {
    min-width: 280px;
  }

  .body .options .option:nth-child(2) {
    display: none;
  }
}

.body .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.body .options .option:nth-child(1) {
  --defaultBackground: #ed5565;
}

.body .options .option:nth-child(2) {
  --defaultBackground: #fc6e51;
}

.body .options .option:nth-child(3) {
  --defaultBackground: #ffce54;
}

.body .options .option:nth-child(4) {
  --defaultBackground: #2ecc71;
}

.body .options .option:nth-child(5) {
  --defaultBackground: #5d9cec;
}

.body .options .option:nth-child(6) {
  --defaultBackground: #ac92ec;
}

.body .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}

.body .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black,
    inset 0 -120px 120px -100px black;
}

.body .options .option.active .label {
  bottom: 20px;
  left: 20px;
}

.body .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}

.body .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}

.body .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.body .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}

.body .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

.body .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.body .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.body .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}

.body .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}

.body .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.body .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}

.body .options .option .label .info .sub {
  transition-delay: 0.1s;
}

.container_text {
  max-width: 400px;
  width: 100%;
  min-height: 60px;
}

.cont-txt {
  max-width: 400px;
  width: 100%;
  min-height: 60px;
  color: white;
  font-weight: 700;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
}

:root {
  --height: calc(64vh - 31px);
  --width: 392px;
}

.us-tit {
  font-size: 13px !important;
}

.carousel {
  max-width: 1440px;
  display: grid;
  transform: translate3d(0, 0, 0.1px);
  background-color: #303541;
}

#container-text-carousel {
  font-size: 20px !important;
  color: white !important;
  font-weight: 400 !important;
}

.modal-backdrop.fade.show {
  position: unset;
}

.btn.btn-primary {
  border: none !important;
  background: none !important;
}

.cont-font {
  font-size: 13px !important;
}

.cont-fon {
  font-size: 15px !important;
}

.carousel__list {
  display: flex;
  overflow: hidden;
  list-style: none;
  padding: 2em 0 3em;
  margin: 0;
  contain: layout;
  isolation: isolate;
}

.carousel__item {
  display: grid;
  position: relative;
  align-content: start;
  margin: 0 10px;
  padding: 0;
  flex: 1 1 10%;
  height: var(--height);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  transform: translate3d(0, 0, 0.1px);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 15px 2px,
    rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  contain: layout;
  isolation: isolate;
}

.carousel__item,
.carousel__item * {
  transition: all 0.6s cubic-bezier(0.55, 0.24, 0.18, 1);
  user-select: none;
}

.carousel__image,
.carousel__contents {
  width: var(--width);
  height: auto;
}

.carousel__item:hover {
  flex-basis: calc(var(--width) / 2);
  transition: all 0.3s ease;
}

.carousel__item[data-active] {
  flex-basis: var(--width);
  flex-grow: 0;
}

@media screen and (max-width: 800px) {
  .carousel__item {
    flex-basis: 15%;
  }
}

@media screen and (max-width: 600px) {
  .carousel__item {
    flex-basis: 10%;
    margin: 0 5px;
    border-radius: 8px;
    font-size: 3vw;
  }

  .carousel__item[data-active] {
    flex-basis: 45%;
    flex-grow: 0;
  }

  .carousel__item:nth-child(3),
  .carousel__item:nth-child(7) {
    flex: 0 0 10px;
  }

  .carousel__item:nth-child(2),
  .carousel__item:nth-child(8) {
    flex: 0 0 5px;
    transform: translateX(-50px);
  }

  .carousel__item:nth-child(8) {
    transform: translateX(50px);
  }

  .carousel__item:nth-child(1),
  .carousel__item:nth-child(n + 9) {
    flex: 0 0 0px;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }

  .carousel__item:not(:nth-child(n + 5)) img,
  .carousel__item:nth-child(n + 7) img {
    opacity: 0.8;
  }

  .carousel__item:not(:nth-child(n + 4)) *,
  .carousel__item:nth-child(n + 7) * {
    opacity: 0 !important;
  }
}

@media screen and (min-width: 600px) {
  .carousel__item:nth-child(3),
  .carousel__item:nth-child(10) {
    flex: 0 0 10px;
  }

  .carousel__item:nth-child(2),
  .carousel__item:nth-child(11) {
    flex: 0 0 5px;
    transform: translateX(-50px);
  }

  .carousel__item:nth-child(11) {
    transform: translateX(50px);
  }

  .carousel__item:nth-child(1),
  .carousel__item:nth-child(n + 12) {
    flex: 0 0 0px;
    margin: 0;
    box-shadow: none;
    opacity: 0 !important;
  }

  .carousel__item:not(:nth-child(n + 5)) img,
  .carousel__item:nth-child(n + 9) img {
    opacity: 0.8;
  }

  .carousel__item:not(:nth-child(n + 4)) *,
  .carousel__item:nth-child(n + 10) * {
    opacity: 0 !important;
  }
}

.carousel__item img {
  display: block;
  position: absolute;
  width: var(--width);
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 2/3;
  object-fit: cover;
  filter: saturate(0.2) contrast(0.75) brightness(1.1);
}

.carousel__item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(
    160deg,
    rgba(2, 0, 36, 0) 40%,
    rgba(118, 221, 136, 0.5) 70%,
    rgba(0, 255, 246, 0.6) 100%
  );
  transition: all 0.66s cubic-bezier(0.55, 0.24, 0.18, 1);
}

.carousel__item[data-active]::after {
  transform: translateY(100%);
}

.carousel__item[data-active],
.carousel__item[data-active] * {
  opacity: 1;
  filter: none;
}

.carousel__contents {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  min-height: 476px;
  padding: 1em;
  z-index: 2;
  background-image: radial-gradient(
    ellipse at 0px 0px,
    rgba(0, 0, 0, 0.4) 20%,
    transparent 50%
  );
  background-size: 170% 200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel__contents .user__name {
  color: #e8eff4;
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.carousel__contents .user__title {
  max-width: 600px !important;
  font-family: lexend;
  font-size: 20px;
  letter-spacing: 1.25px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: transparent;
  background: linear-gradient(270deg, rgb(202 223 195), rgb(0, 255, 247));
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.85;
  text-wrap: balance;
  margin-bottom: 0.5em;
}

.carousel__contents .user__title,
.carousel__contents .user__name {
  margin: 0;
  line-height: 1.1;
  opacity: 0;
  transform: translateX(-200px);
  transition-duration: 1s;
  max-width: 18em;
}

@media screen and (max-width: 800px) {
  .carousel__item img {
    width: calc(var(--width) * 0.5);
  }

  .carousel__contents {
    transform: translateX(-100%) rotate(90deg);
    transform-origin: bottom right;
    align-items: end;
    justify-content: end;
    background-image: radial-gradient(
      ellipse at 100% 100%,
      rgba(0, 0, 0, 0.4) 0%,
      transparent 50%
    );
    background-position: -100% 100%;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
  }

  [data-active] .carousel__contents {
    background-position: 100% 100%;
  }

  .carousel__contents .user__title,
  .carousel__contents .user__name {
    max-width: 70vh;
    transform: translateX(200px);
  }
}

[data-active] .carousel__contents * {
  transform: translateX(0px);
  transition-duration: 0.66s;
  opacity: 1;
}

[data-active] .carousel__contents .user__name {
  transition-delay: 0.1s;
}

[data-active] .carousel__contents .user__title {
  opacity: 0.85;
  transition-delay: 0.05s;
}

.carousel__nav {
  padding: 1em;
  justify-self: end;
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

button {
  display: flex;
  gap: 0.5em;
  padding: 0.5em 1.5em;
}

button span,
button svg {
  margin: 0;
  padding: 0;
  fill: none;
}

button path {
  fill: currentColor;
}

body,
html {
  padding: 0;
  align-items: start;
}

.prev {
  border-radius: 10px;
  color: rgb(48, 53, 65);
  background-color: white;
}

.next {
  border-radius: 10px;
  color: rgb(48, 53, 65);
  background-color: white;
}

.footer-section {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  background: black;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

@media screen and (max-width: 769px) {
  .footer-cta {
    max-width: 500px;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
  }

  .footer-cta .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 500px;
    width: 100%;
    min-height: 350px;
  }
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
  background-color: white;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  /* display: inline-block; */
  float: left;
  width: 50%;
  margin-bottom: 12px;
  list-style: none;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.instagram-bg {
  background-color: rgb(198, 127, 60);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media screen and (max-width: 800px) {
  .carousel__contents {
    transform: translateX(-100%) rotate(90deg);
    transform-origin: bottom right;
    align-items: center;
    /* justify-content: ; */
    background-image: radial-gradient(
      ellipse at 100% 100%,
      rgba(0, 0, 0, 0.4) 0%,
      transparent 50%
    );
    background-position: -100% 100%;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0px;
    /* text-align: right; */
    text-align: center;
  }
}

.container-space {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.img-fluid1 {
  max-width: 172px !important;
  width: 100% !important;
  min-height: 100px !important;
}

.footer-social-icon a:nth-child(5) {
  max-width: 127px;
  width: 100%;
  min-height: 132px;
  border: solid 1px;
  border-radius: 50%;
  font-size: 22px;
  /* padding: 3px 1px; */
  position: relative;
  padding: 6px 2px;
  top: 4px;
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  color: #fff;
}

#container_columm {
  display: flex;
  flex-direction: column;
}
