*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Sriracha', cursive;
}
.header{
    background-image:url(../images/h1-parallax-1.jpg);
    background-attachment: fixed;
    color: white;
    filter: brightness(2);
    background-size: 100% 100%;
}
.head{
    display: flex;
    padding: 8%;
    margin-top:4%;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.head img{
    width: 65%;
}
.header .head ul{
    display: none;
}
.header .head ul li a{
    margin: 10px;
}
.header .head i{
    display: none;
}
.header .head .z{
    display: flex;
    padding:10%;
}
.header .head1 p{
    font-size: 40px;
    margin:7%;
    font-weight: 400;
}
.head1 span{
    color:rgba(240, 17, 10, 0.979);
    background-image: url(../images/titlebackground-image-2.png);
    background-size: 100% 100%;
    font-weight: 600;
}
.head1 button{
    margin: 7%;
    width: 120px;
    height: 50px;
    border: 2px solid;
    border-radius: 10px;
}
.header #jo{
    font-size: medium;
    color:black;
}
.header #jo:hover{
    background-color: orangered;
    color: white;
}
.herosection{
    padding: 7%;
    background-color: lightgray;
}
.herosection h1{
    margin-bottom: 7%;
}
.herosection h1 span{
    text-decoration: underline 5px orangered;
}
.herosection div img{
    width: 100%;
    margin-top: 15%;
    margin-bottom: 10%;
}
.working{
    padding-top: 10%;
    padding-bottom:4%;
    background-color: rgb(236, 234, 234);
}
.w img{
    margin:4%;
    width: 40%;
}
 .w{
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:20%;
    text-align: justify;
    /* border: 1px solid; */
    padding: 7%;
    background-color: white;
    box-shadow: 2px 2px 4px black;
}
.w:hover{
    border: 5px solid orangered;
    transform: translate(0px,-20px);
    
}
.story{
    padding: 7%;
    background-image: url(../images/h1-parallax-1.jpg);
    background-size: 100% 110%;
    color: white;
}
.story div img{
    width: 100%;
}
.story .e{
    padding-top: 10%;
    text-align: justify;
}
.story .e h2{
    margin-bottom: 10%;
    text-decoration: underline 5px orangered;
    background-image: url(../images/titlebackground-image-1.png);
    background-size: 100% 100%;
}
.story .e .bu{
    background-color: orangered;
    margin-top: 10%;
    width: 100px;
    height: 40px;
    border-radius: 10px ;
    color: white;
}
.success{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.success div{
    margin-top: 10%;
    margin-bottom: 5%;
}
.success h4 span{
    color: orangered;
    font-size:40px;
}
.testimonial{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/h1-parallax-2.jpg);
    background-size: 100% 100%;
    color: white;
    filter: brightness(1);
    padding: 10%;
}
.testimonial h3{
    padding-bottom: 10%;
    margin-top: 10%;
    text-decoration: underline 5px orangered;
    background-image: url(../images/titlebackground-image-3.png);
    background-size:100% 100%;
}
.testimonial h5{
    padding-bottom: 10%;
    margin-top: 10%;
}
.check{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
}
.check h2 span{
    border: 1px solid;
    padding:5px;
    background-color: orangered;
    color: white;
}
.check .c{
    margin: 6%;
    box-shadow: 2px 2px 4px;
}
.check img{
    width: 100%;
    margin-top:3%;
    filter: brightness(1);
}
.check img:hover{
    transform: translate(0px,-20px);
    transition: 0.5s;
}
.trail{
    padding: 7%;
}
.trail .tr{
    padding: 5%;
    text-align: right;
    background-image: url(../images/h1-parallax-3.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    color: white;
}
.trail .tr h2,.trail .new h2{
    margin-bottom: 5%;
    text-decoration: underline 4px orangered;
}
.trail .new{
    padding: 5%;
    text-align: left;
    background-size: 100% 100%;
    color: white;
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../images/h1-parallax-4.jpg) fixed;
}
.trail .tr .but,.trail .new .but{
    background-color: orangered;
    margin-top: 10%;
    width: 100px;
    height: 40px;
    border-radius: 10px ;
    color: white;
}
.trail .tr .but,.trail .new .but:hover{
    background-color: red;
    border: 2px solid white;
}
.news{
    text-align: left;
    padding: 7%;
    background-color: lightgray;
}
.news h2{
    text-align: center;
    text-decoration: underline 4px solid orangered;
    margin-top: 5%;
}
.news .q .n{
    margin-top: 10%;
    padding: 5%;
    background-color: white;
    box-shadow: 2px 2px 4px;
}
.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
}
.logo .owl-carousel .item {
    margin: 4%;
    background-color: black;
}
.logo .owl-carousel .item:hover{
    transform: translate(0px,-20px);
    background-color:darkorange;
    /* border-bottom: 10px solid black; */
    transition: 0.5s;
}
 .logo .owl-carousel{
    align-items: center;
 }
