.elementor-21 .elementor-element.elementor-element-e77701d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-14c7f21 *//* ================= GLOBAL ================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#050505;
  color:#fff;
  font-family:'Poppins',sans-serif;
  overflow-x:hidden;
}

a{
  text-decoration:none;
}

img{
  width:100%;
}

html{
  scroll-behavior:smooth;
}

/* ================= HEADER ================= */

.tdg-header-area{
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  background:rgba(0,0,0,0.96);
  border-bottom:1px solid rgba(255,255,255,0.06);
}

.tdg-header-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:20px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.tdg-brand-logo{
  color:#fff;
  font-size:32px;
  font-weight:700;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
}

.tdg-brand-logo span{
  color:#ff1e1e;
}

.tdg-navigation-menu{
  display:flex;
  gap:35px;
}

.tdg-navigation-menu a{
  color:#d0d0d0;
  transition:0.3s;
  position:relative;
}

.tdg-navigation-menu a:hover{
  color:#ff1e1e;
}

.tdg-navigation-menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:#ff1e1e;
  transition:0.3s;
}

.tdg-navigation-menu a:hover::after{
  width:100%;
}

.tdg-header-button{
  height:48px;
  padding:0 24px;
  background:linear-gradient(135deg,#ff1e1e,#cf0000);
  color:#fff;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  transition:0.3s;
}

.tdg-header-button:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(255,0,0,0.35);
}

/* ================= HERO ================= */

.tdg-hero-area{
  width:100%;
  min-height:100vh;
  padding:160px 0 100px;
  position:relative;
  overflow:hidden;
}

.tdg-hero-area::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgb(0 0 0 / 32%), rgb(0 0 0 / 27%)), url(https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1600);
  background-size:cover;
  background-position:center;
  opacity:0.45;
}

.tdg-hero-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 480px;
  gap:70px;
  align-items:center;
}

.tdg-hero-badge{
  display:inline-block;
  padding:10px 20px;
  background:#150000;
  border:1px solid rgba(255,0,0,0.4);
  color:#ff3a3a;
  border-radius:50px;
  margin-bottom:25px;
}

.tdg-hero-title{
  font-size:50px;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  margin-bottom:25px;
  letter-spacing: 4px;
  color: #ffff;
}


.tdg-hero-title span{
  color:#ff1e1e;
}

.tdg-hero-description{
  color:#bcbcbc;
  line-height:1.9;
  max-width:650px;
  margin-bottom:35px;
}

.tdg-hero-action{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:25px;
}

.tdg-red-button,
.tdg-dark-button,
.tdg-green-button{
  height:58px;
  padding:0 30px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  transition:0.3s;
}

.tdg-red-button{
  background:linear-gradient(135deg,#ff1e1e,#cf0000);
  color:#fff;
}

.tdg-red-button:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 30px rgba(255,0,0,0.35);
}

.tdg-dark-button{
  background:#111;
  border:1px solid #2c2c2c;
  color:#fff;
}

.tdg-dark-button:hover{
  border-color:#ff1e1e;
  color:#ff1e1e;
}

.tdg-green-button{
  background:#16b647;
  color:#fff;
}

.tdg-green-button:hover{
  transform:translateY(-4px);
}

.tdg-review-line{
  color:#ff1e1e;
  letter-spacing:2px;
}

/* ================= FORM ================= */

.tdg-form-box{
  background:#0d0d0d;
  border-radius:24px;
  border:1px solid rgba(255,0,0,0.35);
  padding:38px;
  box-shadow:0 0 35px rgb(255 0 0 / 76%);
  margin-left: -100px;
}

.tdg-form-alert{
  display:inline-block;
  padding:8px 16px;
  background:#180000;
  border:1px solid rgba(255,0,0,0.35);
  border-radius:50px;
  color:#ff3a3a;
  margin-bottom:20px;
}

.tdg-form-title{
  font-size:45px;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  margin-bottom:34px;
  color: #fff;
}

.tdg-form-title span{
  color:#ff1e1e;
}

.tdg-form-text{
  color:#bdbdbd;
  margin-bottom:25px;
}

.tdg-input-field{
  margin-bottom:18px;
}

.tdg-input-field input,
.tdg-input-field select{
  width:100%;
  height:58px;
  background:#121212;
  border:1px solid #252525;
  border-radius:10px;
  padding:0 18px;
  color:#fff;
  outline:none;
  transition:0.3s;
}

