/********************************* Fonts *******************************/
@import url(../css-1); /***** font-family: 'Montserrat', sans-serif; *****/
@import url(../css-2); /***** font-family: 'Hind', sans-serif; *****/

/********************************* General Css *******************************/
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Hind", sans-serif;
  overflow-x: hidden;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  outline: none;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  margin: 0 0 15px 0;
  color: #232323;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 0 15px 0;
  color: #232323;
  position: relative;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin: 0 0 15px 0;
  color: #232323;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  margin: 0 0 15px 0;
  color: #232323;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #232323;
}
h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
  color: #232323;
}


h1 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h4 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h5 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h6 a {
  color: #232323;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

h1 a:hover {
  color: #53c200;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2 a:hover {
  color: #53c200;
}
h3 a:hover {
  color: #53c200;
}
h4 a:hover {
  color: #53c200;
}
h5 a:hover {
  color: #53c200;
}
h6 a:hover {
  color: #53c200;
}

p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  color: #424242;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  outline: none;
}
.clear {
  clear: both;
}

hr {
  background: #000;
  border: none;
  display: inline-block;
  height: 27px;
  margin: 35px 0;
  width: 100%;
}

/* green-button */
.green-btn {
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  background: #5dc311;
  color: #ffffff;
  padding: 14px 30px;
  overflow: hidden;
  z-index: 9;
}
.green-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.green-btn:hover {
  background: #5dc311;
  color: #ffffff;
}
.green-btn:after {
  width: 30%;
  height: 600%;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-25deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-25deg);
  transform-origin: 0 0;
  transform: rotate(-25deg);
}
.green-btn:hover:after {
  width: 40%;
}

