@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Comfortaa&family=Montagu+Slab:wght@200;300&family=Nunito:wght@300&family=Oswald:wght@300&family=PT+Sans&family=Playfair+Display&family=Roboto+Mono:wght@200&family=Rock+Salt&family=Ubuntu:wght@300&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    /* font-family: 'Bree Serif', serif;
    font-family: 'Comfortaa', cursive;
    font-family: 'Montagu Slab', serif; 
    font-family: 'Nunito', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Roboto Mono', monospace;
    font-family: 'Rock Salt', cursive;*/
    font-family: 'Ubuntu', sans-serif;
}


nav.navbar{
    /* background-color: #6B2D0F; */
    /* background-color: #7c03b4; */
    /* background-color: #724df5; */
    /* background-color: #9932cc; */
    background-color: #FF7F50;
    position: sticky;
    top: 0;
    z-index: 1001;
  }

a{
    color: #ffffff;
    text-decoration: underline;
}

a:hover{
    /* border: 1px solid #ccc; */
    /* text-decoration: underline; */
    border-radius: 5px;
    /* color: #ccc; */
    color: #ffffff;
    font-size: 1.1em;
}

div.logo{
    display: flex;
}

div.co-name{
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
}


img.navlogo{
    height: 50px;
}

li{
    font-size: 20px;
}

.mainheader {
    font-size: large;
    /* background-color: #f7bda8; */
    background: url('../img/pics/rti_skycloudy02.jpg') no-repeat center;
    opacity: 0.8;
    background-size: cover;
    padding-top: 12%;
    height: 600px;
} 

/*h1.mainheader.mb-5{
    color: rgb(255, 255, 255);
    text-shadow: 3px 5px rgb(0, 0, 0);
    z-index: 1000;
}*/

.headcontent{
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-shadow: 2px 2px 2px #333333;
    position: relative;
}


section#aboutus{
    font-size: 1.3rem;
}


/* .ourservice{
    padding-top: 5rem;
} */

#more{
    display: none;
}

.btn {
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
  }

.danger {background-color: #f44336;} /* Red */ 
.danger:hover {
    background: #da190b;
    color: white;
}

.colserv-text p{
    text-indent: 1em;
    /* text-align:left; */
    word-spacing: 1px;
}

/* .servshowcase.container{
    width: 80%;
} */

/* img.img-serv{
    width: 100%;
    height: auto;
    
} */
.serv-icon{
    height: 5rem;
    color: #ff4800b7;
}

.col-sm-4{
    padding: 3rem;
  }

.features-icons {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.features-icons-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #ff4800b7;
}

#agenda{
    padding-top: 80px;
}


/* .showcase-img {
    background-size: cover;
    min-height: 35rem;
} */

.showcase-text {
    padding: 4rem;
}

.showcase-textright{
    text-align: right;
    padding: 2rem;
}

.show-pro{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
}
.detail{
    text-align: center;
}


div.carousel-inner img{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

ul.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


.footer-mainnav{
    /* background-color: #6B2D0F; */
    /* background-color: #7c03b4; */
    /* background-color: #9932cc; */
    background-color: #FF7F50;
}

.about a, .product a{
    text-decoration: none;
}

footer {
    border-top: 1px solid #ffffff;
    /* background-color: #7c03b4; */
    /* background-color: #6B2D0F; */
    /* background-color: #9932cc; */
    background-color: #FF7F50;
    padding-top: 2rem;
    padding-bottom: 1rem;
}



@media screen and (max-width: 1226px){
    .showcase-text {
        padding: 2rem;
    }
    
    a.btnheader{
        margin-top: 3rem;
    }

    .mainheader{
        height: 800px;
    }

    .mainheader {
        
        background-size: cover;
        padding-top: 6rem;
        height: 400px;
    } 
}

@media screen and (max-width: 992px){
    p.text-overflow{
        padding-left: 100px;
        padding-right: 100px;
    }

    .btnheader{
        margin-top: 2rem;
    }

    .col-sm-4{
        padding: 1rem;
      }

    .cust_img4{
        width: 50%;
    }
    .cust_img6{
        width: 50%;
    }

    .showcase-textright{
        text-align: left;
        padding: 2rem;
    }

    /* .activity, .career{
        text-align: center;
    } */
}
@media screen and (max-width:720px){

    p.text-overflow{
        padding-left: 50px;
    padding-right: 50px;
    }
    .showcase-text {
        padding: 4rem;
    }

    .showcase-img {
        min-height: 15rem;
    }

    .features-icons-item{
        padding: 1rem;
    }

    iframe{
        width: 100%;
    }

    .btnheader{
        margin-top: 2rem;
    }
    .col-sm-4{
        padding: 1rem;
      }
     .cust_img4{
        width: 50%;
    }
    .cust_img6{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .showcase-text {
        padding: 4rem;
    }

    .showcase-img {
        min-height: 15rem;
    }

    iframe{
        width: 100%;
    }
    .btnheader{
        margin-top: 2rem;
    }

    .col-sm-4{
        padding: 1rem;
      }

      .cust_img4{
        width: 50%;
    }
    .cust_img6{
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .showcase-text {
        padding: 2rem;
    }

    .showcase-img {
        min-height: 15rem;
    }

    .btnheader{
        margin-top: 2rem;
    }
}


.modal button.close {
    right: 0;
    outline: 0;
  }
    
  #gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
  }
  
  #gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
  }
