@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

html,
body {
    font-family: 'flamatrial-book';
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
}

h2,h3, #Submission h4 {
    font-family: 'albert';
}

section {
    padding: 80px 0;
}

@font-face {
  font-family: 'albert';
  src: url('../fonts/Albertus-Medium-Regular.ttf');
}

@font-face{ font-family: 'flamatrial-book'; 
    src: url('../fonts/FlamaTrial-Book-BF64c1db8923fcf.otf'); 
}

.banner {
    /* background-image: url("../img/Saar_Master Creative_Final_3 copy.jpg"); */
    /* background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative; */
    padding: 0;
}

.banner .logo {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.banner .bannerCon {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .container .col-lg-12 {
    height: 100%;
}

.banner .bannerCon h5 {
    font-size: 30px;
}

.banner .bannerCon h5 small {
    font-size: 18px;
    vertical-align: top;
}

.banner .bannerCon h1 {
    font-size: 50px;
    font-weight: bold;
}

.banner .bannerCon h4 {
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: auto;
    padding: 30px 0 5px 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.banner .bannerCon a {
    background-color: #fff;
    padding: 10px 30px;
    color: #384647;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: auto;
}

.banner .bannerCon figure {
    position: relative;
}

.banner .bannerCon figure::after {
    width: calc(50% - 60px);
    top: 50%;
    background: #fff;
    height: 2px;
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    left: 0;
}

.banner .bannerCon figure::before {
    width: calc(50% - 60px);
    top: 50%;
    background: #fff;
    height: 2px;
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    right: 0;
}

.banner .bannerCon figure img {
    width: 70px;
}

.links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 0;
}

.links a {
    font-size: 30px;
    color: #898989;
}

a {
    text-decoration: none;
}

.links a.active {
    color: #4e898d;
    font-weight: bold;
    border-bottom: 6px solid #4e898d
}

.inviBox {
    text-align: center;
    /* background: linear-gradient(90deg, rgba(204, 117, 46, 1) 0%, rgba(200, 87, 77, 1) 50%, #7F5198 100%); */
    background: #2693b3;
    /* background: #3ee7ce; */
    padding: 50px;
    color: #000;
}

h2 {
    font-size: 55px;
    font-weight: bold;
}

.inviBox h2 {
    padding-bottom: 25px;
}

p {
    font-size: 18px;
}

.conference h2 {
    padding-bottom: 30px;
    text-align: center;
}

.conference p {
    text-align: justify;
}

.conference ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
}

li {
    font-size: 18px;
    font-weight: 600;
}

li::marker {
    color: #fff;
}

#Sponsorship li::marker {
    color: #fff;
}

p {
    font-weight: 600;
}

.conference ul li {
    width: 50%
}

.tabingBox {
    background-color: #bbefef;
    padding: 40px;
}

.tabingBox h6 {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 15px;
    color: #384646;
}

.tabingBox p {
    font-size: 16px;
}

.tabing .col-lg-8 ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.tabing .nav {
    background: #2693b3;
    padding: 10px 30px;
}

.tabing .nav .nav-item .nav-link {
    color: #fff;
    font-size: 20px;
}

.tabing .nav .nav-item .nav-link.active {
    font-weight: bold;
    background: transparent;
}


/* faq */

.faqs_con .accordion-item:first-of-type,
.faqs_con .accordion-item:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faqs_con .accordion-item:first-of-type .accordion-button,
.faqs_con .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faqs_con .accordion-item {
    margin-bottom: 20px;
    border: none;
    position: relative;
}

.faqs_con .accordion-button:focus {
    box-shadow: none;
}

.faqs_con .accordion-button:hover {
    padding-left: 25px;
}

.faqs_con .accordion-button {
    position: relative;
    transition: all 0.5s;
    font-size: 30px;
    font-weight: bold;
}

.faqs_con .accordion-item::before {
    content: "";
    position: absolute;
    top: 42px;
    left: -20px;
    background-color: #c6c6c6;
    width: 2px;
    height: 92%;
}

.faqs_con .accordion-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28.7px;
    /* background-color: #384647; */
    width: 16px;
    height: 16px;
    transform: translate(0%, -50%);
    border: 2px solid #4e898d;
}

.faqs_con .accordion-button.collapsed {
    border: 2px solid #4e898d;
    background: #e5f9f8;
}

.faqs_con .accordion-item.main::before {
    background: #4e898d;
}

