html {
    scroll-behavior: smooth;
}

.logo {
    width: 100%;
    height: 75px;
    margin-left: 0;
}


.list-unstyled li a {
    text-decoration: none;
    color: black;
}

.list-unstyled li a:focus,
.list-unstyled li a:active {
    color: red !important;
}


.list-unstyled li a:hover {
    text-decoration: none;
    color: #00abff;
}

.underline ul li {
    font-family: none;
    text-decoration: underline;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
}

.header-buttons a button {
    color: #fff;
}

.header-buttons a button:hover {
    background-color: #fff;
    color: #333;
    border: 2px solid black;
}

/* font section */
p,
.colcontain li {
    font-family: "Afacad Flux", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    /* font-style: oblique; */
    font-variation-settings: "slnt" 1;
    font-size: 18px;
}

.colnav h6 {
    font-family: "Afacad Flux", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    /* font-style: oblique; */
    font-variation-settings: "slnt" 1;
    font-size: 21px;
}

.colnav li {
    font-family: 'Times New Roman', Times, serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "slnt" 1;
    font-size: 18px;
}



/* nav section */
.colnav {
    background-color: #ffffff;
}

.sidebar {
    height: 100%;
    position: fixed;
    width: 100%;
    overflow-y: auto;
}

ul.list-unstyled li a {
    padding-left: 30px;
}

/* link styling */
.nav-link {
    text-decoration: none;
    padding: 10px 20px;
    color: #333;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.sidebar li h6 {
    padding-top: 10px;
}

.list-unstyled li a {
    color: black;
}

/* main contain */

.introduction,
.about,
.keyfeatures {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.tab-style {
    font-family: 'Afacad Flux', sans-serif;
    background-color: rgb(22, 210, 2);
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    position: relative;
}

.tab-style::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 26px 20px;
    border-color: transparent transparent transparent rgb(22, 210, 2);
}


.colcontain p {
    padding-right: 40px;
}

.colcontain li {
    padding-right: 25px;
}

.colcontain {
    background-color: rgb(255, 253, 224);
    margin-left: 0px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.borderLR {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

/* schroll button section */
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: #ffffff;
    background-color: #00abff;
    padding: 10px;
    border-radius: 5px;
}

#myBtn:hover {
    background-color: #606060;

}




/* *****Mobile view***** */

@media screen and (min-device-width: 300px) and (max-device-width: 550px) {

    .sidebar {
        margin-left: 0.5px;
        margin-top: 10px;
        height: 60vh;
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

  .logo{
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;
  }
    .img1 {
        width: 100% !important;
        height: 90vh;
    }

    .header-buttons {
        margin-bottom: 12px;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .header-buttons a button {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .spanimg1 img {
        width: 100%;
        height: 200px;
    }

    .introduction p,
    .introduction li,
    .introduction h5 {
        padding: 0;
        margin-left: -5px;
    }

    .keyfeatures ul li {
        margin-left: -15px;
    }

    .keyfeatures ul li {
        padding: 0px;
        margin-left: -25px;
    }

    .keyfeatures h5 {
        margin-left: -8px;
    }

    .colcontain {
        padding: 0px;
    }

    .colnav {
        margin-top: -12px;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 400px) {
    .sidebar {
        height: 78vh;
    }

    /* .colnav {
        height: 100vh;
    } */
}

@media screen and (min-device-width: 375px) and (max-device-width: 400px) {
    .sidebar {
        height: 84vh;
    }
}

@media screen and (min-device-width: 390px) and (max-device-width: 400px) {
    .sidebar {
        height: 67vh;
    }
}

@media screen and (min-device-width: 412px) and (max-device-width: 420px) {
    .sidebar {
        height: 65vh;
    }
}

@media screen and (min-device-width: 344px) and (max-device-width: 346px) {
    .sidebar {
        height: 65vh;
    }
}

@media screen and (min-device-width: 540px) and (max-device-width: 600px) {
    .sidebar {
        height: 78vh;
    }

    .tab-style {
        margin-top: 20px;
    }
}

/* Tab view */

@media screen and (min-device-width: 700px) and (max-device-width: 912px) {
    .sidebar {
        margin-left: 0px;
        margin-top: 10px;
        position: relative;
        position: fixed;
        width: 100%;
        overflow-y: auto;
    }
.logo img{
    display: flex;
    width: 150px;
    margin-top: 20px;
}
    .nav-item ul li a {
        margin-left: -25px;
    }

    .nav-item h6 {
        margin-left: -15px;
    }

    .img1 {
        width: 100% !important;
        height: 90vh;
    }

    .header-buttons {
        display: flex;
        gap: 5px;


    }

    .colcontainimg1 {
        width: 100%;
        height: 270px;
    }

    .spanimg1 img {
        width: 100%;
        height: 290px;
    }


    .sidebar {
        height: 100vh;
    }
}

/* All 912 to 1440 view */

@media (orientation: landscape) and (max-width:1440px) {
    .sidebar {
        margin-top: 10px;
        height: 100vh;
        width: 100%;
        overflow-y: auto;
    }


}



.colcontainimg1 {
    width: 100%;
    height: 470;
}

.colcontainimg2 {
    width: 100%;
    height: 550px;
}

.colcontainimg3 {
    width: 100%;
    height: 490px;
}

.colcontainimg4 {
    width: 100%;
    height: 420px;
}

.colcontainimg5 {
    width: 100%;
    height: 410px;
}

.colcontainimg6 {
    width: 100%;
    height: 590px;
}

.colcontainimg7 {
    width: 100%;
    height: 540px;
}

.colcontainimg8 {
    width: 100%;
    height: 450px;
}

.colcontainimg9 {
    width: 100%;
    height: 470px;
}

.colcontainimg10 {
    width: 100%;
    height: 440px;
}

.colcontainimg11 {
    width: 100%;
    height: 370px;
}

.colcontainimg12 {
    width: 100%;
    height: 350px;
}

.colcontainimg13 {
    width: 100%;
    height: 380px;
}

.colcontainimg14 {
    width: 100%;
    height: 400px;
}

.colcontainimg15 {
    width: 100%;
    height: 400px;
}

.colcontainimg {
    width: 100%;
}


@media screen and (max-width: 1280px) and (max-height: 600px) {
    .sidebar {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 800px) and (max-height: 600px) {
    .sidebar {
        width: 100%;
        height: 100%;
    }
}


@media screen and (min-device-width: 700px) and (max-device-width: 900px) {
    .nav-item span{
        display: block;
    }
}





@media screen and (min-device-width: 875px) and (max-device-width: 912px) {
    .sidebar {
        margin-left: 0px;
        margin-top: 10px;
        position: relative;
        position: fixed;
        width: 100%;
        overflow-y: auto;
    }
.logo img{
    display: flex;
    width: 190px;
    height: 50px;
    margin-top: 15px;
}
}

@media screen and (min-device-width: 912px) and (max-device-width: 950px) {
   
.logo img{
    display: flex;
    width: 210px;
    height: 50px;
    margin-top: 15px;
}
}

@media screen and (min-device-width: 912px) and (max-device-width: 1200px) {
   
.logo img{
    display: flex;
    width: 195px;
    height: 50px;
    margin-top: 15px;
}
}


/* @media screen and (min-device-width: 1440px) and (max-device-width: 1500px) {
    .logo img{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-left: 30px;
    }

} */

.logo img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 10px;
}