
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);



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

:root {
  --blue: rgb(90, 81, 131);
  --orange: rgb(253, 111, 0);
  --red: #ad1f41;
}

body {
  position: relative;
}



header {
  position: relative;
}

.logo {
  width: 200px;
}

.nav-item {
  margin-right: 1.5%;
}

.nav-link{
  color: black;

}

/* start header */

header {
  background-image: url(../images/garage-door-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

header ul li .nav-link {
  font-weight: 500;

}

nav {

  background-color: transparent;
  z-index: 99;
}

.scrolled {
  background-color: white;
}

.clip {
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 100px;
  width: 100%;
  height: 100vh;
}

.clip-content {
  margin-top: 50px;
}

.clip-content h1 {
  color: black;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
}

.clip-content p {
  color: var(--black);
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  width: 80%;
}

header .clip-content .btn{
  background-color: rgb(90, 81, 131); padding: 10px 50px; color: white; font-size: 24px; letter-spacing: 3px;
}
@media screen and (max-width:991px) {
    header .clip {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}


/* end header */

/* start offer */


.offer{


  margin-bottom: 2%;
}
.offer h2{
  font-size: 40px;
  margin-top: 30%;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 5%;
}

/* end offer */




/* start safe */
.safe{
background-image: url(../images/section-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  padding: 2% 0%;

  margin-bottom: 2%;
}
.safe-text h2{
font-weight: bold;
font-size: 35px;
text-transform: uppercase;
margin-bottom: 5%;
background-color: transparent;
}




.safe-text p{
  font-size: 17px;
  text-transform: capitalize;
  z-index: 2;
}

.safe .triangle{
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 1;
  width: 120px;
}
/* end safe */


/* start special */

.special{
/* background-image: url(../images/Untitled\ design\ \(1\).png); */
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;

padding-bottom: 2%;
margin-bottom: 2%;
}

.special-img{
  transform: rotateX('180deg');
}

.special h2{
  font-weight: bold;
font-size: 35px;
text-transform: uppercase;
margin-bottom: 5%;
background-color: transparent;
}


/* end special */








































/* brands */

.marquee {
  width: 100%;
  background-color: var(--gold);
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite;
  color: #fff;
}

.marquee:hover {
  animation-play-state: paused;
}

.brands {
  background-color: white;
  padding: 30px 0;
}
@keyframes marquee {
  0% {
    text-indent: 27.5em;
  }
  100% {
    text-indent: -105em;
  }
}
/* brands */








/* start contact */




/* testimonials */
figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;

 
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #5A5183;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #a1a3b4;
}



.testimonials h2{
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 5%;
  background-color: transparent;
  text-align: center;
  position: relative;
}

.testimonials{
  padding: 2% 0;

}


.testimonials .triangle{
  position: absolute;
  top: -40px;
  right: 28%;
  z-index: 1;
  width: 120px;
}
/* testimonials */

/* start benefits */


.benefits{
  padding-bottom: 5% ;
}
.benefits{
  background-image: url(../images/beniftes-bg.webp);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
  padding: 7% 0%;
  margin-bottom: 2%;
}

.benefits h2{
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 5%;
  background-color: transparent;
  text-align: center;
 
}.benefits img{
  height: 480px;
}
 

/* end benefits */

/* contact */


 

iframe{
  margin-top: 0;

}

.form-content{
  padding: 5%;
}

.contact-img{
  background-image: url(../images/contact-bg.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;

}

.contact-detail{
  margin-top: 45%;
  margin-left: 30%;
}


.contact-detail .info-item i {
  color: white;
  background: #585181;
  padding: 5%;
  font-size: 20px;
  width: 48px;
  height: 48px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact-detail a{
  color: black;
}
/* contact */

 .footer a{
  background-color: white;
  padding: 1px 5px;
  font-size: 14px;
  color: black;
 }

.footer1{

  background-color: #585181;
  clip-path: polygon(100% 0%, 55% 100%, 0 100%, 0 0);
width: 99%;
  padding: 1%;
  color: white;
}

.footer2{


  clip-path: polygon(0 0%, 55% 0%, 100% 100%, 0% 100%);

  width: 100%;
}


.footer1 a{
  color: black;
}
.footer h4{

  text-transform: uppercase;

}

.footer2-below{
  padding: 5% 0 0 1%;

}

.footer1-up {
padding-top: 12%;
}


.footer-logo{
  margin: auto;
}


.footer{
  background-image: url(../images/section-bg-reverse.webp);
  background-position: bottom;
  background-size: cover;
}






@media (max-width: 1200px){  header .clip-content .btn{
  padding: 10px 20px;
  font-size: 20px;
}}





@media (max-width: 991px) {
  .footer1, .footer2{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

  }

  .safe .triangle{
    position: absolute;
    top: -40px;
    right: 140px;
    z-index: 1;
    width: 120px;
  }
.offer h2{
  margin-top: 10%;
}
.clip-content p{
  font-size: 25px;
  width: 100%;
}

header{
  height: 75vh;
}
  .contact-detail a{
    font-size: 14px;
  }

 }


 @media (max-width: 767px) {
.contact-detail{
  margin-left: 20%;
}

.footer1{
  text-align: center;
  width: 97%;
  margin: 0;

}

.footer2{
  width: 97%;
}
  .contact-detail a{
    font-size: 13px;
  }

  .safe .triangle{
    position: absolute;
    top: -40px;
    right: 50px;
    z-index: 1;
    width: 120px;
  }
 }