.tdg-input-field input:focus,
.tdg-input-field select:focus{
  border-color:#ff1e1e;
  box-shadow:0 0 12px rgba(255,0,0,0.2);
}

.tdg-double-field{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.tdg-submit-button{
  width:100%;
  height:58px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,#ff1e1e,#cf0000);
  color:#fff;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.tdg-submit-button:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(255,0,0,0.35);
}

/* ================= COMMON ================= */

.tdg-common-heading{
  text-align:center;
  margin-bottom:65px;
}

.tdg-small-heading{
  color:#ff1e1e;
  text-transform:uppercase;
  letter-spacing:3px;
  margin-bottom:10px;
}

.tdg-main-heading{
  font-size:62px;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  color: #ffff;
}

/* ================= SERVICES ================= */

.tdg-service-area{
  padding:110px 0;
}

.tdg-service-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
}

.tdg-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.tdg-service-card{
  background:#0d0d0d;
  border:1px solid #1b1b1b;
  border-radius:18px;
  padding:35px;
  transition:0.3s;
}

.tdg-service-card:hover{
  border-color:#ff1e1e;
  transform:translateY(-8px);
  box-shadow:0 18px 35px rgba(255,0,0,0.15);
}

.tdg-service-title{
  font-size:30px;
  font-family:'Oswald',sans-serif;
  margin-bottom:15px;
  color: #fff;
}

.tdg-service-info{
  color:#bdbdbd;
  line-height:1.8;
}

/* ================= WHY ================= */

.tdg-why-area{
  padding:110px 0;
  background:#090909;
}

.tdg-why-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
}

.tdg-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.tdg-why-card{
  background:#0d0d0d;
  border:1px solid #1b1b1b;
  border-radius:18px;
  padding:40px 30px;
  text-align:center;
  transition:0.3s;
}

.tdg-why-card:hover{
  border-color:#ff1e1e;
  transform:translateY(-8px);
}

.tdg-why-title{
  font-size:28px;
  font-family:'Oswald',sans-serif;
  margin-bottom:15px;
  color: #fff;
}

.tdg-why-info{
  color:#bdbdbd;
  line-height:1.8;
}

/* ================= COUNTER ================= */

.tdg-counter-area{
  padding:110px 0;
}

.tdg-counter-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.tdg-counter-box{
  background:#0d0d0d;
  border:1px solid #1b1b1b;
  border-radius:18px;
  padding:55px 30px;
  text-align:center;
}

.tdg-counter-box:hover{
  border-color:#ff1e1e;
}

.tdg-counter-number{
  font-size:76px;
  font-family:'Oswald',sans-serif;
  color:#ff1e1e;
}

.tdg-counter-text{
  color:#bdbdbd;
  letter-spacing:2px;
  text-transform:uppercase;
}

/* ================= TESTIMONIAL ================= */

.tdg-feedback-area{
  padding:110px 0;
  background:#090909;
}

.tdg-feedback-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
}

.tdg-feedback-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.tdg-feedback-card{
  background:#0d0d0d;
  border:1px solid #1b1b1b;
  border-radius:18px;
  padding:35px;
  transition:0.3s;
}

.tdg-feedback-card:hover{
  border-color:#ff1e1e;
  transform:translateY(-6px);
}

.tdg-feedback-text{
  color:#d8d8d8;
  line-height:1.9;
  margin-bottom:20px;
}

.tdg-feedback-name{
  font-size:26px;
  font-family:'Oswald',sans-serif;
}

/* ================= CTA ================= */

.tdg-cta-area{
  padding:120px 0;
  text-align:center;
}

.tdg-cta-wrap{
  width:100%;
  max-width:1200px;
  margin:auto;
  padding:0 40px;
}

.tdg-cta-title{
  font-size:72px;
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  margin-bottom:18px;
  color: #ffff;
}

.tdg-cta-text{
  color:#bdbdbd;
  margin-bottom:35px;
}

