@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    scroll-behavior: smooth;
}

/* Nevigation */

.navbar-collapse{
    justify-content: center !important;
    width:90% !important;
}
.navbar-nav{
    justify-content: space-evenly !important;
    width: 100% !important;
     align-items: flex-end !important; 
     padding: 0 2%; 
    
}
#home{
    color: #575757 !important;
}


.nav-link {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #C65F30 !important;
    font-weight: 600 !important;
    gap:20px !important;

}

.dropdown-menu{
    /* color: #575757 !important;
    text-align: center !important;
    width: 250px !important;*/
    border-radius: 0px !important;
    padding:0px !important;
    
}

.dropdown-divider{
    margin:0px !important;
}


.dropdown-item:hover{
    background-color: #aaaaaa !important;
    color: white !important;  
}

.dropdown-item{
    height: 45px !important;
    text-align: center !important;
    padding:0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.dropdown-menu li{
    color: #575757 !important;
    text-align: center !important;
    width: 250px !important;
    border-radius: 0px !important;
    border-bottom: #aaaaaa solid 1px;
    

}

.dropdown-menu li:hover{
    background-color: #aaaaaa !important;
    color: white !important; 
}

.nav-link:hover {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #575757 !important;
    font-weight: 600 !important;
}

.landing-image{
    height: 100vh;
    width: 100%;

}

.back-picture{
    background:linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/Portfolio.JPG');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    object-fit: cover;
    
}

.home-text{
   
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    bottom: 2%;
}

.home-text p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.back-container{
    height: 100vh;
}
.portfolio-heading-container{
    display: flex;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
    
    
    align-items: center;
}
.portfolio-heading{
    color: #808080;
}

.heading-image{
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
}

.project-image{
    height: 120px;
    width: 120px;
}


.heading-text-container, .intro-container{
   
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
}
.heading-text{
    font-weight: 400;
    width: 90%;
    color: #575757;
}

.intro-text{
     font-weight: 600;
    width: 90%;
    color: #575757;
}


.portfolio{
    height: 300px;
}

.introtext{
    width:100%;
    padding-left: 10%;
    padding-right: 10%;
}

.text-intro{
    color:#808080 ;
    width:90%;
    font-size: 20px;
}

.past-container{
    display: flex;
    width: 100%;
   justify-content: center;
    padding-left:2%;
    padding-right: 2%;
    align-items: center;
    height: 300px;
}

.past-inner{
    display: flex;
    width: 81%;
    justify-content: space-around;
    gap: 20px;
    border: #E6E6E6 solid 2px;
    border-radius: 35px;
    border-right: white solid 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.past-left-inner{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: #E6E6E6 solid 2px;
    border-radius: 30px;
    height: 225px;
   
}

.past-left-inner img{
    height: 80px;
    width: 80px;
}

.past-text{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.past-right-inner{
    width:70%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.list-text{
    font-size: 20px;
   
    font-weight: 600;
    transition: ease-in-out 0.5s; 
    color: white;
}

.new-container{
    
  
    width: 100%;
    
}

.new-container-inner{
   
   width: 100%;
   height: 100px;
   display: flex;
   justify-content:center;
   align-items: center;
}



.new-image-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
   
  
}

.new-image{
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.new-slider-container{
    padding-left: 10%;
    padding-right: 10%;
    height: 250px;
    margin-bottom: 30px;
}


.new-text{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}


.past-container-boxes{
    position: relative;
    height: 500px;
    width: 100%;
    
}

.past-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}




.project-video{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    z-index: 0;
}
.overlaytext{
    position: absolute;
    top:50%;
    left: 25%;
    z-index: 1;
    justify-content: center;
    
}

.toptext{
    color: white;
    font-size: 30px;
    align-self: center;
    font-weight: 700;
    text-align: center;
}

#playv{
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0%;
    right: 69%;
    top: 75%;
    bottom: 0%;
    margin: auto;
    background-size:contain;
    color:#000000;
    border: none;
    font-size: 40px;
    }

  #play:hover{

  }

.quote-container{
    width: 80%;
}

.quote-text{
    margin-top: 0;
    color: #E6AD0D;
    font-weight: 500;
    font-size: 25px;
}


.solutions-container{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.solutions-heading-container{
    width:100%;
    margin-top: 30px;
    color: #E6AD0D;
    margin-bottom: 10px;
    padding:0px 15%;
    text-align: center;
}


.solutions-a-container{
    display: flex;
    justify-content: center;
    width:100%;
    margin-bottom: 30px;
}

.italics {
    font-style: italic;
    font-family: Verdana;
}

.solutions-a{
    border: none;
    background-color:#808080;
    width: 12em;
    height: 2.5em;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    gap:20px;
}

.bi2{
    color: #D28307;
    font-size: xx-large;
    font-weight:600 ;
}

/*Portfolio2*/

.effect{
    display: none;
}

.line{
    height: 2px;
    background-color: #808080;
    width: 40%;
    margin-bottom: 10px;
    border-radius: 50px;
}

.gallery-section{
    
}
#myBtnContainer{
    padding-top: 30px;
    padding-left: 5.5%;
    display: flex;
    
    gap: 10px;
}
.row {
    margin: 0 !important;
    padding-left: 5% !important;
    width: 90%;
    
}

/* Add padding BETWEEN each column (if you want) */
.row, .row > .column {
padding: 8px;
}

.content h6{
    display: none;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33% !important;
   
    
}



.content video{
    border-radius: 10px;
}

video{
    
}

.column div img{
    border-radius: 10px;
    
}

.column:hover div h6{
    color:#E3DBAF;
    transition: ease 0.5s;
}

.modal{
    cursor:auto;
    
}

/* Clear floats after rows */
.row:after {
content: "";
display: table;
clear: both;
}

/* Content */
.content {
    border-radius: 10px;

}

.modal .modal-body .carousel-inner .carousel-item img{
    opacity: 1 !important;
}

.content h6{
    color: #EC7F07;
    margin-top: 10px;
}

.content p{
    
}


/* Style the buttons */
.btn1 {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #E6AD0D;
    cursor: pointer;
    color: #575757;
    font-weight: 600;
}

/* Add a grey background color on mouse-over */
.btn1:hover {
    background-color:#a73906;
    color: #ffffff;
}

/* Add a dark background color to the active button */
.btn1.active1 {
background-color: #a73906;
color: #ffffff;
border-bottom: #E6AD0D  solid 2px;
}

.past-icon{
    display: flex;
    justify-content: center;
    height: 100px;
    width: 100px;
    align-items: center;
    border: solid #D28307 1px;
    border-radius: 50%;
}



.fa-solid{
    font-size: 2rem;
    color: #D28307;
}

.past-icon-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #f4f5f9;
    height: 222px;
    border-radius: 10px;

}

