
:root{
    --bg-color:#081b29;
    --second-bg-color:#112e42;
    --text-color:#ededed;
    --main-color:#00abf0;
}

*{
    scroll-behavior: smooth;
    text-decoration: none;
    padding: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/*
    --second-bg-color:#112e42;
    :#02121c;

*/
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden;
}


body a{
    color: var(--text-color);
}
.container{
    height: 100vh;
    width: 100%;

}
.container::-webkit-scrollbar{
    display:none;
}

.nav-top{
    top: 0%;
    width: 100%;
    background-color: var(--bg-color);

    position: fixed;
    z-index: 100;
        
    padding: 0.5rem 10px;
    height: 2rem;

}
.nav-wrapper{
    top: 0%;

      width: 95%;

    color: var(--text-color);

    display: flex;
    justify-content: space-between;


}
 .color-change{
    background: var(--second-bg-color);
    
}
.logo-name{
    margin-top: -1rem;
}

.nav-btns{
    display: flex;
    

}
    
.nav-btns a:hover,.active{
    color: var(--main-color);
}

.nav-btns a{
    font-weight: 600;
    font-size: medium;
    padding-left: 2rem;


}

.headings{
    margin-top: 2%;
    margin-left: 1%;
    display: flex;
    justify-content: space-between;
    align-items:  center;
}
.heading-title{
    max-width: 45%;


}
.title{
    color:  white;
    font-weight: bolder;
}
.profile-heading{
    font-size: 2rem;
    max-width: 50%;


}

#menuBtn{
    display: none;
}
/*"https://storage.cloud.google.com/profilesbucket/background.jpg" */
.home{
    
    background-image: url(https://storage.googleapis.com/maishopbucket1/background1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 1rem;

}
.background-img {

    position: relative;
    width: 300px;
    height: 70vh;
    opacity: 0.9;

    background-image: url(https://storage.cloud.google.com/profilesbucket/tinkel.png);
    background-position: center;
    background-size: 55vh;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 3s;
}
.background-img:hover{
    opacity: 0.2;
    transition: 3s;

}
.img-wrapper{
    display: flex;
    align-items: center;
}

.background-img img{
    border-radius:20px ;
    margin-top: -5rem;
    position: relative;
    width: 300px;
    z-index: -1;


}
.about-company{

    background-color:var(--bg-color) ;
    padding: 10px;
    margin-left: 5%;
    border-top-left-radius  : 10px;
    border-top-right-radius:10px ;
    border-bottom-left-radius:10px;
}
.about-company-2{
    margin-top: 20px;
    margin-left: 10%;
    background-color:  var(--bg-color);
    padding: 10px;

    border-top-left-radius  : 10px;
    border-top-right-radius:10px ;
    border-bottom-left-radius:10px;


}
.qoutes-wrapper{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 70%;


}
.company-quotes-2{
    margin-top: 10px;
    padding: 10px;
    border-top-left-radius  : 10px;
    border-top-right-radius:10px ;
    border-bottom-left-radius:10px;
    background-color: red;
    row-gap: 10px;

}
#about-company{
    font-style: italic;
}
.text-animate{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bg-color);

    -webkit-text-stroke: .7px var(--main-color);
}

.heading-nav-btns .btns{
    position: relative;
    display: inline-flex;
    justify-content:center ;
    border: 0.2em solid var(--main-color);
    padding:.5rem 2.5rem;
    border-radius: 3px;
    margin-right: 3rem;
    background: var(--main-color);
    color: var(--bg-color);
    font-weight: 700;
    z-index: 1;
    overflow: hidden;
    transition: .5s;

}

.heading-nav-btns .btns::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color:var(--bg-color);
    align-items: center;
    height: 100%;
    z-index: -1;
    transition: 0.5s;

}
.heading-nav-btns .btns:hover:before{
    width: 100%;
}
.heading-nav-btns:hover{
    color: var(--main-color);
}
.heading-nav-btns .btns:nth-child(2){
    background:transparent ;
    color: var(--main-color);
}
.heading-nav-btns .btns:nth-child(2)::before{
    background: var(--main-color);
}


.heading-nav-btns{
    margin-top: 4rem;
    justify-content: space-between;
}



.about{

    background-color:var(--bg-color);
    padding-top: .1rem;
    font-size: 1.5rem;
    text-align: center;

}
.values{
    
    
    background-color:var(--second-bg-color);
    padding-top: .1rem;
    font-size: 1.5rem;
    text-align: center;

}



