@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@10..48,200;10..48,300;10..48,400;10..48,500;10..48,600;10..48,700;10..48,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  scroll-behavior: smooth;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .socialbox {
  gap: 20px;
}
header .socialbox i {
  color: white;
  opacity: 1;
}
header .socialbox i:hover {
  opacity: 0.7;
}
header .logobox {
  background: whitesmoke;
  background-blend-mode: multiply;
  width: 200px;
}
header .logobox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbarbox .togglerbtn i {
  font-size: 20px;
  color: white;
}
header .navbarbox .togglerbtn i:hover {
  opacity: 0.7;
}
header .navbarbox .togglerbtn:active {
  border-color: transparent;
}

.heroBanner {
  overflow-x: hidden;
}
.heroBanner .slider-wrapper {
  filter: brightness(1.2);
}
.heroBanner .slider-wrapper .duoimg-container {
  display: block;
}
.heroBanner .slider-wrapper .duoimg-container .left-imgbnr {
  width: 100%;
  height: 100vh;
}
.heroBanner .slider-wrapper .duoimg-container .left-imgbnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr {
  position: relative;
  width: 100%;
  height: 100vh;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt {
  padding: 75px 50px 75px 75px;
  background: white;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt p {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #d30000;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt h1 {
  text-transform: capitalize;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt button.btn {
  position: absolute;
  text-transform: uppercase;
  bottom: 0;
  right: 0;
  font-size: 0.6rem;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 700;
  background: black;
  color: white;
}
.heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt button.btn:active {
  border-color: black;
}
.heroBanner .slider-wrapper .slick-dots {
  bottom: 0;
}
.heroBanner .slider-wrapper .slick-dots li {
  width: 10px;
}
.heroBanner .slider-wrapper .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid white;
  border-radius: 100%;
  text-indent: -9999px;
}
.heroBanner .slider-wrapper .slick-dots li.slick-active button {
  background-color: white;
}

.handcraft-article {
  margin: 75px 0;
}
.handcraft-article p.arti-title {
  color: #fd2121;
  font-weight: 600;
}
.handcraft-article .left-text h4 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
.handcraft-article .left-text .seperator-line::before {
  content: "";
  width: 40px;
  height: 3px;
  display: flex;
  flex-grow: 0;
  background-color: #fd2121;
  flex-shrink: 1;
  margin: 25px 0;
  transition: all 0.7s ease-in-out;
}
.handcraft-article .rgt-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.handcraft-article .rgt-text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #232323;
}
.handcraft-article .rgt-text p {
  line-height: 28px;
  font-size: 16px;
  color: #6f6f6f;
}
.handcraft-article .rgt-text .icnwtxtbx i {
  font-size: 24px;
  width: 35px;
}
.handcraft-article .rgt-text .icnwtxtbx p {
  text-transform: uppercase;
  color: #232323;
  font-size: 16px;
  font-weight: 600;
}
.handcraft-article:hover .seperator-line::before {
  width: 65%;
  flex-grow: 1;
}

.gallery {
  margin: 75px 0;
}
.gallery .cards {
  max-width: 100%;
  grid-template-rows: repeat(2, 1fr);
  margin: 0;
  display: grid;
  gap: 0px;
  grid-template-areas: "one two four five" "three two six seven";
}
.gallery .card {
  background-color: #ff214f;
  color: white;
  width: 25vw;
  margin: 0;
  border-color: transparent;
  border-radius: 0px;
  border-width: 0px;
}
.gallery .card figure {
  position: relative;
  transition: all ease-in-out 300ms;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.gallery .card figure .grid-img {
  width: 100%;
  height: 100%;
}
.gallery .card figure .grid-img img {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 100ms, transform 200ms;
}
.gallery .card figure figcaption {
  opacity: 0;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  padding: 40px;
  bottom: -40px;
  transition: all 300ms ease-in-out;
}
.gallery .card figure figcaption .textBox {
  color: white;
  text-transform: uppercase;
  text-align: start;
  height: 100%;
}
.gallery .card figure figcaption .textBox .seperator-line {
  width: 40%;
  background-color: #000;
  opacity: 0.5;
  height: 1px;
  margin-bottom: 10px;
}
.gallery .card figure figcaption .textBox .headtxt {
  font-weight: 600;
}
.gallery .card figure figcaption .textBox .subtxt {
  letter-spacing: 1;
  line-height: 14px;
  font-size: 12px;
  margin: 0 !important;
}
.gallery .card figure:hover figcaption {
  opacity: 1;
  bottom: 0;
}
.gallery .card figure:hover img {
  filter: blur(5px);
  opacity: 0.2;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  overflow: hidden;
  transition: all ease-in-out 100ms, transform 200ms;
}
.gallery .gBox1 {
  height: 50vh;
  grid-area: one;
}
.gallery .gBox2 {
  height: 100vh;
  grid-area: two;
}
.gallery .gBox3 {
  height: 50vh;
  grid-area: three;
}
.gallery .gBox4 {
  height: 50vh;
  grid-area: four;
}
.gallery .gBox5 {
  height: 50vh;
  grid-area: five;
}
.gallery .gBox6 {
  height: 50vh;
  grid-area: six;
}
.gallery .gBox7 {
  height: 50vh;
  grid-area: seven;
}

.textsec {
  margin: 75px 0;
}
.textsec .heading {
  width: 70%;
}
.textsec .heading h2 {
  font-size: 32px;
  line-height: 40px;
}
.textsec .ser-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 75px;
}
.textsec .ser-boxes .headtxt {
  font-weight: 500;
  font-size: 20px;
}
.textsec .ser-boxes p {
  color: #6f6f6f;
}
.textsec .ser-boxes .explorebtn {
  color: #6f6f6f;
  display: inline-block;
}
.textsec .ser-boxes .explorebtn h6 {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  margin: 0;
}
.textsec .ser-boxes .explorebtn h6::before {
  content: "";
  width: 80px;
  height: 0px;
  position: absolute;
  left: -90px;
  top: 50%;
  opacity: 0.2;
  border-top: 1px solid black;
}
.textsec .ser-boxes .explorebtn:hover {
  color: #ff214f;
}
.textsec .ser-boxes .explorebtn:hover h6::before {
  border-top: 1px solid #ff214f;
}

.featuresec {
  margin: 75px 0;
  padding: 100px 0;
  background: rgb(24, 24, 24);
}
.featuresec .heading {
  margin-bottom: 50px;
  color: #fcfcfc;
}
.featuresec .heading h2 {
  text-transform: capitalize;
  font-weight: 500;
}
.featuresec .heading h6 {
  text-transform: uppercase;
  color: #6f6f6f;
  font-weight: 600;
}
.featuresec .content {
  margin-top: 75px;
}
.featuresec .content .singBox {
  width: 80%;
  margin-bottom: 60px;
}
.featuresec .content .icon-holder {
  color: #6f6f6f;
}
.featuresec .content .icon-holder i {
  font-size: 2.3rem;
}
.featuresec .content .text-box h6 {
  font-size: 18px;
  font-weight: 600;
}
.featuresec .content .text-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #6f6f6f;
}

