/*---------------------------------------------------------------- START ------------------------------------------------------------------------------------*/

/*------------------------------- FONTS THAT INCLUDED ------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moon';
    src: url('../fonts/Moon-Bold.eot');
    src: url('../fonts/Moon-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moon-Bold.woff2') format('woff2'),
        url('../fonts/Moon-Bold.woff') format('woff'),
        url('../fonts/Moon-Bold.ttf') format('truetype'),
        url('../fonts/Moon-Bold.svg#Moon-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*------------------------------- HERE START EDITING ------------------------------*/

html{
    font-family: 'Gotham';
    scroll-behavior: smooth;
}
html title{
    font-family: 'Gotham';
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
}

title {
    font-family: 'Gotham';
}

.navigation{
    width: 100%;
    height: 83px;
    position: fixed;
    top:0; 
    z-index: 500;
    background: white;
}

.navigation > ul{
    list-style-type: none;
    text-align: right; 
}

.navigation li{
    display: inline;
}

.navigation li {
    line-height: 80px;
}

.navigation ul.left{
    text-align: left;
}

.navigation ul.center{
    text-align: center;
}

.navigation ul li.right{
    float: right;
}

.navigation > ul >li> a{
    padding: 14px 16px;
    letter-spacing: .02rem;
    text-decoration: none;
    color: #101820ff;
    font-family: 'Moon';
    font-size: 1.05em;
    font-weight: 200;
}

.navigation > ul >li> a.active{
   
    border-bottom: 2px solid rgb(255, 238, 0);
   
}

.navigation > ul >li> a:hover{
    transition: 0s;
    border-bottom: 2px solid rgb(247, 231, 7);
    
}

#menu5:hover{
    border-bottom: 0px;
}

.right > i >a{
   font-size: .95em;
   cursor: pointer;
   color: #F9F9EF;
}

#video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#hey h1{
    margin-top: -0px;
    line-height: 80px;
    font-family: 'Gotham';
} 

#nav-container{
    display: none;
}
.navigation-mobile-menu{
    display: none;
}

.showmobile{
    display: block;
}

.removeit {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
}

.removeit embed{
    display: none;
    height: 0px;
    width: 0px;
    visibility: hidden;
    top: 0%;
}

.removeit container{
    display: none;
    height: 0px;
    width: 0px;
    visibility: hidden;
    top: 0%;
}

#background{   
    background: rgb(255,204,51);
    background: linear-gradient(90deg, rgb(247, 231, 7) 0%, rgb(243, 184, 22) 100%);
    height:590px;
}

#logo{
    height: 44px;margin-top: 20%;
}

#home-headings{
    position: relative;
    width:auto;
    top: 28%;
    font-weight: normal;
}

#home-headings h1{
    color: #101820ff;
    font-size: 4.8rem;
    transition: .4s;
    font-family: 'Gotham';
}

#home-headings p{
    color: #101820ff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'Moon';
}

#read-more{
    width: 180px;
    height: 60px; 
    padding: 15px 25px; 
    border: 3px solid #101820ff; 
    color: black;
    margin-top: 20px;
    font-family: 'Gotham';
    text-decoration: none;
    box-shadow: 8px 8px rgb(17, 17, 17);
}

#read-more:hover{
    cursor: pointer;
    transition: .5s;
    box-shadow: none;
    transform: translate(5px, 5px);
    color: black;
}

#read-more:hover #home-arrow{
    transform: rotate(90deg);
    transition: .4s;
}

#hey #logo{
    height: 40px;
    margin-top: 20px;
    margin-left: -4.3px;
}

.content-section-2 {
    text-align: center;
    position: relative;
    width: 89%;
    margin: 0 auto;
}

.content-section-2 h1{
    font-family: 'Gotham';
    margin: 30px;
    font-size: 3.8rem;
    color: #101820ff;
    margin-top: 60px;
}

.content-section-2 p{
    font-family: "Open Sans";
    margin: 90px;
    color: rgb(24, 24, 24);
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 0;
    font-size: 1.7rem;

}

.bottom{
    width: 20%;
    height: 10%;
    border-bottom: 4px solid rgb(247, 231, 7);
    margin: 0 auto;
}