.discription-text{
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}

/*Footer*/
/*Footer*/

.footer{
    display: flex;
    justify-content: space-between;
    background-color:#E9E9E9;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    height: 250px;
    
    
}

.footnotes{
    text-align: center;
    background-color: #808080;
    color: white;
   font-size: smaller;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footnotes-p{
    margin-bottom: 0;
}

.socials{
    
    width:33%;
    margin-left: -45px;
    
   
}

.footer-image{
    height: 80px;
    width: 250px;
    margin-bottom: 20px;
}

.contact-footer{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.footer-icons{
    display: flex;
    gap:10px;
    align-items: center;
}
.footer-hours{
    display: flex;
    flex-direction: column;
}

.icons{
    display: flex;
    height: 30px;
    gap: 10px;
}

.icons-img{
    height: 30px !important;
    width: 30px !important;
    
}

.bi{
    margin-bottom: 1em;
}
.footer-p-socials{
    color: #000;
    font-size: 11.8px;
    
    margin-top: -10px;
}
 .contact-big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
    
 } 

 .big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
 }
 .footer-p-contact{
    color: #575757;
    font-size: large;
    font-weight: bold;
 }

 
 .footer-p-hours{
    color: #575757 ;
    font-size: large ;
    font-weight: bold ;
    margin-top: -5px ;
    display: none ;

 }

 .footer-p-hours-time{
    color: #575757 ;
    font-size: large ;
    font-weight: bold ;
 }

 .footer-p-hours-dummy{
    color: #575757 ;
    font-size: large ;
    font-weight: bold;
 }

 .footer-icons-container{
    height: 200px;
    display: flex;
    flex-direction: column;
    
 }

 
