*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    /* font-family: montserrat; */
    /* background: #e1e9f0; */
    background: #e1e9f0;
}

.tag-line h1{
    font-size: 31px;
    font-weight: bold;
    color: #0e718d;
    margin-bottom: 33px;
}

.tag-line p{
    font-size: 19px;
    color: rgb(167, 165, 165);
    font-weight: normal;
}

.title{
    color: #0e718d;
    text-align: center;
    text-transform: uppercase;
    font-family: Krub,sans-serif;
    font-size: 24px;
    font-weight: bold;
    /* color: rgb(8, 8, 8); */
    margin: 61px 0px 29px 0px;
}



.direction{
    text-transform: uppercase;
    font-size: 18px;
}

.project-name{
    text-transform: uppercase;
    font-size: 24px!important;
    font-weight: bold;
    color: #323496;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: krub;
}

.location-car{
    text-transform: uppercase;
    font-size: 14px;
    color: #0e718d!important;
    margin-bottom:20px;
}

.specific, .additional, .measurement{
    text-transform: uppercase;
    font-size: 12px;
    color: #797777!important;
}

.measurement{
    font-weight: bold;
}

.item{
    line-height: 1%;
    /*background: white;*/
    border-radius:5px;
    padding: 10px;
    margin: 12px;
    /*border: 1px solid #0e718d;*/
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#image-section{
    height: 30px;u
}

nav{
    height: 89px;
    width: 100%;
    z-index: 1;
}

.logo{
    /*background: rgba(253, 255, 255, 0.5);*/
    /*border-radius:16px;*/
    height:60px;
    width:200px;
    margin-left: 22px;
    margin-right: 15px;
    animation: movedown 3s linear 1;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes movedown{
    0%{
        transform: translateY(-100px);
        visibility: visible;
    }
    100%{
        transform: transelateY(0);
        visibility: visible;
    }
}



nav ul{
    float: right;
    margin-left: 0px;
    margin-right: 1%;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color: #fff;
    font-size: 16px;
    padding: 9px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Krub,sans-serif;
    font-weight: bold;
}



a.active, a:hover{
    color: #0e718d;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: #e1e9f0;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media(max-width: 952px){
    
    nav ul li a{
        font-size: 16px;
    }
}

@media(max-width: 858px){
    .checkbtn{
        display: block;
        margin-left: 28px;
        margin-bottom: 29px;
        color: #323496;
    }

    ul{
        position: fixed;
        width: 56%;
        height: 100vh;
        top: 80px;
        left: -100%;
        text-align: left;
        transition: all .5s;
        /* glass*/ 
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    }

    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a{
        font-size: 20px;
    }

    a:hover, a:active{
        background: none;
        color: #16A085;
    }

    #check:checked ~ ul{
        left: 0;
    }
}

section{
    filter: brightness(75%);
    background: url(https://th-thumbnailer.cdn-si-edu.com/TyEt_d-VugT_WidDPJ2qLeVzArA=/fit-in/1072x0/https://tf-cmsv2-photocontest-smithsonianmag-prod-approved.s3.amazonaws.com/4ba59fbe14c9e7263f8a302d7cdaa5ec5bbd8f88.jpg) no-repeat;
    background-size: cover;
    height: calc(120vh - 80px);
    animation: example 50s ease; 
    z-index: -2;
    width:100%;
}

.back{
    filter: brightness(75%);
    background: url(https://th-thumbnailer.cdn-si-edu.com/TyEt_d-VugT_WidDPJ2qLeVzArA=/fit-in/1072x0/https://tf-cmsv2-photocontest-smithsonianmag-prod-approved.s3.amazonaws.com/4ba59fbe14c9e7263f8a302d7cdaa5ec5bbd8f88.jpg) no-repeat;
    background-size: cover;
    height: calc(64vh - 30px);
    animation: example 4s ease; 
    z-index: -2;
    width:100%;
}

  @keyframes example {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.02, 1.02);
    }
  }



/* color chng */

.navbar {
    background-color: rgba(253, 255, 255, 0.3);
    position: fixed;
}

