
/* *{ 


    border: 1px solid red;
}  */



/* boostrap overrides beginning */



.container-fluid, .row{
    --bs-gutter-x: 0;
}


/* bootstrap overides end */


*{
    transition: ease 0.3s;
}


header{
    position: sticky;
    top:-100px;
    z-index: 11;
    background-color: #003752;
    margin-top: -100px;
    transition: ease 0.8s;
}



header a{
    width: 100%;
    color: #189edd;
    text-decoration: none;
    text-align: center;
    
}
.whatsapp{
    padding-right: 2%;
}

.whatsapp a{
    color: #30bf39;
    text-align: right;
    font-weight: bold;
}

.whatsapp img{
    width: 25px;

}


header p{
    margin-bottom: 0;
}


nav{
   color:#189edd;
   
   
}

.nav-icons{
    width: 20px;
    height: 20px;
    
}

body{
   background-image: url(/assets/images/bg5.jpg);
    /* background-image: radial-gradient(circle farthest-corner at 100% 80%,#189edd, #003752 40%); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 auto;
    clear: both;
}

#logo_container img{

  
    max-width: 250px;

}

.logo, #welcome h1{
    margin-left: 20px;
}

nav span{
    border-bottom: 1px solid #003752;
    transition: ease 0.5s;
}

.menuBtn{
    display: none;
}
.menuBtn img{
    width: 20px;

}
.nav-icons{
    display: block;
    opacity: 0;
    transition: ease 3s;
}

.navBtn1:hover{
    border-bottom:1px solid #189edd;
    
}


.navBtn2:hover{
    border-bottom:1px solid #a7e721;
    
}
.navBtn3:hover{
    border-bottom:1px solid #7cf4d1;
    
}
.navBtn4:hover{
    border-bottom:1px solid #ff00ff;
    
}
.navBtn5:hover{
    border-bottom:1px solid #e6380c;
    
}

#home{
    background-color: rgba(0,55,82,0.5);
}

#welcome{
    
    
    margin-top: 5%;
   
}

h1{ 
    padding-right:4%;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 300%;
    color: #e6380c;
    text-align: right;

}

#home_img{
    margin-top: 5%;
}

#home_img img{
    width: 60%;
    
    
}
#portfolio{
    background-color: #189edd;
    border-top-left-radius: 2%;
}

.portfolioBtns{
    position: relative;
}

.btn1, .btn2, .btn3, .btn4{
    width: 150px;
   padding: 5px 0;
   margin: 0px 5px 5px 0px;
   
   border-right: 1px solid #189edd;
   border-top: 1px solid #189edd;
   border-left: 1px solid #189edd;
   text-align: center;
   border-radius: 0px;
   color: #003752;
   transition: ease 0.5s;
}

.btn1{
    border-bottom: 1px solid #a7e721;
}
.btn2{
    border-bottom: 1px solid #e6380c;
}
.btn3{
    border-bottom: 1px solid #7cf4d1;
}
.btn4{
    border-bottom: 1px solid #ff00ff;
}

.btn1:hover{
    border: 1px solid #a7e721;
    color: #a7e721;
    border-radius: 5px;
}
.btn2:hover{
    border:1px solid #e6380c;
    color: #e6380c;
    border-radius: 5px;
    
    
}
.btn3:hover{
    border:1px solid #7cf4d1;
    color: #7cf4d1;
    border-radius: 5px;
}
.btn4:hover{
    border: 1px solid #ff00ff;
    color: #ff00ff;
    border-radius: 5px;
}

.modals{
    margin-bottom: 200px;
    
}
 
.modalsDiv{
    position: relative;
    max-width: 150px;
    height: 210px;
    background-color: #003752;
    transform: rotateY(90deg);
    overflow: hidden;
}

.modals img{
    
    width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
    
}



.details{
    position: absolute;
    top: 100%;
    left: 0;
    background-image: linear-gradient(20deg,rgba(0,55,82,1),rgba(0,55,82,0.9),rgba(0,55,82,0.3) );
    width: 100%;
    height: 100%;
    
    transition: ease 0.3s;
}

.modalsDiv:hover > .details{
    top:0;
    
}



.details p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    color: #7cf4d1;
    text-align: center;
    
}

.bottom{
    margin-bottom: -100%;
}

.bgObjects{
    background-image: url(/assets/images/bg2.jpg);
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
    height: 100vh;
}


.bottom{
    margin-bottom: -5%;
}

#pricing{
    background-color: #003752;
}

.triangle{
    margin-top: -41%;
}

.product{
    position: relative;
    max-width: 250px;
    height: 350px;
    background-color: #003752;
    color: #189edd;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    overflow: hidden;
    
}

.productDetails{
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(20deg, rgba(0, 55, 82, 1), rgba(0, 55, 82, 0.9), rgba(0, 55, 82, 0.3));
    width: 98%;
    padding-top: 100px;
    transition: ease 3s;
}


h3{

    color: #e6380c;
    text-align: center;
    font-weight: 200;
}

.productInfo{
    display: none;
    transition: ease 3s;
}

.productDetails:hover > .productInfo{
    display: block;
}

h4{
    color: #189edd;
    text-align: right;
    font-weight: 200;
}

.product:hover{
    box-shadow: 0px 0px 10px rgba(124,226,229,0.5);

}


.prices1 img{
    width: 75%;
}

.space2{
    background-color: #189edd;
    height: 700px;

}



#about{
    
    background-color: #e6380c;
    
}

.about-container{
    width: 96%;
    background-color: #003752;
}

.aboutObject{
    margin-top:-40%;
}

.about-text{
    color: white;
    text-align: justify;
}

#contact{
    
    background-color: #189edd;
    

}

.contacts{
    color: #e6380c;
}

.map iframe{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    

}

footer{
    background-color: #003752;
    margin-top: -20px;
    padding-top:150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #189edd;
    text-align: center;

}

@media screen and (max-width:768px){


.menuBtn{
    display: flex;
}


.menuBtn:hover ~ #menulist{
    display: block;
}

#menulist{
    display: none;
}

#menulist:hover{
    display: block;
}
    
}