@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
html {
    scroll-behavior: smooth;
  }
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    box-sizing: border-box;
}
/* Section One */
.Section-one {
    background: linear-gradient(60deg, rgba(91, 64, 20, 0.56) 0%, rgb(16 11 2 / 50%) 60%), url(img/realshirt-cover2.jpg);
    width: 100%;
    height: 60vh;
    background-size: 100% 100%;
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: background-image 2s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
}

@media (min-width: 1201px) {
    .Section-one {
        height: 60vh;
        background-position: center;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .Section-one {
        height: 45vh;
        background-position: center;
    }
}
@media (max-width: 600px) {
    .Section-one {
        height: 31vh;
        background-position: center;
    }
}

.heading-Firt {
    font-size: 5vh;
    color: #fff9df;
}

/* Box Container */
.box-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sec_two_container_one {
    width: 80%;
    background: linear-gradient(60deg, #5b4014eb 0%, #f59e0b 60%);
    box-shadow: 0px 1px 6px 0px #454840;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.sec_two_container_one_small_one {
    display: flex;
    width: 20%;
    justify-content: center;
}

.small_one {
    width: 70px;
    height: 60px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px;
}

.small_two {
    display: flex;
    text-align: left;
    color: white;
    align-items: center;
    justify-content: center;
}

.para_two {
    font-size: 14px;
}
.para_two span {
    color: rgb(252, 247, 247);
    font-weight: 500;
    font-size: 12px;
}

@media (max-width:1000px) {
    .sec_two_container_one_small_one {
        width: 25%;
    }
    .para_two {
        font-size: 12px;
    }
    .para_two span {
        font-size: 10px;
    }
    .small_one {
        width: 50px;
        height: 50px;
    }
}

@media (max-width:700px) {
    .sec_two_container_one_small_one {
        width: 28%;
    }
    .small_one {
        width: 40px;
        height: 40px;
    }
    .para_two {
        font-size: 11px;
    }
}

@media (max-width:520px) {
    .sec_two_container_one {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0px 30px;
    }
    .sec_two_container_one_small_one {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width:500px) {
    .small_one {
        width: 50px;
        height: 50px;
    }
    .para_two {
        font-size: 14px;
    }
    .para_two span {
        font-size: 12px;
    }
}

/* Main Content Section */
.Container_one {
    margin: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading_one {
    font-size: 26px;
    font-weight: bold;
    color: #915f0acc;
    box-sizing: border-box;
    text-align: left;
}

.detail_one {
    margin-top: 10px;
    text-align: justify;
    font-size: 19px;
    line-height: 30px;
    color: #051e33;
}

.smoll_container img {
    max-width: 60vh;
    margin: 15px;
    border-radius: 9px;
    border: 2px solid #1d1715;
    box-shadow: -1px 2px 40px 4px #0707128c;
}

.smoll_container_two {
    text-align: center;
    color: rgb(0, 0, 0);
    margin: 15px;
}

@media (max-width: 768px) {
    .smoll_container img {
        width: 100%;
        margin: 0;
    }
    .Container_one {
        display: grid;
    }
}

@media (max-width: 600px) {
    .Container_one {
        display: grid;
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .smoll_container img {
        width: 37vh;
    }
    .Container_one {
        margin: 12px;
    }
}

/* Catalog Section */
.catlog {
    width: 100%;
    min-height: 50vh;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cat-title {
    font-size: 24px;
    margin: auto;
    text-align: center;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
}

.cat-content {
    font-size: 17px;
    line-height: 29px;
    margin: auto;
    text-align: center;
    color: #0e0606;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
}
.three {
    background: linear-gradient(118deg, #000000d1 52%, #0d0f1894 67%), url(img/section-three.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    height: 75vh;
    border-top: 3px solid #ddb60a;
}

.section_three_main_container {
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three_Container_one {
    color: aliceblue;
    margin: 45px;
}

.three_heading_one {
    font-size: 25px;
    color: white;
}

.three_detail_one {
    margin-top: 7px;
    color: white;
    text-align: justify;
}

.three-new-hr {
    background: linear-gradient(60deg, #eb9507 0%, #000000 60%);
    height: 6px;
    box-shadow: -2px 1px 4px rgba(253, 253, 255, 0.3);
}

.social {
    display: flex;
    margin-top: 12px;
}

.social_one {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    background: linear-gradient(60deg, #5b4014eb 0%, #855608 60%);
    height: 36px;
    width: 38%;
    border: 1px solid black;
    border-radius: 8px;
    color: aliceblue;
    padding: 2px;
    text-align: center;
    font-size: 20px;
}

@media(max-width:750px) {
    .three {
        height: auto;
    }
    .section_three_main_container {
        width: 94%;
        height: 29vh;
        margin: 1px 4px 11px -37px;
    }
    .three_detail_one {
        font-size: 8px;
    }
    .three_heading_one {
        font-size: 11px;
    }
    .social_one {
        font-size: 8px;
        height: 16px;
        width: 35%;
        padding: 1px;
    }
}

@media(max-width:500px) {
    .three-new-hr {
        height: 2px;
    }
    .social_one {
        font-size: 11px;
        height: 21px;
        width: 31%;
        padding: 1px;
    }
    .heading_one {
      font-size: 22px;
        
    }    
}


.section_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  
  h2 {
  
    color: white;
    font-size: 12px;
  }
  .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
  }
  .card {
    background: transparent;
    width: 300px;
    height: 420px;
    text-align: center;
    margin: 35px 40px;
  }
  .card img {
    width: 100%;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(14, 15, 13, 0.904), 0 6px 20px 0 rgba(18, 22, 17, 0.979);
  }
  .card-body {
    margin-top: -20px;
    display: flex;
    justify-content: center;
  }
  .card-title {
    background: white;
    border: 1px solid black;
    margin: auto;
    font-size: 20px;
    padding: 5px 45px;
    border-radius: 10px;
  }
  .card h3 {
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
  }
  .card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
  }
  @media(max-width: 800px) {
    .card {
      margin: 20px 20px;
    }
  }
  @media(max-width: 500px) {
    .card {
      margin: 17px 0px;
    }
  }
  .catlog {
      width: 100%;
      min-height: 50vh;
      height: auto;
      position: relative;
      overflow: hidden;
  }
  .cat-title {
      font-size: 24px;
      margin: auto;
      text-align: center;
      color: #000000;
      font-weight: 500;
        margin-top: 20px;
  }
  .cat-content {
      font-size: 17px;
      line-height: 29px;
      margin: auto;
      text-align: center;
      color: #0e0606;  
  }
  .catlog-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 10px;
  }
  .catlog-row {
      width: 280px;
      height: 200px;
      margin: 15px 17px;
  }
  .catlog-child-one {
      display: flex;
      justify-content: center;
  }
  .catlog-child-one img {
      width: 100%;
      height: 33vh;
  }
  
  .catlog-child-two {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .catlog-child-two-title {
      width: 70%;
      color:rgb(255, 255, 255);
      margin-top: -17px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(60deg, #5b4014eb 0%, #855608 60%);
      box-shadow: 0px 1px 6px 0px #454840;
  }
  
  .catlog-child-two-title p a {
      color: rgb(255, 255, 255);
      font-size: 16px;
      text-decoration: none;
  
  }
  .catlog-child-two-title:hover,
  .catlog-child-two-title p a:hover{
      background-color:#0c4c91;
      color: white;
  }
  @media(max-width:1025px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 280px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 18vh;
      }
  }
  @media(max-width:900px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 180px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 28vh;
      }
  }
  @media(max-width:821px){
      .cat-title {
          font-size: 20px;
      }
      .cat-content {
          font-size: 12px;
      }
      .catlog-row {
          width: 240px;
          height: 200px;
          margin: 15px 17px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 15vh;
      }
  }
  @media(max-width:600px){
      .cat-title {
          font-size: 16px;
      }
      .cat-content {
          font-size: 10px;
      }
      .catlog-row {
          width: 190px;
          height: 160px;
          margin: 10px 7px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 22vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
  }
  @media(max-width:451px){
      .cat-title {
          font-size: 16px;
      }
      .cat-content {
          font-size: 14px;
      }
      .catlog-row {
          width: 150px;
          height: 145px;
          margin: 10px 10px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 15vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
      .catlog-child-two-title {
          width: 80%;
          margin-top: -17px;
          height: 25px;
      }
  }
  @media(max-width:400px){
      .cat-title {
          font-size: 14px;
      }
      .cat-content {
          font-size: 11px;
          line-height: 17px;
      
      }
      .catlog-row {
          width: 145px;
          height: 130px;
          margin: 10px 10px;
      }
      .catlog-child-one img {
          width: 100%;
          height: 16vh;
      }
      .catlog-child-two-title p a {
          color: black;
          font-size: 11px;
      }
      .catlog-child-two-title {
          width: 80%;
          margin-top: -17px;
          height: 25px;
      }
  }
  