/* .navbar a {
    color: aliceblue;
} */


.navbar_after {
    transition: all 2s;
    background-color: #e1e9f0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.navbar_after a{
    transition: all 2s;
    color: #323496!important;
}

.navbar_after a:hover, a.active{
    color: #323496!important;
}

.mt-20-ml-10{
    margin-top: 20px;
    margin-left: 10px;
}

.mt-10-ml-10{
    margin-top: 10px;
    margin-left: 10px;
}


/* owl carousel */

responsive : {
    // breakpoint from 0 up
    0 : {
        option1 : value,
        option2 : value,
        ...
    },
    // breakpoint from 480 up
    480 : {
        option1 : value,
        option2 : value,
        ...
    },
    // breakpoint from 768 up
    768 : {
        option1 : value,
        option2 : value,
        ...
    }
}

.foot{
    background-color: #0e718d;
    background-image: linear-gradient(326deg, #0e718d 0%, #323496 74%);
    color: #e1e9f0;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 100px;
}

.footrow{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col{
    flex-basis: 25%;
    padding: 10px;
}

.footlogo{
    height:60px;
    width:200px;
    background: #e1e9f0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.footul li{
    /* list-style: none; */
    margin-bottom: 12px;
}

.footul li a{
    text-decoration: none;
    color: #e1e9f0; 
}

form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

form far{
    font-size: 18px;
    margin-right: 10px;
}

form input{
    width: 100%;
    background: transparent;
    /* color: #ccc; */
    border: 0;
    outline: none;
}

form button{
    background: transparent;
    border: 0px;
    outline: none;
    cursor: pointer;
}

form button .fas{
    font-size: 16px;
    color: #ccc;
}

.social-icons .fab{
    margin-bottom:9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ff8022;
    background: #e1e9f0;
    margin-right: 15px;
}

.social-icons .fab:hover{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #e1e9f0;
    background: #ff8022;
    margin-right: 15px;
}

.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 38px;
    left: 0;
    overflow: hidden;
}

.underline span{
    width: 15px;
    height: 100%;
    background: #ff8022;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}


.title-underline{
    margin-left: 0%;
    width: 100%;
    height: 7px;
    background: #767676;
    border-radius: 3px;
    overflow: hidden;
}

.title-underline span{
    width: 15px;
    height: 7px;
    background: #ff8022;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    animation: movings 5s linear infinite;
}

@keyframes movings{
    0%{
        left: 40%;
    }
    100%{
        left: 60%;
    }
}



.title-underline-a{
    margin-left: 0%;
    width: 100%;
    height: 7px;
    background: #767676;
    border-radius: 3px;
    overflow: hidden;
}

.title-underline-a span{
    width: 15px;
    height: 7px;
    background: #ff8022;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    animation: movingss 5s linear infinite;
}

@keyframes movingss{
    0%{
        left: 5%;
    }
    100%{
        left: 85%;
    }
}



.title-underline-b{
    margin-left: 0%;
    width: 100%;
    height: 7px;
    background: #767676;
    border-radius: 3px;
    overflow: hidden;
}

.title-underline-b span{
    width: 15px;
    height: 7px;
    background: #ff8022;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    animation: movingsss 5s linear infinite;
}

@keyframes movingsss{
    0%{
        left: 30%;
    }
    100%{
        left: 68%;
    }
}


.title-underline-c{
    margin-left: 0%;
    width: 100%;
    height: 7px;
    background: #767676;
    border-radius: 3px;
    overflow: hidden;
}

.title-underline-c span{
    width: 15px;
    height: 7px;
    background: #ff8022;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    animation: movingssss 5s linear infinite;
}

@keyframes movingssss{
    0%{
        left: 35%;
    }
    100%{
        left: 65%;
    }
}



/* From https://css.glass */
.glass{
    position: absolute;
    background-color: transparent;
    right: 63%;
    width: 36%;
    color: #34495E;
    /*padding:15px 30px;*/
    margin-left: 73%;
    /*margin-top: 17%;*/
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
}

.highlights{
    font-weight: bold;
}

.key-value{
    line-height: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.project-title{
    font-size: 34px;
    margin: 30px 0px;
    text-transform: uppercase;
    font-family: Krub,sans-serif;
}


.image-title-glass{
    position: absolute;
    top:10%;
    left:10%;
    z-index: 1;

    /* glass*/ 
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.container-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 35%;
}

.arrow {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    animation: move-arrow 3s ease-out infinite;
}
.arrow:first-child {
    animation: move-arrow 3s ease-out 1s infinite;
}
.arrow:nth-child(2) {
    animation: move-arrow 3s ease-out 2s infinite;
}
.arrow:before, .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #e1e9f0;
}
.arrow:before {
    left: 0;
    transform: skewY(30deg);
}
.arrow:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}
@keyframes move-arrow {
    25% {
        opacity: 1;
   }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
   }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
   }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
   }
}



