body{
    position: absolute;
}
header .main-head{
    background-color: blue; /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, #1863D6 , rgb(218, 228, 253));
    height: 5.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header .main-head .left{
    display: flex;
    flex-direction: row;
}
header .main-head .right{
    display: flex;
    flex-direction: column-reverse;
}

header .main-head .logo{
    height: 80px;
    width: min-content;
    border-radius: 50%;
    margin: 4px 8px;
}

header .main-head .logo img{
    height: 80px;
    width: auto;
    border-radius: 50%;
}

header .main-head .main-heading{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

header .main-head .main-heading a{
    text-decoration: none;
}

header .main-head .main-heading a h2{
    font-size: 40px;
    margin: 0 0 0 20px;
    font-weight: 800;
    color: #001F3D;
}

header .main-head .quoteDiv{
    margin-right: 125px;
}
header .main-head .quoteDiv p{
    margin: 0 0 10px 0;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
}

.hr1{
    margin: .2rem 0;
    color: white;
}

header .gradBar{
    height: 20px;
    background-color: blue; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #1863D6 , #fff);
}

main .picCarousel .carousel-item {
    height: 400px;
}

main .picCarousel #carousel-item-1{
    background-image: url('assets/tejj-o8iXJVAahUc-unsplash.jpg');
    background-size: cover; /* You can adjust this to control how the image scales within the container */
    /* Other background properties can be added as needed */
}
main .picCarousel #carousel-item-2{
    background-image: url('assets/venkat-sudheer-reddy-BnuW-nJL1H8-unsplash.jpg');
    background-size: cover; /* You can adjust this to control how the image scales within the container */
    /* Other background properties can be added as needed */
}
main .picCarousel #carousel-item-3{
    background-image: url('assets/tehri-compressed.jpg');
    background-size: cover; /* You can adjust this to control how the image scales within the container */
    /* Other background properties can be added as needed */
}


main .joinDSS{
    display: flex;
    justify-content: space-evenly;
}
main .joinDSS .btn1 img{
    margin-top: 10px;
}
main .joinDSS img{
    margin-top: 40px;
}


main .upperLatestSection{
    padding-top: 40px;
    display: grid;
    grid-template-columns: 10% 23% 5% 24% 5% 23% 10%;
    
}
main .upperLatestSection img{
    height: 97px;
    width: 130px;
    border-radius: 20px;
}

main .latestSection{
    padding-top: 10px;
    display: grid;
    grid-template-columns: 10% 23% 5% 24% 5% 23% 10%;
    
}


main .latestSection .upcomingEvent .carousel-inner p{
    font-weight: 600;
}

main .latestSection .card .autoScrollParent{
    padding: 0;
    height: 175px;
    position: relative;
    overflow-y: hidden;
}
main .latestSection .card .autoScrollParent #scrollDiv1 {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
    animation: primary1 3s linear infinite;
  }
  
  @keyframes primary1 {
    from {
      top: 0%;
    }
    to {
      top: -100%;
    }
  }

main .visionMission{
    background-image: url("assets/geometric-blue-cold-texture-background-vector-24999103.jpg");

} 
main .visionBlock{
    margin-top: 75px;
    background-size: length;
    display: flex;
    flex-direction: column;
}

main .visionBlock .visionHeading{
    display: flex;
    justify-content: center;
    font-size: 35px;
    font-weight: 700;
    color: #001F3D;
    margin-top: 10px;
}
main .visionBlock .visionText span{
    font-size: 40px;
    /* padding:7px; */
    color: rgb(0, 0, 161);
    margin-right: 10px;
}

main .visionBlock .visionText{
    /* margin-top: 15px; */
    color: rgb(0, 0, 161);
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}

main .visionBlock .visionText p{
    margin-bottom: 0;
    padding-top: 7px;
}

main .visionBlock .visionText{
    display: flex;
    justify-content: center;
}

main .visionBtn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
    /* align-content: center; */
}

main .visionBtn p{
    margin: 10px;
    margin-left: 30px;
}

main .visionBtn span{
    font-size: 40px;
    /* padding-top: 10px; */
    /* margin-top: 10px; */
    /* padding-left: 20px; */
    margin: 10px;
    margin-top: 5px;
    margin-right: 30px;
}

.mainGrid .gridBox{
    width: 70%;
    margin: 100px auto;
}

.mainGrid .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

/* Define the grid items */
.mainGrid .grid-item {
    background-color: #3498db;
    padding: 20px;
    text-align: center;

    height: 350px;
}