span{
    color: var(--main-color);
}

.about-img img{
    height: 150px;
     width: 300px;

}

.about-img{
    justify-content: center;
}

.location,.call,.email{
    display: flex;
    justify-content: center;
    padding:0 0 10px 10px ;
    align-items: center;
    gap: 10px;
}


.services{
    text-align: center;
    justify-content: center;
    background: var(--second-bg-color);


}

.service-heading{
    padding-top: .1rem;
}

.services .row{
    display: block;
    padding: 2%;
    
}

.column{

    flex-wrap: wrap;
    position: relative;
    width: 40%;
    max-width: 95%;
    margin-bottom: 2rem;
    border:.2rem solid var(--main-color);
    z-index: 1;
}
/*
    border:.2rem solid var(--main-color);

*/
.column-contents{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#column-image{
    width: 130px;
    height: 100px;
    border-radius: 10%;
    margin: 2%;
}
.lastColumn{
    
    flex-wrap: wrap;
    position: relative;
    max-width: 95%;
    margin-bottom: 2rem;
    border:.2rem solid  var(--main-color);
    z-index: 1;

}
.column::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color:var(--second-bg-color);
    z-index: 1;
    transition: .4s;

}
.column:hover:before{
    width: 100%;
    z-index: 0;
}
.contact{
    height: 100vh;
    background: var(--bg-color);
    padding-top: 1rem;
}
.contact-heading{
    margin-top: 2rem;
    text-align: center;
}



.input-section input{
    position: relative;
    font-weight: 700;
    font-size: medium;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: .2rem;
    color: var(--text-color);
    width: 25rem;
    height: 3rem;
    margin: .5rem 1rem;
    background: transparent;
    outline: none;
    border: .2rem solid var(--main-color);

}
.input-section input::placeholder{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    font-size: medium;
    font-weight: 600;
    padding: .3rem;
}

.contact-section input .focus{
    position: absolute;
    content: '';
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background-color: red;


}
.input-section{
    position: relative;
    padding:1rem 2rem ;
}

.input-section textarea{
    background: transparent;
    outline: none;
    border: .2rem solid var(--main-color);
    font-size: large;
    font-weight: 600;
    color: var(--text-color);
    resize: none;



}

.input-section textarea::placeholder{
    color: var(--text-color);


}
.input-row{
    display: flex;
    justify-content: center;
}
.your-message{
    text-align: center;
}
.submit{
    border: .2rem solid var(--main-color);
    margin-left: 50%;
    text-align: center;
    width: 20%;
    transform: translate(-50%);
    padding: .5rem 0;
}
.submit::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--main-color);
    transition: .3s;
    z-index: -1;

}
.submit:hover:before{
    width: 100%;
    z-index: 1;
}
.submit a{
    font-weight: 600;
    font-size: large;
    color: var(--main-color);
}


.footer p{
    font-style: italic;


}
.home-links{
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
}


.home-links img{
    margin:0 4px;
    width: 20px;}

.home-links p{

    font-size: medium;
    font-weight: 600;

}

.home-links a{
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: small;
}
@media (min-width:1000px) {
    .services .row{
    
    display: flex;
    justify-content: space-around;
    }



    
}
@media (max-width:900px) {
    
.nav-top{
    top: 0%;
    width: 95%;
    color: var(--text-color);
    display: none;
    justify-content: space-between;
    background-color: var(--bg-color);
    position: fixed;
    padding: 0.5rem 10px;
    height: 2rem;
    z-index: 100;
}

.nav-btns{
    display: none;

    flex-direction: column;
    right: 7%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    max-width: 70px;
    position: absolute;
    background-color: var(--bg-color);
    

}

#menuBtn{
    display: block;
    margin-right: 7%;
}

.nav-btns a{
    font-weight: 600;
    font-size: medium;
    padding: 2%;


}
/*https://storage.cloud.google.com/profilesbucket/tinkel.png*/
    .background-img{
        
    position: relative;
    width: 300px;
    height: 70vh;
    opacity: 0.9;
    background-image: url(https://storage.cloud.google.com/profilesbucket/tinkel.png);
    background-position: center;
    background-size: 25vh;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 3s;
    }

    #workshopImg{
        width: 170px;
        height: 200px;

    }
    #dropdownList{
        display: none;
        flex-direction: row;
    }
    .services{
    text-align: center;
    justify-content: center;
    background: var(--second-bg-color);

}
.row{
    display: flex;
    flex-direction: row;
}

    
   .column{
     width: 400px;

   }

    
}