/*==================================
    [Table of contents]
===================================
    01. Theme Fonts
    02. Basic Typography
    03. Custom Helper Class
    04. Links & Buttons
    05. Section Title
    06. Pages-titleBar Css
*/

/*-----------------------------------------
/  01. Theme Fonts
/-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*-----------------------------------------
/  02. Basic Typography
/-----------------------------------------*/
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: #0b0b0b;
  letter-spacing: 0;
  font-weight: 400; background: #fff;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #1c2035;
  margin: 0 0 15px;
}
.hebbo {
  font-family: "Heebo", sans-serif;
}
ul {
  list-style: none;
}
a {
  color: #0b0b0b;
  text-decoration: none;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
button,
button[type="submit"],
input[type="submit"] {
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}
.heebo {
  font-family: "Heebo", sans-serif;
}
button[type="submit"] {
  border: none;
  outline: none;
}

/*-----------------------------------------
/  03. Custom Helper Class
/-----------------------------------------*/
.fixOverflow {
  overflow: hidden;
}
.noPaddingLeft {
  padding-left: 0;
}
.noPaddingRight {
  padding-right: 0;
}
.paddingRight1 {
  padding-right: 1px;
}
.paddingLeft1 {
  padding-left: 1px;
}

/*-----------------------------------------
/  04. Links & Buttons
/-----------------------------------------*/
.anmoLink {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #3482ff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.anmoLink i {
  color: #3482ff;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin: 0 7px 0 0px;

  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
.anmoLink:hover {
  color: #3482ff;
}
.anmoLink:hover i {
  margin-right: 10px;
}
.anmoBTN01 {
  font-family: "Kumbh Sans", sans-serif;
  display: inline-block;
  position: relative;
  height: 46px;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  overflow: hidden;
  border: none;
  z-index: 1;
  background: #d12030;
  border-radius: 50px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
    padding: 0 34px; cursor: pointer;
}
.anmoBTN01::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.anmoBTN01:hover {
  color: #fff;
  text-shadow: none;
}
.anmoBTN01:hover::after {
  height: 450%;
}
.anmoBTN01::after {
  background: #000;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.anmoBTN01-black {
  font-family: "Kumbh Sans", sans-serif;
  display: inline-block;
  position: relative;
  height: 46px;
  font-size: 15px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  overflow: hidden;
  border: none;
  z-index: 1;
  background: #000;
  border-radius: 50px;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
    padding: 0 34px;
}
.anmoBTN01-black::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.anmoBTN01-black:hover {
  color: #000;
  text-shadow: none;
}
.anmoBTN01-black:hover::after {
  height: 450%;
}
.anmoBTN01-black::after {
  background: #fff;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

.anmoBTN2 {
  font-family: "Kumbh Sans", sans-serif;
  position: relative;
  display: inline-block;
  min-width: 163px;
  height: 49px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 49px;
  text-transform: capitalize;
  z-index: 1;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
.anmoBTN2:hover {
  color: #ffffff;
  border-color: transparent;
}
.anmoBTN2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8a562;
    border-radius: inherit;
    -webkit-transition: all ease 350ms;
    transition: all ease 350ms;
}
.anmoBTN2:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
}
.anmoBTN2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: inherit;
    -webkit-transition: all ease 350ms;
    transition: all ease 350ms;
    border: 1px solid #ffffff;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    background: transparent;
}
.anmoBTN2:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.anmoBTN3 {
    font-family: "Kumbh Sans", sans-serif;
    position: relative;
    display: inline-block;
    min-width: 202px;
    height: 65px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 63px;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: inherit;
    text-transform: capitalize;
    -webkit-transition: all ease 350ms;
    transition: all ease 350ms;
}
.anmoBTN3::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  background: #3482ff;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.anmoBTN3:hover {
  color: #fff;
  text-shadow: none;
  border-color: #3482ff;
}
.anmoBTN3:hover::after {
  height: 450%;
}

/*-----------------------------------------
/  05. Section Title
/-----------------------------------------*/
.secTitle {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 30px; text-align: center;
  color: #d12030; text-transform: uppercase; font-weight: 500; position: relative; letter-spacing: 2px; padding-bottom: 5px;
}
.secTitle::before { background: #0b0b0b; content: ""; width: 200px; height: 2px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.secTitle::after { background: #d12030; content: ""; width: 150px; height: 2px; position: absolute; bottom: -8px; left: 0; right: 0; margin: 0 auto;}
.secDesc {
  margin: 0;
}
.secSubTitle {
  font-size: 16px;
  line-height: 1;
  color: #0b0b0b;
  font-weight: 400;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px; text-align: center;
}
/*-----------------------------------------
/  06. Pages-titleBar Css
/-----------------------------------------*/
.pageBanner {
  position: relative;
  background: #0d0d0d;
  z-index: 1;
  overflow: hidden; border-bottom: 4px solid #d12030;
}
.pageBanner .container {
  position: relative;
  z-index: 2;
}
.pageBanner::after {
  position: absolute;
  content: "";
  bottom: -335px;
  left: 60px;
  width: 430px;
  height: 430px;
  background-color: #d12030;
  border-radius: 50%;
  mix-blend-mode: overlay;
}
.pageBannerContent {
  position: relative;
  padding: 90px 0 30px;
}
.pageBannerContent h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0px 0 0; text-transform: uppercase;
}
.pageBannerPath {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #7f8495;
  margin: 0 0 4px;
}
.pageBannerPath a,
.pageBannerPath span {
  color: #a5a5a5;
  font-size: 14px;
}
.pageBannerPath a:hover {
  color: #d12030;
}
