:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#000;
  --inner-color1:#c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #d93a13 0%, #be2702 100%)
}



/* BenguiatStd */
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
/* BenguiatStd */
@font-face {
  font-family: 'BenguiatStd-Book';
  src: url('../fonts/BenguiatStd-Book.otf');
}

@font-face {
  font-family: 'BenguiatStd-Medium';
  src: url('../fonts/BenguiatStd-Medium.otf');
}
/* poppins */

@font-face {
   font-family: 'Poppins-Light';
   src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/aws/Poppins-Bold.ttf');
}







/* common-css */
html{scroll-behavior: smooth;}
body{margin: 0;padding: 0;font-family: 'Poppins-Light';color: #37342d;font-size: 16px;line-height: 24px;}
a{text-decoration: none;}
ul {list-style-type: none;padding: 0px;margin: 0px;}
button:focus {outline: 0px !important;}
a:hover {text-decoration: none;}
.w-100 {width: 100%;}
.w-auto {width: auto !important;}
.h-100 {height: 100%;}
.txt-undline {text-decoration: underline !important;}
.container {max-width: 1530px !important;}
  /* Home-grid */
.home-grid-section {display: grid;width: 100%;grid-template-columns: 320px 1fr 320px;grid-gap: 0px;padding: 40px;padding-bottom: 0;}
.grid-left {overflow: hidden;margin-top: 0px;}
.grid-middle {overflow: hidden;}
#header .container {max-width: 1230px !important;}


@media screen and (min-width:1800px) {
  .home-grid-section {grid-template-columns: 400px 1fr 400px;}
  .grid-bg-set{background-size: 100%;}
}

@media screen and (max-width:1320px) {
  #header .container, .container {
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 1230px) {
  #header .container, .container {
    max-width: 1080px !important;
  }
}
/* common-css-close */

/* Header */

.h-br {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.left_thoranam{
  left: 0;
}
.right_thoranam{
  right: 0;
}
.left_thoranam, .right_thoranam{
  position: absolute;
  top: 0;
  height: 420px;
  z-index: 2;

}
.h-bg1 {
  background-image: url(../images/header-top-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 20px 0;
  position: relative;
}
.hlogo-part {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 1230px;
  margin-inline: auto;
  position: relative;
  padding-bottom: 10px;
}
.left_logo{
  position: absolute;
  left: -150px;
}
.right_logo{
  position: absolute;
  right: -150px;
}
.left_logo img, .right_logo img {
  height: 160px;
}
.center-logo {
  height: 110px;
  width: 100%;
  object-fit: contain;
}
.header-top-section .container {max-width: 1230px !important;padding-left: 0;padding-right: 0;}
@media screen and (max-width:1230px) {
  .center-logo {
    height: 125px;
    margin-bottom: -12px;}
}
/* Header-close */
/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  /* padding-bottom: 60px; */
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right-dgn, .left-dgn {
  position: absolute;
  top: 0;
  height: 550px;
  z-index: -1;
}
.right-dgn {
  left: 0;
}
.left-dgn {
  right: 0;
}
.header_bottom_line{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header {
  background-image: var(--theme-gradiant);
  position: relative;
  padding: 5px 5px 0;
  max-width: 1230px;
  margin: auto;
  border-radius: 30px;
  z-index: 10;
}

.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {padding: 0;width: 100%;}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-inline: 20px;
  }
.navbar>ul {width: 100%;}
.navbar li {position: relative;}
.navbar > ul > li {white-space: nowrap;}
/* .navbar > ul > li.login-n {margin-left: auto;} */
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white-color) !important;
  font-family: 'Poppins-Medium';
  transition: color 0.3s, background 0.3s;
  padding: 9px 0;
  border-radius: 0px;
  line-height: 100%;
  letter-spacing: 0.4px;
  border-bottom: 2px solid #ddd0;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  z-index: 20;
	display: none;
}
.navbar a:hover,
.navbar li.active>a,
.navbar li:hover  a, .menu-active a {
  border-bottom: 2px solid;
  color: #feed01;
}
.navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width: 200px 
  }
  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    color:#000 !important;
    background: var(--white-color);
  }
  .navbar .menu-item-has-children ul a i {font-size: 12px;  }
.navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
    color: var(--white-color);
	background-color: #ff9037;
	border-radius:0;
}
  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .mobile-nav-show,
  .mobile-nav-hide {display: none;}
  .aws-app-menu {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .main-bg {
    z-index: 10;
    padding-bottom: 10px;
  }
  
  #header {
    padding: 0;
    }
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 100%;
    width: 97%;
    max-width: 96%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
	background-image: linear-gradient(180deg, #f87f3a 0%, #bc2500 100%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {color: var(--white-color);}
  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{font-size: 12px !important;padding: 6px 15px;}
  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {display: block;}

  .mobile-nav-hide {
    color: var(--white-color);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {left: 0;}
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 7%;
    top: 12%;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

.header .navbar > ul > span.log-blk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.login-n a {
  color: var(--white-color) !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fbd807, #f56618);
  padding-inline: 10px;
  border-radius: 30px;
  border: none !important;
  transition: all .4s linear;
}
.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login-n a:hover {
  background-image: linear-gradient(to top, #fc434b, #ad1117);
  transition: all .4s linear;
}
.navbar ul .cart-btn a {
    background: linear-gradient(#ff9e33, #ed480e);
    padding: 6px 12px;
    border-radius: 30px;
    position: relative;
    bottom: 2.5px;
    border-color: transparent !important;
}
    .navbar ul .cart-btn a:hover {
        border-color: transparent;
    }
@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;}
}

@media screen and (max-width: 1199px) {
  .navbar a, .navbar a:focus {
    font-size: 12px;
    padding: 10px 0px;
  }
  .home-grid-section {grid-template-columns: 1fr;}
}

                                  /* bootom=menu */

@media (min-width: 1023px) {.aws-app-menu{display: none;}}
@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #ae1215;
}
.aws-app-menu > div * {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #fff;
  line-height: 10px;      
}
.aws-app-menu > div i {font-size: 20px;}
.aws-app-menu > div {justify-content: space-between;}   
.dropdown-active a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-active a {
  font-size: 12px !important;
  padding: 6px 15px;
  position: relative;
}
.navbar .menu-item-has-children > .dropdown-active {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none;
  background: transparent;
}                              
}                                  

