* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  font-size: 16px;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
}

p {
  margin: 0;
  color: #000;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #0b4332;
}

a:hover {
  color: #0b4332;
}

h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "samsungsharpsans";
  src: url(../fonts/samsungsharpsans.otf);
}
@font-face {
  font-family: "samsungsharpsans-bold";
  src: url(../fonts/samsungsharpsans-bold.otf);
}
@font-face {
  font-family: "samsungsharpsans-medium";
  src: url(../fonts/samsungsharpsans-medium.otf);
}
body {
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  font-family: "samsungsharpsans";
}

.font-medium {
  font-family: "samsungsharpsans-medium";
}

.font-bold {
  font-family: "samsungsharpsans-bold";
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 48px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #a4a4a4;
  border-radius: 8px;
  padding: 10px 18px;
}
.form-control:focus {
  background-color: #f5f5f5;
  border-color: #0b4332 !important;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.bg-primary {
  background-color: #0b4332 !important;
}

.text-primary {
  color: #0b4332 !important;
}

.text-primary-2 {
  color: #047985;
}

.bg-primary-2 {
  background-color: #047985;
}

.border-primary {
  border-color: #0b4332 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.input-icon.icon-right .icon {
  inset-inline-start: 16px;
}

.input-icon.icon-right .form-control {
  padding-inline-start: 45px;
}

.input-icon.icon-left .icon {
  inset-inline-end: 16px;
}

.input-icon.icon-left .form-control {
  padding-inline-end: 45px;
}

::-moz-placeholder {
  color: #2c2c2c !important;
}

::placeholder {
  color: #2c2c2c !important;
}

.btn {
  padding: 15px 38px;
  font-size: 1rem;
  border-radius: 30px;
}

.btn-primary {
  color: #bcffbb;
  background: #0b4332;
  border-color: #0b4332;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #093729 !important;
  border-color: #093729;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  border-color: #0b4332;
  background-color: #0b4332 !important;
  box-shadow: none !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-primary-mom {
  color: #fff;
  background: #1328a0;
  border-color: #1328a0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary-mom::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #1328a0 !important;
  border-color: #1328a0;
}
.btn-primary-mom:hover,
.btn-primary-mom:focus {
  color: #fff !important;
  border-color: #1328a0;
  background-color: #1328a0 !important;
  box-shadow: none !important;
}
.btn-primary-mom:hover::before,
.btn-primary-mom:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 1250px) {
  .container {
    width: 1250px;
    max-width: 100%;
  }
}
.section {
  padding: 60px 0px;
}

