@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Risque&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #000000 0%, rgba(5, 18, 30, 0.68) 100%),
        url("backgroundq.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.target-section {
    scroll-margin-top: 23vh;
}

.background-color {
    margin: 0;
    padding: 0;
    color: white;
    width: 100%;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(104.05deg, #030f19 -2.59%, #0b192c 110.84%);
}
*,
p {
    margin: 0;
    padding: 0;
}
.logo {
    width: 208px;
    object-fit: cover;
    top: 90px;
    left: 45px;
    margin-top: 25px;
}
nav {
    position: absolute;
    width: 100%;
}
nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1rem;
    gap: 1rem;
}
nav li {
    height: 50px;
    position: relative;
}
nav a {
    height: 100%;
    padding: 0.3rem 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    position: relative;
}

nav a:hover {
    color: white;
}

.hoverStyle:hover {
    color: white;
}

.hoverStyle::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 0%;
    height: 3px;
    background-color: #e87722;
    transition: width 0.5s;
}

.hoverStyle:hover::before {
    width: 80%;
}

nav li:first-child {
    margin-right: auto;
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    /* box-shadow: -10px 0 10 px rgba(0,0,0,0.1); */
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li {
    width: 100%;
}
.sidebar a {
    width: 100%;
}
.menu-button {
    display: none;
}
.button {
    /* width: 164;
    height: 37;
    top: 22px; */
    /* left: 1250px;
    gap: 10px; */
    border-radius: 50px;
    border-width: 0px;
    border: solid 1px #e87722;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    background: linear-gradient(205deg, #efecfae9 -2%, #e87722 58.01%),
        linear-gradient(
            150.72deg,
            rgba(232, 119, 34, 0.2) 44.43%,
            rgba(255, 110, 0, 0.08) 78.48%
        ),
        radial-gradient(
                46.92% 80.91% at 82.31% 11.62%,
                rgba(255, 255, 255, 0.2) 0%,
                rgba(255, 255, 255, 0) 100%
            )
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 9px 10px -2px rgba(255, 110, 0, 0.4);

    color: white;
    font-family: "Risque", cursive;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}
.ieee-link,
.forty-years {
    filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
    .hideOnMobile {
        display: none;
    }
    .menu-button {
        display: block;
    }
}
@media (max-width: 425px) {
    .logo {
        width: 98px;
        height: 32.96942901611328px;
        top: 90px;
        left: 45px;
        margin-top: 10px;
    }
}
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    padding: 0 20px;
    color: white;
}
.hero-text {
    font-family: "Montserrat", serif;
}

.hero-text h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 1.4;
    letter-spacing: 0%;
    font-family: "Montserrat", sans-serif;
}

