@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

* {

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */

}
/* accordion */
.accordion {
    border-radius: 10px;
    /*  background: linear-gradient(145deg, #1e2024, #23272b); */
    background: linear-gradient(145deg, #fff, #fff);
    /*   box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e; */
    position: relative;
    margin: 0px;
}

.accordion h3 {

    color: #333333;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    /* cursor: pointer; */
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
}
h3:hover{
    color: #f59937;
}
.accordion::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 20px;
    height: 20px;
    /* border-radius: 100%; */
    /* -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; */
    /* background:url(https://res.cloudinary.com/bharathzz/image/upload/v1695800859/icons/arrow-up-01-512_owcg8u.webp) center center/cover no-repeat; */

    /* Use the SVG data URL as the background image */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg{fill:%233f59937}%3C/style%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'%3E%3C/path%3E%3C/svg%3E");
    /* Ensure the background image is scaled to fit the container */
    background-size: cover;
    /*  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e; */
}

.accordion.active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cstyle%3Esvg{fill:%23f59937}%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'%3E%3C/path%3E%3C/svg%3E");

}

.accordion p {
    font-size: 15px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    opacity: .5;
    padding: 5px;

}
.number-flex{
    display: flex;
    flex-direction: row;
    margin: 10px;
}

.flex-num{
    display: flex;
    flex-direction: column;
}
.myButton {
	background-color:#44c767;
	border-radius:9px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color :#ffffff!important;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	margin-left: 25px;
	padding: 5px;
	text-decoration:none;
	text-shadow:-1px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.answer {
    overflow: hidden;
    height: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

}
body {
    background-color: #f7f7f7;
}
#greetings{
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.9);
}
.image-text-search {
    background: #fff center center/cover no-repeat;
    background-size: cover;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 118px;
    /* position: sticky; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 10;
    transition: background-image 2s;



}



/* carosal-css */
.carousel_items {
    display: flex;
    wrap: nowrap;
    overflow: hidden;
    margin: 0px 5px 20px 5px;


}

.carousel_item {
    position: relative;
    min-width: 100%;
    height: 90px;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 10px;
    border: 2px solid #f59937;
}

.carousel_text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    padding: 0.5rem 1rem;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-shadow: 1px 1px black;
    font-size: calc(1.5rem + 0.3vw);
    font-weight: bolder;
}

.item1 {
    background-image: url("https://res.cloudinary.com/bharathzz/image/upload/v1693458149/food%20images/2-1_nv6bny.jpg");
}

.item2 {
    background-image: url("https://res.cloudinary.com/bharathzz/image/upload/v1693457736/food%20images/e5mina8f1lec82gbfvda.jpg");
}

.item3 {
    background-image: url("https://res.cloudinary.com/bharathzz/image/upload/v1693457736/food%20images/e5mina8f1lec82gbfvda.jpg");
}

.item4 {
    background-image: url("https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8QUl8ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=60");
}

.item5 {
    background-image: url("https://images.unsplash.com/photo-1673901736622-c3f06b08511f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=874&q=80");
}

/* carosal-css */
.main-like-to-eat {
    display: block;
    color: #f2f2f2;
    font-family: 'Roboto';
    font-size: 15px;
    /* font-weight: 800; */
    padding-top: 2px;
    padding-bottom: 20px;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.9);
    text-align: right;
    padding-right: 0px;
    }

.top-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 16px;

}

/* @media (min-width: 1530px) {
    .top-container {
        padding: 2px 13.5% 0px 13.2%;
    }
} */

.container-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px;

    width: 830px;
    height: 45px;
    margin: -26px 10px 10px 10px ;
}

.bell-icon {
    margin-right: 12px;
    width: 44px;
    border: none;
    z-index: 0;
    border-radius: 50%;
    margin-bottom: 40px;
}

input {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 800;

    color: #353a42;
}

input::placeholder {
    font-family: 'Anek Telugu';
    font-size: 15px;
    font-weight: 800;
    color: #bdbec1;
    
}


.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px;
}

.serach-icon {
    margin-right: 2px;
    margin-left: 10px;
}

.bar-icon {
    margin-right: 10px;
}

@media (min-width: 766px) {
    .wrapper-div {
        width: 80%;
        height: auto;
        margin: auto;
    }
}


