/* <!-- Developed By Khushii M --> */
/* Filson Pro Font Family */

/* Regular & Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Light & Light Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Medium & Medium Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Bold & Bold Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black & Black Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Thin & Thin Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

/* Heavy & Heavy Italic */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProHeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

/* Book & Book Italic (optional, often treated as 350 weight) */
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBook.otf') format('opentype');
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: 'Filson Pro';
  src: url('../fonts/FilsonProBookItalic.otf') format('opentype');
  font-weight: 350;
  font-style: italic;
}

/* Use the font globally */
body {
  font-family: 'Filson Pro', sans-serif !important;
  overflow-x: hidden;
}
.modal-super-big {
  max-width: 95% !important;
  height: 75vh;
}

.web-view{
  min-height: 85vh;
}
/* Navbar */
.navbar {
    padding: 1rem 2rem;
    background: transparent;
}

.navbar .container-fluid{
  padding: 0 3%;
}

.gradient-outline {
    -webkit-text-stroke-color: transparent !important;
    -webkit-text-stroke-width: 4px !important;
    -webkit-text-fill-color: hsl(0deg 0% 100%);
    background-color: hsl(0deg 0% 100%) !important;
    background-clip: text !important;
    background-image: linear-gradient(180deg, hsl(15.27deg 67.33% 50.78%), hsl(0deg 0% 100%)) !important;
}

.nav-link {
    font-family: 'Filson Pro', sans-serif;
    color: #000;
    font-weight: 400;
    margin-right: 1rem;
    font-size: 16px !important; 
}

.nav-link.active,
.nav-link:hover {
    color: #D6582D;
    border-bottom: 2px solid #D6582D;
}

/* Hero section */
.hero {
    /* height: 80vh;
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 2rem;
    flex-direction: column; */
    margin-top: 14%;
}

.container{
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  padding-top: 2%;
  width: 100% !important;
}

.hero h1 {
    font-family: Filson Pro;
    font-weight: 500;
    font-style: Italic;
    font-size: 150px;
    line-height: 90px;
    letter-spacing: 0%;
}

.hero p {
    font-family: Filson Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 50px;
    color: #D6582D;
    line-height: 90px;
    letter-spacing: 0%;
    margin-top: 0.5rem;
}

/* Small text */
.intro {
    font-family: Filson Pro;
    font-size: 12px;
    line-height: 20px;
    margin-top: -2%;
    letter-spacing: 0%;
}

.intro span {
    font-weight: 600;
    font-style: italic;
}

.btn-col {
    margin-top: 7%;
    display: flex;
    justify-content: center;
}

/* Button */
.btn-custom {
    background-color: #D6582D;
    color: #fff;
    border: none;
    margin-top: 1%;
    border-radius: 6px;
    padding: 15px 50px;
    font-weight: 600;
    margin-top: 40px;
}

.btn-custom:hover {
    background-color: #D6582D;
}

/* Work Section  */

/* Work Section */
    .work-section {
      height: 62vh;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center;
    }

    .left-text {
      font-size: 32px;
      font-weight: 400;
      color: #D6582D;
      line-height: 40px;
      margin-top: 3rem;
    }

    .work-card {
      border: 1px solid #d6582d50;
      border-radius: 12px;
      overflow: hidden;
      /* height: 220px; */
      width: 100%;
      display: flex;
      align-items: stretch;
      transition: all 0.3s ease;
    }

    .work-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .work-left, .work-right{
      flex: 1;
      display: flex;
      align-items: flex-end;
      justify-content: left;
      padding: 1.5rem;
    }

    .work-left {
      background-color: #D6582DB2;
      color: #fff;
      width: 220px;
      text-align: left;
      font-weight: 400;
      padding-bottom: 10%;
      border-right: none;
      font-size: 15px;
    }

    .work-right .gradient-outline{
      background: #fff;
      color: #D6582DB2;
      font-family: 'Filson Pro', sans-serif;
      font-size: 6.5rem;
      margin-top: 25%;
      font-weight: 700;
      letter-spacing: 0em;
      -webkit-text-stroke: 1.5px #D6582DB2;
      color: transparent;
      text-transform: uppercase;
    }

    .work-bottom{
      /* margin-top: 12%; */
      display: flex;
      margin-bottom: -10%;
      flex-direction: row;
      align-content: space-around;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-end;
    }

    .work-bottom .base-text{
      font-size: 11px;
      color: #D6582D;
      font-weight: 300;
    }

    .work-top{
      margin-top: -10%;
      margin-bottom: 15%;
    }


