html {

    scroll-behavior: smooth;
}


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





body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #fff;
color: #000;
font-size: 15px;
line-height: 1.5;

}

a {
    color: #262626;
    text-decoration: none;  
}

ul {
    list-style:none;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

/* Nav */ 

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 20px 0;
    font-size: 13px;
 
}

.main-nav .logo {
    width: 50px;
 
}

.logo{
animation: btnWiggle 3s infinite;
animation-iteration-count: infinite;



}


@keyframes btnWiggle {


0% {
  -webkit-transform: rotate(0deg);
}
2% {
  -webkit-transform: rotate(-9deg);
}
3.5% {
  -webkit-transform: rotate(9deg);
}
5% {
  -webkit-transform: rotate(0deg);
}

100% {
  -webkit-transform: rotate(0deg);
}
}




/* FullRotating .logo  {
  width: 100px;
  animation: rotation 9s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
*/

/* side SM list buttn bigen*/

#bars  {
    color: #000;
    border-radius: 60px;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
}

@-webkit-keyframes mymove {
    50% {box-shadow: 10px 20px 30px #c4302b;}
  }
  
  @keyframes mymove {
    50% {box-shadow: 10px 20px 30px #c4302b;}
  }








/* side SM list buttn ends*/

/*advertisepopup Begin*/

#advertisepopup {
    background-color: #666;
    min-height: 1%;
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
    padding: 20px 20px;
    right: 0px;
    position: fixed;
    top: 450px;
    
    
    display: none;
    z-index: 9;
  border-radius: 50px;
   
  }

.dispatch {

    color: #f6f612;
    padding: 10px 10px;
    border-radius: 50px;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
   
}


  /* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    50% {box-shadow: 10px 20px 30px #c4302b;}
  }
  
  @keyframes mymove {
    50% {box-shadow: 10px 20px 30px #c4302b;}
  }





  #advertisepopup a {
    
    text-decoration: none;
  }
  #closeadvertisepopup {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bolder;
   font-size: 20px;
   
  }

.popupoffer {
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    padding: 20px 20px;
}







/*advertisepopup End*/











.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform:rotate(0deg);
    transform: rotate(0deg);
    white-space:nowrap;
    display:block;
    
    color: #000; 
    top: 80px;
    right: 0px;
    font-weight: bolder;
    font-size: 20px;
  position: fixed;
  padding: 3px;

  }
  

.trucking {
    color:#0072b1;
    font-weight: bolder;
}



.marq {
    font-size: 20px;
}


.dom-ext {
    color: #fff;
    background-color: #666;
    padding: 20px 20px;
    border-radius: 60px;
   
}

.obo-marq {
    background-color: aqua;padding: 10px;
    border-top-right-radius: 90px;
   
    margin-left: 10px;
    padding: 20px;
}














.main-nav ul {
    display: flex;
}

.main-nav ul li {
    padding: 0 10px;
}

.main-nav ul li a {
    padding-bottom: 2px;
}

/* main nav */

.main-nav ul li a:hover{
    font-weight: bolder; 
    font-size: larger;   
transition: 0.5s ease;
}


.main-nav ul.main-menu {
    flex:1;
    margin-left: 20px;
    
}

.menu-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    display: none;
}


.btn {
    cursor: pointer;
    display: inline-block;
    border: 0px;
    font-weight: bolder;
    padding: 12px 12px;
    background: #202020;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    border: 1px solid #25D366;
}

.btn:hover {
    opacity: 0.9;
}



/* oboFront 2200max */

.obofront {
    width: 100%;
    min-height: 600px;
    background: url('../img/retailwhite.jpg')
    no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-radius: 300px;

}

.obofront h2, .obofront p {
    margin-bottom: 140px;
    
}


.obofront .btn {
    margin-top: 1px;
}

/* ADs CARDS */

.adscards {
    background-color: #666;
    color: #fff;
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
   
}






/* domSections */

.home-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
    
}

.home-cards img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    height: 150px;
}

.home-cards h3 {
    margin-bottom: 5px;
}

