h1{
    font-family: "Inter", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: "Inter", sans-serif!important;
}

.Hero h1, .Hero p{
    width: 100%;
}

.Choose-us a{
    margin: 40px 0px;
}

.hover1{
    display: inline-block;
    color: #FFF;
    background-color: #635bff!important;
    padding: 12px 24px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

a{
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif!important;
    text-decoration: none;
}

h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Inter", sans-serif!important;
}

footer .content{
    padding: 40px 0px;
    margin: 0px!important;
}

.hover2{
    display: inline-block;
    color: #fff;
    background-color: #635bff!important;
    padding: 12px 24px;
    border-radius: 30px;
}

h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    font-family: "Inter", sans-serif!important;
}

.About-us a{
    margin: 15px 0px 45px 0px!important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 430px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
  
    .Choose-us img{
  width: 100%;
  }
}

footer{
    background: #635bff!important;
} 

/* footer h4{
    padding-bottom: 5px;
    color: #635bff !important;
    transition: all 0.3s ease;
}

footer p{
        color: #635bff !important;
    transition: all 0.3s ease;
}

footer .container i{
    height: 45px;
    width: 45px;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid #635bff !important;
    color: #635bff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

footer a {
   color: #00263B!important;
} */

.footerlogo{

    background: #F7F8FF;
    position: relative;
    padding: 50px 0px;
}

.copytext p{
    color: #635bff!important;
    margin-top: 30px;
}

.Hero p{
    width: 735px!important;
}

.Hero h1{
    font-size: 45px!important;
}

/* .Hero .row .col-md-3{
        background: #FFF!important;
    position: relative;
    z-index: 3;
        padding: 30px 60px!important;
    box-shadow: 0px 25px 40px 0px #0000001A!important;
    overflow: hidden!important;
}

.Hero .row .col-md-3 img {
    width: 50px;
}

.Hero .flex-column h6{
    width: 100%;
} */

.Achievements h1{
    font-size: 55px!important;
}

.Contact-Us .flex-column p{
    width: 100%!important;
}

footer h4{
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    font-family: "Inter", sans-serif!important;
}

footer p{
     font-family: "Inter", sans-serif!important;
}

.pt-5{
    padding-top: 2em !important;
}

.Hero{
    background: url(../images/bg/bgpre1.jpg), #F7F8FF;
    background-size: 100% 67%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 160px 0px 100px;
    overflow-x: hidden;
    position: relative;
}

.Logistics{
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
  url(../images/bg/bgh1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 260px 0 180px;
position: relative;

}

.Guide{
        background: url(../images/bg/bgh2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0px;
    position: relative;
}

.Achievements{
    padding: 100px 0px;
    background: url(../images/bg/bgh3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.Hero .col-md-4:nth-child(1)::before{
    background: none!important;
}

.Hero .col-md-4:nth-child(2)::before{
        background: none!important;
}

.Hero .col-md-4:nth-child(3)::before{
     background: none!important;
}

.SubPage-Hero{
        background: url(../images/bg/bg-hero2.png);
    background-position:center;
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

video {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Controls styling */
.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
}

.controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.controls button:hover {
  color: #00bfff;
}

.progress {
  flex: 1;
  margin: 0 10px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: #00bfff;
  transition: width 0.1s linear;
}

.btn-close i {
  font-size: 20px;
  color: #fff;
}

.About-us .CompaniesSlider img{
    opacity: 1;
}

.Guide p{
    color: #fff!important;
    padding: 15px 0;
    font-size: 18px;
}

.Logistics .col-lg-6 h2, .Logistics .col-lg-6 p{
    width: 100%;
}

@media (max-width: 768px) {
.Hero::before{
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 67%;
    position: absolute;
    background: linear-gradient(90deg, #000000 -14.3%, rgba(0, 0, 0, 0.74) 41.8%, rgba(0, 0, 0, 0.21) 100.18%);
    z-index: 0;
    min-height: 100%;
}
}

