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

@font-face {
    font-family: codecPro;
    src: url('../fonts/CodecPro-Regular.ttf');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RobotoLight;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: RobotoMedium;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: Lexend;
    src: url('../fonts/Lexend-Regular.ttf');
}
@font-face {
    font-family: Opensans;
    src: url('../fonts/OpenSans-Regular.ttf');
}

html{
    scroll-behavior: smooth;
    
}
body{
    overflow-x:hidden;
}

.container{
    max-width: 93%; 
 }
body{
    font-family: Roboto;
}

.events-banner,.events-para,.whoitspart,.panelist-section,.gallery-section,.updates-section {
    overflow-x: hidden;
}


.custom-list{
   padding-top: 45px;
}
.custom-list li{
    font-family:OpenSans;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.297px;
}
.custom-list-dots{
    list-style-type: none;
}
.custom-list-dots li{
    position: relative;
    margin: 12px 0px;
}
.custom-list-dots li::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image:url('../images/event/icon/dots.svg');
    background-repeat: no-repeat;

    position: absolute;
    left: -20px;
    top: 7px;
    
}
.custom-list-dots li::before{
    
}
.title-group.center{
    width: max-content;
    margin: 0 auto;
}
.title-group .line{
    width: 57px;
    height: 2px;
    background: #FBBD33;;
    margin-bottom: 10px;
}
.title-group .line.center{
    margin-left: auto;
    margin-right: auto;
}
.events-banner {
    color: #fff;
}
.events-banner{
    background: url('../images/event/eventbanner.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.events-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.16) 100%);
    z-index: -1;
}
a.homelink:hover{
    color: #fff;
}
.homelink{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: end;
}
.homelink img{
    width: 49px;
}
.events-header{
    /* position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
    left: 0; */
    padding: 26px 0px;

}
.event-banner-logo{
    width: 296px;
    height: 340px;
    border: 1px solid #fff;
    padding: 9px 14px 11px 15px;
}
.event-logo-box{
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.event-logo-box img{
    width: 238px;
    height: 203px;
}
.event-adr-info{
    padding-bottom: 40px;
}
.event-adr-info p.event-date{
    color: #fff;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
   
}
.event-date{
    position: relative;
}
.event-date::after{
    content: '';
    width: 95%;
    height: 1px;
    background: #FFC021;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.event-date span{
    font-weight: 400;
    font-family: RobotoLight;
}
.event-adr-info .event-place{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.519px;
    font-family: Roboto;
}
.event-registerbtn{
    color: #000;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 15.601px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.468px;
    border-radius: 20px;
   background: linear-gradient(180deg, #FFF 0%, #807B7B 100%);
   min-width: 160px;
   width: max-content;
   max-width: auto;
    height: 49px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;


}
.event-registerbtn:hover,.submitbtn:hover{
    color: #000;
}
.our-theme .title{
    color: #fff;
    font-family: Lexend;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 23px;
    margin-left: 20px;
}
.our-theme {
   max-width: 290px;
}
.our-theme img{
    width: 100%;
}
.events-banner{
    padding-bottom: 84px;
}

.events-para .title,.sec-title{
    color: #161414;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.75px;
    width: max-content;
    margin-bottom: 20px;
}
.events-para .title span,.sec-title span{
    color: #161414;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;

}

.event-para-content p{
    font-family: Opensans;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px
}

.events-schedule-info{
    /* background-image: url('../images/event/schedulebg.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    background: linear-gradient(270deg, #7C59D4 0%, #FF3E3B 100%);
    /* background: linear-gradient(320deg, #7C59D4 0%, #FF3E3B 100%); */
  
}

.event-registerbtn2{
    border-radius: 140px;
   background: linear-gradient(180deg, #0C0C0C 0%, #545353 100%);
   color: #fff;
}
.event-registerbtn2:hover{
    color: #fff;
}
.event-schedule-left .title{
    color: #F8F7F7;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.72px;
    margin-bottom: 4px;
}
.event-schedule-left,.event-schedule-right{
   padding-top: 45px;
   padding-bottom: 18px;
}
.event-schedule-group .leftcontent{
    border-right: 1px dashed #F7F7F7;
}

.icongrouptext{
    display: flex;
    align-items: center;
    gap: 8px;
}
.icongrouptext  span:nth-child(2){
    color: #F8F7F7;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1px;
}

.registerbtnalign{
    position: absolute;
    bottom: -25px;
    
}
.registerbtnalign {
    left: 41%;
    position: absolute;
    transform: translateX(-50%);
}
.registerbtnalign .event-registerbtn{
    border-radius: 10px;
}

.event-schedule-right .title2{
    color: #EFF9F5;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.event-schedule-right .event-info-group > div,.event-schedule-left > div{
    padding-bottom: 20px;
}
.event-schedule-right .schedule-title{
    color: #EFF9F5;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.event-schedule-right{

}
.event-schedule-group{
    /* padding-top: 54px; */
}
.fees-text{
    color: #F8F7F7;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
}
.event-schedule-right .icongrouptext span:nth-child(2) {
  font-size: 20px;
}
.whoitspart{
    padding: 78px 0px;
}
.whoitspart-group{
    justify-content: space-between;
}

.gridgroup{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,177px);
    border-radius: 6px;
    border-top: 1.7px solid #C01212;
    
    border-right: 0.8px solid #C01212;
    
    border-bottom: 1.7px solid #C01212;
    
    border-left: 0.8px solid #C01212;
    
    background: #FFF;
}
.gridgroup > div{
    grid-column: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    /* border-right: 1px solid #908585;
    border-top: 1px solid #908585; */
    text-align: center;
    padding: 10px;
}
.gridgroup > div:nth-child(1),.gridgroup > div:nth-child(2){
    border-right: 1px solid #90858547;
    border-bottom: 1px solid #90858547;
}
.gridgroup > div:nth-child(3){
  
    border-bottom: 1px solid #90858547;
}
.gridgroup > div:nth-child(4),.gridgroup > div:nth-child(5){
    border-right: 1px solid #90858547;
}
.gridgroup p{
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.297px;
    font-family: Opensans;
}

.imgpartbox{
    max-width: 352px;
    width: 352px;
    min-width: 352px;
    /* height:472px; */
    
    border-radius: 2px;
    margin: 0 auto;
    background-color: #fff;
}
.imgpartbox{
   border: 1px solid blue; 
   padding: 10px;
}
.imgpart img{
    width: 100%;
}
.panelist-rightpart{
    width: 100% ;
    padding-left:0 ;
    
}
.speaker-content .text2{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 31.491px; 
    letter-spacing: 0.4px;
    font-family: Opensans;
}
.speaker-content   p{
    color: #333; 
     font-family: Opensans;
     font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.4px;
}
.speaker-content{
    margin-bottom: 70px;
}

.panelist-profiles{
    display: flex;
    align-items: center;
    
 
}
.speaker-group{
    position: relative;
    z-index: 1;
}
.speaker-group::after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    right: 0;
    height: 20px;
    z-index: -1;
    /* background: linear-gradient(105deg, #6250B9 29.18%, #000 60.83%); */
    background: linear-gradient(175deg, #6250B9 48.18%, #000 76.83%);
}
.panelist-profiles  .item{
    padding-top: 40px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.panelist-profiles .owl-dots{
    text-align: end;
}
.panelist-profiles .owl-theme .owl-dots .owl-dot{
    display: inline-flex;
}
.panelist-profiles.owl-theme .owl-dots .owl-dot.active span,.panelist-profiles.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #000;
    /* zoom: 1.2; */
    transform: scale(1.2);
}
.panelist-profiles   .profile-cart{
   
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.07);
    position: relative;
   
    padding-bottom: 8px;
    padding-top: 50px;
    text-align: center;
    transition: all 0.5s ease;
   

}
.profile-img{
    width: 69px;
    height: 69px;
    background-color: #fff;
   
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

}
.profile-cart p{
    color: #403A3A;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.491px;
    letter-spacing: 0.34px;
    font-family: RobotoMedium;
    
}
.profile-cart  span{
    font-style: italic;
    color: #403A3A;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.491px;
    letter-spacing: 0.28px;
    font-family: RobotoLight;
}
.profile-cart:hover p,.profile-cart:hover span {
    color: #fff;
}
.profile-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile-cart:hover{
    background-color: #2B3D81;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;

}
#profiles-slide .owl-nav button{
    font-size: 38px;
    background: transparent;
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#profiles-slide .owl-nav:not(.disabled){
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;

}
.shadowbox{
    width: 100%;
    height: 23px;
    background-color: #fff;
    position: relative;
    margin-top: 35px;
}
.shadowbox::before{
    content: '';
}
.shadowbox::after{
    content: '';
    position: absolute;
    width: 93%;
    height: 8px;
    background: #C7C2C2;
    filter: blur(22px);
    bottom: 0px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.updates-section{
    padding-top: 50px;
    padding-bottom: 50px;
}


.update-list li{
    border-bottom: 1px solid #9E9191;
    padding-right: 20px;
    margin: 0;
    margin-top: 22px;
   padding-bottom: 10px;


}
.update-list li:nth-child(even){
 
}

.update-list p,.update-list,.updates-table td{
    font-size: 14px;
    font-family: Opensans;
    line-height: 23.37px; /* 157.143% */
    letter-spacing: 0.297px;
}
.updates-table td{
    vertical-align: start;
}
.updates-table p{
    margin: 0;
}
.updates-table .bullet-icon{
  margin-top: 7px;
  margin-right: 11px;  
}
.updates-table tr > td:nth-child(odd){
    border-right: 1px solid #9E9191;
}
.custom-list-dots.update-list li::before{
    left: -10px;
}

.updates-table tr:not(:last-child){
    border-bottom: 1px solid #9E9191;
}
.updates-table tr td{
    padding: 25px 24px;
}
.updates-table tr td:nth-child(1){
    padding-left: 14px;
}

.gallery-section{
    padding-bottom: 50px;
}


.gallery-img{
    width: 195px;
    height: 143px;
    border: 0.5px dashed #948C8C;
    border-radius: 4px;
    padding: 4px;
   
}

.gallery-img img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
 
 
}
.gallery-inner{
    transition: 0.5s ease;
    position: relative;
}
.gallery-img:hover .gallery-inner{
  transform: scale(1.15);

}
.gallery-img span{
    display: inline-block;
    position: absolute;
    width: 25px ;
    height: 22px;
    bottom: 0;
    z-index: 1;
    background-color: #1F1C1C;
    right: 0px;
    border-bottom-right-radius: 5px;
}
.gallery-inner span{
    color: #fff;
}
#gallery-slide.owl-carousel .owl-nav button.owl-next, #gallery-slide.owl-carousel .owl-nav button.owl-prev, #gallery-slide.owl-carousel button.owl-dot{
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#gallery-slide.owl-carousel .owl-nav button.owl-next span, #gallery-slide.owl-carousel .owl-nav button.owl-prev span, #gallery-slide.owl-carousel button.owl-dot span{
 
    line-height: 16px;
    margin-top: -3px;

}
.forms-section{
    /* background-image: url('../images/event/formbg.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 12px;
    
    position: relative;
    z-index: 1;
}
.forms-section::after{
    content: '';
    width: 100%;
    height: 90%;
    background: linear-gradient(271deg, #DD4664 3.11%, #7A2FA4 79.06%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}
.forms-content{
    width: 100%;
}
.formbox{
    /* background-color: #fff; */
    max-width: 393px;
    margin-left: auto;
    padding-bottom: 35px;
    padding-top: 20px;
    background: linear-gradient(to top, #a83a8740, #800080e3);
    padding: 5px;
}
.forms-section .content-section p{
    color: #FBF8F8;
    font-size: 14.872px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.37px; /* 157.143% */
    letter-spacing: 0.297px;
    font-family: Opensans;
}
.content-group{
 padding-left: 32px;   
}
.forms-14thlogo{
    width: 304px;
}
.forms-section{
    padding-left: 50px;
}
.content-group .quoteimg{
    width: 44px;
    margin-bottom: 20px;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-group input.custom-field,.form-group select.custom-field{
 
    color: #514F4F;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 42px;
}
.form-group input.custom-field,.form-group select.custom-field{
    background: #F7F4F4;
    border-radius: 2px;
}

.form-group input.custom-field:focus,.form-group select.custom-field:focus{
    background: #F7F4F4;
}
.form-group input.custom-field:focus,.form-group select.custom-field:focus{
    
    border: none;
    outline: none;
    box-shadow: 1px 1px 4px 0px #c2c2c2ba;
}

.selectfield{
    position: relative;
}
.selectfield::after{
    content: '';
    position: absolute;
    width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 9px solid #000;
      right: 11px;
      top: 17px;

}

.form-group input::placeholder{
    font-size: 14px;
   color: #514F4F;
}
.agree-blog label{
 font-size: 10px;
 font-family: Opensans;
 font-weight: 400;
}
.form-group input[type="checkbox"]{
    box-shadow: none;
   
   cursor: pointer;
    
}
.form-check-input:checked {
   appearance: auto;
   accent-color:#7A2FA4 ;
    border-color:transparent;
}
.error{
    color: red;
    font-size: 12px;
    line-height: 18px;
    /* visibility: hidden; */
    /* display: none; */
     min-height: 20px;
     display: block;
}
.formbox .title{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    /* display: inline-block; */
    width: max-content;
  
    margin: 0 auto;
    
   font-size: 15px;
    line-height: normal;
    letter-spacing: 0.44px;
    margin-bottom: 20px;
    min-width:136px;
    max-height: 37px;

   
    
}
.submitbtn{
    outline: none;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: transparent;
    color: #161414;
    font-size: 18px;
    font-weight: 500;
    font-family: RobotoMedium;
    letter-spacing: 0.72px;
    padding: 4px 6px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.submitbtn:hover{
    background: linear-gradient(271deg, #DD4664 3.11%, #7A2FA4 79.06%);
    color: #fff;
    border-color: transparent; 
}
.submitbtn:disabled{
    opacity: 0.4;
    background: linear-gradient(271deg, #DD4664 3.11%, #7A2FA4 79.06%);
    color: #fff;
    border-color: transparent;
}
/* .forms-section  .content-section{
    padding-top: 64px;
} */
.forms-section  .content-section{
    color: #fff;
}
.partner-section{
    padding-top: 50px;
}
.partner-typetitle{
    color: #0602D7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 131.1%; 20.976px */
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 0.7px solid #342D2D;
    width: max-content;
    /* padding: 2px 11px; */
    /* padding: 5px 10px; */
    padding: 5px 10px 4px;
    margin: 0 auto 18px ;
}
/* .partner-section img{
   margin: 8px ;
} */
.partner-section .first-row,.partner-section .second-row{
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    
}
.partner-section .third-row > div,.partner-section .second-row > div,.partner-section .first-row > div{
    padding:10px 0px ;

}
.first-row > div:not(:last-child),.second-row > div:not(:last-child){
    border-right: 1px solid #000;
    position: relative;
}
.first-row > div:not(:last-child)::after,.second-row > div:not(:last-child)::after{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #000;
    border: 6px solid #FFF;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
}
.logogroup{
    justify-content: center;
}
.logogroup > div{
    padding: 0px 20px;
   position: relative;
   margin: 12px 0px;
}
.logogroup > div:first-child{
    padding-left: 0px; 
}
.logogroup > div:last-child{
    padding-right: 0px; 
}
.logogroup > div:not(:last-child)::after{
    content:'';
    width: 0.7px;
    height: 53px;
    background: #C7C5C5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#modal-zoom-in {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045);
} 
#modal-zoom-in.show {
      transform: translate(-50%, -50%) scale(1);
      transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
  
  .modal-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(#454545, 0.7);
    opacity: 0;
    pointer-events: none;
  }  
    .modal-background.show {
      display: block;
      opacity: 1;
      pointer-events: auto;
      animation: fadein 0.8s;
    }
    
    .modal-background.hide {
      animation: fadeout 0.8s;
    }
  
  
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  @keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
  }
  @media (max-width:1199px){
    .first-row > div:not(:last-child), .second-row > div:not(:last-child){
        border-right: 0px;
    }
    .first-row > div:not(:last-child)::after, .second-row > div:not(:last-child)::after{
        display: none;
    }
    .first-row{
        justify-content: center;
    }
  }
@media (min-width:992px) and (max-width:1200px){
    .event-banner-logo{
        zoom: 0.5;
    }
    .event-info-content,.our-theme{
        zoom: 0.7;
    }

    .event-schedule-left .title,.event-schedule-right .schedule-title{
        font-size: 20px;
    }
    .icongrouptext span:nth-child(2),.fees-text,.event-schedule-right .icongrouptext span:nth-child(2) {
          font-size: 16px;
    }
    .event-schedule-right .title2{
        font-size: 14px;
    }
    .event-schedule-right > div, .event-schedule-left > div{
        padding-bottom: 7px;
    }

    .forms-section .content-section {
        padding-top: 22px;
    }
    .content-group {
        padding-left: 0px;
    }
    .forms-14thlogo {
        width: 185px;
    }
    .form-content-left{
        flex-direction: column;
    }
    .formbox{
        min-width: 350px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .event-schedule-left .title,.event-schedule-right .schedule-title{
        font-size: 16px;
    }
    .icongrouptext span:nth-child(2),.fees-text,.event-schedule-right .icongrouptext span:nth-child(2) {
        font-size: 14px;
    }
    .event-schedule-right .title2{
        font-size: 12px;
    }
    .event-schedule-right > div, .event-schedule-left > div{
        padding-bottom: 5px;
    }
    .event-banner-logo{
        zoom: 0.5;
    }
    .event-info-content,.our-theme{
        zoom: 0.6;
    }

}
@media (max-width:991px){
     .whoitspart-group{
        justify-content: center;
     }
     .whoits-leftpart{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
}
@media (min-width:768px){
    .events-schedule-info{
        background: linear-gradient(270deg, #7C59D4 0%, #FF3E3B 100%);
    } 
    .gridgroup{
    grid-template-rows: repeat(2,auto);
    }
   
    .forms-section{
       padding-left: 50px;
    }
    .event-schedule-left{
        display: block;
    }
    .mobile-gallery-slide{
        display: none;
      }
      .forms-content{
        margin: auto;
      }
      .update-list li:nth-last-child(1),.update-list li:nth-last-child(2){
        border-bottom: none;
      }
      
}
@media (max-width:992px){
    .panelist-rightpart{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .formbox{
        margin: 0 auto;
    }
    .forms-14thlogo {
        width: 180px;
        margin-top: 10px;
    }
    .forms-section::after{
        bottom: 0;
        top: auto;
        transform: none;
    }
    .forms-section  .form-content-left{
    padding-top: 35px;
    padding-bottom: 25px;
    
    }
    .event-schedule-left{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 8px;
        flex-wrap: wrap;
    }
    .custom-list {
        padding-top: 5px;
        padding-bottom: 12px;
    }
    .event-adr-info p.event-date{
        font-size: 30px;
    }
    .event-adr-info .event-place{
        font-size: 22px;
    }
   
}

@media (min-width:992px){
    .panelist-rightpart{
        width: calc(100% - 352px);
        padding-left:65px ;
        
    }
    .gridgroup{
        grid-template-rows: repeat(2,177px);
        }
        .panelist-rightpart{
            padding-top: 0;
            padding-bottom: 0px;
        }
        .forms-section  .form-content-left{
    padding-top: auto;
    padding-bottom: auto;
}
.forms-section::after{
  bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    
}
.custom-list {
    padding-top: 45px;
    padding-bottom: 0px;
}
}

@media (min-width:1500px){
    .container{
        max-width: 1366px
    }
   
}
@media (max-width:768px){
    .events-schedule-info{
        background: linear-gradient(0deg, #7C59D4 0%, #FF3E3B 100%);
    }
    .event-banner-logo{
        zoom: 0.5;
    }
    .event-info-content,.our-theme{
        zoom: 0.7;
    }
    .event-schedule-group .leftcontent{
        border-right: none;
    }
    .sec-title,.sec-title span {
        font-size: 22px;
    }
    .event-para-content p{
        font-size: 12px;
    }
    .event-schedule-left .title,.event-schedule-right .schedule-title{
        font-size: 16px;
    }
    .icongrouptext span:nth-child(2),.fees-text,.event-schedule-right .icongrouptext span:nth-child(2) {
        font-size: 14px;
    }
    .event-schedule-right .title2{
        font-size: 12px;
    }
    .event-schedule-left, .event-schedule-right {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .event-schedule-right > div, .event-schedule-left > div{
        padding-bottom: 8px;
    }
    .form-content-left{
        flex-direction: column;
    }
    .forms-section{
        padding-left: 0px;
    }
    .forms-section .content-section {
        padding-top: 20px;
    }
    .mobile-gallery-slide{
        display: block;
      }
      .forms-content{
        margin: 0;
      }
      .gallery-img{
        width: auto;
        height: auto;
    }
}



@media (max-width:576px){
    .gridgroup {
     grid-template-columns: repeat(2,1fr);
     grid-template-rows: repeat(3,auto);
    }
    .gridgroup > div:nth-child(even){
         border-right: 0px;
         border-bottom: 1px solid #90858547;
    }
    .gridgroup > div:nth-child(odd){
        border-right: 1px solid #90858547;
        border-bottom: 1px solid #90858547;
    }
    .gridgroup > div:nth-last-child(2),.gridgroup > div:last-child{
        border-bottom: 0px;
    }
    .event-info-group{
      display: flex;
      /* justify-content: space-evenly; */
      gap: 8px;
      /* align-items: center; */
    
     /* flex-wrap: wrap; */
     flex-direction: column;
    }
    .event-schedule-right .event-info-group > div, .event-schedule-left > div {
        padding-bottom: 8px;
    }
    .event-schedule-right .schedule-title{
        /* text-align: center; */
        margin-bottom: 10px;
    }
    .registerbtnalign{
       left: 50%;
    }
    .events-header .homelink{
        font-size: 16px;
    }
    
 
 
}

@media (max-width:577px){
    .event-schedule-left, .event-schedule-right {
       
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width:400px){
    .event-schedule-left{
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: start;
    }
    .imgpartbox{
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
      }
      
      .event-place{
        font-size: 16px;
      }
      .sec-title span{
        font-size: 18px;
        line-height: 20px;
      }
      .event-adr-info .event-place{
        font-size: 18px;
      }
      .event-adr-info p.event-date{
        font-size: 24px;
      }
}
@media(max-width:350px){
   
}
@media (max-width:300px){
    .gridgroup{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gridgroup > div{
        border-right: 0px;
        
    }
    .gridgroup > div:not(:last-child){
        border-bottom: 1px solid #90858547 !important; 
    }
 
}