/*
Theme Name: Harris
Version: 2.0
Author: Alexe Vlad
Author URI: http://alexe-vlad.ro
Description: Website developed by Alexe Vlad
*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'Tajawal', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {margin:0;padding:0; outline: 0 none;}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
}
h1{
    font-size: 48px;
    line-height: 56px;
    letter-spacing: .03em;
    margin: .67em 0;
    margin-bottom: 1.75rem;
    color: #4b4b4b;
}
h2{}
h3{}
h4{}
h5{}
h6{}
p{
    color: #4b4b4b;
    letter-spacing: .04em;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: .04em;
    margin-bottom: 20px;
}
p strong,
strong{

}
p em,
em{

}
em strong,
strong em,
p em strong,
p strong em{

}
a{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
    display: flex;
    flex-wrap: wrap;
}
ul li{
    flex: 50%;
    margin-bottom: 20px;
    list-style: none;
    letter-spacing: .04em;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
ol li{}
ul li a,
ol li a{}
blockquote{

}
input{
    -webkit-border-radius:0; 
    -webkit-appearance: none;
    border-radius:0;
}
/*### Menu ###*/
nav.menu{

}
nav.menu ul{

}
nav.menu ul li{

}
nav.menu ul li a{

}
nav.menu ul li:hover a{

}

