:root {
  --gray: rgb(73, 73, 73);
    --light: #d4d0c2;
    --beig: rgb(182, 181, 168);
    --yellow: #DDC384;
  }
  p{
    color: black;
  }
  h1{
    color: black;
  }
h2, h3, h4, h5, h6{
  color:black;
}
  /* start header */
  .logo{
    width: 200px;
  }



  .navbar-light .navbar-nav .nav-link{
color: white!important; 
font-size: 16px;
margin-right: 35px;
font-weight: 500;
text-transform: uppercase;


border-bottom:3px solid white;
margin-bottom: 2%;
  }
  .navbar-toggler-icon{
    color: var(--blue);
  }

  .navbar-light .navbar-toggler{
background-color: white;
    border-color: var(--blue);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../images/bars.webp);
}

.navbar{
  padding-top: 2% ;
  padding-bottom: 3% ;
  background-image: url(../images/nav-bg1.webp);
background-position: center;
background-size: cover;
  /* border-top: 5px solid black;
  border-bottom: 5px solid black; */
 
  /* height: 200px; */

}





header button {
border: 0;
padding: 8px 40px;
border: 2px solid black;
letter-spacing: 5px;
font-size: 22px;

background-color: #EAAD1D;
color: black;
}
.logo-container{

  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 180px;
  margin-bottom: 5%;
}

.logo-container h1{
margin-bottom: 3%;
}
.logo-container article{
  font-size: 20px;
  text-align: center;
  margin-bottom: 5%;
}
.logo-container a{
  text-decoration: none;
  font-size: 25px;
  color: black;
  letter-spacing: 5px;

  border-radius: 5px;
  padding: 2%;
  background-color: #EAAD1D;
}


.header-img img{
  margin-top: 5%;
  width: 500px;
}

.header-bg4{
  margin-top: -10%;
}
  /* end header */

  /* start offer */
  .offers{

padding: 5%;
margin-top: -12%;
padding-bottom: 0;
  }

  .offers-txt{
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .offers-txt h2{
  
    padding: 3%;
    color: black;
    width: 100%;
    letter-spacing: 5px;

    text-align: center;
  }

  .offers-txt article{
    text-align: center;
    font-size: 19px;
    margin-bottom: 5%;
  }


  .enjoy{
    font-size: 60px;
    font-weight: bold;
  }

  .offers-txt a {
    border: 0;
    padding: 8px 40px;

    letter-spacing: 5px;
    font-size: 22px;
  text-align: center;
    background-color: transparent;
    color: white;
    text-decoration: none;
  background-color: #4D4D4D;

    }


    .offers-img{
      background-image: url(../images/offer-sign-2.webp);
      background-size: cover;
      background-position: center;
      height: 500px;
      padding: 5%;
      
    }


  /* start offer */

  .sperator{
    margin-top: -5%;
  }


  /* start swift */
  .swift h2{
   text-align: center;
   text-transform: capitalize;


 
   padding-bottom: 2%;
   width: 50%;
   margin: auto;
   

  }
.swift hr{
  border-bottom: 5px solid #d69600;
  width: 10%;
  margin: auto;
  margin-bottom: 2%;
}
  .swift{
margin-top: 5%;
margin-bottom: 15%;
  }
.swift article{
  width: 60%;
  margin: auto;
  font-size: 19px;
}

  .swift a {
    border: 0;
    padding: 8px 40px;

    letter-spacing: 5px;
    font-size: 22px;
  text-align: center;
    background-color: transparent;
    color: white;
    text-decoration: none;
  background-color: #4D4D4D;

    }

.swift-section-img{
  width: 120%;
}
  /* end swift */

  /* transponder */
  .transponder {
    margin-top: -7%;
    margin-bottom: 10%;
  }
  .transponder h2{
    margin: auto;
    text-align: center;
     
   padding-bottom: 2%;
  }
  .transponder hr{
    border-bottom: 5px solid #d69600;
    width: 10%;
    margin: auto;
    margin-bottom: 2%;
  }

.transponder article{
  margin-bottom: 3%;
  text-align: center;

}
  .transponder a {
    border: 0;
    padding: 8px 40px;

    letter-spacing: 5px;
    font-size: 22px;
  text-align: center;
    background-color: transparent;
    color: white;
    text-decoration: none;
  background-color: #4D4D4D;

    }
  /* transponder */

/* mobile */
.mobile{
  margin-bottom: 5%;
}
/* mobile */

  /* start brand */
.marquee {width:100%;
  background-color: #494949;
  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: #494949;
padding:  0 ;


}
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
  /* brands */
.info-item a{
  color: black;
}

.brands-section{
  background-color:#494949;
  margin-bottom: 1%;
  padding:  0;
}

/* end brand */


/* start info */

.info{
  margin-top: 3%;
}

.info h2{
  text-align: center;
  margin-bottom: 2%;
}


.contact-word{
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 4px;
}


.info hr {
  border-bottom: 6px solid #d69600;
  width: 10%;
  margin: auto;
  margin-bottom: 2%; 
}

.info article{
  text-align: center;
  width: 50%;
  margin: auto;
  font-size: 19px;
  margin-bottom: 5%;
}
.info-txt{
  margin-top: 12%;
  margin-bottom: 8%;
}
.info-txt img{
  width: 120px;
  margin-top: -22%;

}

.info-item{
border: 1px solid #c7c7c7;
border-radius: 5px ;
padding:0 5% 5%;
height: 150px;
}

.mail a{
  text-decoration: none;
}

.info .info-link{
text-decoration: none;

padding: 8px 40px;
border: 2px solid #c7c7c7;
letter-spacing: 5px;
font-size: 20px;

background-color: transparent;
color: black;

}



.contact-content input{
  border: 0;
border-bottom: 1px solid var(--beig);
background-color: transparent;
}
.form-control{
padding: 0;
}

.form-group{
margin-bottom: 20px;
}
form input{
width: 80%;
margin-bottom: 4%;
}
textarea{
width: 70%;
height: 70px;
background-color: transparent;
border-color: var(--beig);
padding: 1%;
}
.contact-content h2{
margin-bottom: 2%;
font-family: "Monotype Corsiva", serif;
}
form .button{

padding: 10px 50px;

letter-spacing: 3px;
font-size: 25px;
font-weight: bold;
background-color:#494949;
color: white;
text-transform: uppercase;

}
.contact-form-sec{
  margin-bottom: 10%;
}
/* start info */

/* start zip */
.zip-location{
  margin-bottom: 3%;
}
.zip-location hr{
  border-bottom: 6px solid #d69600;
  width: 10%;
  margin: auto;
  margin-bottom: 2%; 
}



.zip-location h3{
  padding-bottom: 2%;
}

.zip a, .sevice-location a{
  background-color: #494949;
  color: white;
}

.zip a:hover, .sevice-location a:hover{
  background-color: #494949;
  color: white;
}
/* end zip */

/* footer */
footer{
  background-color: #494949;
  padding: 0.5%;
  color: white;
}


footer .social{
  margin: auto;
}




footer .social i{
  color: white;
  margin-right: 20px;
  font-size: 18px;

}
/* footer */


/* media */
@media screen and (max-width:1400px){

.sperator-img{
  margin-top: -2%;
}
.transponder{
  margin-top: 0;
}

}


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

  .sperator-img{
    margin-top: -4%;
  }
  .transponder{
    margin-top: 0;
  }
  
  
  }

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