.image-over-one{
    background: white !important;
    color: #34495E;
    padding: 1% 1%;
    text-align: justify;
    position: absolute;
    right: 3%;
    margin-top: 17%;
    /* glass */ 
    /*background: rgba(255, 255, 255, 0.2);*/
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.image-over-two{
    background: white;
    color: white;
    padding: 42px 36px;
    text-align: justify;
    position: absolute;
    left: 3%;
    margin-top: 17%;
    /* glass */ 
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.first-name{
    font-family: Krub,sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
    color:#0e718d;
}

.last-name{
    font-family: Krub,sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    color:#0e718d;
}

.handed-over{
    line-height: 10px;
}

.f-name{
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.l-name{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #323496;
}

.location{
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.button{
    border: 1px #323496 solid;
    border-radius: 5px;
    padding:6px 3px;
    color: #323496;
    text-decoration: none;
    width: 53%;
    margin-left: 25%;
}

.button:hover{
    background: #323496;
    color: #fff;
}


/* gallery */

.gallery{
    margin-left: 3%;
}

.gallery img{
    transition: 1s;
    padding: 15px;
    width: 24%;
}

.gallery img:hover{
    filter: grayscale(100%);
    transform: scale(1.1);
}


.parallax-window {
    min-height: 400px;
    background: transparent;
}

.about-container{
    margin: 55px 10px;
    text-align: justify;
}
.main-title{
    font-family: Krub,sans-serif;
    text-align: left;
    font-size: 34px;
    font-weight: bold;
}

.sub-title{
    font-family: Krub,sans-serif;
    text-align: left;
    font-size: 18px;
}

.title-div{
    margin: 36px 5px;
    line-height: 14px;
}
.about-underline{
    background: #ff8022;
    width: 34%;
    height: 2px;
    border-radius: 5px;
    margin-left: 0%;
}

.project-underline{
    background: #ff8022;
    width: 104%;
    height: 2px;
    border-radius: 5px;
    margin-left: 0%;
}

.second-underline{
    background: #0e718d;
    width: 34%;
    height: 2px;
    border-radius: 5px;
    margin-left: 0%;
}

.about p{
    padding: 0px 5px;
}

.owl-nav{
    visibility: hidden!important;
}

.company-address{
    background: #323496;
    color: #fff;
    line-height: 14px;
    padding: 30px 20px;
    border-radius: 15px;
    height: 10%;
    margin-top: 10%;
}

.contact-block-main{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}













/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #fff;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

input,
textarea {
    padding: 12px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #D6DBDF!important;
    /* color: white; */
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 8em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}


.contact-form{
    margin: 10px
}










/* Blockquote main style */


@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');



.blockquote-wrapper {
   display: flex;
   height: 100vh;
   padding: 0 20px;
}

.blockquote {
    position: relative;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    z-index: 0;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}



/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(255, 255, 255, 1);
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

/* Blockquote right double quotes */
.blockquot_test:after {
    font-weight: 800;
    font-family: 'Cinzel', serif;
    position: absolute;
    content: "“";
    color: rgba(255, 255, 255, 1);
    font-size: 10rem;
    line-height: 0;
    top: 96px;
    left: 10px;
}


/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 60px;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}



