/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap'); */

section.el-container{
    display: none !important;
}
:root{
    --main-color:#eab302;
}

.skills{
    font-size: 17px;
    color:#666;
}
*{
    font-family: times;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
   
    transition: all .2s linear;
    line-height: 1.5;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background: #fafbfd;
}

.logo{
    height:90px;
    font-family: Times-Bold;
    font-size: 18px;
    letter-spacing: 7.78px;
    padding-left: 60px !important;
    padding-top:28px;
    
}

.logo:hover{
    cursor: pointer;
}

.resume{
    height:90px;
    font-family: Times-regular;
    font-size: 14px;
    letter-spacing: 3px;
    padding-right: 60px !important;
    padding-top:28px;
    text-align: right;
}

.resume a{
    color: #000;
    display: inline-block;
}

.resume a:hover{
    width: 80px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.resume span{
    width: 80px;
    display: none;
}

.resume span{
    display: inline-block;
}

.jie{
    font-family: times;
    font-size: 68px;
    text-align: center;
}

.textpart{
    font-family: times !important;
    text-align: center;
    margin-top:30px;
}

span.mark{
    border-right: 2px solid rgb(0, 0, 0);
    animation: blink 0.6s step-end infinite;
    position: relative;
    top: -45px;
    left:-47px;
    background-color:rgb(217, 255, 45) !important;
}

@keyframes blink {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: rgb(0, 0, 0);
    }
}

.col-md-12,.col-md-8{
padding-left: 0px !important;
}

.contact{
    margin-top: 50px;
}

.contact a{
    
    margin-right: 25px;
   vertical-align: middle;
}

.contact a:hover{
    border-bottom: #000;
    border-bottom:2px solid #000; 
    text-decoration-offset:8px ;
   
}

.textcenter{
    text-align: center;
}

.mail{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/mail-link.svg) no-repeat;
    background-position: center;
}

.dribbble{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/dr-link.svg) no-repeat;
    background-position: center;
}

.port{
    margin-top: 30px;
}
.title{
    padding-left: 60px !important;
    
}

.title a{
    color:#000;

}

.title a:hover {
    color:#000;  
    
    
}

.title h5{
    color:#999;
}

.title h4{
    margin-top: 60px;
    margin-bottom: 20px;
}

.title .yellow{
   
    padding:2px;
    background: cornsilk;
    border-radius: 5px;
}

.title .blue{
    padding:2px;
    background: rgb(218, 234, 255);
    border-radius: 5px;
}


.title .purple{
    padding:2px;
    background: #e8ddf8;
    border-radius: 5px;
}

.title .green{
    padding:2px;
    background: #e4ffcbb4;
    border-radius: 5px;
}

.title .grey{
    padding:2px;
    background: #eeeeeeb4;
    border-radius: 5px;
}

.cover{
    border:1px solid #ccc;
    padding-right: 60px !important;
    height: 300px;
}

.shots{
    margin-top: 60px;
    padding-left: 60px;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-left: 45px;
    padding-right: 45px;
}

.box-container .box {
    flex: 1 1 30rem;
    height: 25rem;
    position: relative;
    overflow: hidden;
    border: 1rem solid #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 20px;
}

.text-mid{
    text-align: center;
}

.toptitle h1{
    font-family: times;
    letter-spacing: 5px;
}

.toptitle h4{
    font-family: times;
    letter-spacing: 5px;
    font-weight: normal;
}

.motivation{
    background-color: rgb(247, 247, 247);
    padding-bottom: 80px;
   
}

.m-title{
    
    margin-top: 60px;
    font-family: times-bold;
}

.period-1{
    margin-top: 60px;
   
    font-size: 18px;
}

.period-2{
    margin-top: 60px;
    padding-left: 60px !important;
    font-size: 18px;
}

