/*bg*/
 .hero{
  width:100%;
  height:90vh;
  background:url("../images/new-hero.png") center/cover no-repeat;
  margin-top: -150px;
} 

/* image on mobile */
  @media(max-width: 1000px){
.hero{
  width:100%;
  height:70vh;
}
}
/* global */

.sec{
  margin-top: 120px;
}

@media(max-width: 800px){
  .sec{
  margin-top: 60px;
}
 }
.small-txt-desc{
  background-color: #cfe8fe;
  color: #1690fc;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.section-title{
  font-size: 30px;
  font-weight: 800;
  color: #141414;
  margin: 15px 0px;
}

.center-div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* blue cta cart */
.cta-cart{
    background-color: #008ffd;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    height: 200px;
    
}
.cta-txt{
    text-align: justify;
    max-width: 650px;
    font-size: 19px;
    font-weight: 300;
}
.car-img{
    width: 500px;
    padding-bottom: 40px;
}
@media(min-width: 1000px){
    .cta-txt{
    margin-right: 40px;
}
}
@media(max-width: 1224px){
.cta-cart{
  width: 90%;
}
}

@media(max-width: 1040px){
    .cta-cart{
        flex-direction: column;
        height: auto;
        padding: 50px;
        width: 90%;
    }
    .car-img{
        width: 400px;
        margin-top: 40px;
        padding: 0;
    }
    .cta-txt{
    font-size: 17px;
}
}


/* bime-name */
.bime-name-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  z-index: 6;
}
.bime-name-column{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.bime-name-cart{
  background-color: #ffffff91;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 50%;
}
.bime-name-img{
  width: 120px;
  margin-left: 10px;
}
.bime-name-title{
  font-size: 20px;
  font-weight: 700;
}
.bime-name-desc{
  font-size: 17px;
  font-weight: 300;
  text-justify: auto;
  text-align: justify;
}
.bime-name-link{
  width: fit-content;
  color: #fff;
  background-color: #209fff;
  padding: 3px 18px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.75 ease-in;
  -webkit-transition: all 0.75 ease-in;
  -moz-transition: all 0.75 ease-in;
  -ms-transition: all 0.75 ease-in;
  -o-transition: all 0.75 ease-in;
}
.bime-name-link:hover{
  background-color: #0089f1;
}
@media(max-width: 1000px){
.bime-name-column{
  flex-direction: column;
}
.bime-name-cart{
width: 90%;
}
.bime-name-title{
  font-size: 18px;
}
.bime-name-desc{
  font-size: 14px;
}
.bime-name-img{
  width: 100px;
}
}

/* why us */
.why-us-container{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:90%;
}

.why-us-column{
  display:flex;
}

.why-us-cart{
  display:flex;
  align-items:center;
  padding:30px;
  width:50%;
}

.why-us-img{
  width: 60px;
  margin-left: 20px;
}

@media(max-width: 1000px){
.why-us-column{
  flex-direction: column;
}
.why-us-cart{
width: 90%;
}
.why-us-title{
  font-size: 18px;
}
.why-us-desc{
  font-size: 14px;
}
.why-us-img{
  width: 50px;
}
}

@media (min-width:1000px){

.why-us-column:first-child{
  border-bottom:1px solid #008ffd31;
}

.why-us-cart:first-child{
  border-left:1px solid #008ffd31;
}
}
@media (max-width:1000px){

.why-us-column{
  flex-direction:column;
  border-bottom:none;
}

.why-us-cart{
  width:100%;
  border-left:none;
  border-bottom:1px solid #008ffd31;
}

.why-us-column:last-child .why-us-cart:last-child{
  border-bottom:none;
}

}