.section-home {
  position: relative;
  z-index: 1;
  background: url(../images/bg-home.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home-mom {
   background: url(../images/bg-home-mom.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
.section-home-spartan {
  background: url(../images/bg-spartan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-samsungxdph {
  background: url(../images/car.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 800px) {
  .section-samsungxdph {
    background-image: url(../images/car.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 70px ;
  }
}



.section-home-bnw {
   background: url(../images/acaica.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}

.section-sabis {
  background: url(../images/UAE-SamsungOffers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-offroad {
  background: url(../images/bg-offroad.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-samsungxcrank {
  background: url(../images/bg-crank.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-noltravel {
  background: url(../images/Nol_Travel_1920x1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 700px) {
  .section-noltravel {
    background-image: url(../images/Nol_Travel_1080x1920.jpg);
    background-size: cover;
  }
}

.section-osnplusxsamsung {
  background-image: url(../images/OSN_1920x800_desktop_1_small.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 70px ;
}

@media (max-height: 800px) {
  .section-osnplusxsamsung {
    background-image: url(../images/OSN_1920x800_desktop_1_small.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 70px ;
  }
}

@media (max-width: 700px) {
  .section-osnplusxsamsung {
    background-image: url(../images/OSN_1920x800_desktop_1.jpg);
    background-size: 70%;
    background-position: center 70px;
  }
}


.section-home-hog {
   background: url(../images/bg-hog.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: right 75px;
}
.section-home-offroad {
   background: url(../images/bg-home-offroad.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}

@media (min-width: 992px) {
  .section-home {
    min-height: 100vh;
    align-items: center;
    display: flex;
  }
  .section-home .home-title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .section-home {
    padding: 63px 44px 130px !important;
  }
  .section-home .home-title {
    font-size: 2.4rem;
  }
}

.section-title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}
.powered {
  position: absolute;
  bottom: 30px;
  inset-inline-start: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.widget_item-benefit{
  transition: transform .3s ease-in-out;
}
.widget_item-benefit .widget_item-icon img {
  height: 70px;
}

.widget_item-benefit:hover {
  transform: translateY(-20px);
}

.widget_item-benefit h3{
  transition: color .3s ease-in-out;
}

.widget_item-benefit:hover h3{
  color: #177559;
}

.section-content-benefits {
  background-color: #f7f7f7;
  border-radius: 28px;
  padding: 30px 0;
}

.widget_item-offers {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 52px 10px;
  transition:background-color .3s ease-in-out;
}
.widget_item-offers .widget_item-image img {
  height: 120px;
}
.widget_item-offers:hover {
  background-color: #177559;;
}

.widget_item-offers h3{
  transition: color .2s ease-in-out;
}

.widget_item-offers:hover h3{
  color: #FFF !important;
}

.widget_item-seller{
  position: relative;
}

.widget_item-seller h2,
.widget_item-seller h5{
  transition: color .2s ease-in-out;
}

.widget_item-seller:hover h2,
.widget_item-seller:hover h5{
  color: #FFF;
}

.widget_item-seller::before{
  transition: .3s ease-in-out;
    position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0000006e;
  opacity: 0;
}

.widget_item-seller:hover::before{
  opacity: 1;
}
.items-sellers
  .col-md-6:nth-of-type(1)
  .widget_item-seller
  .widget_item-content,
.items-sellers
  .col-md-6:nth-of-type(2)
  .widget_item-seller
  .widget_item-content {
  bottom: 100px;
}

.items-sellers
  .col-md-6:nth-of-type(3)
  .widget_item-seller
  .widget_item-content,
.items-sellers
  .col-md-6:nth-of-type(4)
  .widget_item-seller
  .widget_item-content {
  top: 50px;
}

.widget_item-seller {
  position: relative;
}
.widget_item-seller .widget_item-content {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  left: 0;
  padding: 0px 20px;
}

.widget_item-accordion h4:hover{
  color: #177559;
}

.widget_item-accordion .widget_item-head {
  cursor: pointer;
}
.widget_item-accordion .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b4332;
}
.widget_item-accordion .widget_item-content {
  max-height: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.widget_item-accordion .widget_item-content-inner {
  padding-inline-start: 60px;
}
.widget_item-accordion.active .widget_item-content {
  opacity: 1;
  visibility: visible;
}
.widget_item-accordion.active .icon img {
  transform: rotate(180deg);
}
.widget_item-accordion.active h4{
  color: #177559;
}

.widget_item-seller .widget_item-image {
  position: relative;
  padding-top: 85%;
  height: 0;
}
.widget_item-seller .widget_item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .widget_item-seller {
    margin-bottom: 20px;
  }
  .widget_item-seller .widget_item-image {
    padding-top: 140%;
  }
}
.video-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sound {
    position: absolute;
    top: 50px;
    inset-inline-end: 50px;
    z-index: 3;
    cursor: pointer;
}
.sound img{
  height: 40px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
  main {
    overflow: hidden;
  }
  .section {
    padding: 30px;
  }
  .logo {
    height: 50px;
  }
  .logo-samsung {
    width: 100px;
  }
  .section-content-benefits .widget_item-benefit {
    display: flex;
  }
  .widget_item-benefit .widget_item-icon img {
    height: 42px;
  }
  .powered {
    bottom: 12px;
    inset-inline-start: 12px;
  }
  .sound {
    inset-inline-end: 10px;
  }
}

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