html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 65px;
}

.bg-image {
    background-image: url('../Asset/Shared/digitalDevops.png');
    background-size: cover;
    height: fit-content;
    width: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.backgroundImage {
    background-image: url('../Asset/bgimage.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.sidebar {
    position: sticky;
    border: 1px solid #ccc;
    margin-block-start: 30px;
    top: 154px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
    background-color:white;
}
.scrollable-main::-webkit-scrollbar {
    display: none;
}
.navbar-container {
    background: linear-gradient(90deg, #ff7f50, #6495ed); 
    padding: 10px; 
}
.content-image {
    background-image: url('../Asset/Shared/ContentBGImage.png');
    background-size: cover;
    height: contain;
    width: inherit;
    background-position: center;
    background-repeat: no-repeat;
    margin-block: 20px
}
.card-title {
    padding-block:2%
}
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-navbar-toggler {
    background-image: url("../Asset/Canarys-Logo.png");
    background-size: cover; 
    background-position: center center; 
    width: 30px; 
    height: 30px; 
}
.carousel-caption {
    margin-left:10px;
    margin-top:200px;
}
.button {
    height:inherit;width:inherit;
}
.embossed {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.custom-navbar {
    background: linear-gradient(to right, #ff7f50, #87cefa); 
    color: white;
    font-family: 'Arial', sans-serif;
}
    .custom-navbar .nav-link {
        color: white;
    }

.dropdown-item {
    margin-bottom:0px;
}
.dropdown-menu {
    border-radius:0px;
    background-color:whitesmoke;
}
.navbar-toggler {
    border-color: white;
}
.text {
    margin:150px;
}
.wrapper {
    position: relative;
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.content {
   padding-top:62px;
}
.markdown pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px;
    word-wrap: normal;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
    .markdown pre code {
        width:800px;
        text-align:left;
    }

.home-container {
    height:400px;

}

.view-icon {
    opacity:70%;
    font-size:11px;
}

select {
    border: none;
    padding: 10px 20px;
}

    select:focus {
        outline: none;
    }
.hosted-filter {
    margin-left: 20px;
    margin-right: 20px;
}
   
.category-filter {
    margin-left:20px;
    margin-right:20px;
}

.filter {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
    background-color: #610079;
    height: contain;
    width: inherit;
    padding: 20px;
    left: 0;
    bottom: 0;
    position: relative !important;
    width: 100%;
}


.footer-text {
    text-align:justify;
    
}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align:left;
}

    ul.custom-list li a {
        color: white;
        opacity:70%;
        text-decoration: none; 
    }

.text-dec {
    text-align:justify;
}

.icon-links {
    text-decoration:none;

}

.count {
    font-size:13px;
    opacity:70%;
}

.error, .success {
    font:bold;
}

.form-group {
    margin-bottom: 15px;
}
body {
    overflow-x: hidden !important;
}

.img-cert1 {
   height:105px;
   width:103px;
   margin: 0px 35px 0px 35px;
}

.img-cert2 {
    height:144px;
    width:210px;

}

.cert-i1 {
    margin-left: 150px;
    margin-right: 0px;
}
.cert-i2 {
    margin-left: 140px;
    margin-right: 0px;
}

#image-container {
    display: flex;
    animation: scroll 20s linear infinite;
    will-change:inherit; 
    scroll-behavior:smooth;
}

@keyframes scroll {
    0% {
        transform: translateX(-100%); 
    }

    100% {
        transform: translateX(0);
    }
}

.shadow-left, .shadow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}

.shadow-left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
}

.shadow-right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
}

h4 {
    padding-top:10px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
}
[data-page]::after {
    content: attr(data-custom-attr);
    display: none;
}
.embossed {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3), 0px -2px 8px rgba(255, 255, 255, 0.2);
    transform: scale(1.05); 
    background: inherit; 
    transition: all 0.3s ease-in-out; 
    z-index: 1; 
}

    .embossed:hover {
        background: inherit; 
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4), 0px -3px 10px rgba(255, 255, 255, 0.3); 
        transform: scale(1.08); 
    }


#SendMail {
    box-shadow: 0px 4px 8px rgb(13 110 253);
    transition: box-shadow 0.3s ease;
}

    #SendMail:hover {
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
    }