/* blue-button */
.blue-btn {
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: inherit;
  cursor: pointer;
  padding: 14px 30px;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  background: #101b2f;
  color: #ffffff;
  overflow: hidden;
  z-index: 99;
}
.blue-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.blue-btn:hover {
  background: #101b2f;
  color: #ffffff;
}
.blue-btn:after {
  width: 30%;
  height: 600%;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-25deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-25deg);
  transform-origin: 0 0;
  transform: rotate(-25deg);
}
.blue-btn:hover:after {
  width: 40%;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  text-decoration: none;
}
::selection {
  background: #5dc311;
  color: #fff;
}
::-moz-selection {
  background: #5dc311;
  color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
select {
  color: #424242;
  opacity: 1;
}
option {
  color: #424242;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #424242;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #424242;
  opacity: 1;
}

/********************************* Custom Css Start *******************************/
.main {
  min-height: 100%;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.banner {
  background: url(../images/bg-image.jpeg) no-repeat;
  background-size: cover;
  height: 881px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.banner .container {
  position: relative;
  height: 881px;
}

.banner .caption {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
}

.banner .caption h3 {
  font-size: 43px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 60px;
  margin: 0 0 35px;
  text-align: center;
}

.banner .caption h3 span {
  color: #a1fe5c;
}

.banner .caption h3:after {
  display: block;
  content: "";
  background: url(../images/banner-separator.png) no-repeat center center;
  width: 127px;
  height: 15px;
  margin: 25px auto 0;
}

.banner .caption p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}

.banner .caption .banner-buttons {
  display: inline-block;
}

.banner .caption .banner-buttons .green-btn {
  margin: 0 15px;
  background-color: #a1fe5c;
  color: #000;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.banner .caption .banner-buttons .green-btn:hover {
  background-color: #89dc49;
}

.scroller {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  width: 24px;
}

@media (max-width: 768px) {
  .banner .caption {
    width: 90%;
  }

  .banner .caption h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner .caption p {
    font-size: 16px;
    line-height: 26px;
  }

  .banner .caption .banner-buttons .green-btn {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
}





/******************* Footer **********************/
.footer {
  width: 100%;
  background-color: #101b2f;
  display: block;
  margin: 0;
  padding: 60px 0;
  
}

.copyright {
  background-color: #050e1e;
}
footer .copyright p {
  color: #f3f3f3;
  margin: 0;
  padding: 15px 0;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  text-align: center;
}


/****************************media start**********************************/
@media only screen and (max-width: 1199px) {
  .banner,
  .banner .container {
    height: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .caption h3 {
    font-size: 38px;
    line-height: 48px;
  }
 
}
@media only screen and (max-width: 767px) {
 
  .banner .caption h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 25px;
  }
  .banner .caption {
    width: auto;
  }
  .banner .caption p {
    font-size: 18px;
  }
  .banner,
  .banner .container {
    height: auto;
  }
  .banner {
    padding: 140px 0;
  }
  
  .banner .container {
    z-index: 9;
  }
  .banner .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .company-affiliate:before {
    opacity: 0.5;
  }
  
 
  .promote .promote-bg,
  .need .need-bg,
  .hours-detail .hours-bg {
    width: 100%;
  }
  .promote-content div:nth-child(1),
  .need-content div:nth-child(1) {
    margin-bottom: 30px;
  }
  .promote .container-fluid .container .promote-content,
  .need .container-fluid .container .need-content {
    padding: 60px 0;
  }
  
  .hours-detail .container-fluid .container .hours-content p {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
  }
  .upcomint-events {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 639px) {
  .green-btn,
  .blue-btn {
    font-size: 13px;
  }
  .banner .caption .banner-buttons .green-btn {
    margin: 0 0 10px 0;
  }
 
}

@media only screen and (max-width: 479px) {
  .banner .caption h3 {
    font-size: 21px;
    line-height: 30px;
  }
  .banner .caption p {
    font-size: 16px;
    line-height: 26px;
  }
 
  
  .footer {
    padding: 40px 0;
  }
  .footer .latest-reviews ul.latest-reviews-content li h6 {
    font-size: 19px;
  }
}

/*.company-affiliate start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.company-affiliate {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.company-affiliate h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.company-affiliate .company-affiliates {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.card-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
}

.card-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
  text-align: left;
}

.card-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  text-align: left;
}

.button {
  margin-top: 30px;
}

.blue-btn {
  background-color: #53c0ff;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.blue-btn:hover {
  background-color: #3ba3e3;
}

.scroller1 {
  margin-top: 40px;
}

.scroller1 img {
  width: 30px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@media (max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card-icon {
    margin-bottom: 10px;
  }

  .card-text h3,
  .card-text p {
    text-align: center;
  }
}
/*.company-affiliate end  */

/*.contact start  */
 body {
      font-family: "Inter", sans-serif;
      background: #f3f4f6;
      margin: 0;
      padding: 0;
    }

    .contact-section{
      margin-bottom: 50px;
    }
    .container {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;

      margin-bottom: 60px;
    }

    .contact-box {
      /* display: flex; */
      gap: 40px;
      flex-wrap: wrap;
      background: linear-gradient(to right, #fefce8, #fff);
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }

    .contact-info,
    .contact-form {
      background: #ffffff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      flex: 1;
      min-width: 300px;

      margin-top: 30px;
    }

    .contact-info h2 {
      font-size: 30px;
      font-weight: 800;
      color: #111827;
      margin-bottom: 12px;
    }

    .contact-info p {
      color: #4b5563;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    /* Email + Advertiser Row */
    .info-row-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }

    .info-row-flex .info-item {
      flex: 1 1 calc(50% - 10px);
      min-width: 260px;
    }

    /* Full width Address */
    .info-item.full {
      width: 100%;
      margin-top: 10px;
    }

    .info-item {
      background: #f9fafb;
      border-left: 4px solid #facc15;
      border-radius: 12px;
      padding: 15px 20px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      transition: all 0.3s ease;
    }

    .info-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }

    .icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 20px;
      flex-shrink: 0;
    }

    .bg-yellow {
      background: #facc15;
    }

    .bg-green {
      background: #10b981;
    }

    .bg-orange {
      background: #f97316;
    }

    /* Contact Form */
    .contact-form form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .form-row {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .form-row input {
      flex: 1;
    }

    input,
    textarea {
      padding: 14px 18px;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      font-size: 15px;
      background: #fff;
      color: #111827;
      transition: border 0.3s ease;
    }

    input:focus,
    textarea:focus {
      border-color: #fb923c;
      outline: none;
    }

    button {
      background: linear-gradient(to right, #f87171, #fb923c);
      color: white;
      border: none;
      padding: 14px;
      font-weight: 600;
      font-size: 16px;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s;
    }

    button:hover {
      background: linear-gradient(to right, #fb923c, #f87171);
      transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-box {
        flex-direction: column;
      }

      .info-row-flex {
        flex-direction: column;
      }

      .info-row-flex .info-item {
        flex: 1 1 100%;
      }
    }
/*.contact end  */

/*.navbar start  */

  body {
      font-family: "Inter", sans-serif;
      margin: 0;
      padding: 0;
    }


 .navbar > .container {
  display: block; /* or whatever default you want */
  flex-wrap: unset;
  align-items: unset;
  justify-content: unset;
}

    .navbar {
      position: sticky;
      top: 0;
      width: 100%;
      background-color: rgba(16, 27, 47, 0.95);
      z-index: 999;
      padding: 15px 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }


 

    .container {
      max-width: 1200px;
      margin: auto;
      padding: 0 20px;
    }

    .navbar-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo img {
      height: 40px;
      max-width: 100%;
      object-fit: contain;
    }

    nav {
      position: relative;
    }

    .nav-links {
      display: flex;
      list-style: none;
      gap: 25px;
      margin: 0;
      padding: 0;
    }

    .nav-links li a {
      text-decoration: none;
      padding: 8px 18px;
      border-radius: 25px;
      font-weight: 500;
      font-size: 15px;
      color: white;
      transition: all 0.3s ease;
      background: transparent;
    }

    .nav-links li a:hover,
    .nav-links li a.active {
      background-color: #53c200;
      color: #000;
    }

    .login-btn {
      background: linear-gradient(to right, #53c200, #a1fe5c);
      color: #000;
      font-weight: 600;
    }

    .login-btn:hover {
      background: #89dc49;
    }

    .menu-toggle {
      display: none;
      font-size: 22px;
      color: white;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .nav-links {
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background: rgba(16, 27, 47, 0.95);
        width: 200px;
        padding: 20px;
        display: none;
        border-radius: 8px;
      }

      .nav-links.open {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }
    }

/*.navbar end  */


/* carousel start */
 /* body {
      background-color: #f8f9fa;
      padding: 50px 0;
      font-family: sans-serif;
    } */


 .carousel-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #101b2f;
}

    .carousel-wrapper {
    
      margin: auto;
      background: #f5f7f9;
      padding: 20px;
      border-radius: 12px;
      position: relative;
      overflow: hidden;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .logo-box {
      flex: 0 0 20%;
      max-width: 20%;
      padding: 10px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      background: white;
      margin: 0 10px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .logo-box img {
      max-height: 50px;
      max-width: 100%;
      object-fit: contain;
    }

    .carousel-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 10;
    }

    .carousel-button.left {
      left: 10px;
    }

    .carousel-button.right {
      right: 10px;
    }

    @media (max-width: 768px) {
      .logo-box {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
      }
    }

    @media (max-width: 480px) {
      .logo-box {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
/* carousel end */


