@media (min-width: 1600px) {
  .section-btn {
    width: 150px;
    height: 48px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    background: black;
    font-family: var(--font-Avenir-Heavy);
  }

  /*---------- White Button -----------*/

  .White-btn {
    background-color: #fff;
    color: #00082e !important;
    font-weight: bold;
    text-transform: uppercase;
  }
  .White-btn:hover {
    background-color: #ffffffa1;
    color: #00082e !important;
  }

  /* header-top */
  .header-top {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
  }

  .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00082e;
    border-bottom: 1px solid #eac169;
    border-top: 1px solid #eac169;
  }

  .header-top .top-left {
    position: relative;
    display: flex;
    padding: 7px;
    width: 85%;
    border: none;
    clip-path: polygon(0 0, 98.6% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(#eac169, #eac169) padding-box padding-box,
      linear-gradient(#eac169, white) border-box border-box;
  }
  .header-top .top-left span {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
  }
  .header-top .top-right {
    position: relative;
    display: flex;
    width: 15%;
    padding: 8px 3rem;
    background-color: #00082e;
    justify-content: space-evenly;
  }

  /* Bg Imge & Header */
  .video_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }

  .video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .video_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #00082e, #00082ea8);
    opacity: 0.9;
    pointer-events: none;
    z-index: 2;
  }

  .header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .navbar {
    background-color: #ffffff;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .video_content {
    position: relative;
    z-index: 3;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    color: #00082e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 30px;
  }

  .video_content .row {
    align-items: center;
    height: 100vh;
  }
  .video_content .card {
    width: 65%;
    margin: 0px auto;
    background-color: #eac169c4;
    backdrop-filter: blur(5px);
    border-radius: 0px;
    border: 0px solid #fff;
    padding: 0px 30px 30px 30px;
  }

  .video_content .card .trangle {
    text-align: right;
  }
  .video_content .card .trangle img {
    height: 70px;
    width: 90px;
    margin-top: -50px;
    margin-right: -50px;
  }

  .video_content .card .card-title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .video_content .card form input {
    height: 60px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    padding-left: 10px;
  }
  .video_content .card .form-control:focus {
    box-shadow: none;
  }
  .video_content .card .form-control::placeholder {
    color: #fff;
    font-size: 18px;
  }
  .video_content .card form .header_btn1 {
    height: 50px;
    width: 40%;
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: #00082e;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    /* text-transform: uppercase; */
  }
  .event_content .card {
    background-color: transparent;
    width: 100%;
    padding-left: 120px;
  }
  .event_content .card .card-title {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 10px;
  }
  .event_content .card .card-title span {
    font-weight: bold;
    color: #fff;
    font-size: 65px;
  }
  .event_content .card .expo {
    font-weight: bold;
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
  }
  .event_content .card .card-title1 {
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
  .event_content .card .card-title1 .day,
  .event_content .card .card-title1 .time,
  .event_content .card .card-title1 .location {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
  }
  .line {
    margin-top: -10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }

  .countdown {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .countdown .countdown-item {
    width: 120px;
    text-align: center;
    margin-right: 20px;
  }
  .countdown .countdown-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eac169;
    background-color: #fff;
    font-weight: bold;
    height: 100px;
    font-size: 36px;
  }
  .countdown .countdown-item p {
    background-color: #eac169;
    color: #00082e;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
  }

  .card-btn .header_btn1 {
    margin-top: 30px;
    background-color: #fff;
    color: #00082e;
    font-weight: bold;
    font-size: 17px;
    padding: 13px 30px;
    border-radius: 2px;
    border: 2px solid #fff;
    transition: all 0.6s ease-in-out;
  }
  .card-btn .header_btn1:hover {
    transition: all 0.6s ease-in-out;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
  }

  /* About Us Area Start */
  .about_content {
    padding: 100px 0px 200px 0px;
    text-align: center;
  }
  .about_content .heading .title {
    font-size: 34px;
    font-weight: bold;
    color: #00082e;
    text-transform: uppercase;
  }
  .about_content .heading .sub_title {
    color: #000000d8;
    width: 40%;
    margin: 0px auto;
    font-weight: 500;
  }
  .about_content .heading .arrow i {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 5px;
    color: #eac169;
  }
  .head_content {
    text-align: left;
    margin-top: 20px;
    margin-left: 90px;
  }
  .head_content .title {
    font-size: 36px;
    font-weight: bold;
    color: #00082e;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
  .head_content .subtitle {
    color: #000000d8;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .head_content .content {
    text-align: justify;
  }
  .head_content .arrow1 {
    height: 100px;
    position: absolute;
    z-index: 2;
    margin-left: -100px;
    /* margin-top: 80px; */
    margin-bottom: 300px;
  }
  .head_content .content1 {
    margin-top: 90px;
  }
  .head_content .content1 p {
    font-size: 20px;
    font-weight: 600;
  }
  .head_content .content1 h1 {
    line-height: 20px;
    font-weight: bold;
    color: #00082e;
  }

  /* About Us Area End */

  .about_content .about_img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
  }

  .about_img .img1 {
    width: 550px;
    height: 500px;
    border-radius: 0px;
    object-fit: cover;
  }
  .about_img .img2-wrapper {
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0px;
    bottom: -100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about_img .img2-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00082e;
    opacity: 0.5;
    border-radius: 0px;
    z-index: 1;
  }

  .about_img .img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    position: relative;
    z-index: 0;
  }

  .about_img .img2-wrapper i {
    font-size: 50px; /* Size of the play icon */
    color: white;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .about_img .img2-wrapper i:hover {
    transform: scale(1.1); /* Little zoom effect on hover */
  }

  .about_img .img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .about_img .img3 {
    position: absolute;
    object-fit: cover;
    left: 156px;
    bottom: -80px;
    width: 60px;
    height: auto;
    z-index: 2;
  }

  /* Why To Attend  */

  .why_to_attend {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 0px;
  }
  .why_to_attend::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00082e;
    opacity: 0.7;
    z-index: 2;
  }
  .why_to_attend .container {
    position: relative;
    z-index: 3;
  }
  .why_to_attend .heading .title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .why_to_attend .heading .sub_title {
    color: #fff;
    width: 40%;
    margin: 0px auto;
    font-weight: 500;
    text-align: center;
  }
  .why_to_attend .heading .arrow {
    text-align: center;
  }
  .why_to_attend .heading .arrow i {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 5px;
    color: #eac169;
  }
  .why_to_attend .card {
    border-radius: 0px;
    border: none;
    height: 250px;
  }
  .why_to_attend .card .img-fluid {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
  }
  .why_to_attend .card .card-body {
    padding-top: 20px;
  }
  .why_to_attend .card1 {
    text-align: right;
  }
  .why_to_attend .card2 {
    text-align: left;
  }
  .why_to_attend .card .header_btn1 {
    padding: 15px 30px;
    color: #eac169;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
  }
  .why_to_attend .card .header_btn1:hover {
    background-color: #00082e;
    color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .why_to_attend .card .card-text {
    margin-bottom: 20px;
  }

  /* Gallery Section Start */

  .gallery {
    padding: 100px 0px;
    text-align: center;
  }

  .gallery .heading .title {
    font-size: 34px;
    font-weight: bold;
    color: #00082e;
    text-transform: uppercase;
    text-align: center;
  }
  .gallery .heading .sub_title {
    color: #00082e;
    width: 40%;
    margin: 0px auto;
    font-weight: 500;
    text-align: center;
  }
  .gallery .heading .arrow {
    text-align: center;
  }
  .gallery .heading .arrow i {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 5px;
    color: #eac169;
  }
  .gallery-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 20px;
  }
  .gallery-container img {
    object-fit: cover;
  }
  .gallery-container .img1 {
    margin-bottom: 25px;
    height: 350px;
  }
  .gallery-container .img2 {
    height: 350px;
  }

  .gallery-item {
    overflow: hidden;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
  }

  .gallery-item img:hover {
    transform: scale(1.05);
  }

  /* Responsive adjustments for smaller screens */
  @media (max-width: 768px) {
    .gallery-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    .gallery-container {
      grid-template-columns: 1fr;
    }
  }

  /* Clients Start */

  .clients {
    padding: 100px 0px;
    text-align: center;
    background-color: #f9f9f9;
  }

  .clients .heading .title {
    font-size: 34px;
    font-weight: bold;
    color: #00082e;
    text-transform: uppercase;
    text-align: center;
  }
  .clients .heading .sub_title {
    color: #00082e;
    width: 40%;
    margin: 0px auto;
    font-weight: 500;
    text-align: center;
  }
  .clients .heading .arrow {
    text-align: center;
  }
  .clients .heading .arrow i {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 5px;
    color: #eac169;
  }

  /* Slider */

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    object-fit: cover;
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }

  .video {
    background-image: url("../images/img8.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00082e;
    opacity: 0.7;
    z-index: 2;
  }

  .video i {
    color: white;
    font-size: 100px;
    z-index: 3;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .video i:hover {
    transform: scale(1.1);
  }
  .footer {
    padding: 20px 0px 20px 0px;
    background-color: #00082e;
  }
  .footer h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .footer ul li {
    font-size: 18px;
  }
  .footer ul li a:hover {
    color: #eac169;
  }
  .footer ul li i {
    margin-bottom: 15px;
    color: #eac169;
    font-size: 18px;
  }

  .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
  }
  .footer .footer1 {
    padding: 80px 0px 20px 0px;
  }
  .footer .footer2 {
    margin: 0px;
    text-align: center;
  }
  .footer .footer2 img {
    padding: 20px 0px 20px 0px;
    height: 150px;
  }

  .footer .footer2 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  
  .White-btn {
    font-size: 14px;
  }
  .event_content .card {
    background-color: transparent;
    width: 100%;
    padding-left: 60px;
  }
  .event_content .card .card-title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 5px;
  }
  .event_content .card .card-title span {
    font-weight: bold;
    color: #fff;
    font-size: 40px;
  }
  .event_content .card .expo {
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
  }
  .event_content .card .card-title1 {
    display: block;
    text-align: left;
    justify-content: space-between;
  }
  .event_content .card .card-title1 .day,
  .event_content .card .card-title1 .time,
  .event_content .card .card-title1 .location {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
  }
  .event_content .card .card-title1 i {
    color: #eac169;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .line {
    display: none;
  }

  .countdown .countdown-item {
    width: 120px;
    text-align: center;
    margin-right: 15px;
  }
  .countdown .countdown-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eac169;
    background-color: #fff;
    font-weight: bold;
    height: 90px;
    font-size: 32px;
  }
  .countdown .countdown-item p {
    background-color: #eac169;
    color: #00082e;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  .video_content .form_card .card {
    width: 70%;
    margin-top: -40px;
  }
  /* About Us  */

  .about_content .about_img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
  }

  .about_img .img1 {
    width: 450px;
    height: 400px;
    border-radius: 0px;
    object-fit: cover;
  }
  .about_img .img2-wrapper {
    width: 300px;
    height: 300px;
    position: absolute;
    right: -10px;
    bottom: -100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about_img .img2-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00082e;
    opacity: 0.5;
    border-radius: 0px;
    z-index: 1;
  }

  .about_img .img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    position: relative;
    z-index: 0;
  }

  .about_img .img2-wrapper i {
    font-size: 50px; /* Size of the play icon */
    color: white;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .about_img .img2-wrapper i:hover {
    transform: scale(1.1);
  }

  .about_img .img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .about_img .img3 {
    position: absolute;
    object-fit: cover;
    left: 170px;
    bottom: -80px;
    width: 60px;
    height: auto;
    z-index: 2;
  }
  .head_content .title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .about_content .heading .sub_title,
  .why_to_attend .heading .sub_title,
  .gallery .heading .sub_title,
  .clients .heading .sub_title {
    width: 50%;
  }
  .video_content .card form .header_btn1 {
    width: 50%;
  }
  .video_content .card form input {
    height: 45px;
  }
  .header-top .top-right {
    position: relative;
    display: flex;
    width: 25%;
    padding: 8px 3rem;
    background-color: #00082e;
    justify-content: space-evenly;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .top-right {
    width: 30%;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .navbar-brand {
    padding: 10px 0px;
  }
  .navbar-brand img {
    height: 60px;
  }
  .event_content .card {
    padding: 10px;
  }
  .event_content .card .card-title {
    font-size: 36px;
  }
  .event_content .card .card-title span {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
  }
  .event_content .card .expo {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .event_content .card .card-title1 {
    display: block;
    text-align: left;
    justify-content: space-between;
  }
  .event_content .card .card-title1 .day,
  .event_content .card .card-title1 .time,
  .event_content .card .card-title1 .location {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
  }
  .event_content .card .card-title1 i {
    color: #eac169;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .line {
    display: none;
  }

  .countdown .countdown-item {
    width: 100px;
    text-align: center;
    margin-right: 15px;
  }
  .countdown .countdown-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eac169;
    background-color: #fff;
    font-weight: bold;
    height: 80px;
    font-size: 30px;
  }
  .countdown .countdown-item p {
    background-color: #eac169;
    color: #00082e;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  .video_content .form_card .card {
    width: 90%;
    margin-top: -40px;
  }
  .video_content .card form input {
    height: 45px;
  }
  .about_content .heading .title {
    font-size: 28px;
  }
  .about_content .heading .sub_title {
    width: 50%;
  }
  .about_img .img1 {
    height: 450px;
    width: 450px;
  }
  .about_img .img2-wrapper {
    height: 300px;
    width: 300px;
    right: -40px;
  }
  .about_img .img3 {
    left: 110px;
  }
  .head_content .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .head_content {
    margin-left: 50px;
  }
  .head_content .arrow1 {
    margin-left: -40px;
  }
  .head_content .subtitle {
    font-size: 16px;
  }
  .gallery .gallery-container .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer h4 {
    font-size: 20px;
  }
  .footer ul li {
    font-size: 16px;
  }
  .footer .footer2 p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-top .top-right {
    width: 25%;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .navbar-brand {
    padding: 10px 0px;
  }
  .navbar-brand img {
    height: 60px;
  }
  .event_content .card {
    padding: 10px;
  }
  .event_content .card .card-title {
    font-size: 26px;
  }
  .event_content .card .card-title span {
    font-weight: bold;
    color: #fff;
    font-size: 26px;
  }
  .event_content .card .expo {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .video_content .card form .header_btn1 {
    width: 50%;
  }
  .event_content .card .card-title1 {
    display: block;
    text-align: left;
    justify-content: space-between;
  }
  .event_content .card .card-title1 .day,
  .event_content .card .card-title1 .time,
  .event_content .card .card-title1 .location {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
  }
  .event_content .card .card-title1 i {
    color: #eac169;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .line {
    display: none;
  }

  .countdown .countdown-item {
    width: 80px;
    text-align: center;
    margin-right: 15px;
  }
  .countdown .countdown-item span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eac169;
    background-color: #fff;
    font-weight: bold;
    height: 60px;
    font-size: 26px;
  }
  .countdown .countdown-item p {
    background-color: #eac169;
    color: #00082e;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
  }
  .video_content .form_card .card {
    width: 90%;
    padding: 0px;
    margin-top: -40px;
  }
  .video_content .card .trangle img {
    height: 50px;
    width: 70px;
    margin-top: -30px;
    margin-right: 10px;
  }
  .video_content .card form input {
    height: 45px;
  }
  .about_content {
    padding: 100px 0px;
  }
  .about_content .heading .title,
  .why_to_attend .heading .title,
  .gallery .heading .title,
  .clients .heading .title {
    font-size: 28px;
  }
  .about_content .heading .sub_title,
  .why_to_attend .heading .sub_title,
  .gallery .heading .sub_title,
  .clients .heading .sub_title {
    width: 70%;
  }

  .about_content .container,
  .why_to_attend .container {
    max-width: 95%;
  }

  .about_img .img1 {
    height: 400px;
    width: 400px;
  }
  .about_img .img2-wrapper {
    height: 250px;
    width: 250px;
    right: -40px;
  }
  .about_img .img3 {
    left: 60px;
  }
  .head_content .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .head_content .arrow1 {
    height: 80px;
  }
  .head_content {
    margin-left: 50px;
  }
  .head_content .arrow1 {
    margin-left: -40px;
  }
  .head_content .subtitle {
    font-size: 16px;
  }
  .gallery .gallery-container .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer h4 {
    font-size: 20px;
  }
  .footer ul li {
    font-size: 16px;
  }
  .footer .footer2 p {
    font-size: 14px;
  }
  .why_to_attend .col-6 {
    width: 100%;
  }
  .why_to_attend .card .card-body .card-title {
    font-size: 22px;
  }
  .footer .footer1,
  .footer .footer2 {
    text-align: center;
    padding-left: 0px !important;
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .header-top .top-right {
    width: 40%;
    display: none;
  }
  .header-top .inner-container {
    padding: 10px 0px;
  }
  .event_content .card {
    padding: 20px;
  }
  .video_bg {
    height: 100%;
  }
  .video_content {
    padding: 100px 10px;
  }
  .event_content {
    text-align: center;
  }
  .event_content .card .card-title1 {
    text-align: center;
  }
  .event_content .card .card-title {
    font-size: 36px;
  }
  .event_content .card .card-title span {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
  }
  .event_content .card .expo {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .event_content .card .card-title1 {
    display: block;
  }
  .line {
    display: none;
  }
  .countdown .countdown-item {
    width: 140px;
  }
  .countdown .countdown-item span {
    height: 80px;
  }
  .video_content .form_card .card {
    width: 80%;
    padding: 20px;
    margin-top: 40px;
  }
  .about_content .heading .title,
  .why_to_attend .heading .title,
  .gallery .heading .title,
  .clients .heading .title {
    font-size: 26px;
  }
  .about_content .heading .sub_title,
  .why_to_attend .heading .sub_title,
  .gallery .heading .sub_title,
  .clients .heading .sub_title {
    width: 95%;
  }
  .about_content .container {
    max-width: 95%;
  }
  .about_img .img1 {
    height: 450px;
    width: 450px;
  }
  .about_img .img2-wrapper {
    height: 350px;
    width: 350px;
    right: 0px;
    bottom: -80px;
  }
  .head_content {
    margin-top: 120px;
    margin-left: 0px;
  }
  .about_content {
    padding: 100px 0px;
  }
  .about_img .img3 {
    left: 85px;
  }
  .head_content .arrow1 {
    display: none;
  }
  .head_content .content1 {
    margin-top: 20px;
  }
  .head_content .title {
    font-size: 26px;
  }
  .head_content .subtitle {
    font-size: 18px;
  }
  .why_to_attend {
    height: 100%;
    padding: 60px 0px;
  }
  .why_to_attend .container {
    max-width: 95%;
  }
  .why_to_attend .container .col-6 {
    width: 100%;
  }
  .why_to_attend .container .card .col-md-8,
  .why_to_attend .container .card .col-md-4 {
    width: 50%;
  }
  .gallery {
    padding: 60px 0px;
  }
  .gallery .container {
    max-width: 95%;
  }
  .gallery-container .img1,
  .gallery-container .img2 {
    height: 250px;
    width: 100%;
    margin-bottom: 25px;
  }
  .gallery-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .video_content .form_card .card {
    padding: 40px 0px 10px 0px;
  }
  .footer {
    text-align: center;
  }
  .footer h4 {
    font-size: 20px;
  }
  .footer .footer1 {
    padding: 0px !important;
  }
  .footer ul li {
    font-size: 16px;
  }
  .footer .footer2 p {
    font-size: 14px;
  }
  .video i {
    font-size: 70px;
  }
  .video_content .card .trangle img {
    display: none;
  }
  .video_content .form_card .card {
    padding: 10px;
    width: 90%;
  }
}

@media (max-width: 480px) {
     .footer ul li {
    font-size: 14px;
  }
  .hero_bg{
    height: 26vh;
  }
  .hero_bg h1{
    font-size: 26px;
  }
  .hero_bg p{
    font-size: 14px;
  }
  .blog_card{
    padding: 10px 0px;
  }
  .blog_details{
    padding: 20px 0px;
  }
  .blog_details .card .event_date{
    display: block;
  }
  .blog_details .card .line1{
    display: none;
  }
  .blog_card .card .card-body .card-title{
    font-size: 20px;
  }
  .blog_card .card .card-body{
    padding: 10px;
  }
  .blog_card .card .card-body .date, .blog_card .card .card-body .time{
    font-size: 12px;
  }
  .read_more{
    font-size: 16px;
  }
  .blog_details .card .blog_img{
    height: 250px;
  }
  .blog_details .card .card_details{
    padding: 5px;
  }
  .event_img img{
    margin-bottom: 20px;
  }
  .blog_details .card .content_blog{
    margin-top: 5px;
  }
  .blog_details .card .content_blog .content_subtitle{
    text-align: justify;
  }
  .blog_details .enquiry_now{
    margin-top: 30px;
  }
  .blog_details .card .success_story .content_subtitle{
    font-size: 16px;
  }
    .blog_details .card .content_blog .title{
        font-size:26px;
    }










  .navbar .navbar-brand img {
    height: 60px;
  }
  .video_content {
    padding: 80px 0px;
  }
  .event_content {
    text-align: left;
  }

  .event_content .card .card-title,
  .event_content .card .card-title span {
    font-size: 22px;
  }
  .event_content .card .expo {
    font-size: 30px;
    margin-top: -10px;
  }
  .event_content .card .card-title1 {
    text-align: left;
  }
  .event_content .card .card-title1 .day,
  .event_content .card .card-title1 .time,
  .event_content .card .card-title1 .location {
    font-size: 16px;
  }
  .countdown .countdown-item span {
    height: 40px;
    font-size: 24px;
  }
  .countdown .countdown-item p {
    font-size: 16px;
  }
  .countdown .countdown-item {
    margin-right: 10px;
  }
  .card-btn .header_btn1 {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
  }
  .about_content {
    padding: 60px 0px;
  }
  .about_img .img1 {
    height: 380px;
    width: 380px;
  }
  .about_img .img2-wrapper {
    height: 250px;
    width: 250px;
    right: 0px;
    bottom: -80px;
  }
  .about_img .img3 {
    height: 50px;
    width: 50px;
    bottom: -70px;
    left: 10px;
  }
  .about_content .heading .title,
  .why_to_attend .heading .title,
  .gallery .heading .title,
  .clients .heading .title {
    font-size: 24px;
  }
  .about_content .heading .sub_title,
  .why_to_attend .heading .sub_title,
  .gallery .heading .sub_title,
  .clients .heading .sub_title {
    width: 100%;
    font-size: 14px;
  }
  .head_content .title {
    font-size: 22px;
  }
  .head_content .subtitle {
    font-size: 16px;
  }
  .why_to_attend .container .card .col-md-8,
  .why_to_attend .container .card .col-md-4 {
    width: 100%;
  }
  .why_to_attend {
    height: 100%;
  }
  .why_to_attend .card .card-body {
    padding: 20px;
    text-align: center;
  }
  .why_to_attend .card {
    height: 100%;
    margin: 0px !important;
  }
  .why_to_attend .container .col-6 {
    margin-bottom: 25px;
  }
  .gallery .container {
    width: 100%;
  }
  .gallery-container {
    padding: 0px;
  }
  .video {
    height: 40vh;
  }
  .footer .footer1 {
    text-align: left;
  }
  .instagram img {
  height: 350px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
}