.faqs_con .accordion-body {
    background-color: #e5f9f8;
}

.faqs_con .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #384647;
    box-shadow: none;
    border: 2px solid #384647;
    font-weight: bold;
}

.faqs_con .accordion-item:last-child::before {
    height: 0px;
}

.faqs_con .accordion-item:last-child.main::before {
    height: 66%;
}

.faqs_con .accordion-button:not(.collapsed)::before {
    background: #384647;
}

.faqs_con .accordion-button:not(.collapsed)::after {
    background-image: url(../img/acodM.png);
    height: 2px;
}

.faqs_con .accordion-button::after {
    background-image: url(../img/acodPlus.png);
}

.faqs_con .accordion-body h6 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
}

.faqs_con .accordion-body ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* abstrack section css start */

section.abstract {
    background-color: #e5f9f8;
}

section.abstract .heading {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    align-items: center;
    padding-bottom: 40px;
}

section.abstract .heading h2 {
    white-space: nowrap;
}

section.abstract .heading p {
    text-align: justify;
}


/* abstrack section css end */


/* .conference registration section css start */

.conRegiC {
    background-color: #384647;
    padding: 50px;
    height: 100%;
    color: #fff;
}

.conRegiC ul li::marker {
    color: #fff;
}

.conRegiC ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.conRegiC ul li {
    font-weight: 400;
    text-align: justify;
}

.conRegiC ul li span {
    font-weight: bold;
}

.conRegi .heading {
    padding-bottom: 35px;
}

.conRegi .row .col-lg-6:last-child .conRegiC {
    background: #4e898d;
}


/* .conference registration section css end */


/* registration free section css start */

.regiFee .col-lg-7 p {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    text-align: justify;
}

.regiFee .col-lg-7 p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.regiFee .col-lg-7 p a {
    color: #4e898d;
}


/* registration free section css end */


/* payment details section css start */

.payment .heading {
    padding-bottom: 40px;
}

.payment .payTable {
    text-align: center;
    width: 100%;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    /* background-color: rgba(111, 187, 68, 1); */
    background: linear-gradient(90deg, rgba(6, 165, 207, 1) 0%, rgba(42, 174, 160, 1) 50%, rgba(111, 187, 68, 1) 100%);
    color: #fff;
}

.payment .payTable tr th {
    border: 1px solid #5d696a;
    font-size: 20px;
    font-weight: 700;
}

.payment .payTable tr th,
.payment .payTable tr td {
    padding: 7px 10px;
    vertical-align: top;
    border: 1px solid #000000;
    border-top: 0;
    border-left: 0;
}

.payment .payTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #000000;
    margin: 0;
}

.payment .payTable table tr:last-child th,
.payment .payTable table tr:last-child td {
    border-bottom: none !important;
}


/* .payment .payTable table tr:nth-child(even) {
    background: transparent;
} */

.payment .payTable table tbody tr td:nth-child(2),
.payment .payTable table tbody tr th:nth-child(2) {
    border: none;
    border-bottom: 1px solid #000;
}

.payment .payTable table tr:first-child {
    background: transparent;
}

.payment .payTable tr td {
    font-weight: 500;
    border-right: 1px solid #5d696a;
}

.payment .payTable table tbody tr td:nth-child(2),
.payment .payTable table tbody tr th:nth-child(2) {
    border: none;
    border-bottom: 1px solid #000;
}

.payment .payTable table tr:first-child td {
    border: none;
}

.payment .payTable table tr:first-child th {
    border-top: 0;
    border-left: 0;
}

#Sponsorship .payTable table tbody tr td:last-child {
    border-bottom: 1px solid #000;
}

#Sponsorship .payTable table tbody tr:first-child th:last-child {
    border-right: 0;
}

#Sponsorship.payment .payTable table tbody tr th:nth-child(2),
#Sponsorship.payment .payTable table tbody tr td:nth-child(2) {
    border-right: 1px solid #000 !important;
}

.payment .payTable table tr:nth-child(2) td,
.payment .payTable table tr:nth-child(3) td,
.payment .payTable table tr:nth-child(4) td,
.payment .payTable table tr:nth-child(5) td,
.payment .payTable table tr:nth-child(6) td,
.payment .payTable table tr:nth-child(7) td {
    border-left: 0;
    border-top: 0;
}

.payment .payTable table tbody tr:nth-child(7) td:last-child {
    border-bottom: 0;
}