.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family: Verdana;
    margin-left: 15px;
}
 .closed{
    color: #C65F30;
    font-style: italic;
    
 }


 @media (max-width:767px)  {
    
    .back-picture{
        background-repeat: no-repeat;
        background-size: 100% 50vh;
        background-position: center;
        height: 100%;
        width:100%;
        image-rendering: -moz-crisp-edges ;          /* Firefox */
        image-rendering: -o-crisp-edges ;            /*Opera  */
        image-rendering: -webkit-optimize-contrast ; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    }

    .back-container{
        height: 50vh;
    }

    .home-text{
        height: 130px;
        bottom: 43%;
    }
    .home-text p{
        font-size: small;
    }

    .portfolio-heading-container{
        height: 182px;
        margin-top: 10px;
    }

    .heading-image{
        width: 29%;
    }

    .project-image{
        height: 80px;
        width: 80px;
    }

    

    /*Porfolio*/

    .past-icon-container{
        height: auto;
    }

    .past-icon{
        height: 20px;
        width: 20px;
        margin-bottom: 5px;
    }

    .fa-solid{
        font-size:x-small;
    }

    .past-container{
        height: 225px;
        display: block;
    }

    .discription{
        height: 40px;
    }

    .btn1{
        padding: 8px 12px;
    }

    #myBtnContainer{
        padding-top: 0px;
    }

    .discription-text{
        font-size: xx-small;
        font-weight: normal;
    }

    .past-inner{
        width: unset;
        gap: unset;
    }

    .past-left-inner{
        height: 173px;
        justify-content: space-evenly;

    }

    .line{
        margin-bottom: 5px;
    }

    .past-image{
        height: 80px;
        width: 80px;
    }

    .past-container-boxes{
        height: 300px;
    }

    .box1, .box2, .box3, .box4, .box5, .box6{
        width: 230px;
        height: 50px;
    }

    .box2{
        left: 35%;
        top:14%;
    }

    .box3{
        left: 15%;
        top: 28%;
    }

    .box4{
        top: 42%;
        left: 35%;
    }

    .box5{
        top: 56%;
        left: 15%;
    }

    .box6{
        top: 71%;
        left: 35%;
    }

    .past-heading{
        height: 50px;
    }

    .divider{
        height: 100px;
    }

    .list-text{
        font-size: x-small;
        font-weight: 300;
        margin-bottom: 0px;
        text-align: center;
    }



    .video{
        width: 370px;
        height: 200px;
        position: relative;
    }

    .project-video{
        margin-bottom: 0px;
        margin-top: 0px;
        position: relative;
        z-index: 0;
    }
    
    .overlaytext{
        position: flex;
        top:27%;
        left: auto;
        z-index: 1;
        justify-content: center;
        position: absolute;
    }
    
    .toptext{
        color: white;
        font-size: 15px;
        align-items: center;
        font-weight: 500;
        text-align: center;
    }

    #playv{
        right: 85%;
        top: 65%;
        font-size: 15px;
    }

    .past-text{
        font-size: 20px;
    }

    .solutions-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .solutions-a-container{
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .operations-container{
        height: 150px;
    }

    .solutions-a{
        width: 10em;
        height: 2em;
    }
    .solutions-heading-container{
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
        margin-bottom: 5px;
        padding:0px 15%;
    }

    .solutions-heading{
        text-align: center;
        padding: 5px 5%;   
    }

    .playv {
        position: absolute;
        left: 5%;
        right: auto;
        bottom: 0%;
        margin: auto;
        background-size: contain;
    }
    
    .new-container{
        

    }
    .new-image-container{
        width: 170px;
        height: 200px;
    }

    .new-slider-container{
       margin-bottom: 0px;
       
    }

    .new-image{
        height: 80px;
        width: 80px;
    }

    .new-text{
        font-size: 20px;
    }

    .owl-item{
        
    }

 

    .slider-image{
        height: 250px;
       /* width: 300px !important;*/
        margin-right: 0px !important;
    }

    .quote-text{
        font-size: 12px;
        font-weight: 600;
    }

   
    .quote-container{
        width: unset;
        text-align: center;
    }

    .footer{
        padding: 7px;
        flex-wrap: wrap;
        height: fit-content;
    }

    .socials{
        width:100%;
        margin: 0px;
        display: flex;
       flex-direction: column;
       align-items: flex-start;
       padding:10px;
    }

    .footer-p-socials{
        width:263px;
    }

    .contact-footer{
        width:100%;
        padding:10px;
        height: 190px;
    }

    .footer-hours{
        padding:10px;
    }

    .footnotes{
        width: 100%;
        height: 40px;
    }

    .footnotes-p{
        font-size: x-small;
    }

    .footer-icons-container{
        justify-content: unset;
        gap: 10px;
    }

    .footer-p-contact{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .bi{
        margin-bottom: 0px;
        
    }

    .footer-p-hours{
        display: none !important;
    }
    
 }


 #UPmyBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color:#555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
  }
  
  #UPmyBtn:hover {
    background-color: #C65F30;
  }

 .carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
  }
  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }
  
  .owl-carousel .item {
    text-align: center;
  }
  .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
    font-size: 50px;
    color: #C65F30;
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  .owl-carousel .owl-prev {
    left: -35px;
  }
  .owl-carousel .owl-next {
    right: -35px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    ground: #000000;
    border-radius: 3px;
  }
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }

  @media only screen and (max-width:912px) and (max-height: 1368px) {

 
     .overlaytext{
        position: absolute;
        top:40%;
        z-index: 1;
        left: auto;
        
    }

  
    
  }