@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900|Orbitron:500,700|Ubuntu:400,500,700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(fontawesome-all.css);

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

@font-face {
    font-family: myfont1;
    src: url('./font/SalesforceSans-Regular.ttf');
}

@font-face {
    font-family: myfont2;
    src: url('./font/ITCAvantGardeStd-Demi.otf');
}

body {
    overflow-x: hidden;
}

.text,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    font-weight: 400;
    /* font-family:Poppins; */
}


.text,
body,
p {
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myfont2;
}

p {
    font-weight: 400;
}

.mobile-menu-visible,
.page-wrapper,
textarea {
    overflow: hidden
}

*,
li,
ul {
    padding: 0;
    margin: 0
}

.social-icon-two li a .fab,
.theme-btn {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

/* .btn-style-two:hover {
    color: #0c376b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
} */


.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 1.2em;
    color: #032d60;
    font-weight: 700;
}

/* .banner-conference-two {
    position: relative;
    background-image: url(../assets/images/banner-image.png);
    background-size: 100% 110%;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom: 0px;
} */
 .banner-conference-two {
    position: relative;
    height: 100vh;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.banner-conference-two img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    inset: 0;
}

.banner-conference-two .cartn-img {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.banner-conference-two .cartn-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-conference-two .cartn-img.crtn-one {
    right: 200px;
}

.banner-conference-two .cartn-img.crtn-two {
    right: 70px;
    bottom: -27px;
}

.banner-conference-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

/* .banner-conference-two .auto-container.row {
    padding-bottom: 50px;
} */

.banner-conference-two .content-box h2 {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: myfont1, sans-serif;
    padding-right: 110px;
}

.btn-style-two {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #403da4;
    /* Inner background */
    transition: 0.3s ease;
}

/* Gradient Border */
.btn-style-two::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px;
    /* Border thickness */
    background: linear-gradient(45deg, #29b5fb, #da93ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-title {
    background: linear-gradient(45deg, #29b5fb, #da93ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

/* Hover Effect */
.btn-style-two:hover {
    background: linear-gradient(45deg, #29b5fb, #da93ff);
    color: #fff;
}

.btn-style-two:hover .btn-title {
    -webkit-text-fill-color: #fff;
    /* text white on hover */
    background: none;
}


.about-section {
    position: relative;
    padding: 100px 0px 0;
    /* margin-top: 60px; */
    background: #fff;
}

.bg-sectio {
    /* padding: 50px;
    background: url(../assets/images/about-banner.png) no-repeat center/cover;
    width: 100%; */
    background-image: url(../assets/images/aboutbg-img.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.align-items-center {
    background-color: white;
    padding: 70px 30px;
    border-radius: 50px;
    text-align: center;
}

/* .spkr-img {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid blue;
}
.spkr-box {
    text-align: center;
    padding: 50px;
} */

.spkr-img {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 50px;
}

/* Gradient Border */
.spkr-img::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 7px;
    /* border thickness */
    border-radius: 100%;
    background: linear-gradient(45deg, #6f13e5, #15acce);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

/* Image inside */
.spkr-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.spkr-box {
    text-align: center;
    padding: 50px;
}

.Speaker-section {
    padding: 80px 0px;
    background-image: linear-gradient(#ffffff, #ffffff);
    position: relative;
}

.spkr-name {
    color: #032d60;
    font-weight: 500;
    font-size: 16px;
}

.spkr-desig {
    color: #6b6b6b;
    font-size: 16px;
}

.Speaker-section::before {
    background: #d2e8ff;
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    border-radius: 0 0 100% 100%;
    bottom: 0;
    /* z-index: 1; */
    background-image: linear-gradient(#ffffff, #d1e8ff);
    left: 0;
    right: 0;
}

section.features-section-three.why-choose-us .container {
    /* background: linear-gradient(144deg, #180c7b 50%, #5977f8, #dba9ff); */
    padding: 30px;
    border-radius: 20px;
    position: relative;
    background-image: url('../assets/images/BG\ 02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.features-section-three.why-choose-us {
    background: #fff;
    padding: 80px 0 150px;
    position: relative;
    z-index: 1;
}

section.features-section-three.why-choose-us .bg-white.box-ui.p-4 {
    position: relative;
}

section.features-section-three.why-choose-us .bg-white.box-ui.p-4 {
    /* box-shadow: 7px 6px 12px #cccccca3; */
    border-radius: 15px;
    padding: 34px !important;
    margin-bottom: 10px;
    min-height: 260px;
    margin: 0 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

section.features-section-three.why-choose-us .sec-title h2 {
    position: relative;
    max-width: fit-content;
    color: white;
}








/* ------------------------------css combine----------------------------------------------- */


.tab-container {
    max-width: 1140px;
    margin: auto;
}

.button-container {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #320597;
}

.tab-button-box {
    /* flex: 1; */
    width: 50%;
    display: flex;
    justify-content: center;
    /* min-height: 120px; */

}

.tab-button-box button {
    width: 100%;
    outline: none;
    border: none;
    background-color: #da93ff;
    font-size: 20px;
    color: white;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.tab-button-box button span {
    font-size: 16px;
}

.tab-button-box button.active {
    /* background-color: #8b2adf; */
    background-color: #320597;
}

.tab-button-box button.active::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    /* background-color: #8b2adf; */
    background-color: #320597;
    transform: rotate(45deg);
    bottom: -10px;
    left: 50%;
}

.content-container {
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 10px 10px 10px #eaeaea;
}

/* .content-text p {
    font-weight: 600;
} */
.top-content {
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #ccccccfe;
}

.top-content:first-child {
    border: none;
}

.content-text {
    margin-bottom: 30px;
    /* border-top: 1px solid #ccccccfe */
}

.content-text.bdnone {
    border: none;
}

.content-text p {
    margin-bottom: 10px;
}

.user-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.usr-img {
    max-width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #c5dfeb;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* margin-bottom: 15px; */
    overflow: hidden;
}

.usr-img img {
    width: 100%;
    object-fit: cover;
}

.usr-n-d p {
    margin-bottom: 0;
    font-size: 16px;
    color: #032d60;
    line-height: 16px;
}

.usr-n-d p.desig {
    font-size: 13px !important;
    color: black;

}

.usr-n-d p.desig:last-child {
    color: #808080;
    font-size: 12px !important;
}

.about-section .content-column .sec-title h5 {
    color: #000;
    font-weight: 600;
    /* font-family: myfont2; */
}

/* .sec-title h6{
    font-family: myfont2;
} */

section.features-section-three.why-choose-us .bg-white.box-ui.p-4 p {
    font-size: 15px;
    line-height: 21px;
}

.content-text h4 {
    font-size: 19px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #0076d3 !important;
}

.content-text p {
    width: 100%;
    display: block;
    opacity: 1;
    color: #686666;
    font-size: 16px;
    line-height: 15px;
}

span.title {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

span.icon-calendar {
    background-image: url('../assets/images/calender.png');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

span.icon-time {
    background-image: url('../assets/images/clock.png');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

span.icon-calendar.lg-icon {
    background-size: 45px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.brt {
    border-right: 2px solid white;
    padding-right: 15px;
}

.toggle-btn {
    width: 40px;
    height: 40px;
    background-color: #1e1f36;
    margin-top: 13px;
    border-radius: 100%;
    color: white;
    display: none;
    border: 2px solid white;
    cursor: pointer;
}

.toggle-btn span {
    display: block;
    height: 2px;
    background-color: white;
    width: 25px;
    border-radius: 10px;
}

.toggle-btn span:first-child,
.toggle-btn span:last-child {
    width: 20px;
}

.mobile-menu-list {
    position: fixed;
    top: -100px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
    transition: all 0.7s;
    transform: scaleZ(0);
    opacity: 0;
    /* transform-origin: right; */
    /* overflow: hidden; */
}

.mobile-menu-list.show-menu {
    transform: scaleZ(1);
    top: 0px;
    right: 0px;
    opacity: 1;

}

.mobile-menu-list ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu-list ul li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #404040;
    font-weight: 600;
    text-transform: capitalize;
}

.mobile-menu-list .close-btn {
    position: relative;
    width: 100%;
    height: 50px;
}

.mobile-menu-list .close-btn .cl-box {
    width: 30px;
    height: 30px;
    background-color: #0076d3;
    color: white;
    float: right;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    right: 20px;
    font-size: 30px;
    padding-top: 4px;
    cursor: pointer;
}

.mobile-menu-list .close-btn .cl-box span {
    transform: rotate(45deg);
    display: block;
}

h2.ntsml {
    display: block;
}

h2.mob-text {
    display: none;
}

.time-counter {
    padding-right: 72px;
}

.trackName {
    padding: 8px 10px;
    /* background: #032d60; */
    color: #000;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

/* .trackName:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 3px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    background: #032d60;
    z-index: 1;
} */

.trackName-inner {
    padding: 8px 10px;
    background: #032d60;
    color: #fff;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.trackName-inner::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 3px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    background: #032d60;
    z-index: 1;
}


.robot-box {
    position: absolute;
    width: 230px;
    /* height: 300px; */
    /* right: 0;
    top: 0; */
}

.robot-box.robot-one {
    right: -40px;
    bottom: -27px;
    z-index: 1;
    width: 300px;
}

.robot-box.robot-two {
    bottom: 0px;
    left: -50px;
    z-index: 1;
}

.robot-box img {
    width: 100%;
    object-fit: cover;
    transform: rotateY(180deg);
}

.auto-container.row.py-4.device-flex {
    /* max-width: 700px; */
    /* float: inline-start; */
    height: 100%;
    align-items: center;
}

.content-box.device-width {
    max-width: 680px;
}

.banner-conference-two.secheight {
    /* height: calc(100vh - 40px); */
    /* padding: 50px; */
    height: 100vh;
    margin-top: 0;
}

.banner-conference-two.secheight .content-box h2 {
    padding-right: 260px;
}

.main-footer.ft-ht {
    /* height: 40px; */
    display: flex;
    align-items: center;
}

.banner-conference-two.bannerSec.thheight {
    padding: 0px;
}

.register-section .title-column {
    position: relative;
    float: left;
    width: 20%;
    background: #042d60;
}
.register-section .title-column .inner {
    position: relative;
    text-align: center;
    /* padding: 50px 50px 20px; */
    padding: 50px 20px 20px 20px;
}
.datetime-icon svg path{
    fill: #fff;
}
.fadeRow{
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
    background-color: #fff;
}
 
.custom-select {
  appearance: none;            /* Remove default arrow */
  -webkit-appearance: none;    /* For Safari */
  -moz-appearance: none;       /* For Firefox */
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
              no-repeat right 12px center;
}

.sec-para p {
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 1366px) {
  .register-section .title-column .inner {
    position: relative;
    text-align: center;
    padding: 50px 20px 20px;
  }
}

@media(min-width:1280px) {
    .banner-conference-two{
        background-size: 100% 130% ;
    }
}

@media(min-width:1200px) {
    /* .banner-conference-two{
        background-size: 100% 120%;
    } */
    .banner-conference-two.secheight {
        background-position: bottom !important;
    }
}

@media(max-width:1200px) {
    .banner-conference-two.secheight:before {
        background: #1e1f36e6 !important;
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .banner-conference-two {
        padding: 90px 0;
        background-size: 120%;
        margin-bottom: 0px;
    }

    .banner-conference-two.bannerSec.thheight {
        padding: 20px 0;
        background-size: cover;
        margin-bottom: 0px;
    }

    .banner-conference-two.secheight {
        margin-bottom: 0px;
    }

    .banner-conference-two.secheight:before {
        background: #1e1f36e6 !important;
    }

    .content-box.device-width {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1023px) {

    .main-header,
    .main-header .main-box,
    .main-header.fixed-header {
        background-color: #1e1f36;
    }

    .banner-conference-two {
        position: relative;
        padding: 100px 0;
        padding-bottom: 50px !important;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        /* height: 70vh; */
        margin-top: 0;
        overflow: hidden;
    }
    .banner-conference-two.thnk-page{
        height: calc(100vh - 60px);
    }

    .banner-conference-two:before {
        background: #1e1f36e6 !important;
    }

    /* .main-menu-list li a {
        color: white ;
    } */
    .main-menu .navigation>li>a {
        color: white;
    }

    /* section{
        padding: 30px 15px;
    } */
    section#agendas {
        padding-top: 30px;
    }

    .main-menu .navigation>li {
        margin-left: 25px;
    }

    h2 {
        font-size: 38px !important;
    }
    .banner-conference-two .cartn-img.crtn-one {
        right: 130px;
    }

    .banner-conference-two .cartn-img.crtn-two {
        right: 0px;
        bottom: -27px;
    }
    .banner-conference-two img{
        object-fit: cover;
    }

}

@media(min-width:768px) and (max-width:991px) {

    .about-section .content-column .sec-title h2,
    .about-section .content-column .sec-title h5 {
        color: white;
    }

}

@media(min-width:768px) and (max-width:850px) {
    .banner-conference-two .content-box h2 {
        font-size: 34px !important;
    }

    .banner-conference-two .content-box h2 {
        padding-right: 0;
    }

}

@media(max-width:767px) {
    .robot-box {
        display: none;
    }

    .toggle-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .banner-conference-two:before {
        background: #1e1f36e6 !important;
        z-index: 1;
    }

    .banner-conference-two {
        background-size: cover;
        height: 100%;
    }

    section {
        padding: 30px 15px;
    }

    .register-section .title-column {
        width: 100%;
    }

    .time-counter {
        padding-right: 0px;
    }

    .about-section {
        margin-top: 20px;
    }

    /* .bg-sectio::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(30, 31, 54, 0.902) !important;
        top: 0;
        left: 0;
        z-index: 0;
    } */
    .about-section .content-column .sec-title h2,
    .about-section .content-column .sec-title h5 {
        color: white;
    }

    .about-section .content-column .inner-column {
        padding-right: 0px;
    }

    section.features-section-three.why-choose-us .bg-white.box-ui.p-4 h4 {
        margin-top: 30px;
    }

    .auto-container.row.py-4.device-flex {
        /* max-width: 700px; */
        /* float: inline-start; */
        height: 100%;
        align-items: flex-start;
        padding: 20px 0px;
    }

    .Speaker-section::before {
        background: #d2e8ff;
        position: absolute;
        content: '';
        width: 100%;
        height: 20%;
        border-radius: 0 0 40% 40%;
        bottom: 0;
        /* z-index: 1; */
        background-image: linear-gradient(#ffffff, #d1e8ff);
        left: 0;
        right: 0;
    }

    .banner-conference-two.secheight .content-box h2 {
        padding-right: 0px;
    }
    .banner-conference-two .content-box h2{
        padding-right: 0px;
    }
    .tkbanner{
        /* height: 100% !important; */
        min-height: calc(100vh - 50px) !important;
        padding-top: 50px;
    }


}

@media(max-width:575px) {
    h2 {
        font-size: 28px !important;
    }

    /* .bg-sectio::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgb(30 31 54 / 15%);
        top: 0;
        left: 0;
        z-index: 0;
    } */

    .about-section .image-column {
        margin-bottom: 20px;
    }

    .banner-conference-two .content-box .title {
        font-size: 12px;
    }

    span.icon-calendar {
        background-size: 25px;
        width: 25px;
        height: 25px;
    }

    span.title {
        gap: 5px;
    }
    .banner-conference-two .cartn-img {
        width: 250px;
        height: 250px;
        overflow: hidden;
    }
    .banner-conference-two .cartn-img.crtn-one {
        right: 70px;
    }
    .banner-conference-two .cartn-img.crtn-two {
        right: -40px;
        bottom: -27px;
    }


}

@media(max-width:430px) {
    .brt {
        border: none;
    }
    .banner-conference-two {
        /* background-size: cover; */
        background-size: 220% 100%;
    }
}

@media(max-width:400px) {
    .tab-button-box {
        min-height: 120px;
    }

    h2.ntsml {
        display: none;
    }

    h2.mob-text {
        display: block;
    }

    section.features-section-three.why-choose-us .bg-white.box-ui.p-4 h4 {
        margin-top: 0px;
    }

}