@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: #000;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}
.home-no-scroll {
    overflow: hidden;
    overflow-x: hidden;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* padding: 10px; */
  padding-bottom: 0;
  height: 100vh;
}

.gallery img {
  width: 100%;
  height: auto;
  border: 5px solid black;
}

.footer_main {
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
  left: 0;
}

.footer-bar {
    /* background-color: #d82323a1; */
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px 20px;
    text-align: center;
}
.footer_main:hover .footer-bar:before{   background-color:  #ffffff;}
.footer_main:hover .footer-bar:after {    background-color: #d82323;}

.footer-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}


.footer-logo {
  height: 50px;
}

.footer-icon {
  height: 45px;
}

.footer-icon-black i {
  color: #000000;
}

.footer-icon-black .fa-solid,
.fas {
  font-weight: 900;
  border: 1px solid #000;
  color: #000000;
  padding: 12px 12px;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 100px;
}

.right-text {
  color: #000000;
}

.footer-bottom {
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.footer-bottom a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 500;
}

.footer-bar {
  position: relative;
}

.footer-bar::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #ffffff87;
    width: 50%;
    margin-right: -8px;
}
 
.footer-bar:after {
    background-color: #d8232397;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% + 8px);
    height: 100%;
    z-index: -1;
}

.right-text {
  color: #000000;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  background-color: #000000;
  padding: 12px 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  transition: 0.3s;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  padding: 0;
}

.social-icons a:hover {
  color: #b0070f;
}

.fa-solid,
.fas {
  font-weight: 900;
  border: 1px solid #ffffff;
  padding: 12px 12px;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 100px;
}

.mobile {
  display: none;
}


.img-1{
  border-top: 0 !important;
}

.first-image {
  border: 8px solid #fff;
  /* border-top: transparent; */
}

.first-image:hover {
  border-color: red;
}

.first-image img {
  height: 49vh;
  padding: 10px;
  background-color: #000;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  border-bottom: 0;
  object-fit: cover !important;
}

.gallery {
  position: relative;
  margin: 0px -20px 0 -20px;
}

.gallery .first-image:nth-child(2n+1):hover {
  border-color: #d82323;
  border-left-color: transparent;
  border-top-color: transparent;
}


.gallery .first-image:nth-child(2n):hover {
  border-color: #d82323;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.gallery .first-image:nth-child(n+2):hover {
  border-color: #d82323;
  border-top-color: transparent;
  border-right-color: transparent;
}

.gallery .first-image:nth-child(n+3):hover {
  border-color: #d82323;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.gallery .first-image:nth-child(3):hover {
  border-color: #d82323;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.main_cover {
  position: relative;
}

.squre {
    width: 17px;
    height: 17px;
    background: #000000;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.first-image {
  position: relative;
 /*  overflow: hidden;
  height: 50vh;
  display: flex; */
  justify-content: center;
  align-items: center;
}

.first-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 40px) !important;
    height: calc(100% - -40px) !important;
    left: -16px;
    top: -24px;
    z-index: 1;
    background: transparent;
}

.third-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 40px) !important;
    height: calc(100% - -20px) !important;
    left: -23px;
    top: -18px;
    z-index: 1;
    background: transparent;
}

.four-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px) !important;
    height: calc(100% - -20px) !important;
    left: -16px;
    top: -16px;
    z-index: 1;
    background: transparent;
}

.first-image:hover::before {
  background: #d82323;
}

.first-image:nth-child(1):hover::before {
    background: #d82323;
    width: calc(100% + 118px);
    height: calc(100% - -10px);
    left: auto;
    right: -17px;
    bottom: -16px;
    top: auto;
}

.first-image:nth-child(2):hover::before {
  background: #d82323;
}

.first-image:nth-child(3):hover::before {
  background: #d82323;
}

.first-image:nth-child(4):hover::before {
  background: #d82323;
}

/* Content page css */

.page-content {
  padding: 20px;
  color: #fff;
  padding-bottom: 120px; /* Add space for fixed footer */
}

.page-content h1 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

/* FAQ page css */

.faq-category {
  margin-bottom: 40px;
}

