* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    max-width: 100vw;
}

::selection {
    background-color: #162254;
    /* Set the background color */
    color: white;
    /* Set the text color */
}

body {
    overflow-x: hidden;
    align-items: center;
    background-color: rgba(107, 17, 17, 0.1);
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

/*******************************NAVIGATION BAR*****************************************/
nav {
    z-index: 11;
    display: flex;
    padding: 0.8% 4%;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(101, 17, 17);
    box-shadow: 0px -0.6px 10px black;
    /* position: fixed; */
    width: 100vw;
    /* overflow-x: hidden; */
    margin-right: 10px;
    position:sticky;
    top:0;
}

nav img {
    width: 84px;
    height: 66px;
    padding: 0;
    margin: -22px 1px -25px -60px;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    /*padding: 8px 23px;*/
    padding: 8px 10px;
    margin: 0rem 0.5rem 0.5rem 0.5rem;
    position: relative;
}

.nav-links ul li a {
    color: #ffff;
    text-decoration: none;
    font-size: 1.25rem;
    /*padding: 0px 0px 16px 16px;*/
}

.nav-links ul li:not(.committees, .no)::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
    /* padding-left: 10px;*/
}

.active {
    border-bottom: 2px solid white;

}

nav .sub-menu {
    display: none;
}

nav ul li:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: rgb(101, 17, 17);
    color: white;
    margin-top: 1.5rem;
    margin-left: 0rem;
    padding: 0rem 0rem 1rem 0rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.534)    ;
}

nav ul li:hover .sub-menu ul {
    display: block;
    /* text-align:left; */
    margin: -1.5rem 1rem -0.7rem 0rem;
    /* margin-top:-1.50rem;
    margin-left:0rem; */
    padding-left: 1rem;
    padding-top: 2rem;
}

nav ul li:hover .sub-menu ul li {
    width: 255px;
    padding: 0.3rem 0rem 1rem 0rem;
    background: transparent;
    text-align: left;
    height: 4vh;
}

/* nav ul li:hover .sub-menu ul li:first-child {
    padding-bottom: 1rem;
} */

/* nav ul li:hover .sub-menu ul li:last-child {
    /* padding-top: 1rem; */
/* border-bottom: none;
} */

.committees ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.committees ul li:hover::after {
    width: 100%;
    padding-left: 10px;
}

.committees .sub-menu ul li:hover {
    border: none;
}

nav .fa {
    display: none;
}

h1 {
    font-size: 36px;
}

/* .section-header::after{
    content:"";
    position:absolute;
    height:4px;
    display:block;
    background:#162254;
    width:50px;
    left:48.5%;
} */
.sub-menu ul {
    font-size: 0em;
    padding-top: 1rem;
}

/****************************HEADER***********************************/
.text-box {
    position: absolute;
    width: 100vw;
    height: 34rem;
    color: #ffff;
    z-index: 1;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58));
    background-position: center;
    background-size: cover;
    top: 4.5rem;
    /* display:flex; */
    /* justify-content: space-around; */
    /* padding:2rem 0; */
    
}

.text {
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
    width:100%;
}

.text .conf {
    width: 100vw;
    margin: 5rem 0 2rem;
    font-size: 1.5rem;
    color: #ffff;
    word-spacing: 0.5px;
    letter-spacing: 0.5px;
}

.conf .full-form {

    /* font-style:italic; */
    font-weight: 900;
    /* text-transform: uppercase; */
}

.text>h1 {
    font-family: sans-serif;
    /* width: 100; */
    margin-top: 2.4rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    /* margin-top: 4rem; */
    font-size: 5.5rem;
    letter-spacing: 2px;
}

.text h1 {
    font-weight: 900 !important;
}

.text .venue {

    margin: 10px 0 40px;
    font-size: 1.3rem;
    color: #ffff;
    /* font-style: italic; */
    font-weight: 900;
}


.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #ffff;
    border: 1px solid white;
    padding: 10px 20px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin: auto;
    margin-top: -2rem;

}

.hero-btn:hover {
    border: 1px solid rgb(101, 17, 17);
    background: rgb(101, 17, 17);
    transition: 0.3s;
}

.small {
    color: black;
}

/****************** SLIDER ***************/