.wrapper{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.wrapper-head{
    box-sizing: border-box;
    position: relative;
    margin: 0 80px;
    width: 100%;
}
/*### End Menu ###*/
/*### Header ###*/

.header{
    background: #F4881F;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 3px solid #4b4b4b;
}
.header .wrapper-head{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: calc(((100vw - 1440px) / 2) - 115px);
}
.header-icon{
    background: url("images/head-icon.jpg") no-repeat;
    display: block;
    width: 352px;
    height: 106px;
}
.logo{
    background: url("images/logo.jpg") no-repeat;
    display: block;
    width: 332px;
    height: 56px;
}
/*### End Header ###*/

/*### Scroll bar ###*/
.orange-bar{
    left: 195px;
    width: 4px;
    /*background: #F4881F;*/
    height: 100%;
    position: fixed;
    top: 0;
}
.scrollBar {
    position: fixed;
    top: 0;
    left: calc((100vw - 1440px) / 2);
    height: 0%;
    width: 4px;
    background: #F4881F;
    -webkit-transition: height 200ms var(--timing);
    transition: height 200ms var(--timing);
    text-align: right;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 1em;
    z-index: 1

}

.scrollBar span {
    position: absolute;
    bottom: 3px;
    left: 2px;
    font-size: 0.7em;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom left;
}
.scrollBar span::after {
    content: "";
    font-size: 0.8em;
    position: absolute;
    right: -15px;
    bottom: 4px;
    font-weight: 700;
    opacity: 0.4;
}
.scrollBar2 {
    position: fixed;
    top: 0;
    left: calc((100vw - 1440px) / 2);
    height: 0%;
    width: 4px;
    background: #fff;
    -webkit-transition: height 200ms var(--timing);
    transition: height 200ms var(--timing);
    text-align: right;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 1em;
}

.scrollBar2 span {
    position: absolute;
    bottom: 3px;
    left: 2px;
    font-size: 0.7em;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom left;
}
.scrollBar2 span::after {
    content: "";
    font-size: 0.8em;
    position: absolute;
    right: -15px;
    bottom: 4px;
    font-weight: 700;
    opacity: 0.4;
}
/*### End Scroll bar ###*/
/*### Content ###*/
.top-home .wrapper{
    display: flex;
    flex-wrap: wrap;
}
.top-home .title-top-box{
    flex: 0 0 100%;
    margin: 200px 0 100px
}
.top-home .title-top{
    width: 50%;
}
.top-home .flex-rotate-box{
    width: 100%;
    flex: 50%;
    position: relative;
    display: flex;
}
.top-home .title-top-rotate{
    /* transform: rotate(90deg);*/
    font-size: 100px;
    font-weight: 500;
    color: #4b4b4b;
    width: 340px;
}
.top-home .text-top{
    width: 100%;
    flex: 50%;
    margin-bottom: 50px;
}
.top-home .text-top-wrapp{
    width: 66.666%;
}
.top-home .image-top-box{
    flex: 0 0 100%;
    margin-bottom: -200px;
    position: relative;
    z-index: 1;
}
.top-home .image-top{
    width: 50%;
    float: right;
    position: relative;
}
.top-home .image-top img{
    display: block;
}
.top-home .image-top .highlighter__bg {
    background-color: #F59334;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}
.sections-list{
    background-color: #F69E4A;
    padding: 300px 0;
    position: relative;

}
.section-general{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #fff;
}
.section-general p{
    color: #fff;
}
.title-sections{
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #fff;
    flex: 0 0 100%;
    margin-bottom: 100px;
}
.section-general .scrollmagic-pin-spacer,
.title-section-box{
    width: 100%;
    flex: 50%;
}
.sections-list .title-section{
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sections-list .title-section-box.active .title-section{
    font-size: 34px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sections-list  .text-section{
    width: 100%;
    flex: 50%;
}
.sections-bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}
.sections-bottom .flex-rotate-box {
    width: 100%;
    flex: 50%;
    position: relative;
    display: flex;
}
.sections-bottom .title-big-bottom{

    font-size: 100px;
    font-weight: 500;
    color: #fff;
    width: 660px;
}
.right-bottom{
    width: 100%;
    flex: 50%;
}
.sections-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.image-bottom-box{
    flex: 0 0 100%;
    margin-top: -200px;
    position: relative;
    z-index: 1;
}
.image-bottom-box .image-bottom{
    width: 50%;
    position: relative;
}
.image-bottom-box .image-bottom img{
    display: block;
}
.image-bottom-box .image-bottom .highlighter__bg {
    background-color: #F59334;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
/*### End Content ###*/


/*### Footer ###*/

.footer{ 
    background: url("images/bot-icon.jpg") no-repeat;
    width: 440px;
    height: 130px;
    float: right;
}

/*### End Footer ###*/


/*### RESPONSIVE ###*/

@media only screen and (max-width: 1700px) {
    .header .wrapper-head{
        width: 1440px;
        margin: 0 auto;
        position: relative;
        left: 0;
    }
}
@media only screen and (max-width: 1500px) {
    .header .wrapper-head,
    .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;

    }
    .scrollBar2,
    .scrollBar{
        left:0;
    }
    .top-home .image-top-box{
        margin-bottom: -14%;
    }
    .image-bottom-box{
        margin-top: -14%;
    }
    .image-bottom-box .image-bottom img,
    .top-home .image-top img{
        width: 100%;
        height: auto;
    }
    .sections-bottom .flex-rotate-box{
        width: 50%;
    }
}
@media only screen and (max-width: 1350px) {
    .sections-bottom .title-big-bottom{
        font-size: 50px;
        width: 330px;
    }

}
@media only screen and (max-width: 1150px) {
    .sections-list .title-section-box.active .title-section{
        font-size: 30px;
    }


}
@media only screen and (max-width: 1024px) {
    .header{
        padding: 20px 0;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    ul li{
        font-size: 19px;
        line-height: 32px;
        letter-spacing: .04em;
    }
    .header-icon{
        display: none;
    }
    .title-sections{
        margin-bottom: 30px;
    }
    .top-home .title-top-box{
        margin: 130px 0 30px;
    }
    .top-home .title-top-box h1{
        margin-bottom: 0;
    }
    .image-bottom-box .image-bottom,
    .sections-bottom .title-big-bottom,
    .sections-bottom .flex-rotate-box,
    .top-home .image-top,
    .top-home .text-top-wrapp,
    .top-home .title-top{
        width: 100%;
    }
    .right-bottom,
    .sections-bottom .flex-rotate-box,
    .section-general .scrollmagic-pin-spacer,
    .title-section-box,
    .top-home .text-top,
    .top-home .flex-rotate-box{
        flex: 100%;
    }

    .top-home .title-top-rotate{
        width: 100%;
        font-size: 35px;
        margin-bottom: 30px;
    }
    .sections-bottom .title-big-bottom{
        font-size: 35px;
    }
    .top-home .image-top-box{
        margin-bottom: -28%;
    }
    .image-bottom-box {
        margin-top: -28%;
    }
}
@media only screen and (max-width: 480px) {
    .logo{
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 320px) {}


/*### END RESPONSIVE ###*/