/* UX Page */
/* UX Section */
.ux-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ux-section  .project-cards{
  margin-top: 8%;
}

.ux-heading {
  font-size: 10rem;
  font-weight: 700;
  font-family: 'Filson Pro', sans-serif;
  -webkit-text-stroke: 2px #D6582D;
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
  margin-top: -20%;
}

/* Project Card Styles */
.project-card {
  border-radius: 12px;
  padding: 9%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding-top: 15%;
  height: 386px;
  background-color: #fff;
  transition: all 0.3s ease;
  align-content: flex-start;
  align-items: stretch;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.project-logo {
  object-fit: contain;
  margin-bottom: 8%;
  display: block;
  margin: 0 auto;
}

.project-title {
  font-weight: 700;
  margin-top: 15%;
  font-family: Filson Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
}

.project-desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  letter-spacing: 0%;
}

.project-sub {
  font-size: 15px;
  color: #777;
  line-height: 30px;
}

/* Border & Color Variants */
.border-aqua { border: 2px solid #4F8BF3; }
.border-orange { border: 2px solid #FF7E1DB2; }
.border-pink { border: 2px solid #262d71; }
.border-seimens { border: 2px solid #019999; }
.border-ikashna { border: 2px solid #484748; }
.vd-br-2, .border-br-1 { border: 2px solid #222222; }
.border-br-2 { border: 2px solid #662368; }
.border-br-3 { border: 2px solid #32618D; }
.vd-br-1 { border: 2px solid #E4805E; }
.vd-br-3, .vd-br-4 { border: 2px solid #CA90B0; }

.text-aqua { color: #4F8BF3 !important; }
.text-orange { color: #D6582D !important; }
.text-pink { color: #262d71 !important; }
.text-seimens {color : #019999 !important;}
.text-ikashna {color : #484748 !important;}
.text-vd-br-2 , .text-br-1 {color : #222222 !important;}
.text-br-2 {color : #662368 !important;}
.text-br-3 {color : #32618D !important;}
.text-vd-br-1 {color : #E4805E !important;}
.text-vd-br-3 {color : #CA90B0 !important;}
.text-vd-br-4 {color : #E62128 !important;}

/* Button */
.see-more .btn-custom {
  margin-top: 0%;
}

.veedee .h1{
  margin-bottom: -5%;
}

/* Resume Section */
.resume-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.resume-section{
    padding-left: 10%;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

.resume-content{
  align-content: center;
  margin-top: -5% !important;
}

.resume-quote {
  height: 50vh;
  font-size: 30px;
  line-height: 50px;
  align-content: center;
  font-weight: 400;
  color: #D6582D;
  /* /* margin-top: 6rem; */
}

.italic-text {
  font-style: italic;
  font-weight: 600;
}

.bold-italic {
  font-style: italic;
  font-weight: 700;
}

/* Iframe PDF Viewer */
.resume-viewer {
  width: 70%;
  margin: 0 auto;
  border: 1px solid #D6582D80;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
}

embed{
  width: 100%;
  height: 783px;
}

.download-btn:hover {
  background-color: #944e2c;
  color: #fff;
}

.border-orange {
  border-color: #b45f34 !important;
}

.contact-texts a{
    font-size: 20px;
    line-height: 25px;
    color: #D6582D;
    text-decoration: none;
    text-align: left;
}


/* Responsiveness  */
/* ========== 📱 Extra Small Devices (Phones, <576px) ========== */
@media (max-width: 575.98px) {
  /* .navbar {
    margin-right: -10%;
  } */
  .resume-section {
    padding-top: 1rem;
  }
  .nav-link{
    font-size: 12px !important;
  }
  .intro {
    margin-top: 8%;
  }

  .hero {
    margin-top: 50%;
    height: 10vh;
  }
  .container{
    padding-right: 2% !important;
    padding-left: 2% !important;
  }

  .hero h1{
    font-size: 64px;
    line-height: 90px;
  }

  .hero p{
    font-size: 24px;
    width: 70%;
    margin-top: -5%;
    line-height: 30px;
  }

  #hero .btn-col{
    margin-top: 65%;
  }

  .work-section {
    padding: 0rem 3rem;
    margin-bottom: 0%;
    height: 80vh;
  }

  .left-text {
    font-size: 21px;
    margin-top: 2rem;
    margin-bottom: 10%;
    line-height: 1.1;
  }
  .work-bottom {
    margin-top: 0%;
    margin-bottom: -12%;
  } 

  .resume-quote {
    font-size: 20px;
    line-height: 30px;
    height: 0;
    margin-top: 0rem;
  }
  
  .resume-viewer {
    width: 100%;
    margin: 15% 0;
    margin-bottom: 12%;
  }

  .contact-info{
    padding: 20% 0;
  }

  .contact-info img{
    width: 10%;
  }

  .contact-texts a {
    font-size: 12px;
  }

  .ux-heading {
    margin-top: 0;
    font-weight: 700;
    font-size: 12rem;
    text-align: left;
  }

  .see-more{
    margin-bottom: 20%;
  }

  .veedee .project-card{
    margin-top: 20%;
    padding-bottom: 0;
    margin-bottom: -10%;
    height: 100%;
  }

  .project-card{
    height: 100%;
  }

  .veedee .see-more{
    margin-top: 40% !important;
  }

  .works-btn .btn-custom {
    background-color: #D6582D;
    color: #fff;
    border: none;
    margin-top: 1%;
    font-size: 10px;
    border-radius: 6px;
    padding: 10px;
    margin-top: 40px;
  }
    .work-top{
    margin-top: 10%;
    margin-bottom: -10%;
  }

  .works-btn{
    padding-bottom: 10%;
    margin-top: -3%;
  }
  .work-right{
    letter-spacing: 0rem;
  }

  .work-left{
    line-height: 20px;
    background-color: #D6582DB2;
    color: #fff;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-bottom: 7%;
    border-right: none;
    font-size: 14px;
  }

.work-left, .work-right
 {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    padding: 1rem;
}
  .contact-section{
    padding-left: 4%;
  }

  .resume-section {
    height: 60vh;
  padding-left: 5%;
  }
  .resume-content{
    margin-top: 8% !important;
  }

}

/* ========== 📲 Small Devices (Large Phones, ≥576px and <768px) ========== */
@media (min-width: 576px) and (max-width: 767.98px) {
  
  .hero {
    margin-top: 50%;
    height: 20vh;
  }
  .container{
    padding-right: 2% !important;
    padding-left: 2% !important;
  }


  .hero h1{
    font-size: 64px;
    line-height: 90px;
  }

  .hero p{
    font-size: 24px;
    width: 70%;
    line-height: 30px;
  }

  #hero .btn-col{
    margin-top: 55%;
  }

  .work-left{
    font-size: 16px;
  }
  .work-section {
    padding: 0rem 3rem;
    margin-bottom: 10%;
  }

  .left-text {
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 10%;
  }
  .work-bottom {
    /* margin-top: 16%; */
    margin-bottom: -15%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  } 

  .resume-quote {
    font-size: 20px;
    line-height: 30px;
    height: 0;
    margin-top: 0rem;
  }
  
  .resume-viewer {
    width: 100%;
    margin: 20% 0;
    margin-bottom: 12%;
  }

  .contact-info{
    padding: 20% 0;
  }

  .contact-info img{
    width: 10%;
  }

  .contact-texts a {
    font-size: 12px;
  }

  .ux-heading {
    margin-top: 0;
    font-weight: 700;
    font-size: 12rem;
    text-align: left;
  }

  .see-more{
    margin-bottom: 20%;
  }

  .veedee .project-card{
    margin-top : 20%;
  }

  .veedee .see-more{
    margin-top: 40% !important;
  }

  .works-btn .btn-custom {
    background-color: #D6582D;
    color: #fff;
    border: none;
    margin-top: 1%;
    font-size: 10px;
    border-radius: 6px;
    padding: 10px;
    margin-top: 40px;
  }
    .work-top{
    margin-top: 15%;
    margin-bottom: -10%;
  }

  .works-btn{
    padding-bottom: 10%;
    margin-top: -3%;
  }
}

/* ========== 💻 Medium Devices (Tablets, ≥768px and <992px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-link{
    font-size: 20px !important;
  }
  .hero {
    margin-top: 35%;
    height: 9vh;

  }
  .project-card {
    height: 486px;
    padding-top: 7%;

  }
  .container{
    padding-right: 2% !important;
    padding-left: 2% !important;
  }

  .hero h1{
    font-size: 64px;
    line-height: 90px;
  }

  .hero p{
    font-size: 24px;
    width: 70%;
    line-height: 30px;
  }

  #hero .btn-col{
    margin-top: 55%;
  }

  .work-section {
    padding: 0rem 3rem;
    margin-bottom: -2%;
    height: 82vh;
  }

  .left-text {
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 10%;
  }
  .work-right .gradient-outline {
    background: #fff;
    color: #D6582DB2;
    font-family: 'Filson Pro', sans-serif;
    font-size: 6.5rem;
    margin-top: 14%;
    font-weight: 700;
    letter-spacing: 0em;
    -webkit-text-stroke: 1.5px #D6582DB2;
    color: transparent;
    text-transform: uppercase;
  }
  .work-bottom .base-text {
    font-size: 22px;
    color: #D6582D;
    font-weight: 300;
  }
  .work-left {
    background-color: #D6582DB2;
    color: #fff;
    width: 219px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 5%;
    border-right: none;
    font-size: 24px;
  }
  .work-bottom {
    margin-top: 5%;
    margin-bottom: -5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  } 

  .resume-quote {
    font-size: 30px;
    line-height: 40px;
    height: 0;
    margin-top: 0rem;
  }
  
  .resume-viewer {
    width: 100%;
    margin: 20% 0;
    margin-bottom: 12%;
  }

  .contact-info{
    padding: 20% 0;
  }

  .contact-info img{
    width: 15%;
  }

  .contact-texts a {
    font-size: 20px;
  }

  .ux-heading {
    margin-top: 0;
    font-weight: 700;
    font-size: 12rem;
    text-align: left;
  }

  .see-more{
    margin-bottom: 20%;
  }

  .veedee .project-card{
    margin-top : 20%;
  }

  .veedee .see-more{
    margin-top: 40% !important;
  }

  .works-btn .btn-custom {
    background-color: #D6582D;
    color: #fff;
    border: none;
    margin-top: 1%;
    font-size: 10px;
    border-radius: 6px;
    padding: 10px;
    margin-top: 40px;
  }
  .project-title {
    font-size: 30px;
    line-height: 40px;
  }

  .resume-section {
    height: 60vh;
  padding-left: 5%;
  }
  .resume-content{
    margin-top: 8% !important;
  }
  /* .project-logo{
    width: 70%;
  } */
  .works-btn{
    padding-bottom: 10%;
    margin-top: -3%;
  }

  .work-top{
    margin-top: 15%;
    margin-bottom: -10%;
  }
  /* Add tablet styles here */
}

/* ========== 🖥️ Large Devices (Laptops, ≥992px and <1200px) ========== */
/* ========== 🖥️ Large Devices (Laptops, ≥992px and <1200px) ========== */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-link {
    font-size: 16px !important;
  }

  .hero {
    margin-top: 20%;
    height: 100%;
  }

  .hero h1 {
    font-size: 80px;
    line-height: 100px;
  }

  .hero p {
    font-size: 26px;
    line-height: 36px;
    width: 65%;
  }

  #hero .btn-col {
    margin-top: 25%;
    margin-left: 4%;
  }

  .work-section {
    padding: 0 5rem;
    margin-bottom: 8%;
  }

  .left-text {
    font-size: 22px;
    margin-top: 3rem;
    margin-bottom: 8%;
  }

  .project-title {
    font-size: 42px;
    line-height: 52px;
  }

  .resume-quote {
    font-size: 26px;
    line-height: 38px;
  }

  .contact-info {
    padding: 12% 0;
  }

  .contact-info img {
    width: 10%;
  }

  .contact-texts a {
    font-size: 16px;
  }

  .ux-heading {
    font-size: 14rem;
    margin-top: 5%;
  }

  .works-btn .btn-custom {
    font-size: 12px;
    padding: 12px 20px;
  }
}

@media (min-width: 1000px) {
  .work-left{
    font-size: 13px;
  }

  .work-right .gradient-outline{
    font-size: 5.5rem;
  }
}
/* ========== 🧠 Extra Large Devices (Desktops, ≥1200px and <1400px) ========== */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .nav-link {
    font-size: 16px !important;
  }

  .hero {
    margin-top: 20%;
    height: 60vh;
  }

  .hero h1 {
    font-size: 100px;
    line-height: 120px;
  }

  .hero p {
    font-size: 30px;
    width: 60%;
    line-height: 42px;
  }

  #hero .btn-col {
    margin-top: 20%;
  }

  .left-text {
    font-size: 24px;
  }

  .work-left{
    font-size: 13px;
  }

  .work-section {
    padding: 0 8rem;
  }

  .work-right .gradient-outline{
    font-size: 5.5rem;
  }

  .resume-quote {
    font-size: 30px;
    line-height: 45px;
  }

  .project-title {
    font-size: 48px;
    line-height: 55px;
  }

  .ux-heading {
    font-size: 16rem;
  }

  .works-btn .btn-custom {
    font-size: 14px;
    padding: 14px 24px;
  }
}


/* ========== 🏢 Extra Extra Large Devices (Large Screens, ≥1400px) ========== */
@media (min-width: 1700px) {
  .works .container{
    max-width: 95% !important;
  }
  /* Add large screen styles here */
  .container{
    max-width: 90% !important;
  }
  .hero {
      margin-top: 15%;
  }
  .intro{
    font-size: 16px;
    line-height: 24px;
  }

  .hero h1{
    font-size: 170px;
    line-height: 90px;
  }
  
  .hero p{
    font-size: 60px;
  }
  .nav-link{
    font-size: 16px !important;
  }
  .btn-custom {
    font-size: 24px;
  }

  .btn-col {
    margin-top: 15%;
  }

  .left-text{
    font-size: 40px;
  }
  .work-bottom .base-text{
    font-size: 17px;
  }

  .work-section{
    height: 65vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .work-left {
    font-size: 18px;
    width: 220px;
  }

  .work-right{
    font-size: 10rem;
  }
  .work-card{
    width: 100%;
    height: 338px;
  }

  .resume-section, .contact-section{
    height: 90vh;
    padding-top: 0;
  }
  .resume-quote{
    font-size: 40px;
    height: 100%;
    margin-top: 0;
  }


  .contact-section .resume-quote{
    padding-bottom: 10%;
  }
  .resume-viewer {
    width: 85%;
  }

  .contact-section{
    padding-bottom: 5rem !important;
  }
  .contact-info{
    display: flex;
    align-items: flex-end;
    height: 100%;
  }

  .contact-texts a {
    font-size: 20px;
    line-height: 40px;
  }

  .ux-heading {
    font-size: 18rem;
  }

  .ux-section .project-cards {
    margin-top: 12%;
  }

  .project-title {
    font-size: 24px;
    line-height: 40px;
    margin-top: 10%;
  }
  
  .project-sub{
    font-size: 15px;
    color: #777;
    line-height: 40px;
  }

  .project-card {
    height: 486px;
  }

  .resume-content{
    margin-top: -4% !important;
  }
}