.card{
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.card-body h5{
    color: #101820ff;
    font-family: "Gotham";
    font-size: 2rem;
    margin-bottom: 20px;
}

.card-bottom{
    width: 40%;
    border-bottom: 2px solid rgb(247, 231, 7);
    margin: 0 auto;

}

.card-body p{
    text-align: center;
    font-size: 1.6rem;
    font-weight:0 ;
    margin: 20px;
    font-weight: 0;
    color: rgb(34, 34, 34);
    font-family: "Open Sans";
}

#svg-icons{
    color: #101820ff;
    font-size: 7.5rem;
    margin: 25px;
    transition: 1s;
}

#svg-icons1{
    color: #101820ff;
    font-size: 7.5rem;
    margin: 25px;
    transition: 1s;
    height: 55px;
}

.card:hover  #svg-icons{
    background: rgb(247, 231, 7);
    transition: 1s;
    border-radius: 6px;
}

.card:hover  #svg-icons1{
    background: rgb(247, 231, 7);
    transition: 1s;
    border-radius: 6px;
    height: 55px;
}

.card-button{
    font-family: "Gotham";
}


/* ----------------------------------------- Reviews cards ------------------------------------  */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color:black;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    font-family: sans-serif;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

#quote-carousel p {
        color: rgb(14, 13, 13);font-size: 1.80rem;      
}

/* ----------------------------------------- Reviews cards ------------------------------------  */

/* ----------------------------------------- footer ------------------------------------  */

#footer{
    font-family:Rubik,sans-serif;
    position:relative;
    font-weight:400;
    font-size:15px;
}

#footer ul {
    padding:0;
    margin:0;
    
}
#footer li {
    list-style:none;
}

#footer a:focus,a:hover {
    text-decoration:none;
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease;
}

#footer a:focus {
    outline:0
}

#footer img {
    max-width:50%;
  
}

#footer p {
    font-size:16px;
    line-height:30px;
    color:#101820ff;
    font-weight:300;
}

#footer h4 {
    font-family:"Moon";
    margin:0;
    font-weight:400;
    padding:0;
    color:#101820ff;
}

#footer a {
    color:#101820ff;
}

#footer .no-padding {
    padding:0!important;
}

.go_top {
    line-height:40px;
    cursor:pointer;
    width:40px;
    background:rgb(32, 32, 32);
    color:#fff;
    position:fixed;
    -webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);
    box-shadow:0 4px 4px rgba(0,0,0,.1);
    -webkit-border-radius:50%;
    border-radius:50%;
    right:-webkit-calc((100% - 1140px)/ 2);
    right:calc((100% - 1140px)/ 2);
    z-index:111;
    bottom:80px;
    text-align:center
}
   
.go_top span {
    display:inline-block
}

.footer-big {
    padding:105px 0 65px 0
}

.footer-big .footer-widget {
    margin-bottom:40px;
}

.footer--light {
    background: rgb(247, 231, 7); 
}

.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
    color:#898b96;
}

.footer-menu {
    padding-left:48px;
}

.footer-menu ul li a {
    font-size:15px;
    line-height:32px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}

.footer-menu ul li a:hover {
    color:rgb(32, 32, 32);
}

.footer-menu--1 {
    width:100%
}

.footer-widget-title {
    line-height:42px;
    margin-bottom:10px;
    font-size:18px
}

.mini-footer {
    background:white;
    text-align:center;
    padding:16px 0;
}

.mini-footer p {
    margin:0;
    line-height:26px;
    font-size:10px;
    color:#101820ff;
    font-family: "Moon";
}

.mini-footer p a {
    color:#5867dd;
}

.mini-footer p a:hover {
    color:#34bfa3;
}

.widget-about img {
    display:block;
    margin-bottom:30px;
}

.widget-about p {
    font-weight:400;
}

.widget-about .contact-details {
    margin:30px 0 0 0;
}

.widget-about .contact-details li {
    margin-bottom:10px;
}

.widget-about .contact-details li:last-child {
    margin-bottom:0;
}

.widget-about .contact-details li span {
    padding-right:12px;
}

.widget-about .contact-details li a {
    color:#5867dd;
}