.faq-category h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #555;
  border-radius: 5px;
}

.faq-question span {
  float: right;
}

.faq-answer {
  color: #cccccc;
  line-height: 1.6;
  padding: 0 15px;
  display: none;
}

/* How It Works page css */

.step-item {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #555;
  border-radius: 8px;
}

.step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.step-header div:first-child {
  width: 50px;
  height: 50px;
  background: #e50914;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.step-header h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

.step-header h4 {
  color: #e50914;
  font-size: 16px;
  margin: 5px 0 0 0;
}

.step-description {
  color: #cccccc;
  line-height: 1.6;
}

/* News & Blog page css */

.news-item, .blog-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid #555;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.news-item h3, .blog-item h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-item h3 a, .blog-item h3 a {
  color: #ffffff;
  text-decoration: none;
}

.news-item h3 a:hover, .blog-item h3 a:hover {
  color: #e50914;
}

.news-item p, .blog-item p {
  color: #cccccc;
  margin-bottom: 15px;
  line-height: 1.5;
}

.news-item .meta-info, .blog-item .meta-info {
  color: #999;
  font-size: 12px;
}
.meta-info {
  color: #fff;
  font-size: 12px;
}
.news-item .read-more, .blog-item .read-more, .read-more {
  color: #e50914;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.news-item .read-more:hover, .blog-item .read-more:hover, .read-more:hover {
  color: #b0070f;
}

.blog-item .category-badge {
  color: #e50914;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.category-link {
  color: #e50914;
  text-decoration: none;
  margin-right: 15px;
  padding: 5px 10px;
  border: 1px solid #e50914;
  border-radius: 20px;
  font-size: 12px;
}

.category-link:hover {
  color: #b0070f;
  border-color: #b0070f;
}

.blog-item .tag {
  color: #999;
  font-size: 11px;
  background: rgba(255,255,255,0.1);
  padding: 2px 8px;
  border-radius: 12px;
  margin-right: 5px;
}
.tag {
  color: #999;
  font-size: 11px;
  background: rgba(255,255,255,0.1);
  padding: 2px 8px;
  border-radius: 12px;
  margin-right: 5px;
}
.news-content, .blog-content {
  color: #cccccc;
  line-height: 1.8;
  font-size: 16px;
}

.news-content h1, .blog-content h1,
.news-content h2, .blog-content h2,
.news-content h3, .blog-content h3 {
  color: #ffffff;
}

.news-content a, .blog-content a {
  color: #e50914;
  text-decoration: none;
}

.news-content a:hover, .blog-content a:hover {
  color: #b0070f;
}


/* Contact page css */

.contact-section {
  display: flex;
  position: relative;
  margin-bottom: 120px; /* Add space for fixed footer */
}

.contact-left img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.contact-left {
  flex: 1;
}
.custom-right {
  flex: 1;
  padding: 0px 115px 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
  color: #fff;
}

.contact-right {
  flex: 1;
  padding: 0px 115px 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
}

.contact-right h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 25px;
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-right input,
.contact-right textarea {
  background: transparent;
  border: 1px solid #555;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.contact-right button {
  background: #e50914;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  width: fit-content;
}

.contact-right button:hover {
  background: #b0070f;
}

.footer {
  margin-top: 30px;
  font-size: 15px;
  color: #ffffff;
}

.side-panel {
  position: fixed;
  right: 20px;
  height: 100vh;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 35px;
  z-index: 10;
  border-left: 1px solid #4d4d4d;
}

.side-panel a {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #555;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.side-panel a:hover {
  background: #e50914;
  border-color: #e50914;
}


/* Media query starts */

@media (max-width: 1024px) {
  .footer-bar::before {
    width: calc(51% - 9px);
  }

  .footer-bar {
    padding: 10px 0px 10px 0px;
  }

  .footer-bar a {
    font-size: 14px;
  }

  .fa-solid,
  .fas {
    font-size: 15px;
    margin-right: 0px;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    background-color: #000000;
    padding: 12px 0px;
    margin-top: 5px;
    border-radius: 100px;
    color: #ffffff;
    transition: 0.3s;
  }
}