.logo .owl-carousel .item .l img{
    width:500%;
    height: 30vh;
    /* padding-left: 100px; */
}
.twit{
    border: 1px solid;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/28427903_173436616633226_1368394524878962688_n.jpg) fixed;
    background-size: 100% 100%;
}
.twit .pa{
    margin-top: 10%;
    margin-bottom: 7%;
    margin-left: 5%;
    color: white;
}
.twit .pa .al{
    display: flex;
    align-items: center;
}
.twit .ok{
    margin: 5%;
}
.twit .pa .al p{
    margin: 5%;
}
.twit .pa p{
    text-align: justify;
}
.twit .t{
    text-align: center;
    margin-top: 10%;
}
.twit .pa p a{
    text-decoration: none;
    color:lightgrey;
}
.newsletter{
    border: 1px solid;
    padding: 7%;
    text-align: center;
    background-color: orangered;
    color: white;
}
.newsletter .l input{
    margin-top: 4%;
}
.newsletter .l #email{
    background-color: orangered;
    border: 1px solid white;
    height: 10vh;
    width: 70%;
}
.newsletter .l #email::placeholder{
    color: white;
}
.newsletter .l #but{
    background-color: orangered;
    margin-top: 8%;
    width: 100px;
    height: 40px;
    border-radius: 10px ;
    color: white;
    border: 1px solid;
}
.newsletter .l #but:hover{
    background-color:darkblue;
    border:5px solid white;
}
.links{
    padding: 7%;
    background-color: black;
    color: white;
}
.links .feed{
    margin-top: 10%;
}
.links .feed a{
    text-decoration:none ;
    color: lightgray;
}
.footer{
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 7%;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width:768px) {
    .header .head1 p{
        font-size:80px;
    }
    .head img{
        width: 80%;
    }
    .head{
        padding: 7%;
    }
    .header .head .z{
        display: contents;
        padding: 5%;
        font-size: x-large;
    }
    .working{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .w{
        width: 42%; 
        margin-left: 4%;
        margin-right: 4%;
        margin-bottom:7%;
        padding: 5%;
    }
    .story{
        padding-left:7%;
    }
    .success{
        border: 1px solid;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }
    .success div{
        margin:4%;
    }
    .check .che{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    .check .che .c{
        width: 42%;
        margin:4%;
    }
    .trail{
        padding:2%;
    }
    .logo{
        display: flex;
        flex-direction:row;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 2%;
        justify-content: space-evenly;
    }
    .logo .l{
        width: 40%;
    }
    .links{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align:justify ;
        justify-content: space-evenly;
    }
     .links .feed{
        width: 40%;
        margin: 5%;
     }
     .links .feed ul li{
        list-style: none;
     }
     .footer{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
     }
     .twit .ok{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
     }
     .twit .ok .pa{
        width: 33%;
     }
}
@media only screen and (min-width:1024px){
    .head{
        display: flex;
        padding: 10%;
        align-items: center;
        color: white;
        margin-top: -10%;
    }
    .header .head .ad{
        display: flex;
        flex-direction:row;
        align-items: center;
        
    }
    .head img{
        width: 40%;
        height: 10vh;
        margin-left: -10%;
        margin-right: 15%;
    }
    .header .head ul{
        display: flex;
        list-style: none;
        padding: 5%; 
         
    }
    .header .head .ad i{
        display:flex;
        font-size: x-large;
        margin: 20%;
    }
    .head .ad ul li{
        margin:2%;
    }
    .head .ad ul li a{
        text-decoration: none;
        color: white;
        font-size: 19px;
    }
    .header .head .ad .z{
        display: none;
    }
    .head .ad ul li a:hover{
        margin: -2%;
        text-decoration: none;
        color:orangered;
        font-size: 20px;
    }
    .story div img{
        width: 70%;
    }
    .story .st{
        text-align: center;
    }
    .w{
        width: 29%; 
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom:5%;
        padding: 3%;
    }
    .news{
        padding: 5%;
    }
    .news .q{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .news .q .n{
        width: 32%;
        margin-top: 5%;
        padding: 2%;
    }
    .check .che .c{
        width: 23%;
        margin:1%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .trail{
        padding:1%;
    }
    .logo .l{
        width: 18%;
        margin:1%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .links .feed{
        width: 20%;
        margin: 2%;
     }
     .links{
        padding: 2%;
    }
    .twit .ok .pa{
        width: 28%;
     }
}








