html {
    scroll-behavior: smooth;
}

/* font family Raleway */

@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font family Barlow */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}



html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select::-ms-expand {
    display: none;
}

label {
    font-weight: normal;
}

iframe {
    width: 100%;
}

/* ===== 02. Global Style ===== */
body {
    overflow-x: hidden;
}

h1 {
    font-size: 75px;
    font-weight: 800;
    line-height: 85px;
    font-family: "Raleway", sans-serif;
}

h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 51px;
    font-family: "Raleway", sans-serif;
}

h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    font-family: "Raleway", sans-serif;
}

h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
}

h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Raleway", sans-serif;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Barlow", sans-serif;
}

button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 16px 38px 16px 38px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
}

a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #c9c3c3;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* underline-text */
.underline3{
    position: relative;
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .underline3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2.5px;
    /* background-color: rgb(168, 133, 238); */
    background: linear-gradient(to right, #F64F59, #C471ED);
    transition: width 0.4s ease-in-out;
    border-radius: 10px;
  }
  
  .underline3:hover::after {
    width: 100%;
  }



    /* ===== Loading Screen ===== */

    /* Loading Screen Styles */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    overflow: hidden;
}

#loading-video {
    width: 100%; /* Full-screen video initially */
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire screen */
    transition: width 1s ease-out, height 1s ease-out, top 1s ease-out, left 1s ease-out; /* Smooth transition for resizing and repositioning */
}

.loading_text{
    position: absolute;
    top: 85%;
    left: 46.5%;
    color: #c88b07;
    font-size: 30px;
}


    /* ===== 1.1 Header Section ===== */


.header-index{
    background-image: url("../images/bg/hero_bg.png");
    background-position: center;
    background-size: cover;
}

.header-line{
    border: 0.1px solid #fff;
}

.bg{
    background-image: url("../images/bg/hero_bg.png");
    background-position: top;
    background-size: cover;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 15px;
    color: #d3c9c1;
}


.container-nav{
    gap: 60px;
}


.navbar-logo{
    margin-left: 145px;  
    margin-top: 0%;
}

.navbar-logo img{
    width: 76px;
    margin-left: -21%;
}

.navbar-toggler{

    border: 0px solid #f57c48;
    background: none;
    /* background: linear-gradient(42deg, #000000 0.01%, #05f3ff 100%); */
    border-radius: 6px;
    cursor: pointer;
    display: none;
}


.navbar-toggler:hover{

    background: inherit;

}

.navbar-toggler span{
    color: #fff;
    font-size: 28px;
}

.navbar-toggler i{
    font-size: 2rem;
    color: rgb(255, 128, 0);
}


.navbar-nav{
    margin-left: -6.5%;
    gap: 50px;
}


.nav-link-font{
    font-weight: 400;
    color: #d3c9c1;
    font-size: 25px;
}

nav li a.active,
.nav-link:is(:hover, :focus-visible){

    color: #f57c48;
    cursor: pointer;
}

.contact:hover{

    color: #f57c48;
    cursor: pointer;
}

.dropdown{
    position: relative;    
}

.dropdown-toggle::after{
    content: '  ▾';
    vertical-align: center;
}

.dropdown-menu{
    position: absolute;
    padding: 30px;
    z-index: 11;
    display: none;
}

.dropdown:hover
.dropdown-menu{
  
    display: block;
    width: 225px;
    padding: 15px 0 15px 0;
    border-radius: 10px;
    background-color: #1c042f;
    margin-left: 10px;

}

.dropdown-menu li{ 

    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline-color: #fff;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
}


.dropdown-item::before{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #eb7c4d;
    z-index: -1;
    top: 0;
    left: 0;

}


.dropdown-item:hover::before{
    width: 100%;
}

.dropdown-item:hover, 
.dropdown-item:focus{
    color: #fff;
    background-color: inherit;
}


.nav-right{
    gap: 45px;
    margin-right: 130px;
}

.nav-right p{
    color: #d3c9c1;
}

.nav-right span{
    color: #f57c48;
}

.fa-magnifying-glass{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.nav-right .fa-magnifying-glass:active{
    color: #999;
    transform: scale(0.9);
}

.nav-right .fa-bars{
    color: #fff;
    font-size: 22px;
    background-color: #150803;
    padding: 7px 8px;
    border-radius: 10%;
    cursor: pointer;
}

.nav-right .fa-bars:active{
    transform: scale(0.9);
}


/* Sidebar */


/* Initially hide the dropdown */
.collapsed {
    display: none;
    padding-left: 20px;
}

/* Show when active */
.collapsed.show{
    display: block;
}

/* Rotate arrow when active */
.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rotate{
    transform: rotate(180deg);
}



/* Prevent scrolling on the main page when side panel is open */
html.no-scroll, body.no-scroll {
    height: 100%;
    overflow: hidden;
}


/* Initially hidden */
.sidepanel {
    position: absolute;
    z-index: 10;
    background-image: url("../images/home/63162.jpg");
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 0%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;               /* Hide the element initially */
    transform: translateY(1rem); /* Position it a bit lower */
    transition: opacity 0.9s ease, transform 0.6s ease;  /* Smooth transition */
}

/* When the element becomes visible (on scroll) */
.sidepanel.open {
    opacity: 1;                /* Make it visible */
    transform: translateY(0);  /* Return to its original position */
}

/* When open, expand the side panel */
.sidepanel.open {
    height: 100vh; /* Adjust as needed */
}

.side-menu-option{
    text-align: center;
    margin-top: 2rem;
    font-size: 25px;
}


/* Visible state */

aside ul{
    padding: 0;
    display: flex;
    flex-direction: column;
}


aside ul li{
    margin: 1rem 0;
}

aside li a{
    color: #d3c9c1;
    transition: 500ms;
    padding: 10px 0;
}

aside ul li a.active{
    color: #f57c48;
}

aside ul li a:hover{
    color: #f57c48;
    transition: 500ms;
}

aside .pages{
    font-weight: 500;
    color: #d3c9c1;
    margin: 11px 0 7px;
}


.collapse-btn{
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.collapsed li{
    margin: 2rem 0 0 -1rem;
}

.nav-link-font1{
    font-size: 1.2rem;
}

#pages{
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.show{
    height: 500px !important;
    transition: height 0.34s ease;
}

.collaborator a {
    background: linear-gradient(to right, #C471ED, #F64F59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 1000; /* Optional */
    font-size: 18px;
  }


/* search bar */
#search-bar{
    background-color: #040404a6;
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 2;
    border-radius: 0px;
    bottom: 0;
    transition: all 0.5s ease;
}

#search-bar div:first-child{
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    margin-top: 70px;
    margin-right: 150px;
    cursor: pointer;
}

#search-bar div:first-child:hover{
    background: inherit;
}


