@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700&display=swap");

:root {
  --color-green: #66cc33;
  --color-yellow: #fdc400;
  --color-blue: #167ffd;
  --color-red: #f01b00;
  --color-gray-light: #d6d6d6;
  --color-gray: #808080;
  --color-gray-dark: #3f3f3f;
  --color-gray-darker: #262626;
  --color-black: #131313;
  --animate-delay: 0.5s;
  --animate-delay: 0.2s;
  --btn-left-border: 5px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-black);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
p {
  color: #fff;
  font-size: 20px;
}
p img {
  vertical-align: middle;
  height: 15px;
}

/*Animation*/
.aniX {
  opacity: 0;
  transition: all 1s;
  transform: translateX(-20%);
}

.aniX.show {
  opacity: 1;
  transform: translateX(0);
}

.aniY {
  opacity: 0;
  transition: all 1s;
  transform: translateY(20%);
}

.aniY.show {
  opacity: 1;
  transform: translateY(0);
}

.boxi.partner  p{
  transition-delay: 400ms;
  color:#fff;

}
/*Animation End*/

.brand {
    width: 220px;
  }
  .responsive-brand {
    display: none;
    text-align: left;
    padding: 20px 0 20px 30px;
    position: fixed;
    z-index: 11;
    background: black;
    top: 0;
  }

  header {
    /*max-height: 800px;*/
    color: #fff;
    text-align: center;
  }
  
  .content {
    background: url(../img/bg-header.webp) center 33% repeat-x;
    z-index: 0;
    margin-top: 150px;
    margin-bottom: 150px;
  }
  header .content h3 {
    font-size: 2em;
    color: var(--color-yellow);
    transform: translateX(-50%);
  }
  
  header .content img {
    display: inline-block;
  }
  
  .main-nav {
    /*z-index: 2000;*/
    font-family: "Oxanium", sans-serif;
    padding-top: 15px;
    z-index: 1;
    padding-bottom: 15px;
    background:var(--color-black);
  }
  
  .main-nav .navbar-nav .nav-item {
    padding-top: 5px !important;
  }
  
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--color-gray-darker) !important;
    background-color: var(--color-yellow);
    text-decoration: none;
  }
  
  .main-nav ul ul {
    background: url(../img/bg-menu.webp);
  }

  .main-nav sup{
    font-family: "Poppins", sans-serif;
  }
  
  .main-nav ul ul a {
    color: #fff;
    font-size: 14px;
    padding-left: 26px;
  }

  .main-nav .dropdown-menu .title {
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    padding-left: 10px;
  }
  
  .main-nav .navbar-brand {
    margin-left: 15px;
    margin-right: 12px;
  }
  
  /*Making dropdown menu open on hover*/
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  
  .sticky {
    position: fixed !important;
    background: var(--color-black) !important;
    padding-top: 15px !important;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: 0;
    z-index: 11;
    padding-bottom:15px;
  }
  
  .offcanvas-nav {
    margin-top: 15px;
    margin-right: 20px;
  }
  
  .offcanvas-body,
  .offcanvas-header {
    background: var(--color-black);
  }
  .offcanvas-nav button.navbar-toggler {
    border: none;
  }
  .offcanvas-nav.fixed-top {
    left: auto;
    width: fit-content;
  }

  .offcanvas-nav h6{
    font-size: .8rem;
    letter-spacing: 3px;
  }

  .offcanvas-nav h5{
    margin-top:15px;
    color:var(--color-yellow);
    font-size:21px
  }

  .offcanvas-nav .sm-links-bg img{
    height: 40px;
    margin:0 4px;
  }
.offcanvas-nav .box-4{
  margin-top:50px;
  padding: 0 15px;
}
.offcanvas-body{
  text-align: center;
}
.offcanvas-nav iframe{
  height:190px;
}

.offcanvas-nav .dropdown-item{
  white-space: normal;
}

footer {
  
    color: #fff;
    padding-top: 100px;
    padding-bottom:70px;
    text-align: center;
    background:var(--color-black) url(../img/bg-footer.webp) no-repeat bottom left;
  }

