
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
/* line 20, _elements.less */
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
/*==========================================================================
=> Color
==========================================================================*/
/* line 31, _elements.less */
:root {
  --sidebarWidth: 430px;
  --clr: ;
  /* common */
  --orange: #f85101;
  --light-orange: #fff6f2;
  --grey: #6e6e73;
  --black: #1d1d1f;
  --white: #fef6f2;
  /* common end */
  /* input */
  --input-font: 500;
  --input-height: 64px;
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: var(--grey);
  --input-error: #ff2323;
  /* input end */
  /* button */
  --button-font: 700;
  --button-fill: var(--orange);
  --button-line: ;
  /* button end */
}
/*==========================================================================
=> Common
==========================================================================*/



/*==========================================================================
=> Fonts
==========================================================================*/
/* line 98, _elements.less */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ay2qbl");
  src: url("../fonts/icomoon.eot?ay2qbl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ay2qbl") format("truetype"), url("../fonts/icomoon.woff?ay2qbl") format("woff"), url("../fonts/icomoon.svg?ay2qbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 169, _elements.less */
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.padding-div {
  box-shadow: 0px 10px 30px 0px #ccc;
padding-bottom: 10px;
  height: auto;
  margin: 20px 0;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



h4.text-center:hover {
  text-decoration: none;
}

/*==========================================================================
=> buttons
========================================================================== */
/* line 923, _elements.less */
.button {
  font-family: var(--button-font);
  background: var(--button-fill);
  border: none;
  outline: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  line-height: 50px;
  padding: 0 36px;
  gap: 10px;
  border-radius: 16px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  position: relative;
  z-index: 9;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* line 952, _elements.less */
.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
/* line 958, _elements.less */
.button.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}
/* line 963, _elements.less */
.button.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}
/* line 975, _elements.less */
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
/* line 982, _elements.less */
button:focus {
  outline: none;
}
/* line 986, _elements.less */
.button--block {
  width: 100%;
}
/* line 990, _elements.less */





/*****RJ Stylesheet 2021****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**********

RESET CSS

**************/

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

p{
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  text-justify: distribute;
}
.text-justify{
  text-justify: distribute;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus,a:hover {
  outline: 0 solid;
  text-decoration: none;
}
button:focus,input:focus {
  outline: 0 !important;
}
.navbar-inverse .navbar-nav>li>.btn-danger {
  color: #fff;
  font-size: 15px;
  padding: 10px;

  border: none;
  padding-top: 10px;
  padding-bottom: 15px;
}

section{
  display: block;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  margin: 10px 0;
  border-radius: 15px;
}

.card-header img{
  height: 200px;
  border-radius: 15px 15px  0 0;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-body{
  padding:10px;
}
.gift-card-main{
  padding: 15px;
  display: flex;
  width: 100%;
}
.text-div{
  box-shadow: 13px 13px 16px -2px rgb(144 150 164 / 21%);
  padding: 20px;
}
.text-div a{
  color: #ea5345;
}
.gift-card-main .tab-content{
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}

.gift-card-main .nav-tabs {
  border-bottom: none;
  display: inline-block;
}

.gift-card-main ul {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.9;
  font-family: 'Poppins', sans-serif;
}
.gift-card-main h1, .gift-card-main h2, .gift-card-main h3, .gift-card-main h4{
  font-family: 'Poppins', sans-serif;
  /*color: #ea5345;*/
}

.gift-card-main .nav-tabs>li>a {
  background: #f85101;
  padding: 15px 10px;
  color: #fff;
  margin: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 15px;
  border: 1px solid;
  width: 220px;
  height: 50px;
}

.bg-color p{
  margin: 10px 0;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  outline: none;
}

.button:hover {
  background: transparent;
  border: 1px solid var(--button-fill);
  color: var(--button-fill);
}
.cardbtn{
  border-radius: 4px;
    background: #f85101;
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 30%;
   font-weight:600;
    left: 30%;
}.cardbtn:hover{
  text-decoration: none;
 background-color: white;
 color: #f85101;
 border-color: #f85101 ;
}

.cardbtn>a:hover {
  border-color: #f85101;
}
  .card {
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-10px); /* Adjust this value to control the amount of upward movement */
}