.footer-widget ul li{
    text-decoration: none;
    list-style: none;
}

.contact-footer p{
    font-size: 1.7rem;
    font-family: "Open Sans";
}

.contact-footer a{
    font-size: 1.6rem;
    font-family: "Open Sans";
}

.contact-footer i{
    font-size: 1.8rem;
}

   @media (max-width:991px) {
    .footer-menu {
     padding-left:0
    }
   }

/* ----------------------------------------- footer ------------------------------------  */

.card-body ul li a i{
    color: #101820ff;
    padding: 10px;
    border: 2px solid rgb(247, 231, 7);
    border-radius: 40px;
}

input[type=text] {
    width: 100%;
    border-radius: 0px;
    padding: 20px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #101820ff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: none;
    color: #101820ff;
  }
  
  input[type=text]:focus {
    border: 2px solid rgb(36, 73, 110);
    background: none;
  }

  input[type=text]::placeholder {
    color: rgb(36, 73, 110);
    opacity: 1;
  }

  #message-area{
    box-sizing: border-box;
    border: 2px solid #101820ff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0px;
    background: none;
  }

  #message-area:focus{
    box-sizing: border-box;
    border: 2px solid rgb(36, 73, 110);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: none;
  }

  #my-form-button{
    padding: 15px 20px;margin-bottom: 20px; width: 100%;height: 60px; border: 0px solid white; color: white;
    border-radius: 0px;background:rgb(247, 231, 7); font-family: "Moon";font-size: 1.7rem;
  }

  #message-area::placeholder {
    color:rgb(36, 73, 110);
    opacity: 1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
  }


  /*---------------------------------- Scrol to top button -------------------------------*/

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:5px;
	right:10px;	
}

.scroll {
	position:absolute;
	right:30px;
	bottom:30px;
	padding:9px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

.scroll:hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


/*----------------------- Preloader -----------------------*/

#software-discription {
    margin-top: -70px;
    text-align: justify;
}


#software-discription b {
    font-size: 1.7rem;
    color: #101820ff;
}

#software-discription p{
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 1.7rem;
    margin: 10px;
}

#software-discription li{
    font-family: 'Open Sans';
    font-weight: 550;
    font-size: 1.7rem;
    margin-top: 20px;
    margin: 10px;
}

.carousel-indicators .active{
    background-color:rgb(8, 9, 12);
}

#heading-hide-it-on-pc{
    font-family: "Gotham";
    margin-left: 7px;
    display: none;
}

#alignment{
    margin-top: -110px;
}

#home-banner-img{
    cursor: pointer; height: 280px; position: absolute; border-radius: 30px;  margin-top: 20px;
}

#terms-of-use h1{
    font-family: "Open Sans";
    font-size: 3rem;
    font-weight: 500;
    margin: 10px;
    font-weight: 900;
}

#terms-of-use h2{
    font-family: "Open Sans";
    font-size: 2.6rem;
    margin: 10px;
    font-weight: 900;
}

#terms-of-use p{
    font-family: "Open Sans";
    font-size: 1.7rem;
    font-weight: 550;
    margin: 10px;
}

#display-on-mobie{
    display: none;

    top: 30%;
}


/*----------------------------------------- MEDIA QUERY MAX WIDTH : 1920-PX ------------------------------------------*/

@media screen and (max-width: 1920px) {

    #background{   
        background: rgb(255,204,51);
        background: linear-gradient(90deg, rgb(247, 231, 7) 0%, rgb(243, 184, 22) 100%);
         height:820px;
    }

    #home-headings {
        top: 28%;
    }

    #home-headings h1{
       font-size: 6rem;
    }

    #home-headings p{
        font-size: 2rem;
     }

     #read-more{
        width: 170px;
        height: 90px; 
        padding: 17px 30px; 
        box-shadow: 10px 10px rgb(17, 17, 17);
    }

    .background-software-electronic-automotive{
        height: 450px;    
        background: rgb(255,204,51);
        background: linear-gradient(90deg, rgb(247, 231, 7) 0%, rgb(243, 184, 22) 100%);
    }

}

/*----------------------------------------- MEDIA QUERY MAX WIDTH : 1366-PX ------------------------------------------*/

