@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
p{
    margin: 0;
    padding: 0;
}
h1, h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
@font-face {
  font-family: "Ocean Drive Demo";
  src: url("../font/OceanDriveDemoItalic.ttf");
}
@font-face {
  font-family: "Ocean Drive Demo";
  src: url("../font/OceanDriveDemoRegular.ttf");
}
html, body {
    overflow-x: hidden;
}
/* common css start */
.sub-text{
    font-size: 18px;
    font-weight: 500;
}
.black{
    color: #000;
}
.blue{
    color: #255C73;
}
.white{
    color: #fff;
}
.light-grey{
color: #727272;
}
.sub-text-small {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.dark-grey{
    color: #575757;
}
.sub-text-bold{
font-size: 20px;
font-weight: 600;
}
.gradient-text{
font-family: "Ocean Drive Demo";
background: linear-gradient(95deg, #FF4F00 1.92%, #005D6C 28.28%, #005D6C 75.53%, #FF4F00 90.94%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.deafult-btn {
  align-items: center;
  background: url(../images/btn-bg.png) lightgray -23.492px -70px / 121.552% 310.606% no-repeat;
  border-radius: 8px;
  box-sizing: border-box;
   color: #FFD51A !important;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 66px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  max-width:218px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 50px;
  touch-action: manipulation;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: auto;
  text-transform: uppercase;

}

.deafult-btn:after {
    background: url(../images/btn-bg-2.png) lightgray -23.492px -70px / 121.552% 310.606% no-repeat;
    border-radius: 50px;
    content: "";
    display: block;
    height: 66px;
    left: -2px;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.deafult-btn:hover:after {
  transform: translate(0, 0);
}

.deafult-btn:active {
  background-color: #ffdeda;
  outline: 0;
}

.deafult-btn:hover {
  outline: 0;
}

.bg-icon {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(#892300, #892300) padding-box, linear-gradient(
120deg, #FFB700 -4%, #F1490000 67%) border-box;
}
.sub-title {
    font-family: "Ocean Drive Demo";
    font-size: 86px;
    font-weight: 400;
    letter-spacing: -1px;
    display: table;
    margin: auto;
    margin-bottom: 80px;
}
.section{
    padding: 70px 0;
}
/* common css close */

/* flame logo start */
.bird-img{
    display: table;
    margin: auto;
}
.logo-content{
    display: table;
    margin: auto;
}
.logo-text {
    font-size: 50px;
    font-weight: 400;
}
.flame-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
    z-index: 2;
    text-align: center;
    width: 100%;
}
/* .bird-img-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29%;
    z-index: 2;
    margin-top: 20px;
} */
/*flame logo start close  */


/* phonix-banner start */
img.wave-bg {
    height: auto;
    width: 100%;
}
.phonix-content {
    position: relative;
    z-index: 2;
}
.wave-img {
    position: absolute;
    left: 0;
    width: 100%;
    top: -24%;
}
.phonix-bg {
    padding-top: 180px;
}
.phonix-section {
    position: relative;
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 10%;
    height: 1600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 200px;
    z-index: 1;
}
img.phonix-img {
    width: 100%;
    height: auto;
}
.video-bg {
    background: url(../images/paper-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 50px;
    width: 100%;
    height: 500px;
}


.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .video-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
} */
/* phonix-banner close */

/* why phonix start */
.phonix-finish {
    background: url(../images/wave-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: relative;
    height: fit-content;
    margin-top: -7%;
    padding-top: 200px;
    z-index: 2;
}


.phonix-card {
    text-align: center;
}
.card-icon {
    height: 165px;
}
img.dot-one {
    position: absolute;
    left: 9%;
    top: 20%;
}
img.dot-two {
    position: absolute;
    left: 27%;
    top: 37%;
}
img.dot-three {
    position: absolute;
    left: 50%;
    top: 25%;
}
img.dot-four {
    position: absolute;
    right: 4%;
    top: 25%;
}
.client-img {
    background: radial-gradient(59.52% 62.13% at 34.43% 27.05%, #FF4F00 0%, #1F8190 100%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-img  span {
    background: linear-gradient(180deg, #FFF 29.41%, rgba(255, 255, 255, 0.00) 150%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 800;
    font-size: 24px;
}
.client-name{
font-size: 16px;
font-weight: 600;
line-height: 33px;
letter-spacing: -0.32px;
}
.client-details {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-slider  button {
    border: 1px solid #606060 !important;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #fff !important;
}
.testimonial-slider .owl-nav {
    position: absolute;
    display: flex;
    gap: 10px;
    right: 0;
    bottom: 6%;
}

/* why phonix close */

/* colors theme start */
.yellow-gradient{
font-family: "Ocean Drive Demo";
background: linear-gradient(90deg, #FEBF05 4.34%, #FE5805 31.02%, #FEBF05 56.77%, #FE5805 79.75%, #FEBF05 100%, #FEBF05 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.colors-bg {
    background: url(../images/colors-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 20px 50px;
    border-radius: 10px;
}
.owl-carousel.colors-slider .owl-nav {
    display: flex !important;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11%;
}

.colors-slider  button {
    border: 1px solid transparent !important;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(90deg, #FEBE05, #FF4F00, #FEBE05) border-box !important;
}

.colors-pools {
    background: url(../images/color-pools-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}
.colors-theme {
    position: relative;
    background: url(../images/flame.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 2000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15%;
    margin-top: -150px;
}
.black-bg-img img {
    height: auto;
    width: 100%;
    bottom: -5%;
    position: absolute;
    z-index: -1;
}
.colors-div {
    position: relative;
    z-index: 2;
}
.black-bg-img {
    padding-top: 100px;
}
.clients-section{
    /* background: linear-gradient(180deg, #f5fbfd, #ffffff); */
}
/* colors theme close */

/* footer start */
.copy-right {
    position: relative;
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: fit-content;
    margin-top: -86px;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.copy-right p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.6px;
}
img.footer-img {
    height: auto;
    width: 100%;
}

.copy-right span {
    color: #FF4F00;
}
.colors-pools img {
    width: 50%;
    height: 185px;
}

.ba-slider {
    position: relative;
    width: 600px;
    max-width: 100%;
    overflow: hidden;
    user-select: none;
    border-radius: 10px;
}
.ba-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.img-before-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 4px;
  background: white;
  cursor: ew-resize;
}
.handle::after {
    content: "‹ ›";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}