@font-face {
    font-family: 'Gilroy-Medium';
    src: url("assets/Gilroy-Medium.woff2") format('woff2')
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url("assets/Gilroy-ExtraBold.ttf") format('truetype')
}

* {
    font-family: Gilroy-Medium;
    outline: 2px dotted red !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.rt1{
    font-size:x-large;
    width:120%;
}
.text_box{
    width:120%;
    
}
.nav_bar {
    /* position:absolute; */
    height: 9rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2%;
    gap: 7%;
}

.logo {
    width: 11%;
    height: 4rem;
    background: url("assets/swiggy-logo_C.webp");
    background-size: contain;
    background-repeat: no-repeat;

}

.right_portion {
    width: 77%;
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 1%;
}

.right_child {
    height: 2rem;
    width: 17%;
    text-align: center;
}

a:hover {
    color: rgb(255, 82, 0);
}

#crn3 {
    width: 27%;
}

#crn5 {
    width: 20%;
}

a {
    text-decoration: none;
    font-size: x-large;
    font-weight: 200;
    color: rgb(62, 61, 61);
}

.main_bg_map {
    height: 70rem;
    width: 100%;
    background: url("assets/bg_map.webp");
    background-size: cover;
    align-items: center;
    position: absolute;
    z-index: -1;
}

.main_line {
    height: 10rem;
    width: 100%;
    text-align: center;
    padding-top: 5rem;

    background: none;
    position: absolute;
    z-index: 1;
}

h1 {
    font-family: Gilroy-ExtraBold;
    font-size: xxx-large;
    /* font-weight:200; */
}

.right_arrow {
    position: absolute;
    right: 0;
    top: 20%;
    height: 19rem;
    width: 27%;
    background: url("assets/about-banner-right-arrow.webp") no-repeat;
    background-size: 100% 100%;
}

.left_arrow {
    height: 14rem;
    width: 30%;
    background: url("assets/about-banner-left-arrow.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 4%;
}

.dots3 {
    height: 0rem;
    width: 0%;
    display: none;
}

.side_bar {
    position: fixed;
    top: 0;
    right: -100%;
    /* Completely off-screen */
    width: 250px;
    height: 100%;
    background-color: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.4s ease;
    /* Smooth sliding effect */
    z-index: 1000;
    padding-top: 60px;
}

#menu-toggle:checked~.side_bar {
    right: 0;
    /* Slide into view */
}

@media (orientation: portrait) {
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .right_portion {
        display: none;
    }

    .nav_bar {
        height: 6rem;
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        align-items: center;
    }

    .dots3 {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1001;
        position: relative;
        margin-right: 2rem;
        background: radial-gradient(circle, #333 2px, transparent 2.5px);
        background-size: 100% 33%;
        
    }

    #menu-toggle:checked~.main_bg_map {
        filter: blur(4px) brightness(0.7);
        pointer-events: none;
    }


    .logo {
        width: 120px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .left_arrow,
    .right_arrow {
        width: 45%;
        height: 10rem;
    }
}

.side_bar ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.side_bar a {
    font-size: 1.2rem;
    display: block;
}

.main_line {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tag_line {
    font-size: xx-large;
    color: rgb(192, 187, 187);
}

.tag_l {
    width: 90%;

}

.upper_ani {
    width: 100%;

    display: flex;
    justify-content: center;

}

.food {

    width: 50%;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ani_1 {
    animation-name: pop2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-timing-function: normal;
    background: url("assets/food.webp") no-repeat;
    background-size: 100% 100%;

}

#ani_2 {
    animation-name: pop2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: normal;
    animation-delay: 2s;
    background: url("assets/banner-Instamart.png") no-repeat;
    background-size: 100% 100%;

}

#ani_3 {
    animation-name: pop2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: normal;
    animation-delay: 3s;
    background: url("assets/dineout.webp") no-repeat;
    background-size: 100% 100%;
}

#ani_4 {
    animation-name: pop1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: normal;
    animation-delay: 0s;
    width: 28%;
    height: 13rem;
    background: url("assets/swiggy-sign.webp") no-repeat;
    background-size: 100% 100%;
}

#ani_5 {
    animation-name: pop2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: normal;
    animation-delay: 4s;
    background: url("assets/Scenes-new-icon.png") no-repeat;
    background-size: 100% 100%;
}