@media screen and (max-width: 1366px) {
    
    #background{   
        background: rgb(255,204,51);
        background: linear-gradient(90deg, rgb(247, 231, 7) 0%, rgb(243, 184, 22) 100%);
        height:590px;
    }

    #home-headings{
        position: relative;
        width:auto;
        top: 28%;
        font-weight: normal;
    }
    
    #home-headings h1{
        color: #101820ff;
        font-size: 4.9rem;
        transition: .4s;
        font-family: 'Gotham';
    }
    
    #home-headings p{
        color: #101820ff;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-family: 'Moon';
        font-size: 1.5rem;
        
    }
    
    #read-more{
        width: 180px;
        height: 60px; 
        padding: 15px 25px; 
        border: 3px solid #101820ff; 
        color: #101820ff;
        margin-top: 20px;
        font-family: 'Gotham';
        text-decoration: none;
        box-shadow: 8px 8px #101820ff;
        margin-top:-10px ;
    }

    .background-software-electronic-automotive{
        height: 450px;    
        background: rgb(255,204,51);
        background: linear-gradient(90deg, rgb(247, 231, 7) 0%, rgb(243, 184, 22) 100%);
    }
    
}

/*----------------------------------------- MEDIA QUERY MAX WIDTH : 1150-PX ------------------------------------------*/

@media screen and (max-width: 1150px) {

    #before-toggle{
        display: none;
    }
    
    #nav-container{
        display: block;
    }
 

    #hey #logo{
       height: 40px;
       margin-top: 23px;
    }

    .hide-banner{
        display: none;
    }

    #heading-hide-it-on-pc{
        display: block;
    }

    #home-banner-img{
        display: none;
    }

    #display-on-mobie{
        display: block;
    }
    .background-software-electronic-automotive{
        height: 500px;    
    }

}

/*----------------------------------------- MEDIA QUERY MAX WIDTH : 600-PX ------------------------------------------*/

@media screen and (max-width: 600px) {

    #hey #logo{
        height: 40px;
    }

    #home-headings{
        margin-left:20px;
        margin-right:20px;
    }

    #home-headings h1{
        font-size: 4.14rem;
    }

    .content-section-2 h1{

        font-size: 3.4rem;
    }

    .content-section-2 p{
        margin: 5px;
        color: rgb(34, 34, 34);
        margin-top:6%;
        margin-bottom: 0%;
        font-size: 19px;
        font-family: "Open Sans";
    }

    .bottom{
        width: 20%;
        height: 10%;
        border-bottom: 4px solid rgb(247, 231, 7);
        margin: 0 auto;    
    }

    #hey h1{
        font-size: 3px;
    }

    #hey #logo{
        margin-left: -10px;
    }

    #footer{
        text-align: center;
    }

    #footer-bottom{
        margin: 0 auto;
    }

    .contact-section{
        margin-top: 35px;
    }

    .hide-banner{
        display: none;
    }

    .fa-angle-left{
        display: none;
    }

    #software-discription{
        margin-top: -98px;
    }

    .background-software-electronic-automotive{
        height: 370px;    
    }
    
}

/*----------------------------------------- MEDIA QUERY MAX WIDTH : 365-PX ------------------------------------------*/

@media screen and (max-width: 365px) {

    .navigation-mobile-menu{
        margin-top: -4%;
    }

    #home-headings{
        top: 29%;
    }
    #home-headings h1{
        color: #101820ff;
        font-size: 3.42rem;
        transition: .4s;
        font-family: 'Gotham';
    }

    #home-headings p{
        color: black;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-family: 'Moon';
        font-size: 1.3rem;
    }

    #read-more{
        width: 130px;
        height: 50px; 
        padding: 10px 20px; 
        margin-top: -20px;
        color: #101820ff;
        font-family: 'Gotham';
        text-decoration: none;
        font-size: .9rem;
    }

    #read-more:hover{
        cursor: pointer;
        transition: .5s;
        box-shadow: none;
        transform: translate(5px, 5px);
        color: #101820ff;
    }

    #read-more:hover #home-arrow{
        transform: rotate(90deg);
        transition: .4s;
    }
    
}

/*----------------------------------------------------------------------- END -----------------------------------------------------------------------------*/