.bgpic{
    margin-top: 35px;
    background: url(../images/overview.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}

.bgpic-ztf{
    margin-top: 35px;
    background: url(../images/Frame0.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}

.bgpic-trubit{
    
    background: url(../images/48.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}


.bgpic-iterative{
    margin-top: 35px;
    background: url(../images/contribute.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}

.bgpic-eat{
    margin-top: 35px;
    background: url(../images/08.jpeg) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}

.bgpic-interface{
    margin-top: 35px;
    background: url(../images/interface2.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}

.bgpic-yfd{
    margin-top: 35px;
    background: url(../images/11.png) no-repeat !important;
    width: 100%;
    height: 825px;
    background-size: cover !important;
}



.proms-block{
    
    height: 500px;
    padding:0px !important;
    overflow-y: hidden;
    cursor: pointer;
    border: 1rem solid #fff !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    overflow: hidden;
}

.homepic{
    
    background: url(../images/overview.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic-ZTF{
    
    background: url(../images/Frame0.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic2{
    
    background: url(../images/11.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic3{
    
    background: url(../images/08.jpeg) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic4{
    
    background: url(../images/09.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic5{
    
    background: url(../images/07.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.homepic-fontes{
    
    background: url(../images/fontes-index.png) no-repeat !important;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    cursor: pointer;
}

.proms-block .homepic:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.proms-block .homepic-ZTF:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.proms-block .homepic2:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.proms-block .homepic-fontes:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.proms-block .bgpic-trubit:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.box .homepic3:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.box .homepic4:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}

.box .homepic5:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
}



.problem-title{
    
    margin-top: 60px;
    font-family: times-bold;
}

.problem{
    font-size: 18px;
    
    padding-bottom: 80px !important;
}

.model{
    text-align: center;
    background-color:#eee;
    padding-top: 60px;
    padding-bottom: 80px;
}

.model-block-modules{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 820px;
    background:url(../images/modules.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 820px;
    transform:translateX(-50%);
}


.model-block-hif{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 488px;
    background:url(../images/Frame2.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 488px;
    transform:translateX(-50%);
}

.model-block-desk{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 488px;
    background:url(../images/Frame5.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 488px;
    transform:translateX(-50%);
}

.model-block-overview{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 488px;
    background:url(../images/Frame.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 488px;
    transform:translateX(-50%);
}

.model-block{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 408px !important;
    background:url(../images/solution-pic-1.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}

.model-block-question{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height: 708px !important;
    background:url(../images/ques.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 708px;
    transform:translateX(-50%);
}

.model-block-q1{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height:230px !important;
    background:url(../images/q1.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 230px;
    transform:translateX(-50%);
}

.model-block-q2{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height: 300px !important;
    background:url(../images/q2.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 300px;
    transform:translateX(-50%);
}

.model-block-q3{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height: 260px !important;
    background:url(../images/q3.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 260px;
    transform:translateX(-50%);
}

.model-block-search{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height: 519px !important;
    background:url(../images/search.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 519px;
    transform:translateX(-50%);
}

.model-block-add{
    margin-top: 30px !important;
    padding:0px !important;
    width: 827px;
    height: 573px !important;
    background:url(../images/addtext.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:827px 573px;
    transform:translateX(-50%);
}

.model-block-entry{
    margin-top: 30px !important;
    padding:0px !important;
    width: 829px;
    height: 593px !important;
    background:url(../images/entry.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:829px 593px;
    transform:translateX(-50%);
}

.model-block-mvc{
    margin-top: 30px !important;
    padding:0px !important;
    width: 865px;
    height: 388px !important;
    background:url(../images/mvc.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:865px 388px;
    transform:translateX(-50%);
}

.model-block-mongo{
    margin-top: 30px !important;
    padding:0px !important;
    width: 671px;
    height: 321px !important;
    background:url(../images/mongo.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:671px 321px;
    transform:translateX(-50%);
}

.model-block-prototyping{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height: 560px !important;
    background:url(../images/prototying.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 560px;
    transform:translateX(-50%);
}

span.greentab{
    font-family: poppins;
   
    display: inline-block;
    border-radius:5px;
    color: #fff;
    background:#4AA267;
    padding: 8px;
    margin-top:60px;
}

.model-block-wireframe{
    margin-top: 30px !important;
    padding:0px !important;
    width: 908px;
    height: 574px !important;
    background:url(../images/wireframe1.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:908px 574px;
    transform:translateX(-50%);
}



.model-block-s1{
    margin-top: 30px !important;
    padding:0px !important;
    width: 908px;
    height: 718px !important;
    background:url(../images/s1.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:908px 718px;
    transform:translateX(-50%);
}

.model-block-s2{
    margin-top: 30px !important;
    padding:0px !important;
    width: 908px;
    height: 718px !important;
    background:url(../images/s2.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:908px 718px;
    transform:translateX(-50%);
}
.model-block-s3{
    margin-top: 30px !important;
    padding:0px !important;
    width: 908px;
    height: 718px !important;
    background:url(../images/s3.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:908px 718px;
    transform:translateX(-50%);
}
.model-block-interface{
    margin-top: 30px !important;
    padding:0px !important;
    width: 1109px;
    height: 612px !important;
    background:url(../images/interface.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:1109px 612px;
    transform:translateX(-50%);
}


.model-block-trubit{
    margin-top: 30px !important;
    padding:0px !important;
    width: 908px;
    height: 574px !important;
    background:url(../images/49.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:908px 574px;
    transform:translateX(-50%);
}

.model-block-sitemap{
    margin-top: 30px !important;
    padding:0px !important;
    width: 834px;
    height:355px !important;
    background:url(../images/site2.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:834px 355px;
    transform:translateX(-50%);
}

.model-block-02{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 408px !important;
    background:url(../images/26.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}

.model-block-2{
    margin-top: 30px !important;
    padding:0px !important;
    width: 813px;
    height: 408px !important;
    background:url(../images/solution-pic-2.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}

.model-block-3{
    margin-top: 60px !important;
    padding:0px !important;
    width: 868px;
    height: 408px !important;
    background:url(../images/solution-pic-3.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}
.model-block-4{
    margin-top: 30px !important;
    padding:0px !important;
    width: 868px;
    height: 408px !important;
    background:url(../images/solution-pic-4.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}

.model-block-5{
    margin-top: 60px !important;
    padding:0px !important;
    width: 868px;
    height: 408px !important;
    background:url(../images/solution-pic-5.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:868px 408px;
    transform:translateX(-50%);
}

.model-block-6{
    margin-top: 60px !important;
    padding:0px !important;
    width: 424px;
    height: 404px !important;
    background:url(../images/solution-pic-6.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:424px 404px;
    transform:translateX(-50%);
}

.model-block-7{
    margin-top: 60px !important;
    padding:0px !important;
    width: 880px;
    height: 510px !important;
    background:url(../images/flow.jpg) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:880px 510px;
    transform:translateX(-50%);
}

.model-block-7{
    margin-top: 60px !important;
    padding:0px !important;
    width: 376px;
    height: 565px !important;
    background:url(../images/scenario-1.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:400px 565px;
    transform:translateX(-50%);
}

.model-block-8{
    margin-top: 60px !important;
    padding:0px !important;
    width: 511px;
    height: 565px !important;
    background:url(../images/scenario-2.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:400px 565px;
    transform:translateX(-50%);
}

.model-block-9{
    margin-top: 60px !important;
    padding:0px !important;
    width: 860px;
    height: 632px !important;
    background:url(../images/sketch0.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:860px 632px;
    transform:translateX(-50%);
}

.model-block-10{
    margin-top: 60px !important;
    padding:0px !important;
    width: 860px;
    height: 632px !important;
    background:url(../images/sketch1.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:860px 632px;
    transform:translateX(-50%);
}

.model-block-11{
    margin-top: 60px !important;
    padding:0px !important;
    width: 880px;
    height: 511px !important;
    background:url(../images/flow.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:880px 511px;
    transform:translateX(-50%);
}

.model-block-waad{
    margin-top: 60px !important;
    padding:0px !important;
    width: 880px;
    height: 511px !important;
    background:url(../images/waad.png) no-repeat;
    position: relative;
    left:50%;
    right: auto;
    margin: 0;
    top:auto;
    bottom: 0;
    background-size:880px 511px;
    transform:translateX(-50%);

}

.solution{
    text-align: center;
    margin-top: 60px;
}

.record{
    background: url(../images/record.png);
    width:800px;
    height: 900px;
    background-size: cover;
    margin:0 auto;
}

.s-pic{
    margin-top: 40px;
    height: 600px;
    border: 1px solid #000;
   
}

.s-img{
    background: url(../images/record.png) no-repeat;
    height: 1100px;
    width: 1000px;
    margin: 0 auto;
    background-size: cover;
}


.model-pic{
    
    background:url(../images/record.png) no-repeat;
    width: 100%;
    height: 800px;
    background-size: cover !important;
    cursor: pointer;
   
}
.solution-pic-1{
    background:url(../images/solution-pic-1.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    cursor: pointer;
}

.box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.resume-pic{

    background: url(../images/resume.png) no-repeat;
    width: 1600px;
    height: 1500px;
}

.name{
    font-size: 36px;
}

.bold{
    font-weight: bold;
}

.re-title{
    font-weight: bold;
    letter-spacing: 2.25px;
    margin-bottom: 12px;
    font-size: 14px;
}

.re-title-s{
    font-weight: bold;
    letter-spacing: 2.25px;
    
    font-size: 14px;
}

section{
    padding:1rem 5%;
    min-height: 100vh;
}

.heading{
    font-size: 4rem;
    padding-bottom: 1rem;
    color:#111;
    text-transform: uppercase;
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding:.8rem 3rem;
    background:var(--main-color);
    color:#fff;
    cursor: pointer;
    font-size: 1.7rem;
}

.btn:hover{
    background:#111;
    letter-spacing: .2rem;
}



header .logo{
    text-transform: uppercase;
    color:#fff;
    font-size: 3rem;
    font-weight: bolder;
}

header .logo span{
    text-transform: uppercase;
    color:var(--main-color);
}

header .navbar a{
    display: block;
    font-size: 2rem;
    color:#fff;
    margin:2rem 0;
}

header .navbar a:hover{
    letter-spacing: .2rem;
    color:var(--main-color);
}

header .follow a{
    font-size: 2.5rem;
    color:#fff;
    margin:0 .7rem;
}

header .follow a:hover{
    color:var(--main-color);
}

#menu-bars{
    position: fixed;
    top:1rem; right: 1rem;
    z-index: 10000;
    background:var(--main-color);
    color:#fff;
    border-radius: .5rem;
    padding:1rem 1.5rem;
    font-size: 3rem;
    cursor:pointer;
    display: none;
}

.cursor-1{
    position: absolute;
    top:0; left:0;
    height:1rem; width:1rem;
    background: var(--main-color);
    pointer-events: none;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10000;
}

.cursor-1.active{
    height:7rem;
    width:7rem;
    opacity: .3;
}

.cursor-2{
    position: absolute;
    top:0; left:0;
    height:4rem; width:4rem;
    border:.1rem solid var(--main-color);
    pointer-events: none;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 10000;
    transition: .3s linear;
}

.cursor-2.active{
    display: none;
}

.home{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1.5rem;
}

.home .image{
    flex:1 1 40rem;
}

.home .image img{
    width:100%;
}

.home .content{
    flex:1 1 40rem;
}

.home .content .hi{
    font-size: 2rem;
    color:var(--main-color);
}

.home .content h3{
    font-size: 4.5rem;
    color:#111;
    text-transform: uppercase;
}

.home .content h3 span{
    color:var(--main-color);
    text-transform: uppercase;
}

.home .content .info{
    font-size: 2.5rem;
    color:#111;
    padding:.5rem 0;
}

.home .content .text{
    font-size: 1.7rem;
    color:#666;
    padding:.5rem 0;
}

.about .row-1{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding-bottom: 2rem;
}

.about .row-1 .image{
    flex:1 1 25rem;
}

.about .row-1 .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
    border:1rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.about .row-1 .content{
    flex:1 1 50rem;
}

.about .row-1 .content h3{
    color:#333;
    font-size: 3.5rem;
}

.about .row-1 .content p{
    color:#666;
    font-size: 1.7rem;
    padding:.5rem 0;
}

.about .row-1 .content .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    padding: 0.5rem 0;
}

.about .row-1 .content .box-container .box{
    flex:1 1 20rem;
}

.about .row-1 .content .box-container .box span{
    color:var(--main-color);
}

.about .row-2{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    align-items: center;
}

.about .row-2 .skills{
    flex:1 1 40rem;
    font-size: 17px;
    color:#666;
}

.about .row-2 .skills .progress{
    padding:1rem 0;
}

.about .row-2 .skills .progress h3{
    display: flex;
    justify-content: space-between;
    padding:.7rem 0;
    font-size: 1.7rem;
    color:#111;
    font-weight: 400;
}

.about .row-2 .skills .progress .bar{
    width:100%;
    background:#ccc;
    overflow:hidden;
    height:1rem;
    border-radius: 50rem;
}

.about .row-2 .skills .progress .bar span{
    display:block;
    height:100%;
    background:var(--main-color);
    border-radius: 50rem;
}

.about .row-2 .skills .progress:nth-child(1) .bar span{
    width:92%;
}

.about .row-2 .skills .progress:nth-child(2) .bar span{
    width:85%;
}

.about .row-2 .skills .progress:nth-child(3) .bar span{
    width:90%;
}

.about .row-2 .skills .progress:nth-child(4) .bar span{
    width:70%;
}

.about .row-2 .box-container{
    flex:1 1 40rem;
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.about .row-2 .box-container .box{
    flex:1 1 15rem;
    background:#fff;
    padding:2rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

.about .row-2 .box-container .box h3{
    color:var(--main-color);
    font-size: 3rem;
}

.about .row-2 .box-container .box p{
    color:#666;
    font-size: 1.7rem;
    padding-top: .5rem;
}

.service .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.service .box-container .box{
    flex:1 1 30rem;
    text-align: center;
    padding:2rem;
    background:#fff;
    border-radius: .5rem;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
}

.service .box-container .box i{
    height:6rem;
    width:6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    color:#fff;
    background:var(--main-color);
    border-radius: 50%;
}

.service .box-container .box h3{
    color:#444;
    font-size: 2.2rem;
    padding-top: 1rem;
}

.service .box-container .box p{
    color:#666;
    font-size: 1.7rem;
    padding-top: .5rem;
}

.experience .box-container{
    display: flex;
    flex-wrap: wrap;
}

.experience .box-container .box{
    position: relative;
    flex:1 1 33rem;
    border-left: .2rem solid var(--main-color);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;    
}

.experience .box-container .box::before{
    content: '';
    position: absolute;
    top:0; left:-1rem;
    height:2rem;
    width:2rem;
    border-radius: 50%;
    background:var(--main-color);
}

.experience .box-container .box .content{
    background:#fff;
    padding:1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.experience .box-container .box .content span{
    color:#fff;
    font-size: 1.7rem;
    background:var(--main-color);
    border-radius: 50rem;
    padding:.4rem 1rem;
}

.experience .box-container .box .content h3{
    font-size: 2.5rem;
    padding:.5rem 0;
    color:#111;
}

.experience .box-container .box .content p{
    font-size: 1.5rem;
    color:#666;
}

.portfolio .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.portfolio .box-container .box{
    flex:1 1 30rem;
    height:25rem;
    position: relative;
    overflow:hidden;
    border:1rem solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    background:#fff;
    border-radius: .5rem;
}

.portfolio .box-container .box img{
    height:100%;
    width:100%;
    object-fit: cover;
    border-radius: .5rem;
    position: relative;
    z-index: 1;
}

.portfolio .box-container .box:hover img{
    height:75%;
    width:75%;
}

.portfolio .box-container .box h3{
    position: absolute;
    bottom:.5rem; left:1rem;
    font-size: 2.5rem;
    color:#333;
    text-transform: uppercase;
}

.portfolio .box-container .box .icons{
    position: absolute;
    top:1rem; right:1rem;
}

.portfolio .box-container .box .icons a{
    display: block;
    height:4rem;
    width:4rem;
    border-radius: .5rem;
    background: #eee;
    color:#333;
    font-size: 1.7rem;
    line-height: 4rem;
    text-align: center;
    margin-bottom: 1rem;
}

.portfolio .box-container .box .icons a:hover{
    background:var(--main-color);
    color:#fff;
}

.contact .icons-container{
    display: flex;
    gap:1.5rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.contact .icons-container .icons{
    flex:1 1 25rem;
    text-align: center;
    padding:2rem;
    background:#fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.contact .icons-container .icons i{
    height:5rem;
    width:5rem;
    line-height: 5rem;
    font-size: 2rem;
    background: var(--main-color);
    color:#fff;
    border-radius: 50%;
}

.contact .icons-container .icons h3{
    color:#111;
    font-size: 2rem;
    padding:.5rem 0;
    padding-top: 1rem;
}

.contact .icons-container .icons p{
    color:#666;
    font-size: 1.7rem;
}

.contact .row{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
}

.contact .row form{
    flex:1 1 55rem;
    background:#fff;
    padding:0 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
}

.contact .row .map{
    flex:1 1 25rem;
    border:1rem solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: .5rem;
    width: 100%;
}

.contact .row form .box,
.contact .row form textarea{
    width: 100%;
    border-bottom: .1rem solid #333;
    color:#333;
    text-transform: none;
    font-size: 1.7rem;
    padding:1rem 0;
    margin:1rem 0;
}

.contact .row form .box:focus,
.contact .row form textarea:focus{
    border-color: var(--main-color);
}

.contact .row form .box::placeholder,
.contact .row form textarea::placeholder{
    text-transform: capitalize;
}

.contact .row form textarea{
    height: 20rem;
    resize: none;
}

.contact .row form .btn{
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.footer{
    margin-top: 6rem;
    font-size: 12px;
    padding:1.5rem;
    text-align: center;
    color:#000;
    background: #fff;
}

.footer span{
    color:var(--main-color);
}


















/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
    body{
        padding: 0;
    }

    #menu-bars{
        display: initial;
    }

    header{
        left:-120%;
    }

    header.active{
        left:0%;
    }

    .cursor-1,
    .cursor-2{
        display: none;
    }

    .m-title,.period-1,.problem-title,.solution{
        margin-left: 60px;
        padding-left: 0px !important;
        padding-right: 60px !important;
    }

    .left-margin{
        margin-left:30px;
    }
}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

    header{
        width:100%;
    }

    .experience .box-container .box{
        padding-right: 0;
    }

}