.hero-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}
.date,
.location {
    color: #e87722;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}
.main {
    width: 588;
    height: 158;
    top: 246px;
    left: 424px;
}
.line {
    width: 446px;
    height: 2.65px;
    border: 0 none;
    margin-left: auto;
    background-color: white;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .hero-text h1 {
        font-size: 20px;
    }
    .hero-text h2 {
        font-size: 14px;
        margin-bottom: 17.5px;
    }
    .date,
    .location {
        font-size: 10px;
    }
    .line {
        width: 264px;
        margin-top: 10px;
        margin-bottom: 8px;
        height: 1.9px;
    }
}

.ieee-banner {
    width: 100%;
    background-color: #030f19;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.logo-container {
    width: 90%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    overflow: visible;
}

.logo-container img {
    height: 65px;
    max-width: 100%;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

@media (max-width: 426px) {
    .logo-container {
        width: 98%;
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
        padding: 0 5px;
    }

    .logo-container img {
        height: 22px;
        /* max-width: 65px; */
    }

    .ieee-banner {
        padding: 20px 0;
        overflow-x: hidden;
    }

    .logo {
        object-fit: contain;
        /* filter: brightness(0) invert(1); */
        transition: transform 0.3s ease;
    }
}
@media (max-width: 420px) {
    .ieee-link,
    .forty-years,
    .ias,
    .pels,
    .ieee-main {
        height: 32px;
        max-width: 60px;
        margin: 2px;
    }
    .logo-container {
        gap: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .logo-container {
        flex-direction: row;
        justify-content: center;
        gap: 25px;
    }
    .logo-container img {
        height: 45px;
        max-width: 85px;
    }
    .ieee-banner {
        padding: 25px 0;
    }
}

@media (max-width: 360px) {
    .logo-container {
        gap: 6px;
        width: 100%;
        justify-content: space-around;
    }
    .logo-container img {
        height: 28px;
        max-width: 50px;
        margin: 1px;
    }
    .ieee-banner {
        padding: 15px 0;
    }
}

@media (max-width: 320px) {
    .logo-container {
        gap: 4px;
    }
    .logo-container img {
        height: 25px;
        max-width: 42px;
        margin: 0;
    }
    .ieee-banner {
        padding: 12px 0;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Playwrite+HR+Lijeva+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.timeline-section {
    padding-top: 5rem;
    text-align: center;
}
.timeline-heading {
    font-size: 3.25rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 85px;
}

.timeline-heading::after {
    content: "";
    display: block;
    width: 320px;
    height: 1px;
    background: #ffffff97;
    margin: 12px auto 0;
    border-radius: 2px;
}

.timeline-heading::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 7px;
    background-color: #e87722;
}

.timeline-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
}
.timeline-card {
    background-color: #04111e;
    padding: 30px 20px;
    padding-bottom: 35px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    /* box-shadow: 0 10px 20px rgba(242, 157, 56, 0.2); */
    /* box-shadow: 0px 19px 11px -2px rgba(232, 119, 34, 1); */
    /* box-shadow: 0px 34px 24px -10px rgba(232, 119, 34, 1); */
    /* box-shadow: 0px 14px 24px 3px rgba(232, 119, 34, 1);  */
    /* box-shadow: 0px 11px 10px 3px rgba(255, 255, 255, 0.6); */
    /* box-shadow: 0px 8px 10px 1px rgba(232, 119, 34, 1); */
    /* box-shadow: 0px 9px 10px -2px rgba(232, 119, 34, 1); */
    /* box-shadow: 0px 3px 10px -2px rgba(232, 119, 34, 1); */
    /* box-shadow: 0px 10px 10px 3px rgba(255, 110, 0, 0.4); */
    box-shadow: 0 4px 5px 6px rgba(203, 116, 50, 0.3),
        0 7px 5px 6px rgba(255, 111, 0, 0.1);
}

.timeline-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 1px;
    background: linear-gradient(#111828, #111828) padding-box,
        linear-gradient(90deg, #e87722 0%, #ff6e00 100%) border-box;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    z-index: -1;
}

.timeline-card:hover {
    transform: translateY(-1px);
}

.timeline-card .date {
    color: rgba(232, 119, 34, 1);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.timeline-card .title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0rem;
}
@media (max-width: 444px) {
    .timeline-heading {
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        width: auto;
    }
    .timeline-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 40px 0px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .timeline-card {
        width: 170.2px;
        height: 70px;
        border-radius: 50px;
        padding: 0px;
        text-align: center;
        position: relative;
        background: #111828;
        border: none;
        box-shadow: 0px 10px 10px 3px rgba(255, 110, 0, 0.4);
        margin-left: auto;
        margin-right: auto;
    }
    .timeline-card::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50px;
        padding: 1px;
        background: linear-gradient(
            180deg,
            #e87722 0%,
            rgba(255, 110, 0, 0.6) 100%
        );

        -webkit-mask: linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;

        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude;

        z-index: -1;
    }

    .timeline-card .date {
        font-size: 9.5px;
        margin-bottom: 4px;
        color: rgba(232, 119, 34, 1);
        font-weight: 500;
    }

    .timeline-card .title {
        font-size: 10px;
        font-weight: 600;
        line-height: 1.2;
    }
}
@media (max-width: 480px) {
    .timeline-heading::after {
        width: 202px;
        height: 1px;
        background: linear-gradient(to right, #e87722 24%, #ffffff 20%);
    }
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.events {
    width: 90%;
    margin: 180px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.events-title {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 0;
    text-align: center;
    color: #ffffff;
}

.events-desc {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #e87722;
}

.events-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.events-container-card {
    width: 280px;
    height: 360px;
    border: 1px solid #7ddcc8;
    border-radius: 24px;
    box-shadow: 0 8px 16px rgba(125, 220, 200, 0.8),
        0 10px 30px rgba(125, 220, 200, 0.5);
}

@media (max-width: 1320px) {
    .events-container-card {
        width: 252px;
        height: 324px;
    }
}

@media (max-width: 1050px) {
    .events-container {
        width: 95%;
    }
}

@media (max-width: 990px) {
    .events-container-card {
        width: 224px;
        height: 288px;
    }
}

@media (max-width: 910px) {
    .events {
        margin: 90px auto;
        gap: 40px;
    }
    .events-title {
        font-size: 33px;
    }
    .events-desc {
        font-size: 15px;
    }
    .events-container {
        width: 90%;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .events-container-card {
        width: 280px;
        height: 360px;
    }
}

@media (max-width: 910px) {
    .events-desc {
        font-size: 14px;
    }
}

.registrations {
    width: 100%;
    margin: 180px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding: 0 20px;
}

.registrations-title {
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    line-height: 0;
    text-align: center;
    color: #ffffff;
}

.registrations-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 80px;
    column-gap: 60px;
    padding: 0 20px;
    overflow: hidden;
}

.registrations-container-card {
    width: 580px;
    height: 230px;
    display: flex;
    justify-content: center;
}

.registrations-container-card-left {
    width: 70%;
    padding: 25px;
    padding-bottom: 5px;
    background: linear-gradient(180deg, #9fe7f5 0%, #012f43 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clip-path: polygon(0% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 0% 100%);
}

.registrations-container-card-left-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.registrations-container-card-left-top-price {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.old-price-container {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    position: relative;
}

.old-price {
    position: relative;
    font-size: 20px;
    opacity: 0.7;
}

.price-line {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    height: 2px;
    width: 95%;
    margin: 0 auto;
    background-color: var(--orange);
    transform: translateY(-50%);
    transform: rotate(-8deg);
}

.new-price {
    font-size: 42px;
    font-weight: 700;
}

.button-container {
    display: flex;
    width: fit-content;
    flex-direction: column;
    gap: 12px;
}

.early-bird-offer {
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
}

.registrations-container-card-left-top-subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.registrations-container-card-left-button {
    width: 180px;
    height: 42px;
    color: #ffffff;
    background: linear-gradient(225deg, #efecfa 0%, #e87722 30%, #e87722 100%);
    font-family: "Risque", serif;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #e87722;
    border-radius: 24px;
    box-shadow: 0 1px 0 #ffd700, 0 6px 0 #e67300,
        0 7px 0 rgba(235, 242, 250, 0.6), 0 10px 15px rgba(255, 136, 0, 0.7);
}

.registrations-container-card-right {
    width: 30%;
    background-color: #7597a0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 90%, 0% 10%);
}

.registrations-container-card-right-cutline {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: repeating-linear-gradient(
        to bottom,
        white,
        white 8px,
        transparent 8px,
        transparent 16px
    );
}

.registrations-container-card-right-barcode {
    width: 95px;
    height: 190px;
    padding: 12px 24px 12px 12px;
    border: 1px solid black;
}

.registrations-container-card-right::after {
    content: "Two Day Pass";
    color: #e87722;
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    position: absolute;
    right: 14px;
    bottom: 170px;
    transform: rotate(-90deg);
    transform-origin: bottom right;
}

@media (max-width: 1180px) {
    .registrations-container-card {
        width: 520px;
        height: 210px;
    }
    .registrations-container-card-left {
        padding: 45px 22px 55px 22px;
    }
    .registrations-container-card-left-top-price {
        font-size: 38px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 22px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 38px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 16px;
    }
    .registrations-container-card-left-button {
        width: 165px;
        height: 38px;
        font-size: 18px;
    }
    .registrations-container-card-right-barcode {
        width: 85px;
        height: 170px;
        padding: 10px 22px 10px 10px;
    }
    .registrations-container-card-right::after {
        font-size: 15px;
        bottom: 152px;
    }
}

@media (max-width: 1070px) {
    .registrations-container-card {
        width: 460px;
        height: 185px;
    }
    .registrations-container-card-left {
        padding: 40px 20px 50px 20px;
    }
    .registrations-container-card-left-top-price {
        font-size: 34px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 20px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 34px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 15px;
    }
    .registrations-container-card-left-button {
        width: 150px;
        height: 35px;
        font-size: 17px;
    }
    .registrations-container-card-right-barcode {
        width: 76px;
        height: 155px;
        padding: 9px 20px 9px 9px;
    }
    .registrations-container-card-right::after {
        font-size: 14px;
        right: 12px;
        bottom: 140px;
    }
}

@media (max-width: 910px) {
    .registrations {
        margin: 90px auto;
        gap: 60px;
    }
    .registrations-title {
        font-size: 33px;
    }
    .registrations-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .registrations-container-card {
        width: 480px;
        height: 190px;
    }
    .registrations-container-card-left {
        padding: 40px 20px 50px 20px;
    }
    .registrations-container-card-left-top-price {
        font-size: 31px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 15px;
    }
    .registrations-container-card-left-button {
        width: 164px;
        height: 37px;
        font-size: 18px;
    }
    .registrations-container-card-right-barcode {
        width: 80px;
        height: 160px;
        padding: 10px 20px 10px 10px;
    }
    .registrations-container-card-right::after {
        font-size: 14px;
        right: 12px;
        bottom: 142px;
    }
}

@media (max-width: 710px) {
    .registrations-container-card {
        width: 95%;
        max-width: 433px;
        height: 172px;
    }
    .registrations-container-card-left {
        padding: 25px 15px 30px 15px;
    }
    .registrations-container-card-left-top-price {
        font-size: 24px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 14px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 24px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 12px;
    }
    .registrations-container-card-left-button {
        width: 135px;
        height: 30px;
        font-size: 15px;
    }
    .early-bird-offer {
        font-size: 12px;
    }
    .registrations-container-card-right-barcode {
        width: 72px;
        height: 144px;
        padding: 9px 18px 9px 9px;
    }
    .registrations-container-card-right::after {
        bottom: 132px;
    }
}

@media (max-width: 610px) {
    .registrations-container-card {
        width: 95%;
        max-width: 384px;
        height: 152px;
    }
    .registrations-container-card-left {
        padding: 22px 14px 25px 14px;
    }
    .registrations-container-card-left-top-price {
        font-size: 22px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 13px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 22px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 11px;
    }
    .registrations-container-card-left-button {
        width: 120px;
        height: 26px;
        font-size: 14px;
    }
    .early-bird-offer {
        font-size: 11px;
    }
    .registrations-container-card-right-barcode {
        width: 64px;
        height: 128px;
        padding: 8px 16px 8px 8px;
    }
    .registrations-container-card-right::after {
        font-size: 13px;
        right: 10px;
        bottom: 120px;
    }
}

@media (max-width: 430px) {
    .registrations-container-card {
        width: 95%;
        max-width: 335px;
        height: 133px;
    }
    .registrations-container-card-left {
        padding: 18px 12px 20px 12px;
    }
    .registrations-container-card-left-top-price {
        font-size: 20px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 12px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 20px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 10px;
    }
    .registrations-container-card-left-button {
        width: 105px;
        height: 24px;
        font-size: 13px;
    }
    .early-bird-offer {
        font-size: 10px;
    }
    .registrations-container-card-right-barcode {
        width: 56px;
        height: 112px;
        padding: 7px 14px 7px 7px;
        border: none;
    }
    .registrations-container-card-right::after {
        font-size: 12px;
        right: 9px;
        bottom: 106px;
    }
}

@media (max-width: 380px) {
    .registrations-container {
        row-gap: 40px;
        column-gap: 20px;
    }
    .registrations-container-card {
        width: 95%;
        max-width: 300px;
        height: auto;
        min-height: 120px;
    }
    .registrations-container-card-left {
        padding: 15px 8px 18px 8px;
    }
    .registrations-container-card-left-top-price {
        font-size: 18px;
    }
    .registrations-container-card-left-top-price .old-price {
        font-size: 11px;
    }
    .registrations-container-card-left-top-price .new-price {
        font-size: 18px;
    }
    .registrations-container-card-left-top-subtitle {
        font-size: 9px;
    }
    .registrations-container-card-left-button {
        width: 90px;
        height: 22px;
        font-size: 12px;
        margin-top: 5px;
    }
    .early-bird-offer {
        font-size: 9px;
    }
    .registrations-container-card-right {
        width: 25%;
    }
    .registrations-container-card-right-barcode {
        width: 40px;
        height: 80px;
        padding: 5px 5px 5px 5px;
    }
    .registrations-container-card-right::after {
        font-size: 10px;
        right: 6px;
        bottom: 80px;
    }
}
:root {
    --orange: #e87722;
    --bg: #091626;
}

.main {
    color: white;
    font-family: "Poppins", sans-serif;
}
.font-sizes-white {
    font-weight: 500;
}
.font-sizes-orange {
    font-size: 20px;
    font-weight: 300;
}
.orange-hr {
    opacity: 1;
    width: 90%;
    height: 1.5px;
    background-color: var(--orange);
    border: none;
    margin-left: 5%;
    margin-right: 5%;
}

.orange {
    color: var(--orange) !important;
}

.white-hr {
    width: 75%;
    height: 1px;
    background-color: white;
    border: none;
    opacity: 1;
}

.white-hr2 {
    margin-left: 25%;
}

.white-hr-3 {
    margin: 0 auto;
    width: 60%;
}

.para {
    font-size: 17px;
}
.margin-left-52 {
    margin-left: 52%;
}
.bottom-hr {
    visibility: hidden;
}
.admin-block {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.font {
    font-weight: bold;
}
.margin-top {
    margin-top: 1.5rem;
}
@media (max-width: 767px) {
    .responsive-row1 {
        flex-wrap: wrap-reverse;
        padding-left: 0.7rem;
    }
    .responsive-row2 {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .admin-block {
        margin-top: 2rem;
        width: 80%;
    }
    .white-hr1 {
        width: 50%;
    }
    .white-hr2 {
        width: 50%;
        margin-left: 50%;
    }
    .margin-left-52 {
        margin-left: 1.4rem;
    }
    .margin-left-host {
        margin-left: 53%;
    }
    .iframe-margin {
        margin-bottom: 2rem;

        height: 17rem;
        width: 100%;
    }
    .adjust-iframe {
        width: 70%;
    }
    .margin-top {
        margin-top: 2rem;
    }
    .para {
        font-size: 10px;
        line-height: 16px;
        font-weight: 300;
        padding: 0 1.4rem 0 1.4rem;
    }
    .bottom-hr {
        visibility: visible;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }

    .font-sizes-orange {
        font-size: 20px;
        font-weight: 300;
    }
    .font-sizes-white {
        font-size: 24px;
    }
    .special {
        font-size: 30px;
        font-weight: 500;
    }
    .font {
        font-size: 16px;
        font-weight: normal;
    }
    .special-1 {
        font-size: 17px;
        font-weight: 300;
    }
    .font-style {
        font-weight: 400;
        font-size: 15px;
    }
    .gap {
        margin-top: 3rem;
    }
    .responsive {
        height: 15rem;
        width: 90%;
        margin-left: 5%;
    }
}
@media (max-width: 320px) {
    .wrap {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    .para {
        font-size: 10px;
        line-height: 16px;
    }
}

.microsoft-service {
    padding: 1.5rem;
    border: solid 1px white;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .microsoft-service {
        padding: 1rem;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        width: 93%;
    }
}

@media (max-width: 480px) {
    .microsoft-service {
        padding: 0.7rem;
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        width: 93%;
    }
}

.container.para {
    max-width: 100%;
}

.sponsorship-content {
    font-family: "Montserrat", sans-serif;
    padding: 120px 0px 25%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.sponsorship-main-heading {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 60px;
    line-height: 1.2;
    position: relative;
}

.sponsorship-main-heading::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 30%;
    width: 40%;
    height: 3px;
    background-color: #e87722;
}

.orange-underline {
    width: 200px;
    height: 3px;
    background-color: var(--orange);
    margin: 0 auto 60px;
}

.sponsorship-sub-heading {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: left;
}

.sponsorship-description {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sponsorship-description:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sponsorship-content {
        padding: 100px 20px 60px;
    }

    .sponsorship-main-heading {
        font-size: 28px;
        text-wrap-mode: nowrap;
        text-align: center;
    }

    .sponsorship-sub-heading {
        font-size: 22px;
        text-wrap-mode: nowrap;
        text-align: center;
    }

    .sponsorship-description {
        font-size: 16px;
        padding: 0 10px;
    }

    .orange-underline {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .sponsorship-main-heading {
        font-size: 20px;
    }

    .sponsorship-sub-heading {
        font-size: 16px;
    }

    .sponsorship-description {
        font-size: 14px;
    }
}

.about-section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-heading {
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.about-title {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.about-description-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.about-description {
    font-size: 1.35rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.1rem;
    }
    .about-description {
        font-size: 1.05rem;
    }

}

footer {
    padding: 1rem;
}