@media (min-width: 992px) {
    .wrapper-div {
        width: 80%;
        margin: auto;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .wrapper-div {
        width: 75%;
        margin: auto;
        height: auto;
    }
}

@media (min-width: 15490px) {
    .wrapper-div {
        width: 90%;
        margin: auto;
        height: auto;
    }
}







::-webkit-scrollbar-track {
    background: orange;
}

::-webkit-scrollbar-thumb {
    background: orange;
}

::-webkit-scrollbar-thumb:hover {
    background: orange;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;



}

.movie-container-multy {
    display: flex;

    overflow-x: scroll;
    padding: 5px 10px 10px 5px;
    margin: 26px 10px 10px 5px;
    cursor: grab;


}

@media (min-width: 766px) {
    .movie-container-multy {
        overflow: hidden;
    }
}

@media (min-width: 1500px) {
    .movie-container-multy {
        margin: 26px 55px 10px 20px;
    }
}

.sroll-container-image {
    object-fit: cover;
    min-width: 153px;
    height: 63px;
}

.imageh1 {
    display: inline-block;
    color: white;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.9);
    padding-bottom: 5px;
    margin-top: 35px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Anek Telugu';
}



.movie-card {
    flex: 0 0 auto;
    height: 90px;
    width: 140px;
    margin-right: 15px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;

}



.movie-card h3 {
    font-size: 14px;
    margin: 10px;
    justify-content: center;
    text-align: center;

}

.image-inside-text {
    position: absolute;


}

.scroll-values-top {
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    flex-direction: center;
    justify-content: center;
    text-align: center;
}

.sroll-container-image1 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699262996/Restarent-Asserts/urs_friendly_egg/Pizza%20Omlette/Pizza_Omlette_mr3ge5.webp');

}

.sroll-container-image2 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699256724/Restarent-Asserts/urs_friendly_egg/Egg%20Snack%27s/Egg_Kulfi_double_t5n6to.webp');


}

.sroll-container-image3 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699256799/Restarent-Asserts/urs_friendly_egg/Egg%20Starters/Egg_Manchuria_agmodv.webp');

}

.sroll-container-image4 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699256864/Restarent-Asserts/urs_friendly_egg/Special%20Menu/Double_Decker_Omlette_o1wouh.webp');

}

.sroll-container-image5 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699256958/Restarent-Asserts/urs_friendly_egg/Cheese%20and%20Sandwich/Cheese_Sandwich_Omlette_ittmjx.webp');

}

.sroll-container-image6 {
    background-image: url('https://res.cloudinary.com/dtke9rvb6/image/upload/v1699257181/Restarent-Asserts/urs_friendly_egg/Chef%27s%20Special/Masala_Omlette_busnmu.webp');

}





/* containers-css */
.image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 3px;
    margin-top: 2px;
    padding: 1px 13px 13px 13px;
    margin-left: 9px;
    margin-right: 1px;

}

img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    /* border-radius: 26px 26px 26px 26px; */
    border-radius: 0px;
    /* Adding border radius */
}
.image-caption {
    text-align: center;
    color: rgba(2, 6, 12, 0.75);
    font-family: 'Anek Telugu';
    font-size: 15px;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
}


.image-container-radius {
    border-radius: 0px 0px 54px 0px;
    object-fit: cover;
    height: 120px;
padding: 0px;
    /* padding: 12px 12px 2px 12px; */
    box-sizing: border-box;
    border: none;
}

.image-wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #f8f9fa;
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgb(232, 232, 232);

}

.image-wrapper:hover {
    box-shadow: rgba(28, 28, 28, 0.08) 0px 1.42623px 2.85246px;


}