@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
  }

  .contact-left img {
    height: 300px;
  }

  .contact-right {
    padding: 30px 20px;
  }

  .side-panel {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    gap: 25px;
    height: auto;
    top: auto;
    transform: none;
    background: #111;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
    border-top: 1px solid #333;
  }

  .side-panel a {
    margin-left: 0px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .first-image {
    border: 6px solid #ffffff !important;
  }

  .squre {
    width: 15px !important;
    height: 15px !important;
    background: #000000;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -6px !important;
    margin-top: 6px;
  }

  .first-image:nth-child(1):hover::before {
    right: -15px !important;
    bottom: -14px !important;
  }

  .four-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% - -100px);
  }

  .footer-bar {
    flex-direction: column;
    gap: 10px;
    padding: 0px 0px 0px 0px !important;
  }

  .footer_main {
    display: none;
  }

  .social-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
  }

  .social-icons a:hover {
    color: #b0070f;
  }

  .mobile {
    display: block;
    position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100%;
  left: 0;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    gap: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
  }

  .fa-classic,
  .fa-regular,
  .fa-solid,
  .far,
  .fas {
    padding: 0;
  }

  .mobile {
    margin-top: 14px;
  }

  .fa-solid,
  .fas {
    border: transparent;
  }

  .social-icons a:hover {
    color: #b0070f;
  }

  .footer-bar::before {
    width: calc(0% - 9px);
  }

  .footer-logo {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {

  body {
  overflow-y: auto;
}
  .gallery {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .first-image:hover::before {
    background: transparent;
  }

  .first-image {
    border: 0px solid #ffffff !important;
  }

  .first-image img {
    padding: 0px !important;
  }

  .squre {
    display: none;
  }

  .first-image img {
    border: 10px solid #000 !important;
  }

  .first-image img:hover {
    border: 10px solid #e50914 !important;
  }

  .gallery {
    margin: 0px !important;
    padding: 0px 0px 0px 0px;
  }

  .gallery img {
    border: 0px solid black;
  }

  .gallery .first-image:nth-child(2n+1):hover {
    border-color: none !important;
    border-left-color: none !important;
    border-top-color: none !important;
  }

  .gallery .first-image:nth-child(2n):hover {
    border-color: none !important;
    border-bottom-color: none !important;
    border-right-color: none !important;
  }

  .gallery .first-image:nth-child(n+2):hover {
    border-color: none !important;
    border-top-color: none !important;
    border-right-color: none !important;
  }

  .gallery .first-image:nth-child(n+3):hover {
    border-color: none !important;
    border-bottom-color: none !important;
    border-right-color: none !important;
  }

  .gallery .first-image:nth-child(3):hover {
    border-color: none !important;
    border-bottom-color: none !important;
    border-left-color: none !important;
  }

  .first-image::before {
    content: "";
    position: absolute;
    width: calc(100% +0px);
    height: calc(100% - 0px);
    left: -20px;
    top: -20px;
    z-index: 1;
    background: none !important;
  }

  .third-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: calc(100% - 0px);
    left: -20px;
    top: -20px;
    z-index: 1;
    background: none !important;
  }

  .four-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: calc(100% - 0px);
    left: -20px;
    top: -20px;
    z-index: 1;
    background: none !important;
  }

  .first-image:hover::before {
    background: none !important;
  }

  .first-image:nth-child(1):hover::before {
    background: none !important;
    width: calc(100% + 0px);
    height: calc(100% - 0px);
    left: auto;
    right: -20px;
    bottom: -20px;
    top: auto;
  }

  .first-image:nth-child(2):hover::before {
    background: none !important;
  }

  .first-image:nth-child(3):hover::before {
    background: none !important;
  }

  .first-image:nth-child(4):hover::before {
    background: none !important;
  }

  .footer-logo {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .social-icons {
    margin-bottom: 40px;
  }

  .social-icons a {
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    gap: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
  }

  .fa-classic,
  .fa-regular,
  .fa-solid,
  .far,
  .fas {
    padding: 0;
  }

}