@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a:hover,
a {
  text-decoration: none;
}
.custom_container {
  padding: 0px 15px;
}
.new_cont {
  padding: 0px 45px;
}
svg {
  cursor: pointer;
}

/********************* HEADER SEC **************/
header.header_sec {
  background-color: #ffd230;
  overflow: hidden;
  padding: 40px 45px;
}
.header_Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  max-width: 200px;
  height: 42px;
}
.header_logo a {
  display: inline-block;
}
.header_logo a img {
  width: 100%;
  height: 100%;
}
.header_img {
  max-width: 42px;
  height: 42px;
}
.header_img img {
  width: 100%;
  height: auto;
}

/********************* BANNER SEC **************/
section.main_banner_sec {
  background-color: #ffd230;
  padding: 60px 40px 60px 0px;
  position: relative;
}
section.main_banner_sec .container_fluid {
  max-width: 1500px;
  margin: auto;
}
.banner_Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner_Wrap .banner_left {
  width: 50%;
}

.banner_Wrap .banner_right {
  width: 50%;
}
.banner_mob_img {
  position: relative;
}
.banner_mob_img img {
  z-index: 11;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 86%;
  max-height: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -100px;
  left: 35px;
  height: 100%;
}

.banner_contents h2 {
  color: #000000;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 28px;
}

.banner_contents h4 {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
}

.banner_contents p {
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 25px 0px 30px;
}

a.custom_btn {
  background: #ee1c4e;
  color: white;
  padding: 24px 75px;
  width: fit-content;
  border-radius: 100px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
}
.banner_cicle_img img {
  width: 13.8889vw;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0%);
}
.banner_star_img img {
  width: 6.11111vw;
  position: absolute;
  bottom: 3.33333vw;
  left: 45%;
  transform: translate(-50%);
}

