* {
    padding: 0;
    margin: 0;
    /* dotts */
    /* underlines */
    text-decoration: none;
    list-style-type: none;
    /* color: black; */


}
html{
    scroll-behavior:smooth;
}
#about_us{
    
}
body {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgba(0, 234, 255, 0.033);

}

nav {
    /* min-width:300px; */
    position: fixed;
    top: 0;
    background-color:rgb(58, 54, 61);
    height: 70px;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.453);

}

#nav_logo
{  
    /* margin-top: -20px; */
    max-width: 100px;
    max-height: auto;
    float:left;
}
.logo {
    margin-left: 20px;
    color: white;
    font-size: 30px;
    line-height: 70px;
    padding: 0 10px;
    font-weight: bold;
}

nav ul {
    float: right;
    /* margin-right: 20px; */

}

nav ul li {
    display: inline-block;
    line-height: 70px;
    margin: 0 5px;
}

nav ul li a {
    text-decoration: none;
    list-style-type: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 3px;
}

.active,
a:hover {
    text-decoration: none;
    list-style-type: none;
    color: white;
    background:black;
}

.checkbutton {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (max-width: 952px) {
    label.logo {
        font-size: 25px;
        padding-left: 1px;
        font-size: 20px;

    }

    nav ul li a {
        font-size: 12px;
    }
    
#nav_logo
{  
     margin-top: 10px;
    max-width:15%;
    max-height:auto;
    float:left;
}
    
}
#images
{
    max-width: 10px;
    display: none;
}
@media (max-width:1050px) {
    .checkbutton {
        display: block;
    }

    ul {
        display: flow-root;
        position: fixed;
        width: 100%;
        /* height:100vh;  */
        /* height:450px; */
        padding-left: 5%;
        padding-right: 5%;
        background-color:rgba(51, 50, 50, 0.558);
        top: 70px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;


    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.316);
    }

    nav ul li:last-child {
        /* border-bottom: 2px solid rgba(0, 0, 0, 0.908); */
        border-bottom: none;
    }

    nav ul li a {
        font-size: 20px;
    }

    a:hover,
    a.active {
        
        text-decoration: none;
        list-style-type: none;
        background: none;
        color:rgb(0, 0, 0);
    }

    #check:checked~ul {
        left: 0;

    }

}

.logo_moto_outer_div {
    margin-top: 100px;
    margin-left: 1%;
    margin-right: 1%;
    height: 500px;
    width: 98%;
    /* border: 1px solid black; */
}

#big_logo {
    max-width: 1000px;
    position: absolute;
    border-radius: 9px;
    height: 500px;
    width: 49%;
    object-fit: cover;
    /* object-position:50px,50px; */
    /* /* border:1px solid black; */

}

/* #big_logo:hover {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 9px;
    box-shadow: 0px 0px 15px 3px rgba(190, 190, 190, 0.833);
} */


.moto_text {
    max-width: 800px;
    color: rgba(8, 1, 1, 0.641);
    position: relative;
    left: 51%;
    height: 100%;
    width: 49%;
    /* border:1px solid rebeccapurple; */
    border-radius: 9px;
    /* background-color:rgba(255, 89, 89, 0.523); */
    font-size: 30px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

/* .moto_text:hover{
    background-color:white;
    border:1px solid rgba(0, 0, 0, 0.075);
    border-radius:9px;
    box-shadow: 0px 0px 15px 3px rgba(190, 190, 190, 0.833);
} */

@media screen and (max-width: 952px) and (min-width: 603px) {
    .logo_moto_outer_div {
        height: 300px;
        /* border: 1px solid black; */
    }

    #big_logo {
        position: absolute;
        border-radius: 9px;
        clip: rect(400px, 400px);
        height: 300px;
        width: 53%;
        object-fit: cover;
    }

    .moto_text {
        font-size: 25px;

    }

}

@media screen and (max-width: 603px) {
    .logo_moto_outer_div {
        height: 450px;
    }

    #big_logo {
        position: absolute;
        border-radius: 9px;
        height: 200px;
        width: 99%;
        object-fit: cover;
        /* border: 1px solid blueviolet; */
    }

    .moto_text {
        color: rgba(8, 1, 1, 0.641);
        position: relative;
        top: 60%;
        left: 0%;
        width: 99%;
        height: 150px;
        /* border:1px solid rebeccapurple; */
        border-radius: 9px;
        /* background-color:rgba(255, 89, 89, 0.523); */
        font-size: 40px;
        text-align: center;
        font-size: 20px;
    }
}
/* about section */
.about_outer_container {
    display: flex;
    height: 350px;
    width: 90%;
    margin: auto;
    /* background-color: rgba(0, 0, 0, 0.023); */
    margin-bottom:30px;
    /* border: 1px solid black; */
    border:1px solid rgba(0, 0, 0, 0);
}
.about_outer_container:hover{
    /* background-color: rgba(0, 0, 0, 0.135); */
    border:1px solid rgba(0, 0, 0, 0.114);
     background-color: rgba(0, 0, 0, 0.023);
     border-radius: 3px;
}
.about_img_div_1 {
    padding-left:2%;
    padding-right:2%; 
    padding-top:1%; 
    padding-bottom:1%;
    display: flex;
    height:auto;
    width: 48%;
    text-align: center;
    /* border:1px solid black; */
}
.about_img_1 {
    object-fit: contain;
    /* border:1px solid black; */
}
.about_img_1:hover {
    opacity: 0.9;
}
.about_text_1 {
    padding-left:2%;
    padding-right:2%; 
    padding-top:1%; 
    padding-bottom:1%;
    height: 400px;
    width: 48%;
    text-align: center;
    /* border:1px solid black; */

}
.about_sub_text {
    text-align: justify;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}
@media (max-width:1048px) {
    
    .about_outer_container {
        flex-direction:column;
        height:auto;
        margin-bottom:30px;
    }
    .flip_div{
        flex-direction:column-reverse;
        margin-bottom:30px;
    }
    .about_img_div_1 {
        padding:0px 0px 0px;
        height: auto;
        width: 100%;
    }
    .about_text_1 {
        height: 300px;
        width: 96%;
        text-align: center;
        /* border: 1px solid ; */
    }
    .about_sub_text {
        text-align: justify;
        color: black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
    }
}
.footer{
    height: 30px;
    width: 100%;
    /* border: 1px solid black; */
  
}
.table thead tr th,.table tbody tr td{
    border:none;
}