.payment .payTable table tr:nth-child(7) td {
    border-bottom: 1px solid #000;
}

.payment .payTable tr td:last-child {
    border: none;
}

.payment .payTable p {
    padding-top: 30px;
}


/* payment details section css end */


/* about us section css start */

.about .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.about .heading .aboutTab ul .nav-item .nav-link {
    color: #000;
    font-size: 30px;
    padding: 0;
    border-radius: 0;
    position: relative;
}

.about .heading .aboutTab ul .nav-item .nav-link.active::after {
    width: 100%;
}

.about .heading .aboutTab ul .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    height: 8px;
    background-color: #4e898d;
    transition: all 0.5s;
    transform: translate(-50%, 0);
    bottom: -11px;
}

.about .heading .aboutTab ul .nav-item .nav-link.active {
    background: transparent;
    font-weight: 900;
}

.about .heading .aboutTab ul {
    /* justify-content: space-between; */
    display: flex;
    gap: 50px;
}

.about {
    position: relative;
    overflow: hidden;
}

.about>figure {
    position: absolute;
    top: 0;
    height: 100%;
}

.abTabCon figure {
    padding-bottom: 30px;
}

.abTabCon p {
    text-align: justify;
}


/* about us section css end */


/* .committee {
    background-color: #eefffe;
}

.organizing {
    background-color: #e5f9f8;
}

.managing {
    background-color: #d6fcf9;
}

.members {
    background-color: #c6f4ef;
}

.org_members {
    background-color: #b5eae3;
} */

.allSec .section:nth-child(even) {
    background: #efefef;
}

.infobox {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    transition: all 0.5s;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

#Dates .infobox {
    background: #CA6A39;
    color: #fff;
    padding: 20px 30px;
    margin-top: 30px;
}

.info-txt {
    flex: 1;
    border-right: 4px solid #efefef;
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    align-content: center;
}

.info-txt h5 {
    color: #fff;
    margin-bottom: 20px;
    min-height: 45px;
    font-weight: 800;
}

.info-txt p {
    margin-bottom: 0;
}

.info-txt:last-child {
    border-right: 0;
}

.allSec .section:nth-child(odd) .infobox {
    background: #efefef;
}

h3 {
    font-size: 35px;
    font-weight: 900;
}

.committee .heading h3 span {
    font-weight: 400;
}

section.section h4 {
    font-size: 20px;
    color: #384647;
    font-weight: 900;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #4e898d; */
    margin-bottom: 20px;
    position: relative;
}

section.section h3 {
    padding-bottom: 20px;
}

section.section h4::after {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 64px;
    background: #2693b3;
    bottom: 0;
}

section.section .row {
    --bs-gutter-y: 1.5rem;
}

.Transport .transBox {
    background: #384647;
    color: #fff;
    padding: 50px;
    display: flex;
    gap: 60px;
}

.Transport .transBox ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.Transport .transBox ul li {
    width: 47%;
}

.Transport {
    padding-top: 0;
    margin-top: -200px;
}

.helpdesk .infobox h5 {
    font-size: 23px;
    /* font-weight: 900; */
    padding-bottom: 20px;
    color: #4e898d;
}

.helpdesk .infobox ul li {
    color: #383838;
}

.helpdesk .infobox ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.helpdesk .heading h2 {
    padding-bottom: 15px;
}

.helpdesk .heading p a {
    font-size: 23px;
    font-weight: 900;
    color: #383838;
}

.Important .container {
    /* border-top: 2px solid;
    border-bottom: 2px solid; */
    padding: 50px 0 80px;
}

.Important .container .infobox table tr {
    border-bottom: 2px solid #cecece;
    /* padding-bottom: 20px; */
}

.Important .container .infobox table tr td {
    padding: 10px 0;
    color: #4e898d;
    font-weight: 600;
}

.Important .container .infobox table tr td:last-child {
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    color: #000;
}

.Important .container .infobox table tr td small {
    font-size: 14px;
    vertical-align: top;
}

.Contact h6 {
    font-size: 22px;
    border-bottom: 2px solid #cecece;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.Contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}

.Contact ul li span {
    background: #2693b3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.Contact ul li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.portal figure {
    position: relative;
}

figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

figcaption a {
    font-size: 30px;
    background-color: #fff;
    padding: 10px 30px;
    margin: auto;
    width: fit-content;
    color: #384647;
    font-weight: bold;
    margin-top: 25px;
}

footer {
    padding: 20px 0;
    color: #383838;
}

footer p {
    margin: 0;
}


/* writen by dev */

#Submission {
    background: #737479;
    padding: 60px 0;
    color: #fff;
}

