/* RESET PAGE STYLE START */
.Dark_head_Sec {
  position: static !important;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 8%);
}

.dark-home-page p {
  margin: 0 0 16px;
}

ul.CustomNav {
  display: none;
}

.Dark_head_Sec:before {
  display: none;
}

/* RESET PAGE STYLE END */

/* GLOBAL CSS START  */

:root {
  --gray: #474747;
  --black: #000;
  --light-black: #282828;
  --white: #fff;
  --cyan: #03dddc;
  --reddish: #b12025;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;

  color: var(--light-black);
}

.section {
  position: relative;
  padding: 70px 0;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.head h2 {
  font-size: 2.5rem;
  font-weight: 800;
}


.fancy-head h2:before {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    left: -40px;
    top: -10px;
}

.fancy-head h2:after {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    right: -40px;
    top: 12px;
    transform:rotate(180deg)
}

.fancy-head {
    position: relative;
}

.marign-auto {
    margin: auto;
}

.head h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.head h2{
    font-family: Poppins;
font-weight: 800;
font-size: 50px;
line-height: 60px;
text-align: center;
text-transform: capitalize;

}

.head p{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
}

.div-CTA {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.div-CTA .c-btn {
  position: relative;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 14px 34px;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.div-CTA .c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  z-index: -1;
}

.div-CTA .c-btn:hover::before {
  transform: scale(0.9);
}

.div-CTA .red-btn-border {
  color: #b12025;
  border-color: #b12025;
}

.div-CTA .red-btn-border:hover {
  background-color: #b12025 !important;
  color: #fff !important;
}

.div-CTA .c-btn.red-btn-border:before {
  background-color: #b12025;
}

.div-CTA .red-btn-fill {
  background: #b12025;
  border-color: #b12025;
  color: #fff;
}

.div-CTA .red-btn-fill:hover {
  background-color: #fff !important;
  color: #b12025 !important;
}

.div-CTA .c-btn.red-btn-fill:before {
  background-color: #fff;
}

.div-CTA .cyan-btn-border {
  color: #fff;
  border-color: #03dddc;
}

.div-CTA .cyan-btn-border:hover {
  background-color: #03dddc !important;
  color: #fff !important;
}

.div-CTA .c-btn.cyan-btn-border:before {
  background-color: #03dddc;
}

.div-CTA .cyan-btn-fill {
  background: #03dddc;
  border-color: #03dddc;
  color: #fff;
}

.div-CTA .cyan-btn-fill:hover {
  background-color: #fff !important;
  color: #03dddc !important;
}

.div-CTA .c-btn.cyan-btn-fill:before {
  background-color: #fff;
}

.head-sec {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 25px;
}

.red-bg {
    background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
}
.red-bg * {
    color: white !important;
}

@media (min-width: 1200px) {
  .head-sec {
    /* max-width: 70%; */
    margin: 0 auto 50px;
  }
}

.head-sec:before {
  position: absolute;
  content: "";
  background: var(--reddish);
  width: 200px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.head-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black) !important;
}

.head-sec h2 span {
  display: inline !important;
  color: var(--reddish);
}

.head-white h2 {
  color: #fff !important;
}

.head-black h2 {
  color: #282828 !important;
}

.head-sec p {
  color: #6c6c6c;
  /* font-size: 24px; */
  margin: 15px 0 0;
}
.light-gray {
    background: #F9F9F9;
}
/* GLOBAL CSS END  */


/* Section 1  CSS START  */
section.section.s1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/360/images/holiday/hero-bg.webp);
    background-color: #F0F0F0;
        padding-bottom: 120px;
}
.s1 h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
}

.s1 h1 span {
    background: #B12025;
    color: var(--white);
    padding: 2px 7px;
    display: inline-block;
    border-radius: 5px;
}

p.sub-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
/* Section 1  CSS END  */