footer h3 {
    font-weight: 500;
    font-size: 20px;
  }
  
  footer b {
    color: var(--color-yellow);
  }
  footer ul {
    line-height: 28px;
  }
  footer .sm-links {
    border-bottom: 1px solid var(--color-yellow);
    height: 30px;
  }
  footer h5{
    letter-spacing: 6px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  footer .sm-links-bg {
    background: var(--color-black);
    max-width: 425px;
    margin: 0 auto;
  }

  footer img {
    background: var(--color-black);
    margin-left:7px;
    margin-right:7px;
  }

  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer a:hover {
    color: var(--color-yellow);
    text-decoration: none;
  }

  footer .footer-logo{
    width:270px;
    margin-top:70px;
  }

  footer #newsletter{
    height: 170px;
  }

  footer .container>div{
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  footer .box-4{
    width:370px;
    padding: 1px;
  }

  footer .list-unstyled{
    padding-left:14px;
  }

  .list-no-style{
    padding-left: 0;
    list-style: none;
    line-height: 30px;
  }
   .list-no-style li{
    font-size: 16px!important;
  }

     .list-no-style li a:hover{
    text-decoration: underline;
    color:var(--color-yellow);
  }

  .btn-default {
    border-left: 3px solid var(--color-yellow);
    padding-left: 10px;
    cursor:pointer;
    text-wrap: nowrap;
  }
  
  .btn-default:after {
    content: ">";
    color: var(--color-yellow);
    font-weight: bold;
    padding-left: 8px;
    
  }

  .btn-default.down:after {
    content: "";
    background: url(../img/arrow-small.svg) no-repeat center center;
    margin-left:10px;
  }


  .btn-black {
    background: var(--color-black);
    color: #fff;
  }
  .btn-black:hover {
    background:#fff;
    color: var(--color-black);
  }

  .btn-yellow-solid {
    background: var(--color-yellow);
    color: var(--color-gray-darker);
    font-weight: bold;
    font-size: 16px;
    width: 200px;
    border-radius: 6px;
    padding: 10px;
  }
  
  .btn-yellow-solid:hover {
    background-color: #fff;
    color:#000;
  }
  
  .seek-assistance {
    background: var(--color-yellow) url(../img/bg-seek-assistance.webp) top right
      no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .seek-assistance h2 {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
  }
  .seek-assistance h4 {
    margin-bottom: 15px;
  }
  .seek-assistance p {
    color: var(--color-black);
  }
  .seek-assistance h4 img {
    vertical-align: middle;
    margin-top: -6px;
  }
  .boxi.partner {
    background: url(../img/bg-partner.webp) center center;
    background-size: cover;
  }
  
  .boxi.partner a {
    color: #fff;
    text-decoration: none;
  }
  
  .boxi.partner a:hover {
    color: var(--color-yellow);
    text-decoration: none;
  }
  
.boxi {
    height: 880px;
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .boxi h2 {
    font-family: "Oxanium", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
  }
  .boxi h2 span {
    color: var(--color-yellow);
    display: block;
  }
  .logo-and-btn {
    margin-top: 80px;
  }

  .three-col  h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  .three-col a{
    text-decoration: none;
    border-left: 2px solid var(--color-yellow);
  padding-left: 10px;
  align-self: center;
  }
 .three-col  h4 span{
    color: var(--color-yellow);
    display: block;
  
 }
  .three-col .row div{
    height: 323px;
    background-size: cover;
    justify-content: end;
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
  }

  .three-col .pre-cut-patterns{
    background: url(../img/discover-pattern.webp);
  }

  .three-col .paint-protections{
    background: url(../img/discover-paint-protection.webp);
  }

  .three-col .automotive-window{
    background: url(../img/discover-window-film.webp);
  }

  .three-col .wind-shield{
    background: url(../img/discover-wind-shield-protection.webp);
  }
  .discover h3 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    color:#fff;
  }
  
  .discover h3 img {
    height: 42px;
    margin-bottom: 10px;
  }
  #technical-support-2 .modal-content{
    background-color: #000;
    border:1px solid  var(--color-gray-dark)
  }
  #technical-support-2 .modal-header h1{
    color:var(--color-gray);
  }
  #technical-support-2 .modal-header{
    border-color: var(--color-gray-dark);
  }

@media screen and (max-width: 1399px) {
  .responsive-brand {
    display: block;
  }
}

@media screen and (max-width: 1200px) {

  footer .container>div{
    flex-direction:column;
  }
  
}


@media screen and (max-width: 992px) {

.three-col .row div{
  background-position-y: bottom; 
}
.boxi {
  padding-top: 50px;
  padding-bottom: 50px;
}
}

@media screen and (max-width: 768px) {
.boxi p br{
  display:none
}

footer .box-4{
  width:100%;
}
}

@media screen and (max-width: 576px) {
footer .sm-links
{
  border-bottom: 1px solid var(--color-yellow);
  height: 30px;
}
footer h5{
  margin-top: 0;
}
.container{
    padding-left:30px;
    padding-right:30px;
  }
  .brand {
    width: 200px;
  }
  .boxi h2 {
    font-size: 30px;
}
.boxi h2 span {
  display: inline;
}
footer {
   padding-bottom: 30px;
}
footer .sm-links-bg {
  max-width: 350px;
}
footer .footer-logo {
  width: 215px;
  margin-top: 40px;
}
footer img{
  height: 40px;
}
}

  @media screen and (max-width: 400px) {
  .responsive-brand
  {
    padding: 23px 0 23px 30px;
  }
}