.winningsec {
  margin: 75px 0;
}
.winningsec .contentBox {
  margin: 20px auto;
}
.winningsec .contentBox .bg-imgholder {
  background-image: url("../images/homepagebgdesign.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding: 10%;
}
.winningsec .contentBox .bg-imgholder p {
  margin-bottom: -25px;
  color: #ff214f;
  font-size: 26px;
}
.winningsec .contentBox .bg-imgholder .inner-img {
  width: 170px;
}
.winningsec .contentBox .bg-imgholder .inner-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.actionacc {
  margin: 75px 0;
  padding: 100px 0;
  background: rgb(24, 24, 24);
}
.actionacc .nav {
  z-index: 100;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.actionacc .nav .nav-item button {
  font-size: 24px;
  transition: padding 0.3s ease-in-out;
  border-radius: 0;
  color: #6f6f6f !important;
}
.actionacc .nav .nav-item button:hover {
  background-color: transparent;
  color: #ff214f !important;
  border-radius: 0;
}
.actionacc .nav .nav-item button.active {
  padding-left: 50px;
  border-bottom: 2px solid #ff214f;
  background-color: transparent;
  color: #ff214f !important;
}
.actionacc .tab-content {
  z-index: 50;
  filter: opacity(0.5);
  width: 100%;
}
.actionacc .tab-content .tab-pane .tab-img {
  width: 100%;
  height: 500px;
}
.actionacc .tab-content .tab-pane .tab-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .heroBanner {
    overflow-x: hidden;
  }
  .heroBanner .slider-wrapper {
    filter: brightness(1.2);
  }
  .heroBanner .slider-wrapper .duoimg-container {
    position: static;
    display: block;
  }
  .heroBanner .slider-wrapper .duoimg-container .left-imgbnr {
    width: 100%;
    height: 90vh;
  }
  .heroBanner .slider-wrapper .duoimg-container .left-imgbnr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr {
    position: relative;
    width: 100%;
    height: 90vh;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt {
    padding: 50px;
    left: 100px;
    right: 0;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt p {
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    color: #d30000;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt h1 {
    text-transform: capitalize;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt button.btn {
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    font-size: 0.6rem;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 700;
    background: black;
    color: white;
  }
  .heroBanner .slider-wrapper .duoimg-container .rgt-imgbnr .bnrtxt button.btn:active {
    border-color: black;
  }
  .heroBanner .slider-wrapper .slick-dots {
    bottom: 0;
  }
  .heroBanner .slider-wrapper .slick-dots li {
    width: 10px;
  }
  .heroBanner .slider-wrapper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 2px solid white;
    border-radius: 100%;
    text-indent: -9999px;
  }
  .heroBanner .slider-wrapper .slick-dots li.slick-active button {
    background-color: white;
  }
  .handcraft-article {
    margin: 75px 0;
  }
  .handcraft-article p.arti-title {
    color: #fd2121;
    font-weight: 600;
  }
  .handcraft-article .left-text h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .handcraft-article .rgt-text {
    gap: 15px;
  }
  .gallery .card {
    width: 50vw;
  }
  .gallery .cards {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    display: grid;
    gap: 0px;
    grid-template-areas: "one two " "three two " "four five " "six seven";
  }
  .textsec {
    margin: 75px 0;
  }
  .textsec .heading {
    width: 100%;
  }
  .textsec .heading h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .textsec .ser-boxes {
    gap: 25px;
    margin-top: 40px;
  }
  .textsec .ser-boxes .explorebtn h6 {
    padding-left: 90px;
  }
  .textsec .ser-boxes .explorebtn h6::before {
    content: "";
    left: 0px;
  }
  .featuresec {
    padding: 50px 0;
  }
  .featuresec .heading h2 {
    font-size: 20px;
  }
  .featuresec .heading h6 {
    font-size: 14px;
  }
  .featuresec .content {
    margin-top: 50px;
  }
  .featuresec .content .singBox {
    width: 100%;
    margin-bottom: 30px;
  }
  .featuresec .content .icon-holder {
    color: #6f6f6f;
  }
  .featuresec .content .icon-holder i {
    font-size: 2rem;
  }
  .featuresec .content .text-box h6 {
    font-size: 18px;
    font-weight: 600;
  }
  .featuresec .content .text-box p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .gallery .cards {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    display: grid;
    gap: 0px;
    grid-template-areas: "one" "two" "three" "four" "five" "six" "seven";
  }
  .gallery .card {
    width: 100vw;
  }
  .gallery .gBox2 {
    height: 50vh;
  }
}/*# sourceMappingURL=style.css.map */