.tabcard {
    background: #545358;
    padding: 50px;
    display: flex !important;
    align-items: center;
    gap: 30px;
    box-shadow: 10px 10px 0px 2px #6ebde826;
    transition: all 0.5s;
}

.tabcard .rlc {
    width: 40%;
}

.tabcard .lftc {
    width: 60%;
}

.tabcard .rlc figure {
    background: #ededed;
    padding: 10px;
    overflow: hidden;
}

.tabcard .rlc figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabcard:hover {
    box-shadow: none;
}

/* .tabcAll {
    display: flex;
    flex-direction: column;
    gap: 40px;
} */

/* css by arpita start */
/* menu css start */
.menu-cont {
    padding: 0;
}

.menu-sec .links {
    list-style: none;
}

.menu-sec .nav-item a.active {
    color: #2693b3;
    font-weight: bold;
    border-bottom: 6px solid #2693b3;
}

.menu-sec .nav-item a {
    padding: 0;
    font-size: 20px;
    color: #898989;
}

/* menu css end */

/* tabing css start */
#Submission .col-lg-12 {
    position: relative;
}

.key-arrows {
    /* cursor: pointer;
    position: absolute;
    top: 50%; */
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    /* stretch across slider */
    transform: translateY(-50%);
    /* keep them centered vertically */
}

.key-event {
    font-size: 15px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.key-event:hover {
    background: #fff;
    color: #000;
}

.key-event#prev {
    position: absolute;
    left: 20px;
}

.key-event#next {
    position: absolute;
    right: 20px;
}

/* tabing css end */

#Submission .infobox,
.event-sec .infobox {
    flex-direction: column;
}

.regiFee,
#Contact {
    background: #ffffff;
}

#Submission .lftc h3 {
    margin-bottom: 15px;
    color: #3cc2ea;
}

#eventFlow .payTable tr td:last-child {
    text-align: center;
}

#Submission .tabcard .lftc li span {
    font-weight: 700;
}

/* event-planning css start */
.event-sec .infobox {
    background: #efefef;
}
.menu-sec li:last-child {
    background: #2693b3;
    padding: 5px 15px;
}

.menu-sec li:last-child a {
    color: #fff;
    text-decoration: none;
}
.menu-sec .nav-item:last-child a.active {
    border-bottom: 0;
    color: #fff;
}

#Submission .tabcAll .lftc p span {
    font-weight: 800;
}

#Submission .infobox {
    justify-content: initial;
}

.rg-btn {
    display: none;
}
/* event-planning css end */

/* sponsorship css start */
.spons-acc .accordion-header {
    padding: 0;
}

.spons-acc .accordion-body {
    border-top: 0;
    padding: 20px 20px;
}

.spons-acc .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.spons-acc .accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.spons-acc .accordion-button:not(.collapsed) {
    background: #2693b3;
    color: #fff;
}

.spons-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.spons-acc .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.spons-acc .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border: 1px solid #ccc;
    background: #737479;
    color: #fff;
} 

.spons-acc .accordion-button:focus {
    box-shadow: none;
}

.spons-acc .accordion-body thead th {
    background: #1C1B20;
    color: #fff;
}

.spons-acc .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.spons-acc .accordion-body table {
    margin-bottom: 0;
}

.spons-acc .accordion-body table th,
.spons-acc .accordion-body table td {
    text-align: center;
}

.spons-acc .accordion-body table td:last-child {
    text-align: initial;
}

.spons-acc .accordion-body table li {
    font-weight: 400;
}

.spon-text {
    display: none;
}

section#Conference, .invitation,
.regiFee, #committee, #Sponsorship,
#Submission .infobox,
.spons-acc .accordion-body,
.spons-acc .accordion-body tr {
    background: #4c4b52;
    color: #fff;
}

.menu-cont {
    background: #404044;
    color: #fff;
}

.menu-sec .nav-item a,
#Submission h4 {
    color: #fff;
}

#Contact {
    background: #737479;
    color: #fff;
}

#committee h4.pt-4:last-child a {
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
}
/* sponsorship css end */

#whoshould li {
    text-transform: capitalize;
}
/* css by arpita end */

#Copyright {
    background: #4c4b52;
    color: #fff;
}