.slideshowContainer {
    /* position: relative; */
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 39rem;
    height:fit-content;
    padding: 0;
    /* padding-top: 35rem; */
    margin-top: 35rem;
}

.imageSlides {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* min-height: 100%; */
    height: 34rem;
    object-fit:cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: -1;
    margin-top:-3rem;
}

.day-2{
    object-fit: contain;
    height: 40rem;
}
/* add 'visible' class via Javascript */
.visible {
    opacity: 1;
}

.slideshowArrow {
    font-size: 7em;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    z-index: 9;
}

.slideshowArrow:hover {
    opacity: 0.75;
}

#leftArrow {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#rightArrow {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(50%, -50%);
}

.slideshowCircles {
    position: absolute;
    /* bottom: 2%; */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: -6rem;
    z-index: 9;
}

.circle {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.5);
    transition: 1s ease-in-out;
}

.dot {
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 2px rgba(255, 255, 255, 0.5);
}

p.conf:first-child {
    line-height: 2rem;
    margin-bottom: -2rem;
}

.proceedings.container{
    /* top:-3.5rem; */
    margin-bottom:2rem;
    text-align: center;
    font-style: italic;
}
.proceedings.container i.fa-solid{
    font-size:15px;
    color:#162254
}
/*************************************BOXES******************************/

.container {
    position: relative;
    top: 0rem;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 3rem;
}

/* .box{
    display:flex;
    flex-direction:column;

} */
.box {
    padding: 0 0 0;
    margin: -0.8rem 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    color: black;
    /* border: 1px solid rgba(101, 17, 17, 0.699);   */
    overflow-y: scroll;
    scrollbar-width: 10px;
    column-gap: 1.3rem;
    height: 19rem;
    width: 23rem;

}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.118);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.154);
}
.box::-webkit-scrollbar {
    width:0.5rem;
}

.box .title {
    border-radius: 10px 10px 0 0;
    background-color: #162254;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
    position: absolute;
    z-index: 10;
    width: inherit;
}

.box .description {
    color: #162254;
    margin: 0 0 0px;
    transition: all 0.3s ease 0s;
    font-size: 1.1rem;
    text-align: center;
}

.description a {
    color: #162254;
    text-decoration: underline;
}
.box .description{
    margin-top:2rem;
    
}
.box ul li {
    list-style: none;
    padding: 0.6rem 2rem;
}

.box:hover .title {
    color: #fff;
}

#dates li {
    text-align: left !important;
}

.updates li {
    text-align: center;
}



/***************************MEDIA QUERIES**************************/
@media(min-width:1500px) {
    nav img {
        width: 93px;
        height: 67px;
        margin: -12px 1px -15px -60px;
    }
    .row{
        width:80%;
        margin:auto;
    }
}

@media(max-width:1350px) {
    .text-box {
        margin-top: -0.2rem;
    }

    .imageSlides {
        margin-top: -0.2rem;
    }
}
@media (min-width:1350px){
    .text-box{
        /* height:30rem; */
    }
}
@media (max-width:1317px) {
    .about .intro h1 {
        margin-top: 8rem;
    }
}

@media (max-width:1300px) {
    nav img {
        width: 93px;
        height: 55px;
        margin: -7px 0px -5px -22px;
    }

    /* .imageSlides {
        margin-top: -0.3rem;
    } */
}

@media(max-width:1150px) {
    .text-box {
        margin-top: -0.3rem;
    }

    .imageSlides {
        margin-top: -0.3rem;
    }
}

@media(max-width:1050px) {
    .text-box {
        margin-top: -0.4rem;
    }

    .imageSlides {
        margin-top: -0.4rem;
    }
}

@media(max-width:951px) {
    .text-box {
        margin-top: -0.5rem;
    }

    .imageSlides {
        margin-top: -0.5rem;
    }

    .text-box h1 {
        font-size: 5.2rem;
        /* padding-top:2.5rem; */
    }

    /* 
    .text-box .conf {
        font-size: 22px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0rem;
    } */

    .text-box .venue {
        font-size: 15px;
        font-weight: 100;
    }

}