.navbar .menu-item-has-children ul {
  padding-inline: 0;
}
.navbar .menu-item-has-children ul a {
  border: none;
}
/* Header-menu-close */
/* panchangam */
  .grid-title {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
  }
  .panchagam-heading {
  padding-top: 40px;
}
  .panchangam_table{
  padding-inline: 9%;
  padding-top: 15px;
}
.panchangam_table .table {border: 1px solid #ffffff8c;}
.panchangam_table .table tr td {
  background: transparent;
  border: 1px dashed #ffffff8c;
  color: #fff;
  font-size: 15px;
}
.panchangam_table .table tr td span:first-child {
  color: #fff000;
}
.panchangam_table .table tr td p {
  margin-bottom: 0;
}
.panchagam-icon {
  margin-bottom: 7px;
}
.week_days{
  border: 1px solid #ffffff8c;
  text-align: center;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
}
.small_title{color: #fff000;}
.panchangam_table > p {
  text-align: center;
  padding-inline: 10px;
  margin-top: 16px;
  color: #fff;
}
.donate-btn a {
  background: #fe873f;
  display: inline-flex;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  gap: 10px;
  text-transform: uppercase;
  transition: all .4s linear;
  position: relative;
}
.donate-btn a:hover {
  background: #fb5e03;
  transition: all .4s linear;
  transform: translateY(-5px);
}
.grid-right {
  height: 100%;
}
#panchangam {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.donate-btn {
  margin-top: auto;
  margin-bottom: 45px;
}
    /* panchangam close */
/* banner-section */
.grid-bg-set{
  background: url(../images/panchangam_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.grid-middle .banner-wrap {
  border: 3px solid #89801f;
  border-top-left-radius: 15px;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom: 0;
}
.banner-sec{
  position: relative;
}
.banner_border_deg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 18px;
}
.carousel-indicators{margin-bottom: 1.3rem;}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
}
.carousel-indicators .active{
  background-color: #fe873f;
  opacity: 1;
}
@media screen and (min-width:1920px) {
  .grid-bg-set{
  height: auto;}
}

@media screen and (max-width:1800px) {
  .panchangam_table .table tr td {
  font-size: 12px;
  line-height: 20px;
}
.grid-bg-set .week_days h6, .grid-bg-set .week_days p {
  font-size: 13px;
  line-height: 21px;
}
.panchangam_table > p {
  font-size: 14px;
  line-height: 22px;
}
.banner-icon-bar img {
  max-height: 440px;
  object-fit: cover;
  object-position: top;
}
.grid-title {
  font-size: 24px;}
  .panchagam-icon {
  height: 50px;
}
}

@media screen and (max-width: 1600px) {
  .panchangam_table .table tr td {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
  }
  .donate-btn a {
  font-size: 14px;
  padding-block: 7px;
}
.grid-bg-set .week_days h6, .grid-bg-set .week_days p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .panchangam_table {
  padding-top: 10px;
}
.week_days {padding: 10px;}
  
    .panchangam_table > p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* banner-section close */

/* news-letter-sec */
.latest-sec {
  padding: 5px 0px;
}
.latest-block {
  /* border: 1px solid #887f1f; */
  /* border-radius: 60px; */
  overflow: hidden;
  /* background: #c7ae463d; */
}
.latest-hd-wrap {
  /* background-color: #887f1f; */
  padding:0px 15px;
  border-radius: 60px;
}
.latest-hd {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fe873f;
  font-family: 'Poppins-SemiBold';
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.latest-hd img {
  margin-left: 10px;
  /* filter: brightness(100); */
  height: 12px;
}
.latest-content {
  width: 100%;
}
.latest-content .news {
  position: relative;
  height: 30px !important;
  overflow: hidden;
  transform: translateY(-50%);
  top: 50%;
 width:250px;
}
.latestnew-li {
  margin: 0px;
  position: absolute;
  top: 0px;
}
.latestnew-li li {
  position: relative;
  padding-left: 45px;
}
.latestnew-li li::before {
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #eebc01;
  margin-left: -25px;
  display: inline-block;
}
.latestnew-li li a {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.25px;
}

@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap {display: none;}
  .latestnew-li li a {font-size: 12px;letter-spacing: 0;}
}
/* news-letter-sec-close */

/* welcome_sec */
.welcom_sec  {
  position: relative;
  padding-block: 60px 30px;
  text-align: center;
  z-index: 0;
}
.welcom_sec .welcom_outer_deg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.welcom_sec .welcom_outer_deg.left{left: 0;}
.welcom_sec .welcom_outer_deg.right{right: 0;transform: translateY(-50%) rotateY(180deg);}

.wel_sub_title{
  font-family: 'BenguiatStd-Book';
  font-size: 28px;
  line-height: 36px;
  letter-spacing: .25px;
  color: #89801f;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.wel_title::after{
  position: absolute;
  content: "";
  width: 100%;
  max-width: 223px;
  height: 29px;
  background: url(../images/welcome_text_deg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  right:10%;
}
.wel_title::before{
  position: absolute;
  content: "";
  width: 100%;
  max-width: 223px;
  height: 29px;
  background: url(../images/welcome_text_deg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  left:10%;
}
.wel_title{
  font-family: 'BenguiatStd-Medium';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: .25px;
  color: #f87d04;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.welcom_sec p{text-align: center;padding-inline: 20px;}

.common_btn2 {
  border: 1px solid #a9a08c;
  display: inline-flex;
  color: #000;
  padding-block: 0;
  padding-left: 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .75px;
  font-family: 'Poppins-Light';
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color .3s linear;
}

.common_btn2 span {
  position: relative;
  z-index: 2;
}

.common_btn2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #f4f3ef;
  top: 0;
  transition: all .4s linear;
  border-radius: 50px;
  z-index: -1;
}

/* expand from left */
.common_btn2.hover-left::after {
  left: 0;
  right: auto;
}

/* expand from right */
.common_btn2.hover-right::after {
  right: 0;
  left: auto;
}

.common_btn2.hover-left:hover::after,
.common_btn2.hover-right:hover::after {
  width: 100%;
}

.common_btn2:hover {
  color: #f87d04;
}

.wel_border {
  padding-block: 20px;
}

.main_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.main_btns li a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .75px;
  font-family: 'Poppins-Regular';
  background: #ddd;
  position: relative;
  padding-inline: 2px 20px;
  padding-block: 2px;
  min-width: 220px;
}
.main_btns li a span {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff6e;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s linear;
}
.main_btns li a span{
  background-color: #00000042;
}
.main_btns li:nth-child(1) a:hover{
  background-color: #dd5502;
  transition: all .4s linear;
  transform: translateY(-4px);
}
.main_btns li:nth-child(2) a:hover{
  background-color: #077522;
  transition: all .4s linear;
  transform: translateY(-4px);
}
.main_btns li:nth-child(3) a:hover{
  background-color: #595100;
  transition: all .4s linear;
  transform: translateY(-4px);
}
.main_btns li:nth-child(4) a:hover{
  background-color: #ca1205;
  transition: all .4s linear;
  transform: translateY(-4px);
}
.main_btns li:nth-child(5) a:hover{
  background-color: #1154aa;
  transition: all .4s linear;
  transform: translateY(-4px);
}
.main_btns li a span{
  background-color: #00000042;
}
.main_btns li:nth-child(1) a{
  transition: all .4s linear;
  background-color: #ff7521;
}
.main_btns li:nth-child(2) a{
  transition: all .4s linear;
  background-color: #07a62d;
}
.main_btns li:nth-child(3) a{
  transition: all .4s linear;
  background-color: #847905;
}
.main_btns li:nth-child(4) a{
  transition: all .4s linear;
  background-color: #f61c0d;
}
.main_btns li:nth-child(5) a{
  transition: all .4s linear;
  background-color: #1877f2;
}
  /* wel responsive */

/* welcome_sec_close */
/* up_events */
.up_events_sec{
  position: relative;
  padding-block: 70px;
  background: url(../images/up_events_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
.up_events{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.up_events > div {
  width: 100%;
  /* height: 100%; */
}
.up_events > div:first-child{
  min-width: 450px;
}
.up_event_details {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 9px 1px #ddd;
}
.up_event_detail_header {
  background: #ff7521;
  font-size: 28px;
  padding: 20px 15px;
  border-radius: 5px;
  color: #fff;
  font-family: "Poppins-Medium";
}
.up_event_details h4, .up_event_details h5 {
  padding-inline: 15px;
}

.up_date {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  margin-block: 15px;
}
.up_short_text {
  color: #ff8b00;
  font-size: 19px;
  font-family: "Poppins-Regular";
  margin-bottom: 10px;
}
ul.up_events_list  {
  border: 1px solid #f5e8d0;
  padding: 13px;
  border-radius: 10px;
}
ul.up_events_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding-block: 20px;
  border-bottom: 1px dotted #000;
}
ul.up_events_list li span i {
  color: #ff7521;
}
ul.up_events_list li:last-child {border: none;}
.up_events > div.up_card {
  background: #fff;
  box-shadow: 0px 0px 9px 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.up_events > div.up_card .up_card_img{
  height: 100%;
  overflow: hidden;
  max-height: 225px;
  transition: all .4s linear;
}
.up_events > div.up_card .up_card_img img{
  transform: scale(1);
  transition: all .4s linear;
}
.up_events > div.up_card:hover .up_card_img img{
  transform: scale(1.05);
  transition: all .4s linear;
}
.up_card_content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.up_card_content p {
  color: #000;
  margin-bottom: 10px;
}
.up_card_content .up_date{margin-top: 0;
 border-bottom: 1px solid #f5e8d0;
  padding-bottom: 10px;
  margin-bottom: 10px;}
.up_card_content .common_btn2 {
  margin-top: auto;
}
/* up_events_close */
/* combine_sec */
.combine_sec{
  position: relative;
  background: #fefbf4;
  padding-block: 70px 0;
  overflow: hidden;
  z-index: 1;
}
.combine_sec .combine_sec_outer {
  position: absolute;
  top: -98px;
  transform: translateY(0%);
}
.combine_sec .combine_sec_outer.left{left: 0;}
.combine_sec .combine_sec_outer.right{right: 0;transform: translateY(0%) rotateY(180deg);}
.dwajastambham {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.three_sec_set {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.three_sec_set > div {
  width: 100%;
  background: #fff;
  border: 1px dotted #ffa07a;
  padding: 30px 20px 20px;
  text-align: center;
}
.three_sec_set > div h2.title::after {
  position: absolute;
  content: "";
  background: url(../images/title_deg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.three_sec_set > div h2.title {
  position: relative;
  font-size: 28px;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.paying_box{
  border: 2px solid #dfce91;
  padding: 0 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.paying_box .title {
  display: inline-block;
  background-color: #dfce91;
  padding: 5px 10px;
  border-radius: 30px;
  font-family: "Poppins-semiBold";
  font-size: 12px;
    text-transform: uppercase;
}
.paying_box h3 {
  font-size: 24px;
  margin-block: 20px 5px;
  font-family: "Poppins-Regular";
}
audio { 
  width: 90%;
  border-radius: 90px;
  transform: scale(1);
  background: #fff;
  margin-inline: auto;
  padding: 10px;
  margin-bottom: 10px;
}
.common_btn {
  font-size: 13px;
  border: 1px solid #ff7521;
  color: #ff7521;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 30px;
  transition: all .4s linear;
  text-transform: uppercase;
}
.common_btn:hover {
  border: 1px solid #ff7521;
  color: #fff;
  background-color: #ff7521;
  
  transition: all .4s linear;
}

.quich_links_card_main {
  
  display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 20px;
}

.quich_links_card_main > div a {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  aspect-ratio: 1;
  color: #111;
  border-radius: 7px;
}
.quich_links_card_main > div {
  width: 100%;
  border: 1px solid #ddd;
  height: 100%;
  
}
.quich_links_card h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Poppins-Medium";
}
.quich_links_card img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.quich_links_card_main > div:nth-child(1) {
  border-color: #e89d9d;
  background: linear-gradient(#fff, #ffe2e2);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(2) {
  border-color: #e6d782;
  background: linear-gradient(#fff, #fff8d1);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(3) {
  border-color: #d2b8ef;
  background: linear-gradient(#fff, #f0e3ff);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(4) {
  border-color: #aee289;
  background: linear-gradient(#fff, #eeffe2);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(1):hover {
  background: linear-gradient(to top, #fff, #ffe2e2);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(2):hover {
  background: linear-gradient(to top, #fff, #fff8d1);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(3):hover {
  background: linear-gradient(to top, #fff, #f0e3ff);
  transition: all .4s linear;
}
.quich_links_card_main > div:nth-child(4):hover {
  background: linear-gradient(to top, #fff, #eeffe2);
  transition: all .4s linear;
}
.quich_links_card_main > div a img{
  transform: scale(1);
  transition: all .4s linear;
}
.quich_links_card_main > div:hover a img{
  transform: scale(1.05);
  transition: all .4s linear;
}

.galley-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.g-box{position: relative;}
.g-box:hover .overlay {
    height: 100%;
}
.gal-grid {
    display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 20px;
}

.gallery__icon{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.gallery-owl i {
    font-size: 35px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.text {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.combine_sec::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 50%;
  background: linear-gradient( #fca101 20%, #f67005 40%);
  left: -10%;
  bottom: -33%;
  z-index: -1;
  clip-path: ellipse(50% 52% at 50% 50%);
}
.footer {
  margin-top: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-block {
	border-radius: 15px;
  background: url(../images/footer_inner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffb300;
	position: relative;
	padding:35px 40px;
}
.foot_left_side {
  padding-right: 30px;
}
.footer_title {
  color: #ff8b00;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-transform: uppercase;
}
.footer_locations a {
  color: #0d0012;
  font-size: 15px;
}
.footer_locations > div.flex_call {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.foot_quick_links li {margin-bottom: 7px;}
.foot_quick_links li a {
  color: #111;
  font-size: 15px;
}
.footer_locations > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
  display: flex;
  justify-content: start;
  gap: 10px;
}
.foot_logo {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: -40px;
}
.foot_logo_bg {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  transform: translateX(0%);
  width: 100%;
  min-width: 213px;
}
.foot_logo > a > img {
  position: relative;
  top: -20px;
  height: 140px;
}
.foot_right_side .foot_right_follow{
  text-align: end;
}
.foot_right_side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
}
.foot_right_side .foot_right_follow ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.foot_right_side .foot_right_follow ul li a:hover {
  transition: all .4s linear;
  transform: translateY(-3px);
}
.foot_right_side .foot_right_follow ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 20px;
  font-size: 15px;
  transition: all .4s linear;
}

.foot_right_side .foot_right_follow ul li.facebook a {
  border-color: #4b69b1;
  color: #4b69b1;
}
.foot_right_side .foot_right_follow ul li.twitter a {
  border-color: #393939;
  color: #393939;
}
.foot_right_side .foot_right_follow ul li.instagram a {
  border-color: #9a4a97;
  color: #7459a2;
}
.foot_right_side .foot_right_follow ul li.youtube a {
  border-color: #e83f3a;
  color: #e83f3a;
}
.foot_right_side .foot_right_follow ul li.whatsapp a {
  border-color: #3eaf46;
  color: #3eaf46;
}
.foot_right_side .foot_right_follow ul li.telegram a {
  border-color: #039be5;
  color: #039be5;
}

.copy_right_sec {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
}
.copy_right_sec p {
  color: #fff;
}
.mlogo-part {
  display: none;
}

/* combine_sec_close */

.inner_img {
  max-width: 500px;
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
.inner-left, .inner-left-content {
  height: 100%;
}


/* responsive */
@media screen and (max-width: 1600px) {
  body{font-size: 15px;}
  .center-logo {
  height: 100px;}
  .left_logo img, .right_logo img {
  height: 140px;
}
.login-n {
  position: relative;
  top: -2px;
}
#header {max-width: 1100px;}
.left_logo {
  left: -50px;
}
.right_logo {
  right: -50px;
}
.left_thoranam, .right_thoranam {
height: 400px;
  z-index: 2;
}
.container {
  max-width: 1320px !important;
}
.welcom_sec > img {
  width: 200px;
}
.wel_title::before, .wel_title::after {max-width: 150px;}
.wel_title {font-size: 34px;margin-bottom: 10px;}
.wel_border img {
  width: 100%;
}
ul.main_btns li a span img {
  height: 16px;
}
.main_btns li a span {
  width: 35px;
  height: 35px;}
  .main_btns li a {letter-spacing: 0.35px;
min-width: 210px;
}
.up_event_detail_header {
  font-size: 26px;
  padding: 15px;}
  .up_date {
  font-size: 14px;}
  .up_short_text {font-size: 17px;
line-height: 23px;
}
.up_events > div:first-child {
  min-width: 395px;
}
ul.up_events_list li {padding-block: 15px;}
ul.up_events_list li {
  font-size: 14px;
}
.up_card_content {
  padding: 15px;}
  .three_sec_set > div h2.title {
  font-size: 23px;padding-bottom: 20px;
  margin-bottom: 10px;}
  .three_sec_set > div h2.title::after {height: 16px;}
  .paying_box .title {
  font-family: "Poppins-medium";
  font-size: 12px;
    text-transform: uppercase;
}
.paying_box h3 {margin-block: 10px 5px;font-size: 20px;}
    .paying_box h3 {
        margin-block: 10px 5px;
        font-size: 20px;
        text-transform: uppercase;
        color: #f87d04;
        font-family: "Poppins-Medium";
        margin-bottom: 0;
    }
.workshop_part > p {
  font-size: 14px;
  
}
.common_btn {padding: 4px 20px;}
.quich_links_card img {
  height: 70px;}
  .quich_links_card h5 {font-size: 16px;}
  .paying_box {padding: 0 10px 15px;
margin-bottom: 15px;
}
.footer_locations a {
  color: #0d0012;
  font-size: 14px;
}
.foot_left_side {
  padding-right: 0px;
}
.foot_logo_bg {left: -16.5px;}
.footer-block {
  padding-bottom: 20px;
}
.foot_right_side .foot_right_follow ul li a {
  width: 30px;
  height: 30px;font-size: 14px;}
  .foot_right_side .foot_right_follow ul {
gap: 8px;
}
.foot_quick_links li a {
  font-size: 14px;
}
.foot_quick_links li {
  margin-bottom: 5px;
}
.copy_right_sec p {
  font-size: 14px;
}
.navbar a, .navbar a:focus {font-size: 13px;}
.home-grid-section {padding: 30px;
padding-bottom: 0;
}
.welcom_sec {padding-block: 40px;}
.wel_sub_title {line-height: 34px;font-size: 26px;}
.common_btn2 span img {
  height: 32px;
}
.dwajastambham {
  left: -12px;
  height: 590px;
}
.footer_locations > div span img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  margin-right: 5px;
}
.footer_locations > div {
gap: 5px;
}

}
.navbar ul .cart-btn .cart-icon {
    filter: invert(100) brightness(100);
    height: 16px;
}
@media screen and (max-width: 1320px) {
    .navbar a, .navbar a:focus {
        padding: 7px 0;
    }
        .center-logo {
    height: 90px;
  }
  .navbar ul {
    gap: 5px;
    padding-inline: 15px;
  }
    #header {
    max-width: 1000px;
  }
   .left_logo img, .right_logo img {
    height: 100px;
  }
   .navbar a, .navbar a:focus {
    font-size: 13px;
  }
   .left_logo {
    left: 30px;
  }
  .right_logo {
    right: 30px;
  }
    .home-grid-section {
    padding: 20px;}
    .footer_locations > div.flex_call {
  flex-direction: column;
  gap: 5px;
}
.dwajastambham {
  display: none;
}
}

@media screen and (max-width: 1235px) {
   .left_logo, .right_logo {
    position: relative;
  }
  .left_logo {
  left: -10px;
}
  .right_logo {
    right: -10px;
  }
    #header {
    max-width: 90%;
  }
  .wel_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
   .wel_sub_title {
    line-height: 30px;
    font-size: 24px;
  }
    .wel_title::before, .wel_title::after {
    max-width: 130px;
  }
  .up_events {
  flex-wrap: wrap;
}
.up_events > div.up_card {
  max-width: 300px;
}
}

@media screen and (max-width: 1023px) {
  .h-bg1 .container-fluid, .h-bg1 >img{
  display: none;
}
.h-bg1 {
  padding: 0;
}
.mlogo-part {
  display: block;
}
.mlogo-part .center-logo {
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .left_thoranam, .right_thoranam, .h-br {
  display: none;
}
}
@media screen and (max-width: 1024px) {
   .navbar a, .navbar a:focus {
    font-size: 15px;
  }
  .login-n a {
  display: inline-block;
  padding-inline: 30px;
  padding-block: 7px;
}
  .home-grid-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    gap: 20px;
}
.grid-middle {
  order: 0;
}
.grid-left {
  order: 1;
  max-width: 350px;
}
.grid-right {
  order: 2;
  max-width: 350px;
}
.main-bg {background-size: 100%;
background-repeat: repeat-y;
}
  .wel_title::before, .wel_title::after {
    max-width: 100px;
  }
   .wel_title {
    font-size: 26px;}
     .wel_sub_title {
    line-height: 26px;
    font-size: 22px;
  }
  .main_btns {
  flex-wrap: wrap;
}
 .main_btns li a {
    min-width: 180px;
  }
  .up_events_sec {padding-block: 40px;}
    ul.up_events_list li {
    padding-block: 10px;
  }
  .combine_sec {padding-block: 40px 0;}
  .three_sec_set {
  flex-wrap: wrap;
}
.quich_links_part, .gallery_part {
  max-width: 400px;
}
 .foot_logo_bg {
    left: -22px;
    min-width: 180px;
    top: -32px;
  }
  .footer-block {padding: 30px;}
  .foot_logo > a > img {
height: 120px;
}
.footer {
  padding-bottom: 40px;
}
.header-top-section {
  position: relative;
  z-index: 999;
}
}
@media screen and (max-width: 992px) {
  .center-logo {
    height: 70px;
  }
.combine_sec::after {bottom: -30%;}
}

@media screen and (max-width: 991px) {
  .footer-block .row .col-lg-2 {
  order: 0;
}
.footer-block .row .col-lg-5 {
  order: 1;
}
  .foot_logo_bg {
    left: 50%;
    max-width: 175px !important;
    top: -32px;
    transform: translateX(-50%);
    min-width: auto;
  }
  .foot_logo {
margin-bottom: 0;
}
.wel_title::before, .wel_title::after {display: none;}
.combine_sec .combine_sec_outer.left, .combine_sec .combine_sec_outer.right {
  height: 160px;
  top: -50px;
}
.footer {
  margin-top: 40px;}
  .footer-block {
  background-size: 100%;
  background-repeat: repeat-y;
}
.copy_right_sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  .grid-right, .grid-left {
    max-width: 320px;
    margin-inline: auto;
  }
  .main-bg.inner .inner-grid-section .grid-bg-set {
  height: auto;
  max-width: 350px;
  display: inline-flex;
}
.main-bg.inner .inner-right-content {
  text-align: center;
}
}


@media screen and (max-width: 768px) {
  .left_logo, .right_logo {
  display: none;
}
.left_thoranam, .right_thoranam {
  display: none;
}
.h-br {
  height: 8px;
  object-fit: cover;
}
 .center-logo {
    height: 100px;
  }
  .header_bottom_line {
  height: 4px;
  object-fit: cover;
}
.h-bg1 {
  padding-top: 0;
}
}
@media screen and (max-width: 576px) {
  .foot_right_side {
  flex-wrap: wrap;
  padding-left: 0;
}
  .combine_sec::after {
    bottom: -40%;
    width: 260%;
    left: -80%;
  }
  .foot_right_side .foot_right_follow {
  text-align: start;
}
.quich_links_card_main > div a {padding: 0;}
.inner_img {
  max-width: 100%;
  float: right;
  padding-left: 0;
  padding-bottom: 15px;
}
 .up_events > div.up_card {
    max-width: 330px;
  }
   .up_short_text {
    font-size: 19px;}
     .up_events_sec {
    padding-block: 30px;
  }
  .main_btns li a {gap: 5px;font-size: 12px;padding-inline: 2px 15px;}
   .main_btns li a span {
    width: 30px;
    height: 30px;
  }
   .main_btns li a {
    min-width: 130px;
  }
  .main_btns {gap: 5px;}
   .welcom_sec {
    padding-block: 30px;
  }
  .wel_sub_title {
  margin-bottom: 5px;
}
  .wel_title {
  line-height: 120%;
}
.welcom_sec p {
  text-align: center;
  padding-inline: 0;
  font-size: 14px;
}
.wel_border {
  padding-block: 10px;
}
  .up_events > div:first-child {
    min-width: 100%;
  }
    .up_event_detail_header {
    font-size: 22px;
    padding: 15px;
  }
   .combine_sec {
    padding-block: 30px 0;
  }
  .three_sec_set > div h2.title {
    font-size: 20px;}
    .quich_links_card_main > div {padding: 10px;}
      .quich_links_card img {
    height: 60px;
  }
   .quich_links_card h5 {
    font-size: 14px;
  }
   .footer {
    margin-top: 30px;
  }
  .copy_right_sec p {
  text-align: center;
}
.copy_right_sec p:first-child {
  margin-bottom: 5px !important;
}

  .welcom_sec > img {
    width: 80px;
    top: 20px !important;
  }
   .grid-title {
    font-size: 20px;
  }
  .panchagam-heading {
  padding-top: 30px;
}
.home-grid-section {
  padding-inline: 0 !important;
  padding-bottom: 10px;
  gap: 10px;
}
.banner_border_deg {
height: 10px;
}
.latest-sec {
  padding: 0px;
}
.latest-block {
  flex-direction: column;
    align-items: self-start;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: visible;
}
 .latest-hd-wrap {
    display: block;
  }
  .latest-hd-wrap .latest-hd img {
  display: none;
}
.main-bg.inner {
  padding-top: 1px;
}
.latest-hd {
 position: relative;
    background: #fff;
    padding-inline: 10px;
    border-radius: 30px;
    top: -10px;
    z-index: 3;
    font-size: 11px;
    border: 1px solid #ddd;
    line-height: 20px;
}
.latest-content {
  margin-bottom: -10px;
  margin-top: 5px;
}
.three_sec_set > div {padding: 20px;}
.main-bg.inner .inner-grid-section .grid-right {
  height: auto;
  margin: auto;
}
.main-bg.inner .latest-sec {
  margin-top: 15px;
  margin-bottom: 10px;
}
.inner-right-content .main_btns li a {
  min-width: 170px;
}
.inner-right-content .main_btns {padding-block: 15px !important;}
  .main-bg {
    background-size: 200%;}
    .grid-middle .banner-wrap {border-top-left-radius: 0;border-top-right-radius: 0;}
}
/* responsive */

/* inner_page_css */


.main-bg.inner{
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 30px;
}

.gal-grid.aws-video-popup.pn {
    display: flex;
    max-width: 280px;
    margin: auto;
    padding-block: 20px;
}
.paying_box {
    padding-top: 32px;
}

.workshop_part.ss {
    position: relative;
    z-index: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 100px;
    margin-top: 20px;
    border: 1px dotted #ffa07a;
    overflow:hidden;
}

    .workshop_part.ss .welcom_outer_deg {
        position: absolute;
        top: 0%;
        transform: translateY(-50%);
        z-index: -1;
    }

        .workshop_part.ss .welcom_outer_deg.left {
            left: -23px;
            height: 120px;
        }

        .workshop_part.ss .welcom_outer_deg.right {
            right: -23px;
            height: 120px;
            transform: translateY(-50%) rotateY(180deg);
        }

        .workshop_part.ss .welcom_outer_deg.bt_left {
            left: -23px;
            top: 100%;
            height: 120px;
        }

        .workshop_part.ss .welcom_outer_deg.bt_right {
            right: -23px;
            height: 120px;
            transform: translateY(-50%) rotateY(180deg);
            top: 100%;
        }

    .workshop_part.ss h2.title {
        font-size: 23px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        position: relative;
        font-family: "Poppins-Medium";
        text-transform: uppercase;
    }

        .workshop_part.ss h2.title::after {
            position: absolute;
            content: "";
            background: url(../images/title_deg.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            height: 16px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

@media screen and (max-width: 576px) {
    .workshop_part.ss {
        padding: 30px;
    }
}
.coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: #f9fafc;
}

.coming-soon-box {
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
    max-width: 500px;
}

.coming-soon-icon {
    width: 80px;
    margin-bottom: 20px;
}

.coming-soon h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.coming-soon p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: auto;
}

.cart-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
    background: #f9f9f9;
}

.cart-empty-box {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    max-width: 400px;
}

.cart-empty-icon {
    width: 120px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.cart-empty h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: #333;
}

.cart-empty p {
    font-size: 1rem;
    margin-bottom: 24px;
    color: #666;
}

.btn-shop-now {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    background: #ff6f61;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s;
}

    .btn-shop-now:hover {
        background: #e35a4d;
    }







/* home-style.css */
.latestnew-li li {
    position: relative;
    padding-left: 28px;
}

.latestnew-li li a {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {

    .home-grid-section {
        display: flex;
        flex-direction: column;
    }


    .grid-middle {
        order: 1;
    }

    .latest-sec {
        order: 2;
    }

    .grid-right {
        order: 3;
    }

    .grid-left {
        order: 4;
    }



    .banner-icon-bar,
    .banner-icon-bar img {
        height: 400px !important;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {

    .banner-icon-bar,
    .banner-icon-bar img {
        height: 230px !important;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {

    .banner-icon-bar,
    .banner-icon-bar img {
        height: 200px !important;
    }
}

html {
    scroll-behavior: smooth;
}

.workshop_part {
    margin-bottom: 20px !important;
}
.latest-sec.pos-relative {
  position: absolute !important;
  bottom: 0px !important;
}
.home-grid-section{
    padding-bottom: 30px !important;
}
.latestnew-li li a {
    font-size: 17px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
  .latest-sec.pos-relative {
    position: relative !important;
    bottom: 0 !important;
  }
}
  .wel-img a img {
            height: 290px;
            object-fit: contain;
            border-radius: 10px;
        }
 
        .donate-btn.pn {
            margin-top: 10px;
        }
 
        .wel-img2 {
            margin-top: 10px;
        }
 
        .wel_title::before {
            left: 0% !important;
        }
 
        .wel_title::after {
            right: 0% !important;
        }


@media screen and (max-width: 1600px) {
  .wel_title {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
}
 

.grid-left {
  overflow: hidden;
  margin-top: 0px;
height: 510px !important;
}
.grid-right {
  height: 100%;
  height: 510px !important;
}
 
@media screen and (max-width: 991px) {
  .banner-icon-bar, .banner-icon-bar img {
        height: inherit !important;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }
.wel-img {
  margin-bottom: 15px;
}
.grid-left {
  overflow: hidden;
  margin-top: 0px;
  height: 661px !important;
}
.grid-right {
  height: 100%;
  height: 661px !important;
}
}
@media screen and (max-width: 1800px) {
  .banner-icon-bar img {
    max-height: inherit !important;
    object-fit: cover;
    object-position: top;
  }
}