/********************* FOOTAGE SEC **************/
.main_footage_sec {
  background-image: url("../images/Group-256.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 115%;
  padding: 90px 5px;
  position: relative;
  background: #f55a32;
}
.main_footage_sec .custom_container {
  max-width: 1720px;
  margin: auto;
}
.footer_flower_img img {
  z-index: 1;
  width: 11.8889vw;
  position: absolute;
  right: 5.05556vw;
  top: -110px;
}
.footer_titles h2 {
  color: #aeefc5;
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  text-align: center;
  max-width: 655px;
  margin: auto;
  font-style: italic;
}

.footer_titles p {
  text-align: center;
  color: white;
  font-size: 32px;
  font-style: italic;
  margin-top: 15px;
  font-weight: 300;
}
.footage_Wrap {
  margin: 30px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.footage_inner {
  width: 29%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footage_middle {
  /* width: 56%; */
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:768px) {
  .footage_middle {
  padding-top: 20px;
  padding-bottom: 75px;
}
}
.footage_headings li {
  font-size: 22px;
  font-weight: 900;
  color: white;
}

.footage_left_contents {
  margin-bottom: 90px;
}

ul.footage_list li {
  color: white;
  font-size: 22px;
  font-weight: 300;
  list-style: inside;
}

ul.footage_list {
  padding-left: 5px;
}
.footage_right_contents ul.footage_headings {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
}
.footage_right_contents ul.footage_list {
  text-align: end;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
.footage_right_contents ul.footage_list li {
  margin-bottom: 40px;
  margin-left: 80px;
}

.footage_middle .swiper {
  width: 100%;
  height: 100%;
  padding: 70px 0px 70px;
  cursor: pointer;
}
.swiper_videos video {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

img.mobile_image {
  z-index: 22;
  width: 32%;
  height: 600px;
  display: block;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 34%;
  transform: translate(0, -50%);
}
.main_footage_sec .swiper-button-next,
.swiper-button-prev {
  visibility: hidden;
}
.swiper-slide.swiper-slide-active .swiper_videos {
  overflow: hidden;
  position: relative;
  top: -35px;
}
.swiper-slide.swiper-slide-active .swiper_videos video {
  height: 570px;
}

/********************* SHOOT SEC **************/
section.main_shoot_sec {
  background-color: #7252ffcf;
  /* #7252ffcf */
  padding: 90px 0px 60px;
  position: relative;
}
.shoot_contents h2 {
  text-align: center;
  color: #aeefc5;
  font-size: 60px;
  line-height: 55px;
  font-weight: 900;
  font-style: italic;
}
.shoot_contents h5 {
  font-size: 45px;
  line-height: 55px;
  color: #aeefc5;
  text-align: center;
  margin-top: 45px;
}
.shoot_contents {
  max-width: 1200px;
  margin: auto;
}
img.shoot_img_one {
  width: 6.72222vw;
  position: absolute;
  top: 10.4vw;
  bottom: auto;
  left: 5vw;
}
img.shoot_img_star {
  width: 3.66667vw;
  position: absolute;
  top: 5vw;
  right: 6vw;
}
img.shoot_img_elipse {
  z-index: 111;
  width: auto;
  position: absolute;
  top: -10vw;
  right: 28.9vw;
  height: 235px;
}
img.shoot_img_star_second {
  width: 3.94444vw;
  position: absolute;
  bottom: 2.4vw;
  left: 24.2vw;
}
.shoot_Wrap {
  margin-top: 75px;
}
.shoot_slider_videos {
  min-height: 411px;
  height: 472px;
  object-fit: cover;
}

.swiper.shoot_slider {
  padding-bottom: 90px;
}
.shoot_Wrap .shoot_slider_videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/********************* SPORT SEC **************/

section.main_sport_sec {
  background-color: #e1fb62;
  padding: 100px 0px;
  min-height: 1080px;
  display: flex;
  align-items: center;
  position: relative;
}

section.main_sport_sec .custom_container {
  max-width: 1520px;
  margin: auto;
}

.sport_inner h5 {
  font-size: 35px;
  color: #5271ff;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 30px;
}

.sport_inner h2 {
  font-size: 160px;
  color: #5271ff;
  font-weight: 900;
  font-style: italic;
  line-height: 107px;
}

.sport_inner h3 {
  font-size: 100px;
  color: #5271ff;
  font-weight: 900;
  font-style: italic;
  line-height: 107px;
}

.sport_inner p {
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  margin: 20px 0px 35px;
  z-index: 2;
  position: relative;
  max-width: 1250px;
}
.media_inner h4 {
  color: #f55a32;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}
.media_outer p {
  color: #000000;
  font-size: 22px;
  line-height: 40px;
  font-weight: 900;
  margin: 22px 0px 40px 10px;
}

.sport_Wrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 135px;
}

.sport_Wrapers p {
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.cirle_one {
  width: 11vw;
  position: absolute;
  top: -50px;
  right: 35vw;
}
img.star_two {
  width: 7.5vw;
  position: absolute;
  top: 9vw;
  right: 6.3vw;
}
img.flower_two {
  width: 4.05556vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
}
img.rounded_img {
  width: 4vw;
  position: absolute;
  bottom: 6vw;
  right: 23vw;
}

/********************* NEWSLETTER SEC **************/
.main_newsLetter_sec {
  background-image: url("../rawshot_images/footerbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 250px 0px 300px;
}
.main_newsLetter_sec .footer_Wrap {
  max-width: 1200px;
  margin: auto;
}

.footer_contents h2 {
  font-size: 60px;
  line-height: 110px;
  color: #ffd230;
  text-align: center;
  font-weight: 900;
  font-style: italic;
}

.footer_contents p {
  color: white;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  margin-top: 5px;
}

.footer_forms {
  margin-top: 190px;
}
.footer_forms .form-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid white;
  padding: 17px 0px;
}
.footer_forms input {
  border: none;
  outline: none;
  background: transparent;
  padding: 15px;
  font-size: 32px;
  width: 100%;
  line-height: 40px;
  font-weight: 300;
}
.footer_forms input::placeholder {
  color: #dadada;
}

.footer_forms .btn_submit {
  background-color: #ffcc00;
  border: none;
  padding: 24px 110px;
  font-size: 20px;
  font-weight: 900;
  border-radius: 100px;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.footer_forms .btn_submit:hover {
  background-color: #ffdb4d;
}

@media screen and (max-width: 992px) {
  .banner_Wrap {
    display: flex;
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .banner_Wrap {
    display: flex;
    gap: 90px !important;
  }
  .sport_inner h5 {
    font-size: 28px;
    text-align: center;
  }
  section.main_sport_sec {
    display: block;
    padding: 100px 15px;
  }
  .sport_inner h2 {
    font-size: 90px;
    line-height: 85px;
    text-align: center;
  }
  img.rounded_img {
    width: 9vw;
    bottom: 89vw;
    right: 85vw;
  }
  .sport_inner h3 {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }
  .sport_inner p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  img.flower_two {
    width: 15.05556vw;
    top: 22%;
  }
  .sport_Wrap {
    display: block;
  }
  .media_inner h4 {
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }
  .media_outer p {
    font-size: 18px;
    line-height: 25px;
    margin: 22px 0px 50px 0px;
    text-align: center;
  }
  .sport_Wrapers p {
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -35px;
  }
  br {
    display: none;
  }
  .main_newsLetter_sec {
    background-image: url("../images/Group-258.png");
    padding: 92px 20px 100px;
  }
  .footer_contents h2 {
    font-size: 50px;
    line-height: 53px;
  }
  .footer_contents p {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
  }
  .footer_forms .form-container {
    display: block;
    border-bottom: none;
    text-align: center;
  }
  .footer_forms {
    margin-top: 60px;
  }
  .footer_forms input {
    font-size: 20px;
    border-bottom: 1px solid white;
    margin-bottom: 35px;
  }
  header.header_sec {
    padding: 40px 35px 0px;
  }
  .header_Wrap {
    display: block;
  }
  .header_logo {
    margin: auto;
  }
  .header_right {
    float: right;
  }
  .banner_Wrap {
    display: flex;
    gap: 90px;
  }
  .banner_Wrap .banner_left,
  .banner_Wrap .banner_right {
    width: 100%;
  }
  .banner_contents h2 {
    font-size: 52px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner_contents h4 {
    font-size: 25px;
    line-height: 29px;
    text-align: center;
  }
  .banner_contents p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 25px 0px 40px;
  }

  a.custom_btn {
    display: flex;
    margin: auto;
  }
  section.main_banner_sec {
    padding: 30px 30px 100px 30px;
  }
  .banner_mob_img img {
    width: 100%;
    max-height: 100%;
    left: 0px;
    height: 100%;
    top: -12vw;
  }
  /* .background-video {
    width: 48%;
    height: 77%;
    top: 0%;
    left: 52%;
  } */
  .banner_cicle_img img {
    width: 19.8889vw;
    top: 24%;
    left: -26px;
  }
  .footer_flower_img img {
    width: 22.8889vw;
    right: 68.05556vw;
    top: -48px;
  }
  .banner_star_img img {
    width: 12.11111vw;
    bottom: 35.33333vw;
    left: 90%;
  }
  .cirle_one {
    width: 30vw;
    top: -38px;
    right: 22vw;
  }
  img.star_two {
    width: 10.5vw;
    top: 166vw;
    right: 4.3vw;
  }
  .footer_titles h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .footage_inner {
    width: 100%;
    order: 2;
    padding: 0px 40px;
  }
  .footage_middle {
    width: 100%;
    order: 1;
    margin-bottom: -40px;
  }
  .main_footage_sec .custom_container {
    padding: 0px;
  }
  .swiper_videos video {
    height: 344px;
  }
  img.mobile_image {
    width: 48%;
    height: 420px;
    top: 43%;
    left: 26%;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 400px;
  }
  .main_footage_sec {
    padding: 90px 0px;
    background-image: url("../images/Group-259.png");
    background-position: center;
    background-size: cover;
  }
  .footer_titles p {
    font-size: 25px;
    margin-top: 0px;
  }
  .footage_Wrap {
    margin: 10px 0px;
  }
  .footage_left_contents {
    margin-bottom: 25px;
  }
  .footage_right_contents ul.footage_list li {
    margin-bottom: 20px;
  }
  .footage_right_contents ul.footage_list {
    text-align: left;
    justify-content: left;
  }
  .footage_right_contents ul.footage_headings {
    justify-content: left;
    text-align: left;
  }
  img.shoot_img_elipse {
    top: -16vw;
    right: 17.9vw;
    height: 121px;
  }
  ul.footage_list li {
    list-style: disc;
    margin-left: 20px !important;
  }
  .shoot_contents h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .shoot_contents h5 {
    font-size: 33px;
    line-height: 38px;
    margin-top: 35px;
  }
  section.main_shoot_sec {
    padding: 90px 0px 80px;
  }
  .shoot_contents {
    padding: 0px 15px;
  }
  .shoot_Wrap {
    margin-top: 24px;
  }
  .shoot_slider_videos {
    min-height: 230px;
    height: 230px;
  }
  img.shoot_img_one {
    width: 9.72222vw;
    top: 124.4vw;
    left: -3vw;
  }
  img.shoot_img_star_second {
    width: 7.94444vw;
    bottom: 176.4vw;
    left: 10.2vw;
    /* display: none; */
  }
  img.shoot_img_star {
    width: 8.66667vw;
    top: 54vw;
    right: 8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sport_inner h5 {
    font-size: 28px;
    text-align: center;
  }
  section.main_sport_sec {
    display: block;
    padding: 100px 15px;
  }
  .sport_inner h2 {
    font-size: 90px;
    line-height: 85px;
    text-align: center;
  }
  img.rounded_img {
    width: 8vw;
    bottom: 66vw;
    right: 85vw;
  }
  .sport_inner h3 {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }
  .sport_inner p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  img.flower_two {
    width: 9.05556vw;
    top: 25%;
  }
  .sport_Wrap {
    display: block;
  }
  .media_inner h4 {
    font-size: 26px;
    line-height: 25px;
    text-align: center;
  }
  .media_outer p {
    font-size: 18px;
    line-height: 25px;
    margin: 22px 0px 50px 0px;
    text-align: center;
  }
  .sport_Wrapers p {
    font-size: 20px;
    text-align: center;
  }
  br {
    display: none;
  }
  .main_newsLetter_sec {
    background-image: url("../images/Group-258.png");
    padding: 92px 20px 100px;
    background-size: cover;
    background-position: bottom;
  }
  .footer_contents h2 {
    font-size: 50px;
    line-height: 53px;
  }
  .footer_contents p {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
  }
  .footer_forms .form-container {
    display: block;
    border-bottom: none;
    text-align: center;
  }
  .footer_forms {
    margin-top: 60px;
  }
  .footer_forms input {
    font-size: 20px;
    border-bottom: 1px solid white;
    margin-bottom: 35px;
  }
  header.header_sec {
    padding: 40px 35px 0px;
  }
  .header_Wrap {
    display: block;
  }
  .header_logo {
    margin: auto;
  }
  .header_right {
    float: right;
  }
  .banner_Wrap {
    display: flex;
    gap: 195px;
  }
  .banner_Wrap .banner_left,
  .banner_Wrap .banner_right {
    width: 100%;
  }
  .banner_right {
    margin-top: -100px;
  }
  .banner_contents h2 {
    font-size: 52px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
  }
  .banner_contents h4 {
    font-size: 25px;
    line-height: 29px;
    text-align: center;
  }
  .banner_contents p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 25px 0px 40px;
  }
  a.custom_btn {
    display: flex;
    margin: auto;
  }
  section.main_banner_sec {
    padding: 30px 50px 100px 50px;
  }
  .banner_mob_img img {
    width: 100%;
    max-height: 100%;
    left: 0px;
    height: 100%;
    top: -12vw;
  }
  /* .background-video {
    width: 48%;
    height: 77%;
    top: 0%;
    left: 52%;
  } */
  .banner_cicle_img img {
    width: 24.8889vw;
    top: 24%;
    left: -26px;
  }
  .footer_flower_img img {
    width: 17.8889vw;
    right: 76.05556vw;
    top: -66px;
  }
  .banner_star_img img {
    width: 8.11111vw;
    bottom: 39.33333vw;
    left: 94%;
  }
  .cirle_one {
    width: 17vw;
    top: -38px;
    right: 22vw;
  }
  img.star_two {
    width: 10.5vw;
    top: 187vw;
    right: 4.3vw;
  }
  .footer_titles h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .footage_inner {
    width: 100%;
    order: 2;
    padding: 0px 40px;
  }
  .footage_middle {
    width: 100%;
    order: 1;
    margin-bottom: -40px;
  }
  .main_footage_sec .custom_container {
    padding: 0px;
  }
  .swiper_videos video {
    height: 300px;
  }
  img.mobile_image {
    width: 60%;
    height: 462px;
    top: 43%;
    left: 19%;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 360px;
  }
  .main_footage_sec {
    padding: 90px 0px;
    background-image: url("../images/Group\ 259.png");
    background-position: center;
    background-size: cover;
  }
  .footer_titles p {
    font-size: 25px;
    margin-top: 0px;
  }
  .footage_Wrap {
    margin: 10px 0px;
  }
  .footage_left_contents {
    margin-bottom: 25px;
  }
  .footage_right_contents ul.footage_list li {
    margin-bottom: 20px;
  }
  .footage_right_contents ul.footage_list {
    text-align: left;
    justify-content: left;
  }
  .footage_right_contents ul.footage_headings {
    justify-content: left;
    text-align: left;
  }
  img.shoot_img_elipse {
    top: -11vw;
    right: 17.9vw;
    height: 121px;
  }
  ul.footage_list li {
    list-style: disc;
    margin-left: 20px !important;
  }
  .shoot_contents h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .shoot_contents h5 {
    font-size: 33px;
    line-height: 38px;
    margin-top: 35px;
  }
  section.main_shoot_sec {
    padding: 90px 0px 10px;
  }
  .shoot_contents {
    padding: 0px 15px;
  }
  .shoot_Wrap {
    margin-top: 50px;
  }
  .shoot_slider_videos {
    min-height: 350px;
    height: 350px;
  }
  img.shoot_img_one {
    width: 7.94444vw;
    bottom: 258.4vw;
    left: -0.8vw;
  }
  img.shoot_img_star_second {
    width: 7.94444vw;
    bottom: 247.4vw;
    left: 10.2vw;
  }
  img.shoot_img_star {
    width: 8.66667vw;
    top: 54vw;
    right: 8vw;
  }
}

/*  */
/*  */
.main_footage_sec {
  background-image: url("images/Group-256.png");
}
/* .main_newsLetter_sec {
  background-image: url("images/footerbg.png");
} */
.swiper_videos video {
  height: 530px;
  border-radius: 8px;
}
img.mobile_image {
  z-index: 22;
  width: 32%;
  display: block;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 34%;
  transform: translate(0, -50%);
  object-fit: fill;
  height: 613px;
}
.swiper-slide.swiper-slide-active .swiper_videos video {
  height: 590px;
  border-radius: 30px;
}
.newsletters_mobile_icons {
  display: none;
}
.main_shoot_sec .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.main_footage_sec {
  background: #f55a32;
}
img.footage_rounded {
  width: 5.55556vw;
  position: absolute;
  top: 20%;
  right: 25vw;
}

img.footage_star {
  width: 3.66667vw;
  position: absolute;
  top: 7vw;
  left: 23vw;
}

@media screen and (max-width: 1199px) {
  .main_newsLetter_sec {
    background-image: url("images/Group-259.svg");
  }
  .main_footage_sec {
    padding: 90px 0px 70px;
    background-image: url("images/Group-259.png");
    background-position: center;
    background-size: cover;
  }
  .banner_contents {
    margin-top: -50px;
  }
}

@media screen and (min-width: 480px) and (max-width: 766px) {
  /* .background-video {
    height: 78%;
  } */
  img.footage_rounded {
    top: 53% !important;
  }
  img.shoot_img_elipse {
    top: -11vw !important;
  }
  .footer_flower_img img {
    top: -81px;
  }
  img.footage_star {
    top: 29vw !important;
  }

  .swiper_videos video {
    height: 55vh !important;
  }
  .swiper-slide.swiper-slide-active .swiper_videos {
    top: -40px !important;
    left: 20px !important;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 450px !important;
  }
  img.mobile_image {
    width: 47% !important;
    height: 72vh !important;
    top: 43% !important;
    left: 26% !important;
  }
  .banner_star_img img {
    bottom: 118px !important;
  }
  img.shoot_img_star {
    top: 135px !important;
  }
  img.shoot_img_one {
    width: 9.72222vw !important;
    top: 37% !important;
  }
  .shoot_slider_videos {
    height: 70vh !important;
  }
  .cirle_one {
    width: 21vw !important;
  }
  img.flower_two {
    width: 7.05556vw !important;
  }
  img.star_two {
    bottom: 713px !important;
  }
  img.rounded_img {
    bottom: 364px !important;
    width: 8vw !important;
  }
}

@media screen and (max-width: 767px) {
  .main_footage_sec {
    padding: 90px 0px 60px !important;
  }
  .main_footage_sec {
    background: #f55a32;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 370px;
    object-fit: cover;
    /* width: 88%; */
  }
  .swiper_videos video {
    height: 320px;
    object-fit: cover;
  }
  img.mobile_image {
    width: 47.5%;
    height: 377px;
    top: 44%;
    left: 26%;
    object-fit: fill;
  }
  /* .shoot_slider_videos {
    min-height: 100vw;
    height: 100vw;
  } */
  .shoot_Wrap .shoot_slider_videos video {
    border-radius: 6px;
  }
  .sport_inner h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .newsletters_mobile_icons {
    display: block;
  }
  .main_newsLetter_sec {
    background: #ee1c4e;
    position: relative;
  }
  .newsletters_mobile_icons img.news_one {
    position: absolute;
    left: 0;
    width: 80px;
    top: 33px;
  }

  .newsletters_mobile_icons img.news_two {
    width: 40px;
    right: 19px;
    position: absolute;
    top: 22%;
    bottom: auto;
  }

  .newsletters_mobile_icons img.news_three {
    bottom: 385px;
    position: absolute;
    right: 20px;
    width: 40px;
  }

  .newsletters_mobile_icons img.news_four {
    object-fit: fill;
    width: 90px;
    inset: auto auto -54px 30px;
    position: absolute;
    bottom: 0;
  }
  .footer_contents p {
    font-size: 24px;
  }
  .footer_forms {
    margin-top: 40px;
  }
  .banner_cicle_img img {
    top: 110vw;
    left: -15px;
    transform: translate(0%, 50%);
  }
  .banner_star_img img {
    bottom: 154px;
    left: unset;
    right: -17px;
  }
  img.shoot_img_star {
    top: 242px;
    right: 3vw;
  }
  img.shoot_img_one {
    width: 11.72222vw;
    top: 48%;
    left: -3vw;
    transform: translate(0%, -50%);
  }
  img.shoot_img_star_second {
    bottom: unset;
    left: 2.2vw;
    /* top: 215px; */
    /* transform: translate(0%, -50%); */
    transform: translate(0%, -2900%);
  }
  img.rounded_img {
    bottom: 391px;
    right: unset;
    left: 15px;
  }
  img.star_two {
    top: unset;
    right: 3.3vw;
    bottom: 680px;
  }
  img.footage_star {
    width: 8.66667vw;
    top: 51vw;
    left: 5vw;
  }
  img.footage_rounded {
    width: 10.55556vw;
    top: 47%;
    right: 8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  img.footage_rounded {
    width: 8.55556vw;
    top: 56%;
    right: 10vw;
  }
  img.footage_star {
    width: 8.66667vw;
    top: 21vw;
    left: 6vw;
  }
  .main_footage_sec {
    background: #f55a32;
  }
  .banner_cicle_img img {
    top: 37%;
  }
  img.mobile_image {
    height: 79vh;
    top: 44%;
    width: 41%;
    left: 29.4%;
  }
  .swiper_videos video {
    height: 65vh;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 77vh;
  }
  .shoot_slider_videos {
    min-height: 30vh;
    height: 100%;
  }
  .swiper-slide.swiper-slide-active .swiper_videos {
    top: -40px;
  }
  img.shoot_img_star {
    width: 6.66667vw;
    top: 46vw;
  }
  img.shoot_img_one {
    width: 6.94444vw;
    bottom: unset;
    left: 4.2vw;
    top: 16%;
  }
  .banner_mob_img img {
    width: 85%;
    max-height: 100vh;
    left: 8%;
    height: 100%;
    top: -9vw;
  }
  /* .background-video {
    width: 43%;
    height: 78vh;
    top: 0%;
    left: 52%;
  } */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  img.footage_star {
    width: 7.66667vw;
    top: 16vw !important;
    left: 6vw;
  }
  img.footage_rounded {
    width: 8.55556vw;
    top: 59% !important;
    right: 10vw;
  }
  .banner_star_img img {
    bottom: 52.33333vw;
  }
  .banner_cicle_img img {
    top: 37%;
    width: 21.8889vw;
  }
  .footer_flower_img img {
    top: -93px;
  }
  img.mobile_image {
    height: 81vh !important;
    top: 42% !important;
    width: 40% !important;
    left: 30% !important;
  }
  .swiper_videos video {
    height: 66vh !important;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 78vh !important;
  }
  img.shoot_img_elipse {
    top: -7vw;
    height: 140px;
  }
  img.shoot_img_one {
    left: 3.2vw;
    top: 31%;
  }
  .cirle_one {
    width: 16vw;
    top: -53px;
  }
  img.rounded_img {
    width: 7vw;
    bottom: 38vw;
  }
  img.flower_two {
    width: 6.05556vw;
    top: 25%;
  }
  section.main_sport_sec {
    min-height: 1000px;
  }
  img.star_two {
    width: 8.5vw;
    top: 20vw;
    right: 2.3vw;
  }
  .footer_contents p {
    font-size: 23px;
    line-height: 30px;
    max-width: 700px;
    margin: 30px auto 0px;
  }
  .footer_contents h2 {
    font-size: 40px;
    line-height: 50px;
  }
  /* .background-video {
    width: 32%;
    height: 70vh !important;
    top: 2% !important;
    left: 50% !important;
  } */
  .banner_mob_img img {
    width: 65%;
    max-height: 108vh;
    left: 17%;
    height: 100%;
    top: -7vw;
  }
  .banner_cicle_img img {
    top: 41% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1720px) {
  img.footage_rounded {
    top: 24% !important;
    right: 23vw;
  }
  img.footage_star {
    top: 9vw !important;
    left: 20vw;
  }

  .footage_headings li {
    font-size: 18px;
  }
  .footage_right_contents ul.footage_list li {
    margin-bottom: 40px;
    margin-left: 54px;
  }
  ul.footage_list li {
    font-size: 18px;
  }
  .swiper_videos {
    height: 55vh;
    margin: 10px 25px;
  }
  .swiper_videos video {
    height: 100%;
  }
  .swiper-slide.swiper-slide-active .swiper_videos video {
    height: 100%;
  }
  img.mobile_image {
    top: 44%;
    /* height: 63vh; */
    height: 70vh;
    left: 34.5%;
    width: 31%;
  }
  .swiper-slide.swiper-slide-active .swiper_videos {
    height: 63vh;
    top: -42px;
  }
  .banner_cicle_img img {
    width: 11.8889vw;
  }
  .banner_mob_img img {
    width: 79%;
    /* max-height: 562px; */
    max-height: 777px;
    top: -140px;
    left: 26%;
    height: 100%;
  }
  .background-video {
    width: 40%;
    height: 77%;
    left: 66%;
    top: -60px;
  }
  .banner_contents h2 {
    font-size: 51px;
    line-height: 61px;
    margin-bottom: 20px;
    max-width: 640px;
  }
  .banner_contents h4 {
    font-size: 24px;
    line-height: 28px;
    max-width: 620px;
  }
  .banner_contents p {
    font-size: 18px;
    line-height: 23px;
    max-width: 610px;
  }
  a.custom_btn {
    padding: 22px 64px;
    font-size: 17px;
  }
  .banner_star_img img {
    left: 43%;
  }
  .footer_flower_img img {
    top: -105px;
  }
  .main_footage_sec {
    background-size: cover;
    padding: 90px 15px 10px;
  }
  img.shoot_img_elipse {
    top: -8vw;
    right: 30.9vw;
    height: 171px;
  }
  .shoot_contents h2 {
    font-size: 51px;
  }
  .shoot_contents h5 {
    font-size: 38px;
    line-height: 51px;
    max-width: 1000px;
    margin: 45px auto 0px;
  }
  img.shoot_img_one {
    top: 13.4vw;
  }
  .shoot_slider_videos {
    min-height: 472px;
    height: 472px;
    width: 236px;
  }
  .sport_inner h5 {
    font-size: 25px;
  }
  .sport_inner h3 {
    font-size: 80px;
    line-height: 90px;
  }
  .sport_inner h2 {
    font-size: 130px;
    line-height: 103px;
  }
  section.main_sport_sec .custom_container {
    max-width: 1370px;
    margin: auto;
  }
  .sport_inner p {
    font-size: 20px;
    line-height: 29px;
    max-width: 1174px;
  }
  .media_inner h4 {
    font-size: 23px;
    line-height: 36px;
  }
  .media_outer p {
    font-size: 19px;
    line-height: 28px;
    margin: 22px 32px 35px 10px;
  }
  .sport_Wrapers p {
    font-size: 20px;
  }
  section.main_sport_sec {
    min-height: 921px;
  }
  img.flower_two {
    width: 3.05556vw;
  }
  img.star_two {
    width: 5.5vw;
    top: 11vw;
  }
  .footer_contents h2 {
    font-size: 51px;
    line-height: 89px;
  }
  .footer_contents p {
    font-size: 26px;
    line-height: 34px;
    max-width: 950px;
    margin: 5px auto 0px;
  }
  .footer_forms {
    margin-top: 120px;
  }
  .main_newsLetter_sec {
    padding: 160px 0px 250px;
  }

  .footer_forms .form-container {
    padding: 12px 0px;
    max-width: 1000px;
    margin: auto;
  }
  .footer_forms input {
    padding: 9px;
    font-size: 25px;
    line-height: 33px;
  }
  .footer_forms .btn_submit {
    padding: 19px 95px;
    font-size: 18px;
  }
  .swiper-slide:nth-child(2) .swiper_videos {
    height: 60vh;
    position: relative;
    top: -20px;
  }
}

@media screen and (min-width: 1721px) {
  .swiper_videos {
    height: 55vh;
    margin: 10px 25px;
  }
  .swiper_videos video {
    height: 100%;
    border-radius: 8px;
  }
  .swiper-slide:nth-child(2) .swiper_videos {
    height: 60.4vh;
    position: relative;
    top: -20px;
  }
  .swiper-slide:nth-child(2) .mid_cat {
    height: 66.9vh;
    position: relative;
    top: -35px;
  }

  img.mobile_image {
    /* height: 63vh; */
    height: 70vh;
    top: 45%;
  }
  .main_footage_sec .custom_container {
    max-width: 100%;
    margin: auto;
  }
  .main_footage_sec {
    padding: 90px 45px 10px;
  }
  img.shoot_img_elipse {
    top: -7vw;
    right: 29.9vw;
    height: 190px;
  }

  .banner_mob_img img {
    width: 85%;
    max-height: 800px;
    top: -105px;
    left: 55px;
  }
  .background-video {
    width: 42%;
    height: 78%;
    top: -25px;
    left: 385px;
  }
}

.swiper-slide {
  width: 33.33%;
}

.banner_mob_img {
  top: 15px;
}
.thankss {
  color: white;
  font-size: 18px;
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .thankss {
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .banner_mob_img img {
    width: 79%;
    /* max-height: 562px; */
    max-height: 777px;
    top: -130px;
    left: 26%;
    height: 100%;
  }
  img.mobile_image {
    top: 37%;
    /* height: 63vh; */
    height: 70vh;
    left: 34%;
    width: 31%;
  }
}
@media (max-width: 1200px) {
  .footage_Wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1720px) {
  .swiper-slide:nth-child(2) .swiper_videos {
    height: 67vh;
    position: relative;
    top: -45px;
    left: 4px;
    /* border-radius: 4vw; */
  }
}
@media screen and (min-width: 1200px) and (max-width: 1720px) {
  .mid_cat video {
    width: 98%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .mid_cat video {
    width: 105%;
  }
  .swiper-slide:nth-child(2) .swiper_videos {
    left: -5px;
  }
}
@media screen and (min-width: 2100px) and (max-width: 2600px) {
  .swiper-slide:nth-child(2) .swiper_videos {
    height: 67vh;
    position: relative;
    top: -43px;
    left: -1px;
  }
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .swiper.shoot_slider {
    padding-bottom: 5px;
  }
  .shoot_slider_mobile_duplicate {
    padding-bottom: 80px;
  }
  .gap-2 {
    gap: 8px;
  }
  .w100 {
    width: 120px;
  }
  .px-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Modal */
.main_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow-y: auto;
}
.email_cont {
  background-color: #e1fb62;
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-bottom: 70px;
}
.email_cont1 {
  background-color: #ffd230;
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-bottom: 70px;
  /* margin-bottom: 150px; */
}

.logo {
  margin-bottom: 20px;
}

.logo img {
  height: 38px;
}

.thanks-text {
  position: relative;
  font-weight: 900;
  font-size: 85px;
  line-height: 100%;
  text-align: center;
  margin-top: 100px;
}

.thanks-text::before {
  content: url("../images/thanks_back.png");
  position: absolute;
  /* color: #e1fb62; */
  font-size: 70px;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  font-weight: 900;
  z-index: -1;
}
.thanks-text1 {
  position: relative;
  font-weight: 900;
  font-size: 85px;
  line-height: 100%;
  text-align: center;
  margin-top: 100px;
}

.thanks-text1::before {
  content: url("../images/thanks_back1.png");
  position: absolute;
  /* color: #e1fb62; */
  font-size: 70px;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  font-weight: 900;
  z-index: -1;
}

.subtext {
  margin-top: 1px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.highlight {
  color: #000;
  font-weight: 900;
}

.star {
  display: inline-block;
  margin-left: 10px;
}

.message {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
  background-color: white;
  padding: 30px 30px 40px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.hey {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer {
  margin-top: 20px;
  font-weight: 900;
}

/* Decorations */
.top-left {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 1;
}
.bottom-right {
  position: absolute;
  right: 0px;
  bottom: -5px;
  z-index: 1;
}

.diamond {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #000;
  transform: rotate(45deg);
  top: 40px;
  right: 30px;
}

.star-icon {
  position: absolute;
  top: 150px;
  right: 80px;
  font-size: 20px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .email_cont1,
  .email_cont1 {
    margin-top: 200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .top-left {
    top: 20px;
  }
  .thanks-text::before {
    left: 50%;
  }
  .message {
    padding: 40px 20px 40px 20px;
  }
  .bottom-right {
    bottom: -5px;
  }
  .star-icon {
    position: absolute;
    top: 200px;
    right: 10px;
    /* font-size: 20px; */
  }
}
/* Modal */
.banner_mob_img_new {
  position: relative;
  max-width: 318px;
  width: 100%;
}
.banner_mob_img_new img {
  height: 631px;
  /* max-width: 400px; */
  width: 100%;
  position: relative;
  z-index: 10;
  filter: drop-shadow(-20px 10px 25px rgba(0, 0, 0, 0.5));
}
.mobile_image {
  filter: drop-shadow(-20px 10px 25px rgba(0, 0, 0, 0.3));
}

.banner_left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_Wrap {
  align-items: center;
}
.background-video {
  border-radius: 3vw;
  width: 96%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  /* top: -15px;
  left: 365px; */
  /* transform: translate(-50%); */
}
.w-background-video {
  overflow: hidden;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  /* position: absolute; */
  margin: auto;
  width: 100%;
  height: 100%;
  /* right: -100%; */
  /* bottom: -100%; */
  /* top: -100%; */
  /* left: -100%; */
  object-fit: cover;
  z-index: 100;
}
@media (max-width: 992px) {
  .banner_mob_img_new {
    max-width: 290px;
    height: 470px;
  }

  .banner_mob_img_new img {
    height: 470px;
    max-width: 290px;
  }
  .background-video {
    border-radius: 3vw;
    width: 95%;
    /* height: 89.1%; */
    /* top: 15px; */
  }
}
@media (min-width: 1536px) and (max-width: 1900px) {
  .banner_mob_img_new img {
    height: 631px;
  }
  .banner_mob_img_new {
    max-width: 318px;
  }
  section.main_banner_sec {
    padding: 35px 40px 60px 0px;
  }
}
@media (min-width: 1400px) and (max-width: 1536px) {
  .banner_mob_img_new img {
    /* height: 631px; */
    height: 610px;
  }
  .banner_mob_img_new {
    max-width: 318px;
  }
  section.main_banner_sec {
    padding: 5px 40px 60px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .banner_mob_img_new img {
    height: 480px;
  }
  .banner_mob_img_new {
    max-width: 250px;
  }
  section.main_banner_sec {
    padding: 25px 40px 60px 0px;
  }
}
.em1 {
  width: 60px;
}
@media (max-width: 768px) {
  .shoot_Wrap > .shoot_slider > .swiper-wrapper > .swiper-slide {
    width: 115px !important;
    transform: scale(1.1);
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .gaps{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shoot_slider_videos {
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); */
    /* border: 1px solid #ccc; */
    border-radius: 8px;
  }
  .banner_mob_img_new {
    max-width: 255px;
  }
  .em1 {
    width: 50px;
  }
}
.thankss {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.thankss.show {
  display: block;
  opacity: 1;
}

@media (min-width: 1300px) and (max-width: 1700px) {
  .gaps {
    gap: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .gaps {
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide-active .swiper_videos {
    top: -30px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 200px;
  }
}
@media screen and (max-width: 435px) {
  .swiper-slide.swiper-slide-active .swiper_videos {
    width: 180px;
  }
}
@media screen and (max-width: 400px) {
  .swiper-slide.swiper-slide-active .swiper_videos {
    width: 180px;
  }
}
@media screen and (max-width: 390px) {
  .swiper-slide.swiper-slide-active .swiper_videos {
    width: 170px;
  }
}
.visi_h{
  visibility: hidden;
}
.top12{
  top: 12px!important;
}