
/* navbar */

body{

}
.nav-item a{
  font-family: monospace;
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
	color: black;
}
.nav-item :hover {
	color: darkgray;
}
.navbar-nav li{
	margin-right: 30px;
	display:inline-block;;
	position: relative;
  display: flex;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar-nav li:after {
	background-color: black;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  transition: all 0.3s ease;
  bottom: 25%;
}
.navbar-nav li:hover::after {
	background-color: black;
  width: 50%;
  height: 2px;
}

/* navbar end*/

/* section 1 */

.line{
	height: 1px;
	width: 100%;
background-color:#a6a9a9;
}

 h1 {
font-weight: 500;
font-size: 78.12px;
line-height: 93.75px;
letter-spacing: 0%;

}
 h1 span {
  color:  #FF7A22;
}
.hero p{
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
}

.button {
  background-color: #FF7A22;
  font-weight: 500;
  border-radius: 30px;
  color: white;
  padding: 13px 41px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
    background-color: #FF7A22;
  color: white; 
  border: 2px solid #FF7A22;
}

.button1:hover {
  background-color: transparent; 
  color: black;
  border: 2px solid #FF7A22;
}

.ship {
  position: absolute;
  bottom: 0;
  top:0;
  right: 0;
  left: 0;
  background: rgba(60, 27, 4, 0.38);
  color: #f1f1f1;
  width: 100%;

}
.backgd{
  position: relative;
}


.backgd img {
  width: 100%;
  height: 750px;
  transform: scaleX(-1);
  background-repeat: no-repeat;
}
.shipping-text {
  position: absolute;
  top: 29%;
  left: 60%;
  transform: translate(-41%, -29%);
}
.shipping-text h2{
  color: white;
font-weight: 400;
font-size: 78px;
line-height: 101.4px;

}
.shipping-text p{
font-weight: 300;
font-size: 18px;
line-height: 24.48px;

}

.button2 {
font-weight: 600;
font-size: 17.48px;
  background-color: transparent; 
  color: white; 
  border: 1px solid white;
}

.button2:hover {
  color: white;
}


.container {
  overflow: hidden;
  .slider {
    animation: slidein 20s linear infinite;
    white-space: nowrap;
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      .fab {
        width: calc(100% / 5);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.box {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  top: -89px;
    background: white;
    box-shadow: 0px 0px 16px #626262;
}
.box h3{
font-weight: 600;
font-size: 27.08px;
line-height: 32.77px;
color: rgba(255, 122, 34, 1);
}
.box p{
font-weight: 400;
font-size: 18.05px;
line-height: 24.55px;
}
footer{
  background-color: black;
  color: white;
}
footer p{
font-weight: 500;
font-size: 14.17px;
line-height: 21.47px;
letter-spacing: 0%;

}
.grid{
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  gap:20px;
}
.circle{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid white;

}

.single-cta i {
  color:rgba(255, 122, 34, 1);
  font-size: 20px;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text a{
  text-decoration: none!important;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.sm-icon a{
  color: white !important;
}
.sm-icon i{
  font-size: 26px;
  padding-right: 15px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: transparent;
    border: 0.89px solid rgba(78, 86, 131, 1);
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  color: white;
  opacity: 0.9; /* Firefox */
}
.button3 {
    background-color: #FF7A22;
  color: white; 
  border: 2px solid #FF7A22;
}

.button3:hover {
  background-color: transparent; 
  color: white;
  border: 2px solid #FF7A22;
}
.copy{
  width: 100%;
  height: auto;
  background-color: white;
  text-align: center;
  color: black;
font-weight: 500;
font-size: 14.17px;
line-height: 35.42px;
letter-spacing: 0%;
margin: 30px 0px;
border-radius: 15px 15px 0px 0px;
padding: 10px;

}

@media screen and (max-width: 1301px){
  .shipping-text {
  position: absolute;
  top: 0%;
        left: 5%;
  transform: translate(-0%, -0%);
}
}
@media screen and (max-width: 548px){
  .shipping-text {
  position: absolute;
  top: 9%;
        left: 3%;
  transform: translate(-0%, -0%);
}
    .shipping-text h2{
  color: white;
font-weight: 400;
font-size: 50px;
line-height: 58px;
 

    }

 h1 {
font-weight: 500;
font-size: 50px;
line-height: 58px;

}
  }
