@keyframes z_index {
  0% {
    z-index: 2;
  }
  100% {
    z-index: -2;
  }
}
@keyframes button {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    width: 60%;
  }
  25% {
    transform: translate(-50%, -50%) rotate(60deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 10%;
  }
  75% {
    transform: translate(-50%, -50%) rotate(120deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
    width: 60%;
  }
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  text-transform: capitalize;
}
body .text-blue {
  color: #03063F !important;
}
body .text-green {
  color: #60BF99 !important;
}
body .text-sky {
  color: #28A9E0 !important;
}
body .text-red {
  color: #EE4C4C !important;
}
body .text-gray-2 {
  color: rgba(51, 51, 51, 0.8) !important;
}
body .bg-gray {
  background-color: #F6F6F6;
}
body .bg-gray-2 {
  background-color: #ECF0F6;
}
body .bg-blue {
  background-color: #03063F;
}
body .fw-medium {
  font-weight: 500 !important;
}
body .btn {
  font-size: 24px;
  font-weight: 500;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  box-shadow: none !important;
  transition: all 0.4s ease;
}
body .btn span {
  display: block;
}
body .btn.btn-s1 {
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 4px;
}
body .btn.btn-s1 span {
  background-color: #ffffff;
  padding: 12px 120px;
  display: block;
  border-radius: 12px;
  border: solid 2px;
  transition: all 0.4s ease;
}
body .btn.btn-s1 span img {
  height: auto;
  width: 32px;
  transition: all 0.4s ease;
}
body .btn.btn-s1:before {
  content: "";
  background: rgb(236, 62, 60);
  background: -moz-linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  background: linear-gradient(90deg, rgba(236, 62, 60, 0) 0%, rgb(236, 62, 60) 25%, rgb(236, 62, 60) 50%, rgb(236, 62, 60) 75%, rgba(236, 62, 60, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec3e3c",endColorstr="#ec3e3c",GradientType=1);
  padding-bottom: calc(100% + 10px);
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 1s ease;
  pointer-events: none;
  user-select: none;
  animation: button 4s linear infinite;
}
body .btn.btn-s1:hover span, body .btn.btn-s1:focus span, body .btn.btn-s1:active span {
  background-color: #EE4C4C;
  color: #ffffff;
  border-color: #ffffff;
}
body .btn.btn-s1:hover span img, body .btn.btn-s1:focus span img, body .btn.btn-s1:active span img {
  filter: brightness(0) invert(1);
}
body .btn.btn-primary span {
  color: #03063F;
  border-color: #03063F;
}
body .btn.btn-primary-2 span {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
body .btn.btn-primary-3 span {
  background-color: #F6F6F6;
  color: #000000;
  border-color: #000000;
}
body .btn.btn-red {
  background-color: #EE4C4C;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
body .btn.btn-red img {
  filter: brightness(0) invert(1);
}
body .btn.btn-red span {
  width: calc(100% - 32px);
}
body .btn.btn-red:hover, body .btn.btn-red:focus, body .btn.btn-red:active {
  background-color: #EE4C4C;
  color: #ffffff;
}
body .btn.btn-sky {
  background-color: #28A9E0;
  color: #ffffff;
  font-weight: 600;
}
body .btn.btn-sky img {
  filter: brightness(0) invert(1);
}
body .btn.btn-sky:hover, body .btn.btn-sky:focus, body .btn.btn-sky:active {
  background-color: #EE4C4C;
  color: #ffffff;
}
body .video_wrapper {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
}
body .video_wrapper video {
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
}
body .video_wrapper button.btn_play {
  background: rgba(40, 169, 224, 0.5);
  padding: 0;
  height: 64px;
  width: 64px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body .video_wrapper button.btn_play img {
  height: auto;
  width: 25px;
}
body .video_wrapper button.btn_play:hover, body .video_wrapper button.btn_play:focus {
  background: #28a9e0;
}
body .video_wrapper_lg button.btn_play {
  height: 124px;
  width: 124px;
}
body .video_wrapper_lg button.btn_play img {
  height: auto;
  width: 48px;
}
body .video_wrapper_bordered {
  background: rgb(109, 6, 225);
  background: -moz-linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%);
  background: -webkit-linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%);
  background: linear-gradient(135deg, rgb(109, 6, 225) 0%, rgb(198, 44, 111) 33%, rgb(254, 204, 4) 66%, rgb(97, 182, 157) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d06e1",endColorstr="#61b69d",GradientType=1);
  padding: 8px;
}
body .video_wrapper.video_played img.main-thumb {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body .video_wrapper.video_played button.btn_play {
  opacity: 0;
  animation: z_index 0.1s ease forwards;
  animation-delay: 0.5s;
}
body header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
body header .navbar {
  padding: 0;
  display: block;
}
body header .navbar .header-top {
  padding: 20px 0;
}
body header .navbar .header-top > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body header .navbar .header-top > .container > div {
  width: 100%;
  max-width: max-content;
}
body header .navbar .header-top .navbar-brand {
  padding: 0;
  display: block;
  max-width: max-content;
}
body header .navbar .header-top .navbar-brand img {
  height: auto;
  width: 100%;
  max-width: 284px;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
  background-color: #ffffff;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 19px 15px 24px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1) !important;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle img {
  height: auto;
  width: 24px;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:before {
  display: none;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
  background: url("../../img/webp/arrow-up-country.webp") no-repeat center/cover;
  height: 24px;
  width: 24px;
  border: none;
  margin: 0 0 0 auto;
  transition: all 0.2s ease;
}
body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle[aria-expanded=false]:after {
  transform: rotate(180deg);
}
body header .navbar .header-top .dropdown.country-selector ul {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  min-width: 100px;
  border: none;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.1);
  margin: 12px 0 0;
}
body header .navbar .header-top .dropdown.country-selector ul li a {
  background-color: #ffffff;
  color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  text-transform: uppercase;
  padding: 13px 20px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
body header .navbar .header-top .dropdown.country-selector ul li a img {
  height: auto;
  width: 24px;
}
body header .navbar .header-top .dropdown.country-selector ul li a.checked {
  background: #F6F6F6;
}
body header .navbar .header-top .dropdown.country-selector ul li a.checked:after {
  content: "";
  background: url("../../img/webp/check-circle-selected-country.webp") no-repeat center/cover;
  height: 16px;
  width: 16px;
  margin: 0 0 0 4px;
  display: block;
}
body header .navbar .header-top .dropdown.country-selector ul li a:hover {
  background: #F6F6F6;
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .order-md-13 {
    order: 13 !important;
  }
  .order-md-14 {
    order: 14 !important;
  }
  .order-md-15 {
    order: 15 !important;
  }
}
@media (min-width: 1180px) {
  body .container {
    max-width: 1084px;
  }
}
@media (min-width: 1380px) {
  body .container {
    max-width: 1284px;
  }
}
@media (min-width: 1580px) {
  body .container {
    max-width: 1484px;
  }
}
@media (min-width: 1780px) {
  body .container {
    max-width: 1624px;
  }
}
@media (max-width: 1780px) {
  body .btn {
    font-size: 24px;
  }
}
@media (max-width: 1580px) {
  body .btn {
    font-size: 20px;
  }
  body header .navbar .header-top .navbar-brand img {
    height: auto;
    max-width: 264px;
  }
}
@media (max-width: 1380px) {
  body .btn {
    font-size: 18px;
  }
  body .video_wrapper_lg button.btn_play {
    height: 100px;
    width: 100px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 38px;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 264px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    font-size: 14px;
    padding: 10px 15px 10px 20px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle img {
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    height: 20px;
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector ul {
    min-width: 80px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a img {
    height: auto;
    width: 20px;
  }
  body header .navbar .header-top .dropdown.country-selector ul li a.checked:after {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 1180px) {
  body .btn {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 224px;
  }
}
@media (max-width: 767px) {
  body .video_wrapper_lg button.btn_play {
    height: 80px;
    width: 80px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 24px;
    margin-left: 4px;
  }
  body .video_wrapper_bordered {
    padding: 4px;
  }
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    border-radius: 8px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    margin: 0;
  }
  body header .navbar .header-top .dropdown.country-selector ul {
    left: unset;
    right: 0;
  }
}
@media (max-width: 567px) {
  body .video_wrapper_lg button.btn_play {
    height: 50px;
    width: 50px;
  }
  body .video_wrapper_lg button.btn_play img {
    width: 16px;
  }
  body .btn.btn-s1 span {
    padding: 12px 80px;
  }
  body header .navbar .header-top {
    padding: 16px 0;
  }
  body header .navbar .header-top .navbar-brand img {
    max-width: 150px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle {
    padding: 8px 10px;
    border-radius: 6px;
  }
  body header .navbar .header-top .dropdown.country-selector button.dropdown-toggle:after {
    height: 16px;
    width: 16px;
  }
}

/*# sourceMappingURL=header.css.map */