/* Section 2  CSS  START  */
.s2 .row {
    border: 1px solid #d4ddee;
    border-radius: 20px;
    padding: 35px 0;
    background: linear-gradient(270deg, #1E1E1E 0%, #484848 100%);
    position: relative;
    z-index: 999;

}

.s2 .stats-box {
    text-align: center;
}
.s2 .col-md-4:not(:last-child) .stats-box {
    border-right: 1px solid #CECECE;
}
.s2 .stats-box h2 {
font-family: Poppins;
font-weight: 800;
font-size: 70px;
line-height: 100%;
text-align: center;
 color: white;

}

.s2 .stats-box p {
font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
 color: white;

}

.s2 .stats-box h2 span {
    color: white;
    font-size: 40px;
}

.s2 {
    margin-top: -80px;
}
/* Section 2  CSS  END  */

/* Section 3  CSS  START  */
.s3 h4 {font-family: Poppins;font-weight: 700;font-size: 30px;line-height: 40px;color: #1E1E1E;}

.s3 p {
    color: #69696A;
}
/* Section 3  CSS  END  */


/* Section 4  CSS  START  */
.head h2, .head h2 span {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.5;
}
.head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.head p b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.s4 p.note-box{
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #FFAE00 !important;
    width: 80%;
    margin: 50px auto 0;
}
.objective-box {
    text-align: center;
    padding: 0 20px;
}

.objective-box img {
    margin-bottom: 15px;
}

/* Section 4  CSS  END  */

/* Section 5  CSS  START  */

.s5 p.note-box {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #B12025 !important;
    width: 80%;
    margin: 50px auto 0;
}

/* Section 5  CSS  END  */

/* Section 6  CSS  START  */

.s6 .objective-box {
    box-shadow: 0px 0px 80px 0px #0000001A;
    padding: 20px;
    border-radius: 20px;
        height: 100%;
}
.s6 .objective-box h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.s6 .objective-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #69696A;
}
.s6 .objective-box img {
    height: 90px;
    width: auto;
    object-fit: scale-down;
}

/* Section 6  CSS  END  */

/* Section 7  CSS  START  */
.ranking  h2 {
    font-family: Raleway;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: white;
}
.ranking  p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: white;
}
.ranking .left-s p.cta {
    color: white;
    font-family: Raleway;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    position: relative;
}
.ranking .left-s p.cta img {
    position: absolute;
    top: 50px;
}
.row-2 img {
    margin-bottom: -350px;
    z-index: 9999;
    position: relative;
}
/* Section 7  CSS  END  */

/* Section 8  CSS  START  */
section.section.s8.ranking-2 {
    padding-top: 350px;
}
.font-50 h2 {
    font-family: Poppins;
font-weight: 700;
font-size: 50px;
line-height: 40px;
    color: #1E1E1E;
    margin-bottom: 35px;
}
.g-bg {
    text-align: center;
    position: relative;
}
.g-bg:after {
    content: "";
    width: 100%;
    height: 110px;
   background: linear-gradient(90deg, #B12025 0%, #4B0E10 100%);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 27%;
}
/* Section 8  CSS  END  */

/* Section 9  CSS  START  */
.s9 {
    padding: 0;
}
.gr-bg {
    background: linear-gradient(180deg, #FF8900 0%, #995200 100%);
    border-radius: 20px;
}
/* Section 9  CSS  END  */

/* Section 10  CSS  START  */


.highlight {
    background: #EFEFEF;
    border: 2px solid #1E1E1E;
    border-radius: 20px;
    padding: 20px 50px;
    align-items: center;
    margin-top: 50px;
}

.highlight p {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    color: #21243A;
	text-align: left;
}
.highlight p span {
    color: #B12025;
}
.rc {
    flex-direction: row-reverse;
}
.high-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin: 60px auto 0;
}
.conversion .head h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.conversion .head h2 {
    margin-bottom: 10px;
}

.conversion .head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7B7B7B;
    width: 50%;
    margin: auto;
}

.s15 h2 {
    font-size: 120px;
    color: white;
}
.s15 img {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.s10 .head {
    margin: 0 !important;
}
/* Section 10  CSS  END  */

section.section.s11 {
    padding-bottom: 0;
}
.s11 img {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {
	
}

@media (max-width: 767px) {
  
}
