.elementor-21 .elementor-element.elementor-element-2e35b31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-2px;--padding-bottom:-2px;--padding-left:-2px;--padding-right:-2px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-be73d09 */.dt-footer{
    position: relative;
    overflow: hidden;
    background: #000;
    padding: 120px 0 60px;
    font-family: 'Montserrat', sans-serif;
}

/* GLOW EFFECTS */

.dt-footer-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.18;
}

.dt-footer-glow1{
    width: 500px;
    height: 500px;
    background: #F51DA6;
    top: -200px;
    left: -200px;
}

.dt-footer-glow2{
    width: 520px;
    height: 520px;
    background: #6C4BFC;
    bottom: -220px;
    right: -220px;
}

/* CONTAINER */

.dt-footer-container{
    width: 92%;
    max-width: 1450px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* TOP */

.dt-footer-top{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
}

/* BRAND */

.dt-footer-brand h2{
    font-size: 52px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 22px;
    font-weight: 800;
    letter-spacing: -2px;
}

.dt-footer-brand p{
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
    max-width: 520px;
}

.dt-footer-btn{
    display: inline-flex;
    padding: 18px 36px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg,#F69962,#F51DA6,#6C4BFC);
    background-size: 300% 300%;
    animation: footerBtn 6s ease infinite;
    box-shadow:
    0 15px 40px rgba(245,29,166,0.25);
    transition: all 0.4s ease;
}

.dt-footer-btn:hover{
    transform: translateY(-5px) scale(1.05);
    box-shadow:
    0 25px 60px rgba(245,29,166,0.35),
    0 0 80px rgba(108,75,252,0.25);
}

@keyframes footerBtn{
    0%{ background-position:0% 50%; }
    50%{ background-position:100% 50%; }
    100%{ background-position:0% 50%; }
}

/* LINKS */

.dt-footer-links{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}

.dt-footer-links h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.dt-footer-links a{
    display: block;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.dt-footer-links a:hover{
    color: #F51DA6;
    transform: translateX(6px);
}

/* DIVIDER */

.dt-footer-divider{
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,transparent,#ffffff22,transparent);
    margin-bottom: 30px;
}

/* BOTTOM */

.dt-footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.dt-footer-bottom p{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}

.dt-footer-social{
    display: flex;
    gap: 25px;
}

.dt-footer-social a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dt-footer-social a:hover{
    color: #F51DA6;
    transform: translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .dt-footer-top{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dt-footer-brand h2{
        font-size: 42px;
    }

}

@media(max-width:767px){

    .dt-footer{
        padding: 90px 0 40px;
    }

    .dt-footer-brand h2{
        font-size: 32px;
    }

    .dt-footer-links{
        grid-template-columns: 1fr;
    }

    .dt-footer-bottom{
        flex-direction: column;
        align-items: flex-start;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2e35b31 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.dt-footer{
  position: relative;
  background: #000;
  padding: 120px 0 50px;
  font-family: 'Montserrat';
  overflow: hidden;
}

/* GLOW EFFECTS */
.dt-footer-glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.18;
}

.dt-g1{
  width: 500px;
  height: 500px;
  background: #F51DA6;
  top: -200px;
  left: -180px;
}

.dt-g2{
  width: 520px;
  height: 520px;
  background: #6C4BFC;
  bottom: -220px;
  right: -200px;
}

/* WRAPPER */
.dt-footer-wrapper{
  width: 92%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* TOP SECTION */
.dt-footer-top{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  margin-bottom: 50px;
}

/* BRAND */
.dt-footer-brand h2{
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.dt-footer-brand h2 span{
  background: linear-gradient(90deg,#F69962,#F51DA6,#6C4BFC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dt-footer-brand p{
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 25px;
}

/* CTA BUTTON */
.dt-footer-cta{
  display: inline-block;
  padding: 16px 34px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background: linear-gradient(135deg,#F69962,#F51DA6,#6C4BFC);
  background-size: 300% 300%;
  animation: move 6s ease infinite;
  transition: 0.4s ease;
  box-shadow: 0 10px 40px rgba(245,29,166,0.25);
}

.dt-footer-cta:hover{
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 60px rgba(245,29,166,0.35);
}

@keyframes move{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* LINKS */
.dt-footer-links{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.dt-footer-col h4{
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}

.dt-footer-col a{
  display: block;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s ease;
}

.dt-footer-col a:hover{
  color: #F51DA6;
  transform: translateX(6px);
}

/* DIVIDER */
.dt-footer-line{
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.15),transparent);
  margin: 30px 0;
}

/* BOTTOM */
.dt-footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.dt-footer-bottom p{
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

.dt-footer-social{
  display: flex;
  gap: 20px;
}

.dt-footer-social a{
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s ease;
}

.dt-footer-social a:hover{
  color: #6C4BFC;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:991px){
  .dt-footer-top{
    grid-template-columns: 1fr;
  }

  .dt-footer-brand h2{
    font-size: 38px;
  }
}

@media(max-width:767px){
  .dt-footer{
    padding: 80px 0 40px;
  }

  .dt-footer-links{
    grid-template-columns: 1fr;
  }

  .dt-footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .dt-footer-brand h2{
    font-size: 30px;
  }
}/* End custom CSS */