.text-lines-containers {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.explore-text {
    text-align: center;
}

.text-lines {
    padding: 2px 12px 2px 12px;
    margin: -2px 2px 2px 2px;
}

.google-maps {

    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    margin: 0px;

}

.iframe-style-ok {
    border: 4px solid white;
    border-radius: 20px;
    background-color: white;
    padding: 5px;
    margin: 10px;
}








/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2022 codewithsadee
 */





/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

    /**
   * colors
   */

    --rich-black-fogra-29: hsl(210, 26%, 7%);
    --champagne-pink_20: hsla(23, 61%, 86%, 0.2);
    --independence_30: hsla(245, 17%, 29%, 0.3);
    --gray-x-11-gray: hsl(0, 0%, 73%);
    --champagne-pink: hsl(23, 61%, 86%);
    --spanish-gray: hsl(0, 0%, 60%);
    --sonic-silver: hsl(0, 0%, 47%);
    --deep-saffron: hsl(32, 100%, 59%);
    --dark-orange: hsl(28, 100%, 58%);
    --desert-sand: hsl(23, 49%, 82%);
    --isabelline: hsl(38, 44%, 96%);
    --gainsboro: hsl(0, 0%, 87%);
    --tangerine: hsl(31, 84%, 50%);
    --cinnabar: hsl(3, 90%, 55%);
    --black_95: hsla(0, 0%, 0%, 0.95);
    --cultured: hsl(0, 0%, 93%);
    --white: hsl(0, 0%, 100%);
    --black: hsl(0, 0%, 0%);
    --onyx: hsl(0, 0%, 27%);

    /**
   * typography
   */

    --ff-shadows-into-light: 'Shadows Into Light', cursive;
    --ff-roboto: 'Roboto', sans-serif;
    --ff-rubik: 'Rubik', sans-serif;

    --fs-1: 3.2rem;
    --fs-2: 2.2rem;
    --fs-3: 1.8rem;
    --fs-4: 1.4rem;
    --fs-5: 1.2rem;

    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;

    /**
   * spacing
   */

    --section-padding: 60px;

    /**
   * shadow
   */

    --shadow-1: 0 1px 4px hsla(0, 0%, 0%, 0.2);
    --shadow-2: 0 1px 2px hsla(0, 0%, 0%, 0.2);

    /**
   * transition
   */

    --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;

    /**
   * clip path
   */

    --clip-path-1: polygon(0 40%, 100% 0%, 100% 100%, 0 100%);
    --clip-path-2: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
img,
svg,
span,
input,
select,
button,
textarea,
ion-icon {
    display: block;
}

img {
    height: auto;
}

input,
select,
button,
textarea {
    background: none;
    border: none;
    font: inherit;
}

input,
select,
textarea {
    width: 100%;
}

button {
    cursor: pointer;
}

ion-icon {
    pointer-events: none;
}

address {
    font-style: normal;
}

html {
    font-family: var(--ff-roboto);
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    color: var(--sonic-silver);
    font-size: 1.6rem;
    line-height: 1.6;
    overflow-x: hidden;
}

body.active {
    overflow: hidden;
}

:focus-visible {
    outline-offset: 4px;
}

::selection {
    background-color: var(--deep-saffron);
    color: var(--white);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: var(--cultured);
}

::-webkit-scrollbar-thumb {
    background-color: var(--deep-saffron);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--tangerine);
}





/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
    padding-inline: 15px;
}

.h1,
.h2,
.h3,
.h4 {
    font-family: var(--ff-rubik);
    color: var(--rich-black-fogra-29);
    line-height: 1.2;
    letter-spacing: -1px;
}

.h1,
.h2 {
    font-size: var(--fs-1);
}

.h2,
.h3,
.h4 {
    font-weight: var(--fw-600);
}

.h3 {
    font-size: var(--fs-2);
}

.h4 {
    font-size: var(--fs-3);
}





/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

/* .navbar, */


.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: var(--color);
    font-family: var(--ff-rubik);
    font-size: 2.8rem;
    font-weight: var(--fw-700);
    letter-spacing: -2px;
}

.logo .span {
    display: inline-block;
    color: var(--deep-saffron);
}

.header-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-btn {
    color: var(--btn-color);
    font-size: 20px;
}

.search-btn ion-icon {
    --ionicon-stroke-width: 50px;
}

.nav-toggle-btn {
    display: grid;
    gap: 4px;
}

.line {
    width: 10px;
    height: 3px;
    background-color: var(--btn-color);
    border-radius: 5px;
    transition: var(--transition-1);
}

.line.middle {
    width: 20px;
}

.line.bottom {
    margin-left: auto;
}

.nav-toggle-btn.active .line.top {
    transform: translate(1px, 3px) rotate(45deg);
}

