/* 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-img {
    background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
.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: 80px;
line-height: 90px;
color:#B12025;

}

.s1 ul.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
    background: white;
    border-radius: 10px;
    padding: 5px 10px !important;
}

.s1 h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    color: #1E1E1E;
}

.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: 32px;
letter-spacing: 0%;
color:#69696A;

}
/* Section 1  CSS END  */

.fancybox-cta a{
    background: var(--reddish);
    color: white !important;
    padding: 20px 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    Box-shadow: 0 10px 20px rgb(184 37 37 / 30%);
    position:absolute;
    top: 80%;
    left: 20px;
    right:0;
    margin:0;
    width: auto !important;
    max-width: 220px;
}

.porfolio-box {
    
    margin-bottom: 30px;
}
button.fancybox-button {
    background: transparent;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
    background: #FF8900;
    border-radius: 100%;
}

.s3 .row {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 20px;
    background: white;
    align-items: center;
}
.s3 {
    margin-top: -60px;
    padding: 0;
}
.s3 .col-md-4 {
    border-right: 1px solid #00000017;
}

.s3 p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-left: 20px;
}

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

@media (max-width: 991px) {
	
	.fancybox-cta a {
    background: var(--reddish);
    color: white !important;
    padding: 10px 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    Box-shadow: 0 10px 20px rgb(184 37 37 / 30%);
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: 80%;
    text-align: center;
}
	.s3 p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-left: 0px;
    text-align: center;
}
.s3 .col-md-4 img {
    width: 75%;
    text-align: center;
    margin: auto 0 15px;
}

.s3 .col-md-4 {
    border-right: 0px solid #00000017;
    text-align: center;
}
.s1 h1 {
    font-size: 60px;

}
p.sub-text {
    font-size: 16px;
    line-height: 22px;
}
.s1 ul.partners {
    width: 100% !important;
}
}

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