.tdg-cta-action{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

/* ================= FOOTER ================= */

.tdg-footer-area{
  padding:90px 0 120px;
  border-top:1px solid rgba(255,255,255,0.05);
}

.tdg-footer-wrap{
  width:100%;
  max-width:1400px;
  margin:auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.tdg-footer-title{
  font-size:30px;
  font-family:'Oswald',sans-serif;
  margin-bottom:15px;
  color: #fff;
}

.tdg-footer-text{
  color:#bdbdbd;
  line-height:1.8;
}

/* ================= STICKY BAR ================= */

.tdg-sticky-bar{
  width:100%;
  position:fixed;
  left:0;
  bottom:0;
  z-index:999;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:8px;
  background:#000;
  padding:10px;
  border-top:1px solid rgba(255,255,255,0.08);
}

.tdg-sticky-bar a{
  height:50px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:600;
  transition:0.3s;
}

.tdg-sticky-call{
  background:linear-gradient(135deg,#ff1e1e,#cf0000);
}

.tdg-sticky-call:hover{
  transform:translateY(-3px);
}

.tdg-sticky-whatsapp{
  background:#16b647;
}

.tdg-sticky-whatsapp:hover{
  transform:translateY(-3px);
}

.tdg-sticky-quote{
  background:#111;
  border:1px solid #2d2d2d;
}

.tdg-sticky-quote:hover{
  border-color:#ff1e1e;
  color:#ff1e1e;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1100px){

  .tdg-hero-wrap{
    grid-template-columns:1fr;
  }

  .tdg-service-grid,
  .tdg-why-grid,
  .tdg-feedback-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .tdg-header-wrap,
  .tdg-hero-wrap,
  .tdg-service-wrap,
  .tdg-why-wrap,
  .tdg-feedback-wrap,
  .tdg-counter-wrap,
  .tdg-footer-wrap,
  .tdg-cta-wrap{
    padding:0 20px;
  }

  .tdg-navigation-menu{
    display:none;
  }

  .tdg-hero-title{
    font-size:58px;
  }
@media (max-width: 768px) {
    .tdg-hero-title {
        font-size: 28px;
    }
}
  .tdg-form-title{
    font-size:42px;
  }

  .tdg-main-heading{
    font-size:42px;
  }

  .tdg-cta-title{
    font-size:46px;
  }

  .tdg-service-grid,
  .tdg-why-grid,
  .tdg-counter-wrap,
  .tdg-feedback-grid,
  .tdg-footer-wrap,
  .tdg-double-field{
    grid-template-columns:1fr;
  }

  .tdg-sticky-bar{
    grid-template-columns:1fr;
  }

}


/* =========================
   FORM CONTAINER FIX
========================= */
.wpcf7-form{
    width:100%;
}

/* REMOVE DEFAULT WP GAPS */
.wpcf7-form p{
    margin:0 !important;
    padding:0 !important;
}

/* LABEL */
.wpcf7-form label{
    display:block;
    margin:0 0 -10px 0 !important;
    color:#fff;
    font-size:14px;
    font-weight:600;
    line-height:1.2;
}

/* INPUT WRAP */
.wpcf7-form-control-wrap{
    display:block;
    margin:0 0 12px 0 !important;
}

/* INPUT + SELECT */
.wpcf7-form input,
.wpcf7-form select{
    width:100%;
    height:50px;
    background:#111;
    border:1px solid #cf0000;
    color:#fff;
    padding:0 15px;
    border-radius:4px;
    font-size:14px;
    outline:none;
    box-sizing:border-box;
    margin-bottom: 20px;
}

/* FOCUS BORDER (RED THEME) */
.wpcf7-form input:focus,
.wpcf7-form select:focus{
    border-color:#ed1c24;
    box-shadow:0 0 0 3px rgba(237,28,36,0.15);
}

/* REMOVE DROPDOWN RED HOVER */
.wpcf7-form select option{
    background:#111;
    color:#fff;
}

.wpcf7-form select option:hover,
.wpcf7-form select option:checked{
    background:#111 !important;
    color:#fff !important;
}

/* SUBMIT BUTTON */
.wpcf7-submit{
    width:100%;
    height:52px;
    background:#ed1c24;
    color:#fff;
    border:none;
    border-radius:4px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    cursor:pointer;
    transition:0.3s;
    margin-top:5px;
}

.wpcf7-submit:hover{
    background:#c81017;
}

/* REMOVE SPINNER */
.wpcf7-spinner{
    display:none;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media(max-width:767px){

    .wpcf7-form input,
    .wpcf7-form select{
        height:48px;
        font-size:13px;
        padding:0 12px;
    }

    .wpcf7-submit{
        height:48px;
        font-size:13px;
    }

    .wpcf7-form label{
        font-size:13px;
    }
}


@media (max-width: 767px){
    .tdg-form-box{
        margin: 0 !important;
    }
}

/* ================= PREMIUM SHOWCASE ================= */

.tdg-showcase-area{
    background:#070707;
    padding:90px 20px;
}

.tdg-showcase-wrap{
    max-width:1200px;
    margin:auto;
}

.tdg-showcase-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
}

.tdg-showcase-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    background:#111;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.4s ease;
}

.tdg-showcase-card img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.tdg-showcase-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:25px;
    background:linear-gradient(to top, rgba(0,0,0,0.95), transparent);
}

.tdg-showcase-overlay h3{
    color:#fff;
    font-size:24px;
    font-family:'Oswald',sans-serif;
    margin-bottom:8px;
}

.tdg-showcase-overlay p{
    color:#cfcfcf;
    font-size:14px;
    line-height:1.7;
}

.tdg-showcase-card:hover{
    transform:translateY(-8px);
    border-color:#ff1d25;
    box-shadow:0 15px 40px rgba(255,29,37,0.18);
}

.tdg-showcase-card:hover img{
    transform:scale(1.08);
}

/* ================= SERVICE CARD UPGRADE ================= */

.tdg-service-card{
    position:relative;
    background:#111111;
    padding:35px 28px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.4s ease;
    z-index:1;
}

.tdg-service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#ff1d25;
}