.nav-toggle-btn.active .line.middle {
    transform: rotate(-45deg);
}

.nav-toggle-btn.active .line.bottom {
    transform: translate(-1px, -3px) rotate(45deg);
}

.navbar {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    background-color: var(--white);
    padding-inline: 20px;
    box-shadow: var(--shadow-1);
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: var(--transition-1);
}

.navbar.active {
    height: 236px;
    visibility: visible;
}

.navbar-list {
    margin-block: 10px;
}

.nav-item:not(:last-child) {
    border-block-end: 1px solid hsla(0, 0%, 0%, 0.04);
}

.navbar-link {
    color: var(--rich-black-fogra-29);
    font-size: var(--fs-4);
    font-family: var(--ff-rubik);
    font-weight: var(--fw-500);
    padding: 10px 15px;
    transition: var(--transition-1);
}





/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero-banner {
    display: none;
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 145px 60px;
    text-align: center;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.hero-subtitle {
    color: var(--dark-orange);
    font-family: var(--ff-shadows-into-light);
    font-size: var(--fs-3);
    letter-spacing: 1px;
    margin-block-end: 25px;
}

.hero-title {
    color: #fff;
    max-width: 15ch;
    margin-inline: auto;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.hero-text {
    color: var(--desert-sand);
    margin-block: 15px 30px;
    max-width: 44ch;
    margin-inline: auto;
}

.hero .btn {
    margin-inline: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;

}

.hero .btn:is(:hover, :focus) {
    background-color: var(--white);
    color: #fff;

}




/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer {
    overflow: hidden;
}

.footer-top {
    position: relative;
    padding-block: 44px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    border-block-end: 2px solid var(--independence_30);
}

.footer-top::after {
    content: url(../images/delivery-boy.svg);
    position: absolute;
    bottom: -11px;
    left: -160px;
    width: 160px;
    animation: running-cycle 20s linear infinite;
}

@keyframes running-cycle {
    0% {
        left: -160px;
    }

    100% {
        left: 100%;
    }
}

.footer-top .container {
    display: grid;
    gap: 30px;
}

.footer .logo {
    color: var(--rich-black-fogra-29);
    font-size: 3rem;
}

.footer-text {
    margin-block: 15px 25px;
}

.social-list {
    display: flex;
    gap: 5px;
}

.social-link {
    background-color: var(--dark-orange);
    color: var(--white);
    font-size: 1.5rem;
    padding: 10px;
    transition: var(--transition-1);
}

.social-link:is(:hover, :focus) {
    /* background-color: var(--rich-black-fogra-29); */
    background-color: #ffa200;
    color: var(--white);

}

.footer-list-title {
    position: relative;
    max-width: max-content;
    color: var(--rich-black-fogra-29);
    font-family: var(--ff-rubik);
    font-size: var(--fs-3);
    font-weight: var(--fw-600);
    letter-spacing: -1px;
    margin-block-end: 20px;
}

.footer-list-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 15px);
    background-color: var(--deep-saffron);
    width: 40px;
    height: 4px;
    border-inline-end: 5px solid var(--deep-saffron);
    box-shadow: inset -5px 0 0 var(--white);
}

.footer-list {
    margin-bottom: auto;
}

.footer-list>li:not(:last-child) {
    margin-block-end: 15px;
}

.footer-list address {
    max-width: 31ch;
}

.footer-form {
    background-color: var(--white);
    padding: 30px;
    border: 1px solid var(--cultured);
    box-shadow: var(--shadow-2);
}

.input-wrapper {
    display: grid;
    gap: 10px;
    margin-block-end: 10px;
}

.input-field {
    color: var(--spanish-gray);
    font-size: var(--fs-4);
    border: 1px solid var(--cultured);
    padding: 8px 12px;
}

.input-field::placeholder {
    color: var(--spanish-gray);
}

.input-field::-webkit-calendar-picker-indicator {
    opacity: 0.5;
}

textarea.input-field {
    min-height: 50px;
    max-height: 150px;
    height: 100px;
    resize: vertical;
    margin-block-end: 10px;
}

.footer-form .btn {
    font-size: var(--fs-15);
    --height: 40px;
    --padding-inline: 25px;
}