@media(max-width:883px) {

    .nav-links ul li {
        display: block;
        text-align: center;
    }

    .nav-links ul li a {
        font-size: 1.7rem;
    }

    .nav-links {
        position: fixed;
        background: #0a0428;
        height: 100vh;
        width: 300px;
        top: 0;
        right: -500px;
        text-align: left;
        z-index: 20 !important;
        transition: 0.7s;
    }

    .no {
        width: 100%;
    }

    nav .fa {
        display: block;
        color: #ffff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }

    nav .sub-menu {
        display: none;
    }

    nav ul li:hover .sub-menu {
        display: block;
        position: relative;
        background-color: #0a0428;
        color: white;
        /* width: 100%; */
        /* margin-top:0rem; */
        /* margin-left:-1rem; */
        /* padding:1rem 1rem 1rem 1rem; */
        /* border-radius: 3px; */
        box-shadow: none;
        margin: 0;
        padding: 0;
        left: -31.5px;
        width: 280px;
    }

    nav ul li:hover .sub-menu ul {
        padding: 0 !important;
        margin: 0;
        margin-top: 1rem;
        background-color: white;
        margin-left: -1.05rem;
    }

    .committees ul li::after {
        content: '';
        width: 0%;
        height: 2px;
        background: #ffffff;
        display: block;
        margin: auto;
        transition: 0.5s;
    }

    nav ul li:hover .sub-menu ul li {
        margin: 0;
        padding: 0;
        /* padding-top:0.5rem; */
        /* padding-left:0.5rem; */
        padding: 0.5rem;
        padding-bottom: 2rem;
        border: 1px solid #162254;
        width: 300px;
        text-align: center;
    }

    .committees .sub-menu ul li:hover {
        border: none;
    }

    .clocks>div {
        margin-bottom: .5rem;
    }

    .endorse-row {
        display: flex;
        flex-direction: column;
        padding: 45px 0px 0px 0px;
        flex-wrap: wrap;
        
    }

    .header .text-box {
        height: 40vh;

    }

    .header .text-box .conf {
        padding-top: 3rem;
    }

    nav .sub-menu {
        z-index: 2;
    }

    .committees {
        display: flex !important;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    nav ul li:hover .sub-menu ul li a {
        color: #162254;
        font-weight: bold;
        font-size: 1.3rem;
    }

    .text-box {
        margin-top: -0.8rem;
    }

    .imageSlides {
        margin-top: -0.8rem;
    }

}



@media(max-width:735px) {
    .text{
        transform: scale(0.9);
    }
    .text-box {
        margin-top: -1.3rem;
        height:29.3rem;
    }

    .imageSlides {
        /* margin-top: -1.3rem; */
        margin-top: -5rem;
    }
    .text-box h1 {
        font-size: 4.2rem;
    }

    .text-box .conf {
        font-size:19px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0rem;
        margin-top:-0.5rem;
    }

    .text-box .venue {
        font-size: 18px;
    }

    /* .slideshowCircles {
        margin-top: -11rem;
    } */
    .slideshowCircles {
        margin-top: -7rem;
        transform: scale(0.9);
        width:100vw;
        left:0%;
    }
}
@media(max-width:1000px){
    .container{
        top:-4rem;
    }
}
@media (max-width:1350px) and (min-width:735px) {
    .text-box{
        height:32.7rem;
    }
}
@media(max-width:500px) {
    #leftArrow , #rightArrow {        
        top: 35%;
    }
    .text{
        padding-top:2rem;
        transform: scale(1);
    }
    .text h1 {
        font-size: 3.5rem;
    }
    .text-box {
        height: 30rem;
    }
    .imageSlides{
        /* margin-top:-2rem !important; */
        height:30rem;
    }
    .container {
        /* top:2rem; */
    }
    
} 
/* 
@media(max-width:370px) {
    .text h1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .text-box{
        height:30.5rem;
    }
    .imageSlides {
        height: 31rem;
    }

    .imageSlides {
        margin-top: 1.2rem;
    }

    .slideshowCircles {
        margin-top: -6rem;
    }

    .container {
        top: 1rem;
    }
}

@media(max-width:355px) {
    .container {
        margin-top: 3rem;
    }

    .text h1 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .text-box,
    .imageSlides {
        height: 31rem;
    }

    .imageSlides {
        margin-top: 1.2rem;
    }

    .slideshowCircles {
        margin-top: -1.5rem;
    }

    .text-box .venue {
        font-size: 15px;
    }

    .fifth-int-conf {
        font-size: 16px;
    }
}

@media(max-width:314px) {
    .hero-btn {
        font-size: 15px !important;
    }

    .text h1 {
        font-size: 3rem;
    }

    .text-box .conf {
        font-size: 16px;
    }

    .text-box .venue {
        font-size: 14px;
    }
}

@media(max-width:258px) {
    .text h1 {
        font-size: 2.5rem;
    }
}

@media(max-width:236px) {
    .text h1 {
        font-size: 2rem;
    }
} */

/********************************ABOUT*************************************/
.about {
    width: 80%;
    margin: auto;
    text-align: center;
    /* position: relative; */
    flex-direction: row;
    /* padding: 10px; */
    margin-top: -2rem;

}

.about h1:not(.venue, .conf-date, .orgs) {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding: 5rem 0rem 3rem 0rem;
    text-transform: uppercase;
    margin-top: 3rem;
}

.about p {
    text-align: justify;
    padding-bottom: 60px;
}

.about .mind-intro {
    display: flex;
    flex-wrap: wrap;
}

.detail {
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgb(101, 17, 17);
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
}

.vendate {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 1rem;
    border-bottom: 3px solid white;
}

.row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.clocks {
    padding-top: 1rem;
}


.clocks>div {
    padding: 7px;
    border-radius: 5px;
    background: white;
    display: inline-block;
    text-align: center;
}

.clocks div>span {
    padding: 15px;
    border-radius: 5px;
    background: #0a0428bc;
    display: inline-block;
    color: white;
}

.vendate p,
.row2 .org p {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-align: center;
}

p.date {
    text-align: center;
}

.orgs {
    margin-top: 1.3rem;
}

.vendate h1,
.orgs {
    font-size: 1.5rem;

}

/************************************SPEAKERS***************************** */
.speakers{
    width:80%;
    margin:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.speakers h1,
.contacts h1,
.endorsements h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 5rem 0rem 4rem 0rem;
    text-transform: uppercase;
    margin-top: 3rem;
}

.speakers p {
    color: white;
    padding: 0 !important;
}

p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.speaker-tiles {
    /* width: 90%; */
    /* width:fit-content; */
    margin: auto;
    /* padding:2rem 2rem 0 2rem; */
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /* box-shadow: 0px 0px 10px black; */
    /* background-color: rgb(101, 17, 17); */
    gap:3rem;
}

.speaker-info p {
    /* color: white; */
    font-size:15px;
}

.speaker-tiles .tile{
    display:flex;
    flex-direction: column;
    flex-basis: 30%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border:2px solid rgb(101, 17, 17);
    gap:1rem;
}
/* .tile img{
    mix-blend-mode;
} */


/* .tile img {
    display: inline-block;
    width: 18rem;
    height: 20rem;
    border-radius: 10px;
    padding-top: .5rem;
    padding-bottom: .5rem;
} */

/* #tiles {
    padding: 2rem 2rem 2rem 2rem;
} */

/* .tile { */
/* width:20rem; */
/* height: 60vh;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
} */

.speaker-info {
    padding: 12px 0px 12px 0px;
    background: rgb(101, 17, 17);
    color:white;
    border-radius:0 0 6px 6px;
    /* border:2px solid rgb(101, 17, 17); */
    width:100%;

}
.speakers img{
    padding:2rem 2rem 0 2rem;
}
h3 {
    text-align: center;
    font-weight: 600;
    /* margin: 10px 0; */
}

/* .tile:hover {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
} */


@media(max-width:419px){
    .speakers img{
        height:95%;
        width:95%;
    }
    .speaker-tiles{
        margin:0 2rem;
    }
}
@media(max-width:410px){
    .speakers img{
        height:98%;
        width:98%;
    }
}
/* *******************endorsements**************** */
.endorsements {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    margin-top:-10rem;
    display: flex;
    justify-content:space-around;
    column-gap:5rem;
    flex-wrap:wrap;
}

.endorse-row {
    display: flex;
    flex-direction: row;
    padding: 45px 0px 0px 0px;
    justify-content: center;
    column-gap:8rem;
    row-gap:1rem;
    margin-top:-2.3rem;   
}

.endorse-cols img {
    /* height: 51px;
    width: 176px; */
    margin: 0px 0px 0px 0px;
}

.endorse-cols {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
}





/* *************************call to action********************** */
.cta {
    margin: 4rem auto 1rem;
    width: 80%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 0rem;
}

.cta a {
    border: 2px solid #0a0428;
    background-color: #0a0428;
    color: #fff;
    margin-bottom: 40px;
    padding: -10rem;
}

.cta .hero-btn:hover {
    background: white;
    color: #0a0428;
    border: 2px solid #0a0428;
}


/******************************** Contact us ***************************/
.location {
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe {
    width: 100%;
}

.contact-us {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



/*********** MAP**********/
.location {
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe {
    width: 100%;
}

.contact-us {
    width: 80%;
    margin: auto;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-section-bg {
    padding: 3rem;
    width: 80%;
    box-shadow: 0px 0px 10px black;
    background-color: rgb(101, 17, 17);
    border-radius: 20px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-around;
    margin-bottom: 10rem;
}

@media(max-width:797px) {
    .contact-section-bg {
        flex-wrap: wrap;
    }
}


.contact-section-bg h4 {
    color: #ffffff;
    font-size: 30px;
}

.email a {
    color: rgb(255, 255, 255);

}

.info h4:not(i) {
    font-size: 1.5rem;
}

.email h4 i,
.linkedin h4 i,
.address h4 i {
    font-size: 30px;
}

.linkedin h4 i {
    padding: 5px 5px 5px 2px;
}

.contact-section-bg p {
    color: rgb(255, 255, 255);

}

.linkedin a {
    color: rgb(255, 255, 255);
    display: inline-block;
}

i:not(marquee i, .text-box i, nav i) {
    color: #ffffff;
}

.info {
    padding: 5rem 2rem 0rem 2.5rem;
}

@media (max-width:777px) {
    .info {
        padding: 1rem;
        align-items: center;
    }
    .contact-section-bg{
        padding:1rem;
    }
}

iframe {
    width: 18rem;
    height: 23rem;
    /* left: 0;
    top: 0; */
    border: 0;
    padding: 2rem 2rem 2rem 2rem;
    margin-top: -20px;

    border-radius: 50px;
    border-width: 10px;
    position: relative;
}

/* ******************Footer****************** */
.bottom {
    width: 100%;
    text-align: center;
    /* padding:0;   */
    margin-bottom: 0rem;
    position: relative;
    top: 3rem;
    margin-bottom: 3rem;
}

.copyright {
    padding: 0.5rem 0rem 2rem 0rem;
    background: white;
    width: 100%;
    height: 3vh;
    color: black;
}

.fa-regular {
    color: black;
}

.footer {
    display: flex;
    margin-bottom: -5rem;
    padding: 0.8rem 0rem 2rem 0rem;
    box-shadow: 0px 0px 10px black;
    background: rgb(101, 17, 17);
    /* width: 100%; */
    /* height: 40vh; */
    justify-content: space-evenly;
    color: white;
    text-align: left;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 5rem;
    
}

.footer .team {
    text-align: center;
    padding: 10px;
}


.footer .nitt {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 3rem;
    text-align: justify;
    margin: auto;
}

/* .footer ul{
    display:flex;
    flex-direction: column;
    align-items: center;
} */
.footer p {
    /* text-align: justify; */
    color: white;
}

.footer ul {
    list-style-type: none;
    margin-top: 2rem;

}

.footer-sections {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a,
.nitt {
    color: #fff;
    font-size: 15px;
}

.footer a:hover::after {
    width: 100%;
}


.footer a::after {
    text-decoration: underline;
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.footer img {
    width: 150px;
    margin: 30px;
    height: 150px;
    /* padding:auto; */
}

.footer .mail {
    text-align: center;
}

.nit {

    font-size: 25px;
}

.footer .links {
    text-align: center;
}

body {
    width: 100vw;
    
}

@media(max-width:785px) {
    .footer {
        display: flex;
        flex-direction: column;
        text-align: center;
        /* width:100vw; */
    }

    .footer-sections {
        width: 100%;
    }

    /* .complete p{
        width:100vw;
    }
    .complete img{
       margin:auto;  
    } */
    /* .footer ul {
        padding: 0rem 0rem 1rem 0rem;
    } */

    .copyright {
        margin-top: 2rem;
    }

    .nit {
        margin-top: 3rem;
    }

    .nitt p {
        text-align: justify;
    }
}