.navbar-toggler{
margin-left: 90%;
}
.navbar{
 padding: 3%;
  background-image: none;
background-color: #494949;}

.offers-img{
  height: 400px;
}


.enjoy{
  font-size: 40px;
}
.offers-txt h2{
  font-size: 25px;
}
.offers-txt article{
  font-size: 16px;
}
.offers-txt a {
  border: 0;
  padding: 5px 20px;
  letter-spacing: 5px;
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-color: #4D4D4D;
}

.mobile img{
  margin-bottom: 10%;
}

.info-item {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 0 5% 5%;
  height: 200px;

  width: 50%;
  margin: auto;
  margin-bottom: 10%;
}

.info-txt img {
  width: 120px;
  margin-top: -17%;
}
  }


  @media screen and (max-width:991px){
    .header-img img {
margin-left: 15%;
  
  }
  .offers-img{
    height: 500px;
  }

.swift-section-img{
  width: 140%;
}
  }

  @media screen and (max-width:768px){
    .offers-img{
      height: 400px;
    }
  }


  @media screen and (max-width:576px){
    .header-img img {
      margin-left: 0;
        
        }
        .swift article {
          width: 100%;
          margin: auto;
          font-size: 19px;
      }
      .transponder article {
       font-size: 18px;
    }
    .info article {
      text-align: center;
      width: 100%;
      margin: auto;
      font-size: 17px;
      margin-bottom: 5%;
  }

  .contact-form-sec {
text-align: center;

}
.form-row{
  margin-bottom: 10%;
}

.info-item {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 0 5% 5%;
  height: 200px;
  width: 100%;
  margin: auto;
  margin-bottom: 15%;
}
.info-txt {
  margin-top: 19%;
  margin-bottom: 8%;
}
  }


  @media screen and (max-width:446px){
    .logo-container h1 {
      margin-bottom: 3%;
      font-size: 25px
  }

  .navbar-toggler{
    margin-left: 75%;
    }
  }