#search-bar form{
    border-radius: 50px;
    width: 58%;
    border: none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3d0d00;
}

#search-bar form input{
    border-radius: 50px;
    background: #260701;
    border: none;
    outline: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

#search-button{
    background: linear-gradient(0deg, #962a2a 10%, #f55f24 100%);;
    border-radius: 50px;
    border: none;
    color: #5e0705;
    font-size: 17px;
    width: 150px;
}

#search-button:hover{
    transition: all 0.3s ease;
    background: linear-gradient(0deg, #000000 0%, #451102 100%);
    cursor: pointer;
    color: #d3c9c1;
    border: 1px solid #ec611b;
}
#searchResults{
    color: white;
    margin-left: 20rem;
    margin-top: 1rem;
    cursor: pointer;
    width: 50vw;
}

.highlight {
    background-color: rgba(6, 62, 71, 0.948); /* Highlight search term */
    border-radius: 4px;
    animation: pulse 1s ease-in-out;
}
/* Search Result Item */
.search-result {
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #FFA500; /* Orange border around each result */
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Hover Effect for Results */
.search-result:hover {
    background-color: rgba(6, 62, 71, 0.948); /* Highlight search term */
}





/* right sidebar */

.header-right-sidebar{
    height: 100vh;
    top: 0;
    right: 0;
    /* right: -355px; */
    overflow: hidden;
    transition: 0.5s;
    padding: 60px 25px 20px 30px;
    z-index: 2;
    display: none;
}

.header-right-sidebar i:hover{
    background: linear-gradient(0deg, #f54a48 0.5%, #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





/* ===== End of 1.1  header section ===== */





/* ===== 1.2 hero section ===== */
.hero{
    background-image: url('../images/bg/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 260px 50px 200px 0px;
    margin-left: 6%;
    margin-top: 1rem;
}

.hero .container{
    position: relative;
    margin-top: -14%;
}

.hero h2{
    margin-top: 2%;
    color: #fff;
}

.hero h4{
    color: #fff;
}

/* .hero-social-icon{
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column !important;
    justify-content: flex-start !important;
    margin-top: 1%;
    margin-left: 7%;
} 

.hero-social-icon a{
    padding: 10px 39px 10px 30px !important;
} 

.hero-social-icon a i{
    font-size: 25px;
    background: linear-gradient(0deg, #f54a48 0.5%, #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero-social-icon a i:hover{
    background: linear-gradient(0deg, #f54a48 0.5%,  #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}  */

/* .hero-social-icon hr{
    display: block;
    margin-top: 68px;
    margin-left: -9%;
    opacity: 1;
    color: #fff;
    width: 110px;
    rotate: 90deg;
} */

.center-data h3{
    color: #fff;
    margin-top: -1%;
} 


/* center data button */

#centerdata{
    margin-top: -12%;
}

.getstarted{
    padding: 16px 0 0px 36px;
    width: 160px;
    height: 60px;
    border: 1.5px solid #f94807;
    border-radius: 5px;
}

.getstarted:hover{
    height: 60px;
    color: #999;
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

.btn_hover2{
    border-radius: 50px;
    border: 1.5px solid #f54a48;
    z-index: 1;
    letter-spacing: 0.8px;
    width: 170px;
    height: 60px;
    padding: 16px 0px 0px 31px;
}


/* .btn_hover2::before{
    border-radius: 50px;
    position: relative;
    width: 0;
    height: 100%;
    transition: all 0.5s ease-in;
    background: linear-gradient(180deg, #f54a48 0%, #fa942f 100%);
    z-index: -1;
    top: 0;
    left: 0;
} */

.btn_hover2:hover{
    color: #999;
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

.center-btn a{
    color: #fff;
    margin-top: -15px;
    margin-left: -7%;
}

#index-bgvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire dropdown area */
    z-index: -1; /* Puts the video behind the dropdown content */
    opacity: 0.8;
    top: 0;
}



/* ===== 1.3 card Section ===== */

.feature{
    background-color: #150725;

    /* margin-bottom: -1px; */
    /* position: relative; */
}


.feature .flex{
    justify-content: center;
    /* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(-.1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x)); */
} 


.header-card{
    margin-top: -120px;
    /* display: flex; */
    /* padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5); */
}

.header-card div{
    border-radius: 20px;
    width: 250px;
    background: linear-gradient(0deg, #471133 0%, #140921 100%);
    color: #fff;
    padding: 20px 20px;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.header-card p{
    font-size: 12px;
    padding-top: 1.5rem;
}

.display2{
    display: none;
}

.display4{
    display: none;
}

/* ===== End of 1.3 card section ===== */




/* ======  1.4 logoipsum section ====== */

.logoipsum {
    /* background-color: #140921; */
    background: linear-gradient(180deg, #471133 0%, #140921 100%);
    padding: 150px 0 60px 0;
    text-align: center;
}

.logoipsum h3 {
    letter-spacing: 1.25px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 1.8rem; /* Default font size */
}

.logoipsum img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block; /* Ensures image is centered and separated from text */
}

.logoipsum .hr1, .logoipsum .hr2 {
    opacity: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
    margin: 20px auto;
    margin-top: -10vh;
}

.logoipsum .hr1 {
    width: 70px;
    transform: rotate(90deg);
}

.logoipsum .hr2 {
    width: 70px;
    transform: rotate(90deg);
    margin: 8% auto 50px auto;
}

.logoipsum-slider a figure img{
    border-radius: 12px;
    box-shadow: 0 0 10px 1px #0a42ec9b;
    margin: 10px auto;
}


/* Responsive adjustments */


/* Move arrows closer to each other
.sliderlogo .slick-prev {
    left: 120rem;
}


.sliderlogo .slick-next {
    right: 120rem;
} */




/* ===== End of 1.4 Logoipsum Section =====  */





/* ===== 1.5 About us section ===== */


.about{
    /* background: #471133; */
    background: linear-gradient(360deg, #140921 0%, #471133 100%);
    padding: 100px 0; 
}

.about .container{
    margin-left: 12%;
   
}

.about-data{
    display: flex;
    margin-right: 19%;
}

.about hr{
    opacity: 1.25;
    height: 1px;
    color: #f94807;
    width: 70px;
    border: 1px solid;
}

.about .h4{
    margin-bottom: 10%; 
}
.about h4{
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.explore {
    color: #fff;
    font-size: 40px;
    font-style: bold;
    width: 700px;
}


.about p{
    color: #fff;
    font-size: 16px;
}


.about i{
    border: 2px solid #bb3104;
    border-radius: 50%;
    padding: 4px;
    font-size: 20px;
    background: linear-gradient(66%, #f54a48 0.87%, #fa982f 100%);
    color: #f54a48;
    margin-top: 0.8%;
}

.about h5{
    color: #fff;
    font-size: 16px;
}


.about-data a{
    padding: 16px 25px 16px 25px;
}

.about .flex-ab{
    justify-content: space-between;
}

.btn2 {
  position: relative;
  border-radius: 50px;
  border: 1.5px solid #bb3104;
  z-index: 1;
  letter-spacing: 0.8px;
  width: 170px;
  height: 58px;
  text-align: center;
  color: #fff;
  background: transparent;
  overflow: hidden;
}

/* gradient layer */
.btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(0deg, #bb3104 28%, #fa982f 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}

.btn2:hover::before {
  opacity: 1;
}

.btn2:hover {
  color: #05011e;
}



.about-imgs{
    margin-top: 7%;
    margin-right: -1%;
    position: relative;
    background-image: url('../images/bg/about-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-imgs img{
    width: 85%;
    display: block;
    margin: auto;
    clip-path: circle(55% at 50% 50%);
    background-color: #000000;
}


.about-imgs figure{
    background-color: #000000;
    width: fit-content;
    clip-path: circle(45% at 50% 50%);
    transition: all 0.0s ease;
}
.about-imgs figure img{
    scale: 0.8;
}


.about-imgs figure:hover{
    transform:  scale(1.1);
    transition: all 0.0s ease;
}

.ab-count{
    flex-direction: column;
    background: linear-gradient(100deg, #c92b00 0%, #ff7931 100%);
    color: #fff;
    position: absolute;
    bottom: 95px;
    left: 10px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.year{
    margin-top: -10%;
}

.about-hr{
    color: #fff;
    position: absolute;
    right: -90px;
    bottom: 90px;
    rotate: -90deg;
}

.about-hr hr{
    opacity: 1.25;
    height: 1px;
    border: 1px solid #bb3104;
    width: 60px;
}

.discover-more1{
    display: none;
}

/* ===== End of 1.5 About Us Section =====  */




/* ===== 1.6 Gallary Section =====  */
.portfolio{
    background: #140921;
    padding: 120px 0 0 0;
    margin-top: -1px;
}
.portfolio-1{
    margin-left: 12%;
    margin-right: 12%;
}

.posto-center{
    display: flex;
    text-align: left;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-1 * var(--bs-gutter-x));
    margin-left: calc(-1 * var(--bs-gutter-x));
}


.porto-center .w-50{
    width: 70%;
}

.porto-center p{
    font-size: 14px;
    color: #d3c9c1;
    padding-right: 14px;
    margin-top: 1rem;
}

.porto-center h4{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.porto-center h2{
    color: #fff;
}



.portfolio-1 .gallary-hr1{
    opacity: 1.25;;
    height: 1px;
    color: #f54a48;
    width: 68px;
    border: 1px solid;
}

.portfolio-1 hr{
    width: 110%;
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    border: 1px solid;
}

.portfolio-1 .btn_hover2{
    border: 1px solid #f54a48;
    width: 190px;
    height: 45px;
    margin-top: -150px;
    padding-top: 10px;
    padding-left: 30px;
    color: #fff;
}

.portfolio-1 .btn_hover2:hover{
    color: #999;
}

#hr{
    margin-left: -5%;
}

/* Video background */

/* Full-screen video background */
.gallary .video-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Keep the video in the background */
    overflow: hidden;
}

/* Make sure the video covers the whole screen */
#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover ; /* Ensures the video covers the entire background */
}



/* All Projects */

/* Full-screen video background */
.gallary .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Keeps video in the background */
    overflow: hidden;
    opacity: 10;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire section */
    background-image: url('../images/bg/hero_bg.png'); /* Fallback color in case video does not load */
}

/* Styling for the gallery section */
.gallary {
    position: relative;
    z-index: 1; /* Ensures other content appears above the video */
}

.gallary img{
    width: 98%;
    height: 400px;
    object-fit: cover;
}

.ga-bg{
    background-color: #150725;
    height: 70px;
}

.gallary span{
    background-color: #150725;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.tab{
    margin-left: 9%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.tab button{
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    background-color: inherit;
    color: #fff;
    border-radius: 10px;
}


.tab button.active{
    background: linear-gradient(180deg, #fa982f 0.01%, #c92b00 100%);
}

.tabcontent{
    display: none;
    padding: 6px 12px;
}

.tabcontent img{
    border-radius: 5%;
    box-shadow: black 0px 0px 50px;
}

.tabcontent .w-100{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
}

.gallary-hr{
    margin-right: 9%;
    margin-top: 1%;
}

.gallary-hr h6{
    letter-spacing: 3.72px;
    text-transform: uppercase;
    color: #fff;
}

.gallary-hr hr{
    opacity: 1;
    color: #fff;
    height: 2px;
    width: 68px;
}




/* <!-- ===== 1.6 Services Section =====  --> */

.service{
    /* background: #471133; */
    /* background: linear-gradient(180deg, #140921 0%, #471133 100%); */
    background: linear-gradient(360deg, #471133 0%, #140921 100%);
    padding: 120px 0;
}

.service-1{
    margin-top: -1px;
    margin-left: 12%;
    margin-right: 12%;
}


.service-data{
    display: flex;
}

.service-data p{
    color: #e87618f2;
    position: relative;
    margin-bottom: 25px; 
    margin-top: 1rem;
}

.service-1 h5{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-1 h2{
    color: #fff;
}

.service-1 p{
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    width: 85%;
}

.allblogs{
    margin-top: 4%;
}

.service-1 .service-hr{
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    width: 68px;
    border: 1.5px solid;
}

.service-1 hr{
    width: 100%;
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    border: 1px solid;
}

.viewservice{
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.viewservice .btn_hover2{
    width: 16vw;
    padding: 1.1rem;
    margin-left: 1rem;
}

.service-1 .btn_hover2{
    padding: 16px 30px;
    border: 1px solid #ff7527;
    color: #fff;
}

.service-1 .btn_hover2:hover{
    color: rgb(169, 169, 169);
}

.service-card{
    background: linear-gradient(0deg, #f94807 0.01%, #ff7931 100%);
    margin-top: 1%;
    box-shadow: 8px 18px 30px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 30px 30px 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 2rem;
    height: 53vh !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between !important; 
    width: 23vw !important;
}

.service-card a {
    margin-top: auto;
    color: #fff;
}

.service-card a:hover{
    font-weight: 700;
    color: #fff;
    gap: 8px;
} 

.service-card p{
    width: 100%;
}

.service-card h3{
    color: #fff;
    letter-spacing: 1.25px;
}

.service-card img{
    object-fit: cover;
    margin: auto;
    display: block;
}

.service-card figure{
    background: #fff;
    box-shadow: 10px 17px 28px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 12px;
    width: 124px;
    height: 85px;
    display: flex;
}

.service-card img[alt="image not found"]{
    width: 60px;
}


.service-card img:hover{
    transform: scale(1.05);
    opacity: .8;
    transition: all 0.4s ease;
}

.service-card h4{
    color: #fff;
    margin: 18px 0;
    padding: 0 30px 0 0;
}

/* Slick prev/next buttons on left and right */
.slick-prev {
    left: -40px !important; /* Position the prev arrow to the left */
}

.slick-next {
    right: -40px !important; /* Position the next arrow to the right */
}



.mobile-services{
    display: none;
}

/* <!-- ===== End of 1.7 Service Section =====  --> */





/* <!-- ===== 1.8 Exeperience Section =====  --> */

.experience{
    background-image: url('../images/bg/experience_bg.jpg');
    background-size: cover;
    background-position: center center;
    padding: 120px 0;
    position: relative;
    margin-top: -1px;
}


.experience::before{
    position: absolute;
    content: '';
    top: 26rem;
    background-image: url('../images/bg/experience_cercle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30%;
    height: 39%;
    left: 32%;
}


.experience .container{
    margin-left: 12%;
}

.experience h5{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.experience h2,
.experience p{
    color: #fff;
    width: 120%;

}

/* .exp-center p{
    padding: 0 221px 0 0;
} */

.experience .exp-hr1{
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    width: 68px;
    border: 1px solid;
}


.experience hr{
    width: 100%;
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    border: 1px solid;
    margin: 35px 0;
}

.experience .btn_hover1{
    padding: 16px 30px;
    border: 1px solid #ff7527;
    color: #fff;
    margin-right: -9%;
    margin-top: 12%;
}
.experience .btn_hover1:hover{
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
    color: #999;
}

.experience .btn_hover2{
    padding: 15px 30px;
    border: 1px solid #ff7527;
}

.experience_mask img{
    width: 78%;
    clip-path: circle(47% at 50% 50%);
    padding: 6px;
    background: linear-gradient(11deg, #090014 0.01%, #56056b);
    transition: all 0.08s ease;
}

.experience_mask img:hover{
    transform: scale(1.05);
    transition: all 0.8s ease;
}

.experience-hr{
    color: #fff;
    position: absolute;
    left: -110px;
    bottom: 50px;
    rotate: -90deg;
}

.experience-hr h6{
    letter-spacing: 3.72px;
    text-transform: uppercase;   
}

.experience-hr hr{
    width: 60px;
    opacity: 1.25;
    height: 1px;
    color: #fff;
    border: 1px solid;
    margin: 0;

}

.card{
    margin-left: -8.5%;
    margin-top: 5% !important;
}

.ex-card{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 8px;
    z-index: 1;
}

.ex-card:hover{
    background: linear-gradient(0deg, #f94807 0.01%, #ff7931 100%);
    transform: scale(1.05);
    transition: all 0.4s ease;
}

.ex-card p{
    color: #000000;
    margin-top: 1px;
    padding: 0;
    font-weight: 600;
    width: 100%;
}


.ex-card:hover.ex-card .flex{
    background: #fff;
}

.ex-card .flex{
    border-radius: 50%;
    background: linear-gradient(0deg, #f94807 0.01%, #ff7931 100%);
    width: 80px;
    padding: 29px 0;
}

/* <!-- ===== End of 1.8 Exeperience Section =====  --> */






  
/* <!-- =====1.9 Work Section =====  --> */

/* <!-- =====End of 1.9 Work Section =====  --> */





/* <!-- =====1.10 Team Section =====  --> */


.team{
    background-image: url("../images/bg/experience_bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 120px 0 0;
    overflow: hidden;
}

.team .container{
    margin-left: 12%;
    width: 1190px;
}

.team h5{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team h2{
    color: #fff;
    padding: 0 212px 0 0;
}

.team p{
    color: #fff;
    padding: 0 184px 0 0;
}


.team .team-hr1{
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    width: 60px;
    border: 1px solid;
}

.team-slider{
    overflow: hidden;
    display: flex;
    width: 91%;
    margin-top: 5%;
    height: 450px;
}

.team-img{
    min-width: 304px;
    object-fit: cover;
    position: relative;
    background-repeat: no-repeat;
    margin-left: 10px;
    border-radius: 10px;
}

.team-img img{
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #00000097 10%, #ef40008b 140%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team-img:hover .overlay{
    height: 100%;
}

.overlay_text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.overlay_text h4{
    margin: 6px 0 15px o;
}


.overlay_text .flex a:first-child{
    padding: 8px 13px !important;
}
.overlay_text .flex a:nth-child(2){
    padding: 9px 12px !important;
}
.overlay_text .flex a:last-child{
    padding: 8px 10px !important;
}


.team-btn{
    background: linear-gradient(0deg, #00000066 140%, #46010124 0%);
    color: #fff;
    padding: 40px 20px;
    margin-top: 90px;
    text-transform: uppercase;
}

.team-btn h4{
    margin-left: 13%;
}

.team-btn a{
    margin-left: 9.4%;
}


/* <!-- ===== End of 1.10 Team Section =====  --> */







/* <!-- ===== 1.11 Pricing Section =====  --> */

.pricing{
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
    color: #fff;
    z-index: 1;
    background-color: #150725;
    padding: 120px 0;
}

.pricing span{
    background-color: #150725;
    opacity: 0.9;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.pricing-hr{
    color: #fff;
    position: absolute;
    right: 0;
    rotate: -90deg;
}

.pricing-hr h6{
    letter-spacing: 3.72px;
    text-transform: uppercase;
}

.pricing-hr hr{
    opacity: 1.25;
    color: #ffffffbf;
    height: 1px;
    width: 60px;
    border: 1px solid;
}

.pricing p{
    padding: 0 30px;
}

.pricing-card{
    margin-left: 8%;
}

.pricing-card div{
    background: #3d0541;
    color: #fff;
    padding: 70px;
    transition: all 0.4s ease;
    width: 330px;
    height: 520px;
    margin-left: 1%;
}

.pricing-card div:hover{
    transform: scale(1.07) !important;
    transition: all 0.4s ease !important;
    z-index: 3;
}

.pricing-card div:nth-child(2){
    transform: scale(1.09);
    z-index: 2;
    background: linear-gradient(11deg, #691975 0.01%, #3d0541 140%);
}

.pricing-card div:nth-child(2):hover{
    transform: scale(1.09);
    z-index: 2;
    background: linear-gradient(180deg, #7705a0 0.01%, #3d0541 140%);
}

.pricing-card h3{
    color: #f57c48;
}

.pricing-card h2{
    margin-bottom: 30px;
}

.pricing-card div:nth-child(2) a{
    background: transparent;
    color: #fff;
}

.pricing-card div:nth-child(2) a:hover{
    color: #fff;
}

.pricing-card a{
    padding: 15px 30px;
    border-radius: 10px;
}

/* <!-- ===== End of 1.11 Pricing Section =====  --> */






/* <!-- ===== 1.12 FAQ Section =====  -->    */

.faq{
    background-image: url('../images/bg/faq-bg.png');
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}

.faq .container{
    width: 1200px;
    margin-left: 12%;
}

.faq::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
    top: 0;
    left: 0;
}

.faq span{
    background-color: #000000;
    opacity: 0.6;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.faq .text-center h2{
    color: #fff;
    padding: 0 55px 0 0;
    text-align: left;
}

.faq h5{
    color: #fff;
}

.faq .title{
    margin-top: -10%;
}

.faq .text-center p{
    color: #fff;
    padding: 0 123px 0 0;
    text-align: left;
}

.faq .faq-hr1{
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    width: 60px;
    border: 1px solid;
}

.accordion{
    margin-top: 15%;
}

.accordion-button{
    position: relative;
    width: 100%;
    text-align: left;
    outline: none;
    border: none;
    color: #231f20;
    font-weight: 700 !important;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
}

.accordion-button img{
    transition: transform 0.3s ease-in-out;
    max-height: 1.5rem;
}

.accordion-collapse{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-collapse p{
    color: #767676;
    padding: 15px;
    background-color: #fff;
}


/* <!-- ===== End of 1.12 FAQ Section =====  --> */






/* <!-- ===== 1.13 Blogs Section =====  -->   */

.blog{
    background: #150725;
    padding: 120px 0;
    overflow: hidden;
}

.blog .container{
    width: 80%;
}

.blog .setmargin{
    margin-left: 2.5%;
}

.blog h5{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog h2{
    color: #fff;
}

.blog p{
    color: #d3c9c1;
    padding: 0 296px 0 0;
}

.blog .blog-hr1{
    opacity: 1.25;
    height: 1px;
    color: #f54a48;
    width: 60px;
    border: 1px solid;
}

.blog .btn_hover2{
    padding: 18px 25px; 
    border: 1.5px solid #ff8c4b;
    margin-top: -12%;
    margin-right: 2.5%;
}

.slider{
    width: 1070px;
    margin-left: 2%;
}

.blog-card{
    flex: 0 0 33.33%;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 5px;
}

.blog-card img{
    margin-top: 10%;
    width: 100%;
    transition: all 0.4s ease;
}

.blog-card img:hover{
    transform: scale(1.05);
    opacity: .8;
    transition: all 0.4s ease;
}

.blog-card h4{
    color: #fff;
    margin: 18px 0;
    padding: 0 30px 0 0;
}


.blog-card .learn{
    padding: 0 0  11px 0 !important;
    border-bottom: 2px solid #ff8c4b;
    letter-spacing: 2px;
    background: linear-gradient(66.75deg, #f54a48 0.87%, #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.slider .slick-next{
    top: 13rem !important;
    right: -5.5rem !important;
}


.slider .slick-prev{
    top: 12rem !important;
    left: -8rem !important;
}




/* <!-- ===== 1.14 Footer Section =====  -->   */

footer{
    background: #150725;
    padding: 120px 0 0 0;
}

.footer-hr .flex{
    rotate: -90deg;
}

.footer-hr h6{
    color: #fff;
    letter-spacing: 3.72px;
    text-transform: uppercase;
}

.footer-hr h3{
    margin-top: 125px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-hr p{
    color: #fff;
    padding: 0 300px;
    margin: 2px 0 30px 0;
    width: 130vw;
}

.footer-hr hr{
    opacity: 1.25;
    height: 1px;
    color: #fff;
    width: 5vw;
    border: 1px solid;
}

#footer-form{
    border-radius: 50px;
    border: 1px solid #6d2f8a;
    background: #381a46;
    width: 76%;
    margin: auto;
}

.footer-form input{
    border-radius: 50px;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    color: #fff;
    width: 70vw;
}
#footer-form input:focus{
    outline: none;
}

footer form input{
    border-radius: 50px;
    background: transparent;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.footer-form button{
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn_hover3{
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #6d2f8a;
    border: 1px solid transparent;
    color: #fff;
}

footer form button:hover {
    color: #5e0705;
}

#footer-message{
    color: green;
    position: absolute;
    text-align: center;
    padding: 7px;
    font-weight: 800;
    font-family: "raleway", sans-serif;
    z-index: 10;
    border-radius: 10px;
    transition: display all 0.3s ease;
    display: none;   /*javascript for this */
    width: fit-content;
    margin-left: 53%;
}

.footer-menu{
    background: linear-gradient(0deg, #471133 0%, #140921 100%);
    color: #fff;
    padding: 50px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

  
  .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    width: 88.75vw;
    margin: 0 auto;
  }
  
  .footer-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 11vw;
  }
  .footer-grid1{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 55vw;
  }
  
  .footer-col h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 17vh;
    color: #f55f24;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: #ff7527;
  }

  .footer-col ul li i{
    color: #ff7527;
  }
  
  .footer-logo {
    max-width: 160px;
    margin-bottom: 15px;
  }
  
  .footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
  }
  
  .footer-social a {
    font-size: 20px;
    color: #ff7527;
    transition: color 0.3s ease;
  }
  
  .footer-social a:hover {
    color: #ff7527;
  }
  
  /* ✅ Responsive - Stack vertically */
  @media (max-width: 786px) {
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 25px;
      text-align: center;
    }
    .footer-grid1{
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
      }
  
    .footer-social {
      justify-content: center;
    }

    .footer-col h4{
        margin-top: 50px !important;
    }
  }

  


.copyright{
    background: #05011e;
    color: #fff;
}

.copyright a{
    color: #fff;
}


/* The glowing dot that follows the cursor */
.glowing-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fffdfd50;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
    box-shadow: 0 0 10px rgb(102, 4, 249); /* Initial glowing effect */
    z-index: 111;
}

/* Glowing trail effect when hovering */
body:hover .glowing-dot {
    animation: glow 1s ease-in-out infinite alternate;
}

/* Keyframe for glowing effect */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.7);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 1);
    }
}


/* End of Footer Section */

/* ===== End of Site Wrapping */



/* <!-- ===== Back to Top Button ===== --> */

#backToTopBtn{
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 0px 0px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    z-index: 999999999;
}

#backToTopBtn i{
    font-size: 50px;
    color: #fff;
}

#backToTopBtn i:hover{
    color: #e94200;
} 

/* Scroll full Website */

::-webkit-scrollbar{
    width: 2px;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(23deg, #150725 0.1%, #bb3104 100%);
    border-radius: 2px;
}





/* ******* responsive code *********** */


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

    /* header section */

    .container-nav{
        gap: 60px;
    }

    .navbar-logo{
        margin-left: 160px;  
        margin-top: 0%;
    }

    .navbar-logo img{
        width: 77px;
    }



    /* *********** hero section ********** */

    .hero{
        margin-top: -0.5rem;
    }

    .hero .container{
        margin-top: -10rem;
    }

    /* *********** End of hero section ********** */





    /* ******** services Section ********** */


    .service-data h2{
        width: 60vh;
    }

    .viewservice{
        margin-left: -1rem;
    }

    .viewservice .btn_hover2{
        width: 16vw;
        padding: 1.1rem;
    }

    .service-card{
        margin: 1rem;
        height: 70vh !important;
    }

    .s-card{
        height: 75vh;
    }

    /* ******** End of services Section ********** */



    /* ********** Expertise section ********** */


    .experience .btn_hover1{
        margin-right: -2rem;
    }


    /* ********** End of Expertise section ********** */
    










/* ********** Blogs section ********** */


.allblogs{
    margin-right: -1rem;
}



/* ********** End of Blogs section ********** */





/* ********** FAQ section *********** */


.faq{
    margin-right: -3rem !important;
}


/* ********** End FAQ section *********** */




/* ************* Footer Section *************** */

.footer-center p{
    width: 30vw;
}

.link2{
    margin-top: 0rem;
}

/* ************* End of Footer Section *************** */





}







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


/* ********** header section ********** */

.contact{
    width: 5rem;
}

.navbar-logo{
    margin-left: 10.5rem;  
    margin-top: 0%;
    width: 5.6rem;
}

.navbar-nav{
    margin-left: -4rem;
}

.navbar-logo img{
    width: 76%;
}


/* *********** hero section ********** */

.hero{
    margin-top: -3.2rem;
}

.hero .container{
    margin-top: 6rem;
}


.hero{
    background-image: url('../images/bg/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 153px 50px 200px 0px;
    margin-left: 6%;
}

    

.hero h4{
    color: #fff;
}

.hero-social-icon{
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column !important;
    justify-content: flex-start !important;
    margin-top: 1%;
    margin-left: 6%;
}

.hero-social-icon a{
    padding: 10px 39px 10px 30px !important;
} 

.hero-social-icon a i{
    font-size: 25px;
    background: linear-gradient(0deg, #f54a48 0.5%, #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hero-social-icon a i:hover{
    background: linear-gradient(0deg, #f54a48 0.5%,  #fa982f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-social-icon hr{
    display: block;
    margin-top: 68px;
    margin-left: -9%;
    opacity: 1;
    color: #fff;
    width: 110px;
    rotate: 90deg;
}

.center-data h3{
    color: #fff;
    margin-top: -1%;
}


/* center data button */

#centerdata{
    margin-top: -12%;
}

.getstarted{
    padding: 16px 0 0px 36px;
    width: 160px;
    height: 60px;
    border: 1.5px solid #f94807;
    border-radius: 5px;
}

.getstarted:hover{
    height: 60px;
    color: #999;
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

.btn_hover2{
    border-radius: 50px;
    border: 1.5px solid #f54a48;
    z-index: 1;
    letter-spacing: 0.8px;
    width: 170px;
    height: 60px;
    padding: 16px 0px 0px 31px;
}


/* .btn_hover2::before{
    border-radius: 50px;
    position: relative;
    width: 0;
    height: 100%;
    transition: all 0.5s ease-in;
    background: linear-gradient(180deg, #f54a48 0%, #fa942f 100%);
    z-index: -1;
    top: 0;
    left: 0;
} */

.btn_hover2:hover{
    color: #999;
    background: linear-gradient(0deg, #140921 0%, #471133 100%);
}

.center-btn a{
    color: #fff;
    margin-top: -15px;
    margin-left: -7%;
}

#index-bgvideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire dropdown area */
    z-index: -1; /* Puts the video behind the dropdown content */
    opacity: 0.8;
    top: 0;
}


/* ===== End of 1.2 Hero Section ===== */




/*  ************** About Us Section ************* */

.about{
    margin-left: -4rem;
}

.digital-agency{
    width: 70vh;
}




/* *********** Portfolio Section ************* */

.porto-center{
    margin-left: -4rem;
}

/* ****** blogs section ********* */








/* ******** services Section ********** */

    .service{
        margin-left: -4.5rem;
    }

    .service-data h2{
        width: 60vh;
    }

    .s-card{
        margin-left: -0.5rem;
        width: 88vw;
        height: 80vh;
    }

    .service-card{
        width: 28vw !important;
        height: 70vh !important;
        margin-left: 0.1rem;
    }


    .s-card .slick-prev{
        margin-left: -1rem !important;
    }

    .s-card .slick-next{
        margin-right: 0rem !important;
    }


    .viewservice{
        margin-left: 5rem;
    }

    .viewservice .btn_hover2{
        width: 16vw;
        padding: 1.1rem;
    }



/* ******** End of services Section ********** */

 





/* ******** Expertise Section ********** */

    .exp-center{
        margin-left: -4rem;
    }

    .experience .btn_hover1{
        margin-right: -1rem;
    }

    .experience-hr{
        margin-left: -2rem;
    }

    .p-relative{
        margin-left: -2rem;
        margin-right: 2rem;
    }

/* ******** End Expertise Section ********** */
 











/* ********** Blogs section ********** */


    .allblogs{
        margin-right: -4.5rem !important;
    }

    .blog-center{
        margin-left: -4rem;
    }

    .slider{
        width: 85vw;
    }
    
    .slider .slick-prev{
        margin-left: 4.5rem;
    }
    
    .slider .slick-next{
        margin-right: 3rem;
    }



/* ********** End of Blogs section ********** */









/* ********** Team section ********** */

.team{
    margin-left: -4.4rem;
}

.team-slider{
    width: 82vw;
    margin-left: 1rem;
}


/* ********** End of Team section ********** */




/* ************* FAQ section ************ */


.accordion{
    margin-left: -4rem;
    width: 45vw;
}


/* ************* FAQ section ************ */






/* ************* Footer Section *************** */

/* ************* End of Footer Section *************** */






}







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

    /* header section */

    .nav-right{
        margin-right: 4rem;
    }

    .contact{
        width: 5rem;
    }

    .navbar-logo{
        margin-left: 7rem;  
        margin-top: 0%;
        width: 5rem;
    }

    .navbar-logo img{
        width: 76%;
    }



    /* *********** hero section ********** */

    .hero{
        margin-top: -4rem;
    }

    .hero .container{
        margin-top: 6rem;
        margin-left: -2rem;
    }

    .center-data{
        margin-left: 6rem;
    }


    /* ******** cards section ************ */

    
    .display1{
        display: none;
    }
     
    .display2{
        display: block;
        background-color: #150725;
        margin-top: 1rem;
    }


    /*  ************** About Us Section ************* */

    .about{
        margin-left: -3rem;
   }

   .discover-more{
        width: 25rem;
   }

   .digital-agency{
        width: 40vw;
   }


   /* *********** Portfolio Section ************ */


   .porto-center p{
        width: 100vh;
   }

   .tablinks{
        margin-left: 3.7rem;
    }



    /* *********** Services Section ************ */


    .service{
        margin-left: 0rem;
    }

    .service-data{
        margin-left: -4rem;
    }
    

    .viewservice{
        margin-left: -0.5rem;
    }

    .viewservice .btn_hover2{
        width: 20vw;
        padding: 1.1rem;
    }

    .s-card{
        margin-left: -1.3rem;
        width: 81vw;
        height: 75vh;
    }

    .service-card{
        width: 39vw !important;
        height: 63vh !important;
        margin-left: 0rem;
    }



/* ******** End services Section ********** */




/* ******** Expertise Section ********** */

    .exp-center{
        margin-left: -4rem;
    }

    .experience .btn_hover1{
        margin-right: 4rem;
    }

    .experience-hr{
        margin-left: -2rem;
    }

    .p-relative{
        margin-left: -2rem;
        margin-right: 2rem;
    }

/* ******** End Expertise Section ********** */







/* ********** Blogs section ********** */


.slider{
    margin-left: 1.5rem;
}



/* ********** End of Blogs section ********** */




/* ********** Team section ********** */

.team-center p{
    width: 100vw;
}


.team-btn{
    width: 110vw;
}


.team-btn h4{
    width: 60vw;
}


.team-btn .contact2{
    width: 17vw;
    margin-top: 0rem;
    margin-left: 5rem;
}


/* ********** End of Team section ********** */





/* ********** FAQ section *********** */

.faq .text-center{
    margin-left: -2.4rem;
}

.accordion{
    margin-left: -7rem;
    width: 45vw;
}

/* ********** End FAQ section *********** */




/* ************* Footer Section *************** */


.footer-center div p{
    width: 40vw;
}

.link2{
    margin-top: 1rem;
}


/* ************* End of Footer Section *************** */




}





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

    /* header section */

    .navbar-toggler{
        display: block !important;
    }

    .navbar-nav,
    .nav-right{
        display: none !important;
    }

    .container-nav{
        width: 100%;
        justify-content: space-between;
    }
    
    .navbar-logo{
        margin-left: 3rem;
    }

    .navbar-logo img{
        width: 4rem;
    }

    .navbar-toggler{
        margin-right: 1rem;
    }


    .header-right-sidebar{
        display: block;
        color: #d3c9c1;
    }



    /* ***** hero section ******* */

    .hero{
        margin-top: -4rem;
        margin-left: 0.2rem;
        background-position: -7rem;
    }
    
    .hero .container{
        margin-top: 4rem;
    }

    .hero-social-icon{
        margin-left: 2.8rem;
    }

    .center-data{
        margin-left: 8.9rem;
    }

    
    /* ******** cards section ************ */


    .display2{
        display: inline-block;
    }

    .display3{
        display: none;
    }

    .display4{
        display: block;
        background-color: #150725;
        margin-top: 1rem;
    }



    /* ******** client section ********* */

    .logoipsum {
    padding: 80px 0;
    }

    .logoipsum img {
        width: 120px; /* Scales image down for smaller screens */
        margin-bottom: 20px; /* Adds space below logo */
    }

    .logoipsum h3 {
        font-size: 1.4rem; /* Reduces text size on smaller screens */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    
    /*  ************** About Us Section ************* */

   .about{
        margin-left: -4rem;
   }

   .discover-more{
        width: 25rem;
   }

   .real-people{
        width: 30rem;
   }

   .explore{
        width: 80vw;
   }





    /*  ************** Portfolio Section ************* */


    .porto-center{
        margin-left: -3.5rem;
    }

    .tablinks{
        margin-left: 1.8rem;
    }

    #all img{
        gap: 1rem;
        width: 27vw;
        height: 30vh;
    }

    #design img{
        width: 35vw;
        height: 60vh !important;
    }

    #branding img{
        width: 26.7vw;
        height: 40vh;
    }

    #content-writing img{
        width: 50vw;
        height: 40vh;
    }

    /* content writing */
    #ui_ux img{
        height: 40vh;
    }



    /* ******** services Section ********** */

    .service{
        margin-left: 0rem;
    }

    .service-data{
        margin-left: -3.4rem;
    }

    .service-data h2{
        width: 49vw;
    }

  
    .viewservice{
        margin-left: 0rem;
    }

    .viewservice .btn_hover2{
        width: 25vw;
        padding: 1.1rem;
    }
     
    .service-card{
        height: 68vh !important;
    }

/* ********** End of services section ********** */












/* ********** Blogs section ********** */


.allblogs{
    margin-right: -3.8rem !important;
}


/* ********** End of Blogs section ********** */




/* ********** Team section ********** */


.team-btn .contact2{
    width: 10.5rem;
    margin-top: 0rem;
    margin-left: 4rem;
}



/* ********** End of Team section ********** */





/* ************* FAQ section ************ */


.faq .text-center{
    width: 100vw;
}

.accordion{
    margin-left: -2rem;
    width: 80vw;
}


/* ************* FAQ section ************ */





/* ************* Footer Section *************** */

footer .container p{
    width: 140vw;
}


.footer-center div p{
    width: 40vw;
}

.link2{
    margin-top: 3rem;
}

.footer-form .btn_hover3 p{
    width: 20vw;
}


/* ************* End of Footer Section *************** */



}



/* ===============================
   Footer Responsive CSS (below 786px)
   =============================== */
   
   @media (max-width: 786px) {
    footer .footer-hr h3 {
        font-size: 18px;
        text-align: center;
    }

    footer .footer-hr p {
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
        width: 75vw;
    }

    /* Newsletter form full width */
    #footer-form {
        /* flex-direction: column; */
        width: 80%;
    }

    #footer-form input {
        width: 100% !important;
        padding: 10px;
        font-size: 14px;
    }

    #footer-form button {
        width: 7rem;
        font-size: 15px;
    }

    /* Footer sections stack vertically */
    .footer-menu .footer-center {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100% !important;
    }
    .footer-menu .container{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-menu .footer-center-div,
    .footer-menu .quick-link,
    .footer-menu .get-connected {
        width: 100% !important;
        margin-top: 20px;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer-menu .quick-link ul,
    .footer-menu .get-connected ul {
        align-items: center;
    }

    /* Social icons spacing */
    .footer-menu .footer-center-div span {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* Copyright section */
    .copyright .container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    /* Back to top button */
    #backToTopBtn {
        bottom: 20px;
        right: 20px;
    }
}




@media screen and (max-width: 600px) {
    
    .navbar-toggler{
        display: block !important;
    }

    .navbar-nav,
    .nav-right{
        display: none !important;
    }

    .container-nav{
        width: 100%;
        justify-content: space-between;
    }
    
    .navbar-logo{
        margin-left: 1rem;
    }

    .navbar-logo img{
        width: 3.7rem;
        margin-top: 0.3rem;
    }

    .navbar-toggler{
        margin-right: -2rem;
    }

    .plus_collapse{
        font-size: 30px;
        margin-top: -1.5rem;
    }


    /* ******* Hero Section ******** */
    
    .hero-social-icon {
        position: absolute;
        left: 88%;
        top: 50%;
        transform: translateY(-75%);
    }

    .container hr{
        margin-left: -0.7rem;
    }

    .hero{
        background-image: url('../images/bg/hero.png');
        background-size: cover;
        background-position: top;
    }

    .center-data{
        margin-left: 2rem;
    }

    .header-right-sidebar{
        display: block;
        color: #d3c9c1;
    }

    /* ****** Cards Section ****** */


    .feature{
        padding-bottom: 5rem;
    }

    .display2, .display4{
        display: none;
    }

    .display1, .display3{
        display: block;
    }

    .hero{
        flex-direction: column;
    }

    .feature .container .flex {
        display: flex;
        flex-direction: column; /* Stack items vertically */
    }
    
    /* Ensure each card takes full width */
    .header-card {
        width: 100%; /* Full width by default */
        max-width: 250px; /* Adjust as needed */
    }
    
    .header-card:nth-child(2){
        margin-top: 0.1rem;
    }
    .header-card:nth-child(3){
        margin-top: 0.1rem;
    }
    .header-card:nth-child(4){
        margin-top: 0.1rem;
    }


    /* ********* clients section ********** */

    .logoipsum {
        padding: 40px 0;
    }

    .logoipsum img {
        width: 80px; /* Scales image down for smaller screens */
        margin-bottom: 20px; /* Adds space below logo */
    }

    .logoipsum h3 {
        font-size: 1.4rem; /* Reduces text size on smaller screens */
        margin-top: 10px;
        margin-bottom: -1rem;
    }
    

    /*  ************** About Us Section ************* */

    .about-title{
        margin-left: 2rem;
        width: 80vw;
    }

    .explore{
        margin-top: 3rem;
        margin-left: 1rem;
        width: 90vw;
        text-align: center;
        font-size: 2rem;
    }


    .about-imgs{
        display: none;
    }

    .digital-agency{
        width: 80vw;
        text-align: center;
        margin-left: 2rem;
    }

    .real-people{
        margin-top: 1rem;
        margin-left: 1rem;
        width: 90vw;
        margin-bottom: 1rem;
    }

    .discover-more{
        display: none;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* margin-left: -0.7rem; */
    }
    .discover-more1{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 90% !important;
        /* margin-left: -0.7rem; */
    }
    .discover-more1 a{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        /* margin-left: -0.7rem; */
    }


/* ********** Portfolio Section ************  */


    .porto-center{
        margin-left: -1.5rem;
    }

    .porto-center h2{
        display: none;
    }
    .porto-center p{
        display: none;
    }


    .container-nav .tab{
       display: flex;
       justify-content: center;
       align-items: center;
       margin: 0;
       padding: 0;
    }

    .container-nav .tab button{
        margin: 0;
    }
    .tablinks{
        width: 40%;
    }
    
    .tab-slider img{
        width: 80vw !important;
        height: 60vw !important;
        object-fit: cover;
        border-radius: 8px;
        margin-left: 4px;
    }
    .design-image{
        display: flex !important;
        justify-content: center !important;
        margin: auto auto auto auto;
        padding: 0 !important;
    } 
    .design-image img{
        width: 100% !important;
        height: 80vh !important;
        margin: auto;
    }

    .graphic-video:first-child{
        margin: 0;
    }
    .graphic-video:nth-child(2){
        margin: 0;
        margin: 0;
    }.graphic-video:nth-child(3){
        margin: 0;
    }.graphic-video:nth-child(4){
        margin: 0;
    }.graphic-video:last-child{
        margin: 0;
    }





    /* *********** Services Section ************* */


    .service-data{
        margin-left: -1.5rem;
    }
    .service-data h2{
        display: none;
    }
    .service .s-card{
        display: none;
    }

    .mobile-services{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-services p{
        width: auto;
        font-size: 1.5rem;
        font-weight: 400;
        margin-left: -1rem;
    }

    .m-service{
        /* border: 1px solid white; */
        /* background: linear-gradient(180deg, #090014 80%, #cdb1a9 20%); */
        background: #2f0e2f;
        width: 91vw;
        color: white;
        padding: 2rem;
        box-shadow: #000000 0 0 10rem;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .m-service::before {
        content: "";
        position: absolute;
        top: -200px;
        left: -220px;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at bottom left, #ff3700, #ec611b);
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1.2s ease; /* Smooth expansion */
        z-index: -1;
        color: #000000;
        border-radius: 20px;
    }
    
    .m-service.clicked::before {
        transform: translate(-50%, -50%) scale(4);
    }


    .m-service li{
        list-style-type: disc;
        margin-bottom: 1rem;
        z-index: 1;
    }
    .m-service img{
        width: 4rem;
        z-index: 1;
    }

    .viewservice{
        display: none;
    }




    /* ********* Expertise Section ************* */

    .experience{
        display: none;
    }



    /* ********* Blog Section ************* */
    .blog{
        display: none;
    }

    /* ********* Team Section ************* */
    .team{
        display: none;
    }




    /* ********* FAQ Section ************* */

    .title{
        margin-left: 2.4rem;
        margin-top: 0rem !important;
    }

    .faq .text-center{
        width: 100%;
    }

    .faq .text-center h2{
        width: 100vw;
        margin-left: 1rem;
    }
    .faq .text-center p{
        width: 120vw;
        margin-left: 1rem;
    }
    .accordion-item{
        width: 95vw;
        margin-left: 4rem;
    }




    /* ********** Coming soon *********** */
    .pricing{
        width: 120vw;
    }
    .pricing p{
        font-size: 2rem;
        margin-left: 1.2rem;
    }





    /* ********** Footer Section *********** */
    
}



@media screen and (max-width: 440px) {
  
    footer .footer-hr p {
        width: 90vw !important;
    }

}

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

}

@media screen and (max-width: 368px) {
  
}



