@import url(../font/abula-light-webfont.woff);
body{
font-family: 'abulalight';
margin: 0;
padding: 0;
overflow-x: hidden;
min-width: 300px;
}

@font-face {
    font-family: 'abulalight';
    src: url('../font/abula-light-webfont.woff2') format('woff2'),
         url('../font/abula-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.hide{
    display: none;
}
.show{
    display: block;

}
.LogoScroll{
    height: auto;
    width: 150px;
    position: fixed;
    top: 10px;
    left: 10px;
    transition: 2px ease-in-out ;
    z-index: 400000000000;
    opacity: 1;
   border-radius: 20px;
    
  }
/*------------------------mainlanding-------------------------------------------------------------------------------*/
.main_landing{
    height: 100vh;
    width: 100vw;
    background: url(../img/fertilizer-bigharvest-background.jpg)   no-repeat;
    background-size: 100% 100% ;
    min-width: 300px;
  
}
.main_landing_inner{
    height: 100%;
    width: 100%;
    margin: 0;
    padding-top: 50px;
     float: left;

}
.main_landing_left{
    width: 40%;
    height: 50%;
  margin-top: 4%;
    float: left;
    text-align: center;
    
background: url(../img/BIG\ HARVEST\ AND\ AGRI\ PRODUCTS\ DISTRIBUTORS\ main_landing_logo.svg) center center no-repeat;
background-size: 100% 100%;

}
.main_landing_right{
    width: 56%;
    height: auto;
    float: left;
    text-align: center;
   font-size: 100%;
    
    border-radius: 40px;
    margin-top: 4%;
   
}
.main_landing_right_left{
    height: 100%;
    width: 100%;
   color: white;
    float: left;
    font-size: 120%;
  

}


.main-landing_bottom{
    width: 85%;
    height: 15%;
    float: left;
    text-align: center;
    
    border-radius: 10px;
    margin-top: 2%;
    position: relative;
    left: 10%;
    overflow: hidden;
}
.main-landing_bottom_inner{
    width: 5000px;
    height: 100%;   
   
    float: left;
    animation: MainLanding_P 50s ease-in-out 0s infinite alternate-reverse;

  
}
.main-landing_bottom_inner:hover{
   
    animation-play-state: paused;

  
}
.main-landing_bottom_inner img{
    height: 100%;
    width: auto;
    float: left;
    margin-left: 4px;
}

.P_1:hover {height: 160%; width: auto;}
.P_2:hover {height: 160%; width: auto;}
.P_3:hover {height: 160%; width: auto;}
.P_4:hover {height: 160%; width: auto;}
.P_5:hover {height: 160%; width: auto;}
.P_6:hover {height: 160%; width: auto;}
.P_7:hover {height: 160%; width: auto;}
.P_8:hover {height: 160%; width: auto;}
.P_9:hover {height: 160%; width: auto;}
.P_10:hover {height: 160%; width: auto;}
.P_11:hover {height: 160%; width: auto;}
.P_12:hover {height: 160%; width: auto;}
@keyframes MainLanding_P {
    0%{position: relative; left: 100px;}
    100%{position: relative; left: -2400px;}
}
.main_landing_social{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0;
    margin-top: 2%;
}
.social_media_Mobile_landing{
    height: 50px;
    width: 50px;
    margin: 1%;

}
@media only screen and (max-width: 1000px) {
    .main_landing_left{
        width: 100%;
        height: 30%;
      
        float: left;
        text-align: center;
        
    
    background: url(../img/BIG\ HARVEST\ AND\ AGRI\ PRODUCTS\ DISTRIBUTORS\ main_landing_logo.svg) center center no-repeat;
    background-size: 90% 90%;
    
    }
    .main_landing_right{
        width: 95%;
        height: 30%;
        float: left;
        margin: 2%;
        text-align: center;
        
        border-radius: 40px;
    }
    .main-landing_bottom{
        width: 95%;
        height: 15%;
        float: left;
        text-align: center;
      
        border-radius: 40px;
        margin: 2%;
        left: 0;
        
    }
}
@media only screen and (max-width: 800px) {
    .main_landing_right{
       font-size: 70%;
       overflow: hidden;
    }
    .main-landing_bottom{
        width: 95%;
        height: 10%;
        float: left;
        text-align: center;
        
        border-radius: 10px;
        margin-top: 1%;
        position: relative;
        left: 1%;
        overflow: hidden;
    }
    .LogoScroll{
        height: 100px;
        width: 100px;
    }
  
    
}
@media only screen and (max-width: 500px) {
    .main_landing_right{
       font-size: 80%;
    }
    .main-landing_bottom{
        width: 95%;
        height: 10%;
        float: left;
        text-align: center;
        
        border-radius: 10px;
        margin-top: 10%;
        position: relative;
        left: 1%;
        overflow: hidden;
    }
}
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/


.divider_1{
    float: left;
    height: 250px;
    width: 100%;
  
    background: url(../img/main/BIG\ HARVEST\ AND\ AGRI\ PRODUCTS\ DISTRIBUTORS\ divider_2.webp)   no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  auto 120vh;
}
.divider_2{
    float: left;
    height: 250px;
    width: 100%;
    
    background: url(../img/main/BIG\ HARVEST\ AND\ AGRI\ PRODUCTS\ DISTRIBUTORS\ divider_1.webp)   no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  auto 120vh;
}
.divider_3{
    float: left;
    height: 250px;
    width: 100%;
   
    background: url(../img/main/triomf\ P.webp)   no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  auto 120vh;
}