/* 

Theme Name:Theon
Description:Blog,Agency
Author:Kuldeep
*/

@font-face {  font-family: Onest;  src: url(http://orangepanda.in/wp-content/themes/CustomTheme/assets/fonts/Onest-VariableFont_wght.ttf);  font-display:swap; }

@font-face {  font-family: Onest-bold;  src: url(http://orangepanda.in/wp-content/themes/CustomTheme/assets/fonts/Onest-Bold.ttf); font-display:swap; }

@font-face {  font-family: Onest-black;  src: url(http://orangepanda.in/wp-content/themes/CustomTheme/assets/fonts/Onest-ExtraBold.ttf); font-display:swap;  }
@font-face {  font-family: Onest-light;  src: url(http://orangepanda.in/wp-content/themes/CustomTheme/assets/fonts/Onest-ExtraLight.ttf); font-display:swap; }

*{
box-sizing:border-box;
}
html, body{
width:100%;
height:100%;
min-height: 100vh !important;
margin: 0px !important;
max-width: 100vw;
background:rgb(47, 47, 47);
overflow-x: hidden;
font-family: "Onest";
}

:root
{
    --purple:#BEA7E5;
    --dpurple:#7800e5;
    --orange:#FB5607;
    --green1:#7DCFB6;
    --green2:#33CA7F;
    --lyellow:#FCE8BD;
    --yellow:#FFB119;
    --white:white;
    --blue:#2330a0;
    --gold:#D6B46D;

    --t-cardbg-green:#b2ecd7;
    --t-cardbg-yellow:#e2e67a;
    --t-cardbg-purple:#b5e8f6;
    --t-cardbg-pink:#f6bcc8;
    --t-cardbg-cyan:#bef7eb;
    --t-cardbg-lime:#b2ecb7;
}

main    
{
    padding-top: 10vh;
    background: #FB5607;
}
body
{
    position: relative;
    scroll-behavior: smooth;
}


/* @font-face
{
    font-family: nohemi;
    src:url(/assets/font/Nohemi-ExtraBold.woff2);
} */
/* @font-face {
    font-family: 'parsan';
    src: url('/assets/font/parsan/Parson-Bold-BF6675c651067bf.otf') format('opentype');
} */
.bg-blue
{
    background-color: #2330a0;
}

h1{
    font-size: 100px;
}

h2
{
    font-size: clamp(2.25rem, 0.8571rem + 3.4286vw, 3rem);
    padding-bottom:40px;
    text-align: center;
}
p
{
    font-size: 18px;
}
.default-section
{
    padding:70px 0px;
    color:#b1dfcf;
}
.btn-section-center
{
	padding:30px 0;
	display:flex;
	justify-content:center;
}
.container-2
{
    width:100% !important;
    padding:0px 80px !important;
    max-width: 100% !important;
}

.banner
{
    position: relative;
    padding:50px 30px;
}


.banner-word
{
    font-size: 186;
    font-size: 3.125rem;
    font-size: clamp(3.125rem, 1.4249999999999998rem + 8.5vw, 11.625rem);
    font-family: "Onest-black";
    font-weight:bolder;
    line-height: 95%;
    color:white;
    padding-bottom: 0;
    text-align: left;
    overflow: hidden;
}

.banner-para
{
    overflow: hidden;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 142%;
    padding-bottom: 30px;
    font-family: "Onest";
    text-align: left;
}
.banner-word span, .banner-para span 
{
    display: inline-block;
}

/* SECTION 3 WHAT DEFINE US */

#section-3
{
    color:#000000;
    background: rgb(255, 255, 255);
    padding: 200px 0 200px 0;
    position: relative;
}

#section-3 h2
{
    /* font-size: 80px; */
    text-align: left;
}

#section-3 p
{
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
}

#section-3 p span
    {
        /* background-image: linear-gradient(90deg,rgb(255, 255, 255) 80%,orange); */
        background-image: linear-gradient(90deg,rgb(0, 0, 0) 80%,orange);
        -webkit-background-clip: text;
        color:hsl(0 0% 100%/0.2);
        background-clip: text;
        max-width: 55ch;
        margin-inline: auto;
        text-align: center;
        background-size: 0% 100%;
        animation: textreveal linear forwards;
        animation-timeline: view();
        background-repeat: no-repeat;
        animation-range-end: 50vh;
    }
@keyframes textreveal
{
    to{
        background-size: 100% 100%;
    }
}

.g-arrow {
    position: absolute;
    bottom: -15%;
    width: 12.5vw;transform-origin:bottom;
}


#blog-section
{
    position: relative;
    min-height:100px;
    background-color: white;
}

/* Service Section Start */

#service-col h2
{
    /* padding-bottom: 200px; */
    text-align: left;
    padding-bottom: 20px;
}
#service-col .section-heading p
{
    padding-bottom: 200px;
}

#service-section .section-heading
{
    padding-top:50px;
    position: sticky;
    top:42vh;
    bottom:10vh;
    &h2
    {
        text-align: left;
    }
}

/* Service Cards Start */
.img-holder
{
    width:100%;
   
}
.img-holder img
{
    width: 100%;
}
/* Service Cards Style in smallComponents.css */
/* Service Cards End */

.approach-holder
{
    padding-top: 30px;
    padding-bottom: 120px
}

.approaches
{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
}

.approach h3
{
    font-weight: 900;
}
.approach
{
    transition: all 0.2s;
    opacity: 1 !important;
    padding:20px;
    display: flex;
    flex-direction: column;
    background-color: #d0eceb;
    border-radius: 20px;
    flex:1;
    min-width: 150px;
    color:#13156b;
    min-height:200px;
    align-items: center;
    transition: all 0.8s;
    margin: 10px;
}
.approach:nth-child(1)
{
    transform: rotate(341deg) translateY(87px) translateX(-16px);
}
.approach:nth-child(2)
{
    transform: rotate(351deg) translateY(22px);
}
.approach:nth-child(4)
{
    transform: rotate(-351deg) translateY(22px);
}
.approach:nth-child(5)
{
    transform: rotate(-341deg) translateY(87px) translateX(16px);
}


.approach-description 
{
    text-align: center;
}

.approach:hover .approach-description 
{
    display: inline-block;
    opacity: 1;
}
.section-image-holder 
{
    height: 100%;
}
.section-image-holder img{
    width:80%
}
#business-challenge {
    /* background-color:#74e628;
    background-color: #6bb439; */
    background-image: linear-gradient(90deg, rgba(188, 188, 188, 0.1) 2px, transparent 0), linear-gradient(180deg, rgba(188, 188, 188, 0.1) 2px, transparent 0);
    /* background-position: -2px -2px;   */
    /* background-size: 60px 60px; */
    color: #b1dfcf;
    background-image: linear-gradient(#000000,transparent, #000000), linear-gradient(90deg, #fb5607, #000000, #fb5607);

}
#business-challenge .section-heading h2
{
    color:white;
}

#business-challenge p
{
    font-weight: 300;
}
/********************************************** BEHOLD THE SECTION ************************************************* */


.search-container {
    max-width: 800px;
    margin: 0 auto 2rem;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
    background-color: white;
    font-size: 1.1rem;
    color: black;
    line-height: 27.1%;
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}
.search-input::after {
    position: absolute;
    content: "↓";
    color: #393939;
    z-index: 4;
    right: 20px;
    font-size: 32;
    top: 50%;
}
.dropdown-content {
    display: none;
    position: absolute;
    color: #000000;
    width: 100%;
    background: white;
    border-radius: 10px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.dropdown-content.active {
    display: block;
}

.dropdown-item {
    padding: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.dropdown-item.selected {
    background: #e3f2fd;
}

/* Rest of the styles remain the same */
.swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    overflow: unset;
}

.service-card-n {
    background: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 2rem;
    display: grid;
    color: white;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    gap: 1rem 1rem;
    margin-inline: 1rem;
    grid-template-areas: "name name name name button button"
        "intro intro action action action action"
        "intro intro action action action action"
        "benefit benefit action action action action"
        "benefit benefit action action action action"
        "benefit benefit fact fact fact fact";
    box-shadow: 0 4px 20px rgb(255 255 255 / 15%);
}

.service-card-n li::marker
{
    content:"- ";
}

.service-name {
    /* font-size: 1.5rem; */
    font-weight: 500;
    grid-area: name;
    width:100%;
}

.service-name, .s-cta-button, .facts-slider-container, .short-intro, .benefits, .what-we-do {
    border: 2px solid black;
    border-radius: 25px;
    padding: 20px;
    height: 100%;
    background-color: rgb(255 255 255 / 9%);
}

.s-cta-button {
    padding: 0.75rem 1.5rem;
    background: #007bff;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 25px; */
    cursor: pointer;
    grid-area: button;
    &:hover
    {
        background: #ff4d00;
    }
}

.facts-slider-container
{
    grid-area: fact;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
}
.facts-slider-container .swiper
{
    padding:0;
    width:100%;
}

.facts-slider-container .swiper-slide
{
    width:100%;
}
.facts-slider {
    overflow: hidden;
    
}

.short-intro
{
    grid-area: intro;
}
.benefits
{
    grid-area: benefit;
}

.what-we-do

{
    grid-area: action;
}
.swiper-button-next, .swiper-button-prev {
   
    height:30px; width:30px;
    
    font-weight: 500;
    border-radius: 50%;
    background-color: white;

}
.swiper-button-next::after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000000;
    font-weight: bold;
}

.swiper-wrapper 
{
    height:auto;
}


#why-section h2
{
text-align: left;
}

.bg-black
{
    background-color: #000000;
    color:rgb(197, 197, 197);
}
/******************************************** Project Section Start***********/

.project-card
{
  background-color: #222222;
  border:1px solid #dddddd38;
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    position: relative;
    gap:5px;
    overflow: hidden;
    height:100%;
    justify-content: space-between;
    margin: 10px;
    transition: all 0.2s ;
}
.project-card:hover
{
transform: translateY(-10px);

/* box-shadow: 0px 0px 20px 5px #363636c9; */
}
.project-card:hover .explore-project
{
    font-size: 70px;
}

.project-card .bg-image
{
    position: absolute;
    width:100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.project-description
{
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    z-index: 1;
    padding:15px 15px 0px 15px;
}
.project-description .left h3
{
    text-align: left;
    width:80%;
    color:white;
}
.project-description .work-list, .work-list li::marker
{
    list-style: none;
    
    margin-left: 0;
    color:rgb(208, 208, 208);
    padding-left: 0;
    font-size: 16px;
}
.coming-soon{
    display:block;
    font-size: 12px;
    color:#FF6C6C;

}
.explore-project
{
    font-size: 60px;
    display: block;
    text-decoration: none;
    color:white;
    transition: font-size 0.2s;
    
}
.project-image
{
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 10px 10px #2c2c2c0f;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding:15px 15px 0px 15px;
 
}
.project-image img
{
    border-radius: 15px 15px 0px 0px;
    width:100%;
}

/******************************************** Project Section End***********/
.section-heading h2{
    padding-bottom: 20px;

}
.section-heading p
{
    text-align: center;
    width:50%;
    margin: auto;
    padding-bottom: 80px;
    font-weight: 200;
}

.section-heading p.left{
    width:90%;
    margin: 0px;
    text-align: left;
}
/* FAQ section START */

#faq-section
{
    background-color: #000000;
    color:rgba(255, 255, 255, 0.691);
}

/* Faq section END */

/* Job posting page START*/
.job-page p
{
    color:rgb(48, 48, 48) !important;
}

#job-section .job-tile
{
    background-color: #7600e512;
    border-radius: 20px;
    padding:10px;
    margin-bottom: 20px;

}
#job-section .job-list, .job-position {
    /* background-color: black; */
    font-family: Onest !important;
    color: rgb(48, 48, 48);
    /* border-bottom: 1px solid gray; */
    font-size: 18px;

  
}

.job-position
{
    font-size: 24px;
}
.job-list a {
    text-decoration: none;
    display: flex;
    justify-self: end;
}
.job-list button
{
    background-color: black;
    color:white;
    border:1px solid black;
    border-radius: 50px;
    padding:10px 20px;
    transition: all 0.4s;
}
.job-list button:hover
{
background-color: white;
color:black;
}

/* Job posting page END */
/* **********************************RESPONSIVE******************************* */



@media only screen and (max-width: 1024px) {

    #cursor{
        display: none !important;
    }
    .section-heading p
{

    width:90%;
   
   
}

}


@media only screen and (max-width:800px)
{


    .banner
{
    
    padding:50px 0px;
}

.line-container
{
display: none;
}
.service-card-n {
    display: grid;
    padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap:5px 1rem;
     margin-inline:5px;
    grid-template-areas: "name name name"
    "benefit benefit benefit"
        "intro intro intro"
        "action action action"
        
        "fact fact fact"
        "button button button";
    box-shadow: 0 4px 20px rgb(255 255 255 / 15%);
}
.short-intro
{
    display: none;
}
.facts-slider-container .swiper-slide {
    /* width: 100%; */
    margin-left: 2px;
    
}
#section-3
{
    padding: 60px 0px;
}

#section-3 h2 {
    font-size: 40px;
    text-align: center;
}
#service-row
{
    height: auto;
}

#service-swiper
{
    padding: 0;
}
    #service-section .section-heading
    {
        position: relative !important;
        padding-top: 0;
        top:0;
    }

    .container-2 {
    
        padding: 0px 0px !important;
       
    }

    .logo {
        left:2% !important;
        transform: translateX(-0%) !important;
    }
.nav-left
{
    display: none;
}
#service-col h2, #service-col .section-heading p
{
    padding-bottom: 20px;
    text-align: center;
}

.approach-holder
{
  
    padding-bottom: 10px
}

.approach
{
    padding: 10px 10px;
    flex: none;
    width: 90%;
    margin: auto;
}

.approach:nth-child(1)
{
    transform: rotate(341deg) translateY(0px) translateX(0px);
}
.approach:nth-child(2)
{
    transform: rotate(351deg) translateY(0px);
}
.approach:nth-child(4)
{
    transform: rotate(354deg) translateY(0px);
}
.approach:nth-child(5)
{
    transform: rotate(349deg) translateY(0px) translateX(0px);
}
.g-arrow {
    position: absolute;
    bottom: -20%;
  
    /* transform: translateX(-50%); */
   
}
.search-container {
  padding:0px 10px;
}
.dropdown-content {
   
    width: 95%;
    padding:0px 10px;
}


.section-heading p.left{
    width:90%;
    margin: auto;
    text-align: left;
}
}