.home-cards a {
    display: inline-block;
    padding-top: 10px;
    color: #0072b1;
    text-transform: uppercase;
    font-weight: bolder;
}

/* obo-IT */

.it {
    width: 100%;
    height: 600px;
    background: url('../img/retailwhite.jpg')
    no-repeat center center/cover;    
    margin-bottom: 20px;
    border-radius: 20px;
   
}

.it .content {
    width: 60%;
    padding: 50px 0 0 30px;
    
}


.it p, .mission p {
    margin: 10px 0 20px;
}

/* obo-Mission */

.mission {
    width: 100%;
    height: 600px;
    background: url('../img/retailwhite.jpg')
    no-repeat center center/cover;   
    border-radius: 20px; 
}

.mission .content {
width: 60%;
padding: 50px 0 0 30px;

}

/* Follow */

.follow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 30px;
  
}

.follow * {
    margin-right: 7px;
}

/* Links */

.links {
    background: #f2f2f2;
    color: #616161;
    font-size: 12px;
    padding: 35px 0;
}

.links-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.links li {
    line-height: 2.8;
}


/* Footer */

.footer {
    background: #f2f2f2;
    color: #616161;
    font-size: 12px;
    padding: 35px 0;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer div i {
margin-right: 10px;


}


.footer ul {
    display: flex;
    flex-wrap: wrap;
}

.footer li {
    margin-right: 30px;
    margin-left: 20px;
}


/* SMedia */

.whatsapp {
    color: 	#25D366;
    transition: 0.3s ease;
  }

.fbq {
    color: #1877F2;
}

.x {
    color: #1DA1F2;
}



.in:hover {
    color: #0072b1;
    transition: 0.3s ease;
  }

  .tube {
    color: #c4302b;
    transition: 0.3s ease;
  }
  
  .pint:hover {
    color: #c8232c;
    transition: 0.3s ease;
  }

  .twitch:hover {
    color: #6441a5;
    transition: 0.3s ease;
  }


  .insta {
    color: #d62976;
    transition: 0.3s ease;
  }

  .tik {
    color: #ff0050;
    transition: 0.3s ease;
  }


  .redd:hover {
    color: #FF4500;
    transition: 0.3s ease;
  }

  .cashapp:hover {
    color: #00D632;
    transition: 0.3s ease;
  }




/* unnil border: 1px #666 solid;
    padding: 6px 6px;
    border-radius: 50px; */

.unnil {

    font-family: 'Segoe Script', sans-serif;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    
}


@media(max-width: 700px){

.menu-btn {
    display: block;
}

.menu-btn:hover {
    opacity: 0.5;
}

.main-nav ul.right-menu {
    margin-right: 50px;
}




.main-nav ul.main-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
    width: 50%;
    height: 100%;
    border-right: #ccc 1px solid;
    opacity: 0.9;
    padding: 30px;
    transform: translateX(-500px);
    transition: transform 0.6s ease-in-out;
}

.main-nav ul.main-menu li {
padding: 10px;
border-bottom: #ccc 1px solid;
font-size: 14px;
}

.main-nav ul.main-menu li:last-child {
    border-bottom: 0;
}


.main-nav ul.main-menu.show {
    transform: translateX(-20px);
}


    .home-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    /*.it .content p {
        display: none;
    }
    */

    .it .content h2 {
        margin-bottom: 10px;
    } 
   
    .it .content {
        width: 100%;
    }

.mission .content {
    width: 100%;
}

.links .links-inner {
    grid-template-columns: repeat(2, 1fr);
}

}

@media(max-width: 500px) {
    .home-cards {
        grid-template-columns: 1fr;
    }
    .links .links-inner {
        grid-template-columns: 1fr;
        
    }
    .links .links-inner ul {
        margin-bottom: 20px;
        text-align: center;
    }
   
}

@media(max-width: 500px) {
    .it {
        height: 700px;
    }
   
}

@media(max-width: 500px) {
    .mission {
        height: 700px;
    }
   
}
@media(max-width: 500px) {
    .help {
        display: none;
    }
   
}