.footer-form .btn:is(:hover, :focus) {
    background-color: var(--rich-black-fogra-29);
}

.footer-bottom {
    padding-block: 20px;
    text-align: center;


}

.copyright-link {
    display: inline-block;
}

.copyright-link:is(:hover, :focus) {
    text-decoration: underline;
}

/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: var(--deep-saffron);
    color: var(--white);
    padding: 15px;
    border-radius: 50%;
    box-shadow: var(--shadow-1);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-1);
}

.back-top-btn.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
}

.back-top-btn:is(:hover, :focus) {
    background-color: var(--rich-black-fogra-29);
}


/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 480px screen
 */

@media (min-width: 480px) {

    /**
   * HEADER
   */

    .header-btn-group .btn {
        display: block;
        --bg-color: var(--dark-orange);
    }

}

/**
 * responsive for larger than 550px screen
 */

@media (min-width: 550px) {

    /**
   * REUSED STYLE
   */

    .container {
        max-width: 550px;
        width: 100%;
        margin-inline: auto;
    }

    .has-scrollbar>li {
        min-width: calc(50% - 5px);
    }



    /**
   * HERO
   */

    .hero-title {
        --fs-1: 4.2rem;
    }



    /**
   * FOOTER
   */

    .footer-top .container {
        grid-template-columns: 1fr 1fr;
    }

}






@media (min-width: 768px) {

    /**
   * REUSED STYLE
   */

    .container {
        max-width: 720px;
    }

    /**
   * DELIVERY
   */
    .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 50px;
    }
}


/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {

    /**
   * CUSTOM PROPERTY
   */

    :root {

        /**
     * spacing
     */

        --section-padding: 120px;

    }

    /**
   * REUSED STYLE
   */

    .container {
        max-width: 960px;
    }

    .has-scrollbar>li {
        min-width: calc(33.33% - 6.66px);
    }

    .h2 {
        --fs-1: 4.2rem;
    }

    /**
   * HEADER
   */

    .nav-toggle-btn {
        display: none;
    }

    .header .container {
        gap: 20px;
    }

    .navbar,
    .navbar.active {
        all: unset;
        margin-inline-start: auto;
    }

    .navbar-list {
        margin-block: 0;
        display: flex;
        gap: 5px;
    }

    .nav-item:not(:last-child) {
        border-block-end: none;
    }

    .navbar-link {
        --fs-4: 1.5rem;
        color: var(--btn-color);
        letter-spacing: -0.5px;
    }


    /**
   * FOOTER
   */

    .footer-top .container {
        grid-template-columns: 1fr 1fr 1fr 1.6fr;
    }





    /**
   * BACK TO TOP
   */

    .back-top-btn {
        bottom: 20px;
        right: 30px;
    }

}


/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

    /**
   * REUSED STYLE
   */

    .container {
        max-width: 1200px;
    }


    /**
   * FOOTER
   */

    .footer-top .container {
        grid-template-columns: 1.4fr 1fr 1fr 1.6fr;
    }

}




/* loader-css */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#content {
    display: block;
}
.loader {
          width: 48px;
          height: 48px;
          margin: auto;
          position: relative;
        }
        .loader:before {
            content: '';
            width: 48px;
            height: 5px;
            background: #f59937;
            opacity: 0.25;
            position: absolute;
            top: 60px;
            left: 0;
            border-radius: 50%;
            animation: shadow 0.5s linear infinite;
          }
          .loader:after {
            content: '';
            width: 100%;
            height: 100%;
            background: #f59937;
            animation: bxSpin 0.5s linear infinite;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 4px;
          }
        @keyframes bxSpin {
          17% {
            border-bottom-right-radius: 3px;
          }
          25% {
            transform: translateY(9px) rotate(22.5deg);
          }
          50% {
            transform: translateY(18px) scale(1, .9) rotate(45deg);
            border-bottom-right-radius: 40px;
          }
          75% {
            transform: translateY(9px) rotate(67.5deg);
          }
          100% {
            transform: translateY(0) rotate(90deg);
          }
        }

        @keyframes shadow {
          0%, 100% {
            transform: scale(1, 1);
          }
          50% {
            transform: scale(1.2, 1);
          }
        }

/* loader-css */