.down_ani {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ani1 {
    width: 25%;
    display: flex;
    justify-content: center;
}

@keyframes pop1 {
    0% {
        width: 0%;
        height: 0rem;
    }

    40% {
        height: 11rem;
        width: 25%;

    }

    60% {
        width: 28%;
        height: 13rem;

    }

    80% {
        height: 11rem;
        width: 25%;

    }

    100% {
        width: 28%;
        height: 13rem;

    }
}

@keyframes pop2 {
    0% {
        width: 0%;
        height: 0rem;
    }

    40% {
        height: 13rem;
        width: 45%;
    }

    60% {
        width: 50%;
        height: 15rem;
    }

    80% {
        height: 13rem;
        width: 45%;
    }

    100% {
        width: 50%;
        height: 15rem;

    }
}

.second_part {
    margin-top: 60%;
    width: 20rem;
    width: 100%;
    background: none;
}

.next_heading {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 1%;
}

.ipo_heading {
    color: rgba(68, 71, 74, 0.75);
}

.right_line {
    height: 0.19rem;
    width: 2.4%;
    background: rgb(255, 82, 0);
}

.next_video {
    height: 50rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

video {
    margin-top: 1%;
    width: 56%;
    border-radius: 4rem;
    background-size: 100% 100%;
}
.know_us{
    height:50rem;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;

}
.tab_menu{
    /* height:40rem; */
    width:40%;
}
/* 1. Header with Lines */
.header_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.line {
    height: 2px;
    width: 80px;
    background-color: #fc8019;
}

.swiggy-reset-wrapper {
    width: 100%;
    text-align: left; 
    padding: 100px 0;
}

.tab_system {
    display: grid !important; 
    grid-template-columns: 250px 1fr; /* NAV on left, CONTENT on right */
    padding-left:6%;
    max-width: 140%;
    margin: 0 auto;
    gap: 80px;
    align-items: start;
}

/* 3. The Nav (Must be a Column) */
.side_nav {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.side_nav label {
    font-size: xx-large;
    /* padding-left:30; */
    color: #bebfc5;
    padding-top: 2rem;
    padding-left:19%;
    cursor: pointer;
    font-weight: 500;
}

.tab-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid #e9e9eb;
    margin: 0;
}

input[name="swiggy-tab"] { display: none !important; }

.tab_content { display: none; }

#mission-trigger:checked ~ .display_area .mission_panel,
#vision-trigger:checked ~ .display_area .vision_panel,
#values-trigger:checked ~ .display_area .values_panel {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

/* 5. Active Tab Styling (The Swiggy Orange) */
#mission-trigger:checked ~ .side_nav label[for="mission-trigger"],
#vision-trigger:checked ~ .side_nav label[for="vision-trigger"],
#values-trigger:checked ~ .side_nav label[for="values-trigger"] {
    color: rgb(255, 82, 0);
    font-weight:bold;
    
}

/* 6. Fix Content Widths */
.text_box { flex: 1.3;  width:44%; color:#97989c;}
.media_box { flex: 2; width:93%; padding-left:20%; }
.media_box img { width: 100%; border-radius: 24px; }
#mission-trigger:checked ~ .side_nav label[for="mission-trigger"]::after {
    content: " →";
    color: rgb(255, 82, 0);
}
#values-trigger:checked ~ .side_nav label[for="values-trigger"]::after {
    content: " →";
    color: rgb(255, 82, 0);
}
#vision-trigger:checked ~ .side_nav label[for="vision-trigger"]::after {
    content: " →";
    color: rgb(255, 82, 0);
}
#if2{
    width:137%;
    height:27rem;
    border-radius:3rem;
}
#if21{
    width:100%;
    height:33rem;
    border-radius:3rem;
}
.swiggy-reset-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    /* border:2px solid blue; */
    width:150%;
    height:30rem;
}
.img1{
    width:15%;
    height:10rem;
    margin-left:40%;
}
.blank_box{
    width:0%;
}
.tab_system{
    width:160%;
    height:40rem;
}
.side_nav{
    
    width:130%;
    height:30rem;
}
.rr{
    height:7rem;
}
.display_area{
    width:100%;
}
.know_us_container{
    display:flex;
    justify-content:center;
    align-items:center;
    width:80%;
}
.get_know{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:1%;

}
.right_line2 {
    height: 0.19rem;
    width: 4.3%;
    background: rgb(255, 82, 0);
}
#more_button{
    width:40%;
    height:4rem;
    background:rgb(255, 82, 0);
    border:none;
    border-radius:15px;
    font-size:x-large;
    color:white;
}
.industry_heading{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.industry_content{
    width:100%;
    height:50vh;
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 2%;

}
.right_textu21{
    width:40%;
    height:40vh;
    font-size:x-large;
    color:#97989c;
}
.r_i{
    display:flex;
    justify-content:center;
    align-items:center;
    width:37%;
    height:40vh;
    border: 2px solid gray;
    border-radius:30px;
}
.left_image{
    width:90%;
    height:35vh;
    background:url("assets/flying_hero.webp") no-repeat;
    background-size:100% 100%;

}
.left_image:hover{
    width:100%;
    height:40vh;

}