.mainGrid .g1{
    background-color: #fff;
    
}

.mainGrid .g1 .h3-1{
    margin-bottom: 15px;
    font-weight: 600;
}

.mainGrid .g1 .img-1{
    height: 150px;
    width: 95%;
    border-radius: 10px;
}

.mainGrid .g1 .p-1{
    text-align: justify;
    margin: 0;
    color: black;
}

.mainGrid .g1 div{
    display: flex;
    justify-content: flex-start
}
/* .mainGrid .g1 div .a-1{
    justify-content: ;
} */

.mainGrid .g2{
    background-color: #fff;
    
}

.mainGrid .g2 .img-2-head{
    height: 80px;
    width: 95%;
}
.mainGrid .g2 .img-2-pic{
    margin-top: 25px;
    height: 150px;
    width: 95%;
    border-radius: 10px;
}


.mainGrid .g4{
    background-color: #fff;
}

.mainGrid .g4 a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainGrid .g4 .img-4-head{
    margin-top: 25px;
    height: 150px;
    width: 95px;
}
.mainGrid .g4 .img-4-pic{
    
    height: 125px;
    width: 250px;
    border-radius: 10px;
}

.mainGrid .g5{
    background-color: #fff;
}

.mainGrid .g5 a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainGrid .g5 .img-5-head{
    margin-top: 25px;
    height: 175px;
    width: 225px;
}
.mainGrid .g5 .img-5-pic{
    
    height: 75px;
    width: 100px;
    border-radius: 10px;
}

.mainGrid .g6{
    background-color: #fff;
}

.mainGrid .g6 a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainGrid .g6 .img-6-head{
    margin-top: 25px;
    height: 75px;
    width: 150px;
}
.mainGrid .g6 .img-6-pic{
    
    height: 225px;
    width: 300px;
    border-radius: 10px;
}

/* Media query for screens less than 768px wide */
@media (max-width: 992px) {
    .mainGrid .grid-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}


main .memberOrgCarousel h1{
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #001F3D;
}

main .memberOrgCarousel .organisationIconDiv{
    display: flex;
    justify-content: center;
}
main .memberOrgCarousel .organisationIconDiv .organisationIcon{
    height: 100px;
    width: 100px;
    border: black solid 3px;
    border-radius: 50%;
    margin: 0 75px;
}


/* main .industrialOrgCarousel h1{
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #001F3D;
}

main .industrialOrgCarousel .organisationIconDiv{
    display: flex;
    justify-content: center;
}
main .industrialOrgCarousel .organisationIconDiv .organisationIcon{
    height: 100px;
    width: 100px;
    border: black solid 3px;
    border-radius: 50%;
    margin: 0 75px;
} */

main .officeBaShortF{
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-left: 200px;
    margin-right: 200px;
    column-gap: 100px;
    margin-top: 75px;
    margin-bottom: 50px;
}
main .officeBaShortF .officeBearers{
    display: flex;
    justify-content: center;
}

main .officeBaShortF .officeBearersBox{
    
    height: 252px;
    width: 189px;
    
}
main .officeBaShortF .officeBearersBox #carouselofficeBearers img{
    height: 252px;
    width: 189px;
}

main .officeBaShortF .videoFilm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
main .officeBaShortF .videoFilm h3{
    position: relative;
    bottom: 50px;
}
main .officeBaShortF .videoFilm video{
    position: relative;
    bottom: 50px;
}

footer{
    background-color: #1863D6;
    position: relative;
    bottom: 0;
}
footer .footerDiv{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 50px;
    padding-right: 50px;
}
footer .footerDiv div{
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footerDiv h3{
    font-size:20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
footer .footerDiv ul{
    list-style-type: none;
    padding-left: 0;
}
footer .footerDiv ul li{
    padding-top: 5px;
}
footer .footerDiv ul a{
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
footer .footerDiv ul a:hover{
    color: #bfbfbf;
}
footer .footerDiv .contactDiv{
    color: #fff;
}
footer .footerDiv .contactDiv p{
    font-size: 14px;
    margin-bottom: 5px;
}
footer .footerDiv .contactDiv .DSSHead{
    font-size: 16px;
}

footer .footnote{
    display: flex;
    justify-content: center;
    align-content: center;
}
footer .footnote img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
footer .footnote p{
    color: #fff;
    font-weight: 500;
}
footer .footnote .author{
    color: #ffffff6a;
    font-weight: 500;
    position: absolute;
    right: 70px;
    font-style: italic;
}
