/* Anubhav's code */
@import url('https://fonts.googleapis.com/css2?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');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
:root {
     --brand-color-1: #f2921d;
     --brand-color-1h: #d18a00;
     --brand-color-2: #0071ba;
     --brand-color-2h: #2cb1bf;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    line-height: 1.375;
    padding: 0; margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    font-family: "Poppins", serif !important;
}
/* Layout */
.container {
	max-width: 960px;
}
a {
	text-decoration: none !important;
}
a:hover { 
	text-decoration: none;
}

ul,
ul li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
    font-size: 2.25rem;
    margin: 1.25rem 0 1rem;
    font-weight: 800;
}

h2 {
   font-size: 2rem;
   margin: 1.25rem 0 1rem;
   font-weight: 400;
}

h3 {
    font-size: 1.8rem;
    margin: 1.25rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}
h4 {
    font-size: 1.5rem;
    margin: 1.56rem 0 1rem;
    font-weight: 400;
    line-height:140%;
}

img {
    max-width: 100%;
    height: auto;
}
p {
	margin-bottom: 1rem;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.f-scrolled header {
  -webkit-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
}
.container {
    min-width: 320px;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

/***----**/

form.fForm .form-item {
    padding-top: 0;
    padding-bottom: 1rem;
}
form.fForm label {
    width: 100%;
    text-align: left;
    display: block;
    padding-top: 0;
    font-size: 0.875rem;
}
input  {
  width: 100% !important;
}
input[type="submit"] {
  width: auto !important;
}
input[type="text"],
input[type="password"], 
select, 
textarea {
    padding: 0.5rem !important;
    width: calc(100% - 2px) !important;
    border: 1px solid #c6d4f9;
    border-radius: 0.3rem !important;
    margin: 2px !important;
    height: 36px !important;
    font-size: 0.75rem;
    transition: 0.6s all;
}
textarea {
    height: 54px !important;
}
input[type="text"]:focus, 
input[type="password"]:focus,
select:focus, 
textarea:focus {
	border: 3px solid #8da4ef !important;
    outline-color: #8da4ef;
    border-radius: 5px;
}
form.fForm .buttons {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.fForm .buttons input {
    margin-right: 0 !important;
}
form.fForm .buttons input:focus {
    border: 3px solid var(--brand-color-1);
    margin: 2px;
    margin-right: 0;
}
form.fForm .buttons input[type="submit"]:focus {
    border: 3px solid #3e63dd;
    margin: 0;
    margin-right: 0;
}

form.fForm .form-item-error input,
form.fForm .form-item-error select,
form.fForm .form-item-error textarea {
	border: 2px solid #CC0000;
	margin: 1px;
}
form.fForm .form-item-error > label {
	color: #cc0000;
}
.fModule {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0.5rem 0;
}
header .fModule {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.region-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin: 0 -15px; */
}

.no-title .fPageTitle {
  display: none;
}
.fPageTitle {
  background: #31386a;
  padding: 10px 0;
}
.fPageTitle h1 {
  color: #fff;
  font-size: 2rem !important;
  padding: 0 15px;
}
form.fForm fieldset {
  border: 0 none;
  margin: 1rem 0;
  padding: 0;
}
a.fButton, form.fForm .buttons input, .listing-header-item-currency input,
.discount-code input[type="submit"] {
  position: relative;
  padding: 0.3rem 0.7rem;
  font-size: 0.925rem;
  color: #ffffff !important;
  font-weight: 400;
  text-align: center;
  background-color: #3e63dd;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: all 300ms ease;
  display: inline-block;
  border: 3px solid #3e63dd;
  font-family: "Poppins", serif !important;
}
a.fButton:hover, form.fForm .buttons input:hover, .listing-header-item-currency input:hover,
.discount-code input[type="submit"]:hover {
    opacity: 0.85;
}
footer {
  background: #000;
  padding: 15px 0 0;
}
.iconset .fMenu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.iconset .fMenu > li {
  list-style: none;
  padding: 1rem !important;
  background: #f5f5f5;
  transition: 0.5s all;
  position: relative;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  flex: 1 1 280px;
  margin: 0;
}
.iconset .fMenu > li > a {
  display: block;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  color: #000 !important;
}
.iconset img {
  width: auto;
  max-width: 64px;
  display: block;
  margin-bottom: 0.5rem;
  display: block;
}
.iconset .fMenu ul {
  margin: 0;
  margin-top: 0px;
  margin-top: 1rem !important;
  display: block;
}
.iconset .fMenu ul li {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0.25rem !important;
  list-style: square; 
  padding-left: 14px !important;
  position: relative;
  list-style: none;
}
.iconset .fMenu ul a {
  font-weight: 500;
  color: #000 !important;
}
.iconset .fMenu ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
}
.iconset .fMenu li a::after {
  display: none;
}
.discount-code .form-item > * {
  flex: 0 0 auto;
}
.discount-code input[type="text"] {
  width: 85% !important;
  height: auto !important;
}
.discount-code input[type="submit"] {
  width: 13% !important;
}
.discount-code .form-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.discount-code label {
  width: 100%;
}
form.fForm .form-heading,
fieldset legend {
  margin: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #3e63dd !important;
  color: #3e63dd !important;
  font-size: 1.25rem;
  padding-left: 0;
}
.has-user form #field_id_24529 {
  display: none;
}
.has-user .fForm {
  margin-top: 30px;
}
.fForm .hint, .fForm .error {
  margin-left: 0 !important;
}
.path-user-login- #form-item-username {
  display: block !important;
}
.wrap {
  max-width: 100%;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.iti {
  width: 100%;
}
.iti input {
  padding-left: 85px !important;
}
/* form {
  margin: 3rem 0;
} */
.no-title .fPageTitle {
    display: none;
}
footer {
    background: rgba(0, 0, 0, .9);
}
footer p {
    margin-bottom: 1rem;
    color: #fff;
    /* font-size: 12px; */
}
.fHeading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    padding-bottom: 1rem;
}
.fHeading h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #f53f7b;
}

.fPageTitle {
    background-size: cover;
    background-position: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://www.indianpanorama.in/assets/images/city-guide/banner/agra.webp);
    background-repeat: no-repeat;
    position: relative;
}
.fPageTitle:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.fPageTitle h1 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 2rem;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}
form .form-item-type-radio .form-item-option.checkbox,
form .form-item-type-radio .form-item-option.checkbox label,
form .form-item-type-radio,
form.fForm .form-item-type-boolean label  {
    display: flex;
    align-items: center;
}
form .form-item-type-radio {
    gap: 40px;
    margin-top: 3rem;
}
form .form-item-type-radio > label {
    width: auto;
}
form .form-item-type-radio .form-item-option.checkbox {
    margin-left: 0 !important;
    gap: 20px;
}
.section-title,
.hasTitle .fModuleTitle h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  line-height: 1.34;
  color: #ed5e64;
}
.section-title span,
.hasTitle .fModuleTitle h3 span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
/* .section-title::after,
.hasTitle .fModuleTitle h3:after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #d50a21;
  margin: 10px auto 0;
  border-radius: 2px;
} */
footer {
  color: white;
  background-color: #000;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 75%);
  font-size: 14px;
  position: relative;
}
.region-footer {
  display: flex;
}
.logoFooter img {
  max-height: 80px;
}
.fFooterContent .fModuleTitle h3 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
footer .fModule {
  padding: 1rem 15px;
}
#nav-up {
  position: absolute;
  outline: none;
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: 1%;
  right: 2%;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9 !important;
}
.fHeader .fLogo.fLogoRight img {
  max-height: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  header .wrap {
    overflow: visible;
  }
  
}