.tdg-service-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,29,37,0.12), transparent 60%);
    opacity:0;
    transition:0.4s ease;
    z-index:-1;
}

.tdg-service-card:hover{
    transform:translateY(-10px);
    border-color:#ff1d25;
    box-shadow:0 18px 45px rgba(255,29,37,0.18);
}

.tdg-service-card:hover::after{
    opacity:1;
}

.tdg-service-title{
    font-size:24px;
    color:#fff;
    margin-bottom:14px;
    font-family:'Oswald',sans-serif;
}

.tdg-service-info{
    color:#c9c9c9;
    line-height:1.8;
    font-size:15px;
}

/* ================= MOBILE ================= */

@media(max-width:991px){

    .tdg-showcase-grid{
        grid-template-columns:1fr;
    }

    .tdg-showcase-card img{
        height:320px;
    }

}

/* ================= PREMIUM SERVICE TITLE DESIGN ================= */

.tdg-service-title {

  position: relative;

  display: inline-block;

  font-size: 34px;

  line-height: 1.15;

  font-family: 'Oswald', sans-serif;

  font-weight: 700;

  margin-bottom: 22px;

  z-index: 2;

  background: linear-gradient(
    90deg,
    #ffffff,
    #dcdcdc
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-transform: uppercase;

  letter-spacing: 1px;

}

/* DIFFERENT COLORS FOR EACH CARD */

.tdg-service-card:nth-child(1) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #2f80ff,
    #6fb1ff
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tdg-service-card:nth-child(2) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #00d26a,
    #5dffae
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tdg-service-card:nth-child(3) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #ffb800,
    #ffd95e
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tdg-service-card:nth-child(4) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #ff3131,
    #ff7b7b
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tdg-service-card:nth-child(5) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #9b51ff,
    #c89cff
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tdg-service-card:nth-child(6) .tdg-service-title {

  background: linear-gradient(
    90deg,
    #00c2ff,
    #7be7ff
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* GLOW EFFECT */

.tdg-service-title::before {

  content: "";

  position: absolute;

  left: 0;
  bottom: -8px;

  width: 60px;
  height: 5px;

  border-radius: 50px;

  background: currentColor;

  opacity: 0.8;

  box-shadow:
  0 0 15px currentColor;

  transition: 0.4s ease;

}

/* HOVER EFFECT */

.tdg-service-card:hover .tdg-service-title {

  transform: translateX(6px);

  transition: 0.4s ease;

}

.tdg-service-card:hover .tdg-service-title::before {

  width: 100%;

}

/* MOBILE */

@media(max-width:576px){

  .tdg-service-title {

    font-size: 28px;

  }

}
/* ================= CRAFT SECTION ================= */

.tdg-craft-area {

  background: #050816;
  padding: 90px 5%;
  overflow: hidden;

}

.tdg-craft-wrap {

  max-width: 1300px;
  margin: auto;

  display: flex;
  align-items: center;
  gap: 60px;

}

.tdg-craft-image {

  flex: 1;

}

.tdg-craft-image img {

  width: 100%;
  height: 500px;
  object-fit: cover;

  border-radius: 24px;

  box-shadow:
  0 20px 60px rgba(0,0,0,0.5);

  transition: 0.4s ease;

}

.tdg-craft-image img:hover {

  transform: scale(1.03);

}

.tdg-craft-content {

  flex: 1;
  color: white;

}

.tdg-craft-small {

  color: #ff3131;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;

}

.tdg-craft-title {

  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-family: 'Oswald', sans-serif;
  color: #ffff;

}

.tdg-craft-text {

  color: #b8b8b8;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 40px;

}

.tdg-craft-stats {

  display: flex;
  gap: 50px;

}

.tdg-craft-box h3 {

  color: #ff3131;
  font-size: 42px;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;

}

.tdg-craft-box span {

  color: #d0d0d0;
  font-size: 15px;

}

/* ================= MOBILE RESPONSIVE ================= */

@media(max-width: 992px){

  .tdg-craft-wrap {

    flex-direction: column;

  }

  .tdg-craft-title {

    font-size: 40px;

  }

  .tdg-craft-image img {

    height: 350px;

  }

}

@media(max-width: 576px){

  .tdg-craft-area {

    padding: 70px 20px;

  }

  .tdg-craft-title {

    font-size: 32px;

  }

  .tdg-craft-text {

    font-size: 15px;

  }

  .tdg-craft-stats {

    flex-direction: column;
    gap: 25px;

  }

}

/* ================= SHOWCASE SECTION ================= */

.tdg-showcase-area {

  background: #050816;
  padding: 110px 5%;

}

.tdg-showcase-wrap {

  max-width: 1350px;
  margin: auto;

}

/* TOP */

.tdg-showcase-top {

  display: flex;
  justify-content: space-between;
  align-items: end;

  margin-bottom: 55px;

}

.tdg-showcase-small {

  color: #ff3131;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 15px;

}

.tdg-showcase-title {

  color: #fff;
  font-size: 58px;
  line-height: 1.1;
  font-family: 'Oswald', sans-serif;

}

.tdg-showcase-link {

  color: #ff3131;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;

}

.tdg-showcase-link:hover {

  letter-spacing: 1px;

}

/* GRID */

.tdg-showcase-grid {

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;

}

/* BIG IMAGE */

.tdg-showcase-big {

  position: relative;
  overflow: hidden;
  border-radius: 28px;

  height: 620px;

}

.tdg-showcase-big img {

  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 0.5s ease;

}

.tdg-showcase-big:hover img {

  transform: scale(1.05);

}

.tdg-showcase-overlay {

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;

  padding: 40px;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    transparent
  );

}

.tdg-showcase-overlay h3 {

  color: white;
  font-size: 34px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;

}

.tdg-showcase-overlay p {

  color: #d7d7d7;
  font-size: 15px;

}

/* SIDE */

.tdg-showcase-side {

  display: flex;
  flex-direction: column;
  gap: 28px;

}

.tdg-showcase-card {

  position: relative;
  overflow: hidden;

  border-radius: 24px;

  height: 296px;

}

.tdg-showcase-card img {

  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 0.5s ease;

}

.tdg-showcase-card:hover img {

  transform: scale(1.08);

}

.tdg-showcase-card-content {

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;

  padding: 25px;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.8),
    transparent
  );

}

.tdg-showcase-card-content h4 {

  color: #fff;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;

}

/* RESPONSIVE */

@media(max-width: 992px){

  .tdg-showcase-grid {

    grid-template-columns: 1fr;

  }

  .tdg-showcase-big {

    height: 500px;

  }

  .tdg-showcase-side {

    flex-direction: row;

  }

  .tdg-showcase-card {

    flex: 1;

  }

}

@media(max-width: 768px){

  .tdg-showcase-top {

    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

  }

  .tdg-showcase-title {

    font-size: 42px;

  }

  .tdg-showcase-side {

    flex-direction: column;

  }

  .tdg-showcase-big {

    height: 380px;

  }

  .tdg-showcase-card {

    height: 250px;

  }

}/* End custom CSS */