/* Initialize font */
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Magilio';
    src: url('../fonts/Magilio.ttf');
}

@font-face {
    font-family: 'MonumentExtended-Regular';
    src: url('../fonts/MonumentExtended-Regular.otf');
}

@font-face {
    font-family: 'Fontspring-DEMO-neueradial-a-regular';
    src: url('../fonts/Fontspring-DEMO-neueradial-a-regular.otf');
}

@font-face {
    font-family: 'Fontspring-DEMO-neueradial-b-blackitalic';
    src: url('../fonts/Fontspring-DEMO-neueradial-b-blackitalic.otf');
}

@font-face {
    font-family: 'soria';
    src: url('../fonts/soria-font.ttf');
}

@font-face {
    font-family: 'bellb';
    src: url(../fonts/bellb.ttf)
}

/* Navigation part */
header {
    position: absolute;
    width: 100%;
}

.navigation-container {
    z-index: 99;
}

.main_logo img {
    width: 110px;
    position: absolute;
    top: 10px;
    left: 50px;
}

.navigation-manu li {
    padding: 19px;
}

.navigation-container .navigation-manu .navbar-nav .nav-item a {
    font-family: Montserrat-Bold;
    font-weight: 700;
    color: #ffffff;
}

.contact-nav a {
    background-color: #ff9806;
    color: #000000 !important;
    border-radius: 20px;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    margin: 24px;
}

.navbar-toggler i {
    font-size: 24px;
    color: white;
}

/* Home page */
#main-banner > .row{min-height:800px; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;}

/* .height-400px > .row{padding-right: 140px;}
.height-400px .row .row div:nth-child(2){text-align: right !important;}
.height-400px .row .particle-link a{font-size: 28px; text-transform: uppercase; text-decoration: none; color: #3a0b45;} */
.particles-js-canvas-el{position: absolute; top: 0; left: 0;}
#main-section-banner {
    background: linear-gradient(54deg, #00181c 30%, #194f1e 99%);
    /* background: url(../images/home_bg.png); */
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-section-banner .section-image-1st {
    display: flex;
    justify-content: end;
    position: relative;
    top: 20px;
    z-index: 10;
}

#main-section-banner .section-image-1st img {
    padding: 0px;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.headline-main h2 {
    position: relative;
    color: #ffffff;
    top: -66px;
    left: 8%;
    font-size: 103px;
    font-family: Magilio;
    z-index: 99;
}

.headline-main span {
    font-family: MonumentExtended-Regular;
    color: #000000;
    background-color: #ffffff;
    position: absolute;
    letter-spacing: 3px;
    top: -51%;
    font-size: 21px;
    border-radius: 4px;
    left: 59%;
}

.text-banner {
    position: absolute;
    top: 21%;
    left: 9.5%;
    width: 62%;
    z-index: 90;
}

.text-banner .text-1 {
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Fontspring-DEMO-neueradial-a-regular';
    font-weight: bold;
    font-size: 28px;
}

.text-banner .text-1 span {
    color: #ff0000;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #ffffff;
}

.text-banner .text-2 {
    font-family: 'Fontspring-DEMO-neueradial-b-blackitalic';
    color: #ff7e00;
    font-weight: bold;
    text-align: right;
    font-size: 31px;
    margin-bottom: 0;
}

.text-banner .text-2 span {
    text-decoration: underline;
}

.client-box-conteiner {
    position: relative;
    top: -180px;
}

.client-box-conteiner .client-box {
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-family: 'soria';
}

.client-box-conteiner .client-box p {
    position: relative;
}

.client-box-conteiner .client-box p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40.6%;
    width: 19%;
    height: 1px;
    background-color: rgb(228, 228, 228);
}

.satisfied-clients-container {
    position: relative;
    top: -137px;
    z-index: 9;
}

#main-section-banner .satisfied-clients-container .card {
    width: 12rem;
    display: flex;
    justify-content: center;
    filter: brightness(1.5);
    border-radius: 40px;
    background-color: #1a4500;
    border: 3px solid #177610;
}

.satisfied-clients-container .card img {
    padding: 11px 23px 0px 23px;
    filter: brightness(0.5);
}

.satisfied-clients-container .card .card-body {
    padding: 0px 10px 8px 10px;
    height: 100px;
}

.satisfied-clients-container .card .card-body .name {
    font-family: 'Magilio';
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.satisfied-clients-container .card .card-body .job {
    font-family: 'Fontspring-DEMO-neueradial-a-regular';
    color: #c2d656;
    text-align: center;
    margin-bottom: 0;
}


/* Section  */
.opacity-container {
    position: relative;
    z-index: 99;
}

.section-2-content-box {
    padding: 10px 62px;
}

.section-2-content-box .text-container {
    align-items: center;
    box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid;
    border-image: linear-gradient(to left, #e1e1e1, #818181) 1;
    border-radius: 5px;
    padding: 25px 0px;
}

.section-headline-container h2 {
    font-family: 'Magilio';
    font-size: 50px;
    padding-bottom: 42px;
    color:#003705;
}

.section-headline-container h2 span {
    background-color: #ff9600;
    padding: 36px 9px;
    border-radius: 0px 0px 50px 50px;
}

.section-2-content-box .image-sun {
    display: ruby;
}

.section-2-content-box .image-sun img {
    width: 60%;
}

.section-2-content-box .text-content p {
    font-family: 'Fontspring-DEMO-neueradial-a-regular';
    font-weight: 600;
    padding: 17px;
    font-size: 37px;
}

.section-2-content-box .text-content p span {
    color: #ff9600;
}


/* Our Mastery */
#our-mastery-section .card , .services-card .card{
    margin: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 6px 6px 11px 3px #747474;
}

/* Top-left corner fading border */
#our-mastery-section .card::before , .services-card .card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, green, transparent) 0 0 no-repeat,
                linear-gradient(to bottom, green, transparent) 0 0 no-repeat;
    background-size: 200px 2px, 2px 200px;
    pointer-events: none;
}

/* Bottom-right corner fading border */
#our-mastery-section .card::after, .services-card .card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, green, transparent) 100% 100% no-repeat,
                linear-gradient(to top, green, transparent) 100% 100% no-repeat;
    background-size: 200px 2px, 2px 200px;
    pointer-events: none;
}


.mastery-card-header{
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
}
.mastery-card-header .card-header-content {
    max-width: 208px;
}
.mastery-card-header .card-header-content h3{
    color: #ff7e00;
    padding: 24px;
    font-family: 'Magilio';
    margin-bottom: 0;
    font-size: 34px;
}
.mastery-card-header .card-header-imgage{
    background: linear-gradient(to bottom, #dc565e, #f08675);
    text-align: center;
    border-radius: 70px 0px 0px 0px;
    padding: 20px 5px;
}
.mastery-card-header .card-header-imgage img{
    width: 60%;
}
.mastery-card-body{
    padding: 4px 14px;
}
.mastery-card-body p{
    font-family: 'Montserrat-SemiBold';
    font-size: 23.5px;
}
/* services */
.results-switch-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}
.results-switch-btn span {
    border: 2px solid #ff9600;
    padding: 4px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 6px;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 2px 7px 8px 2px #979797;
}

#editing-result,
#leads-result,
#design-result {
    display: none;
}

.results-switch-btn .btn-active {
    background: #ff9600;
    border: 2px solid #ff9600;
    color: #ffffff;
    transition: 0.5s;
    box-shadow: 2px 7px 8px 4px #5d5d5d;
}

#services-section .services-card .card {
    width: 30rem;
    margin-bottom: 25px;
}

#services-section .services-card .card .card-header {
    justify-content: space-between;
    padding: 0;
}

#services-section .services-card .card .card-body {
    height: 160px;
}

#services-section .services-card .card .card-body #services-section .services-card .card .card-header .card-header-content {
    width: 100%;
    padding: 20px;
}

#services-section .services-card .card .card-header .card-header-content h5 {
    font-family: 'Magilio';
    font-size: 30px;
    color: #ef9643;
}

#services-section .services-card .card .card-body .card-text {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-weight: bold;
}

#services-section .services-card .card .card-header .card-header-content p {
    font-family: 'bellb';
    font-size: 18px;
    padding-bottom: 0;
}

#services-section .services-card .card .card-header .card-header-imgage {
    background: linear-gradient(to bottom, #dc565e, #f08675);
    padding: 0px 15px;
    display: flex;
    border-radius: 55px 0px 0px 0px;
    align-items: center;
}

#services-section .services-card .card .card-header .card-header-imgage img {
    width: 80px;
}





/* video slider */
/* Ensure the container takes the full width */
#editing-result .owl-carousel {
    width: 100%;
}
.video-wrapper  {
    position: relative;
    width: 63%;
    padding-top: 84.78%;
    margin-bottom: 21px;
}
.video-wrapper-card {
    position: relative;
    padding-top: 74.78%;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-wrapper-card iframe{
    max-height: 174px;
}

/* Hide the Google Drive overlay icon */
iframe::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    /* Adjust the width to cover the icon */
    height: 50px;
    /* Adjust the height to cover the icon */
    background-color: transparent;
    z-index: 2;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.play-button:hover {
    opacity: 1;
}

/* Make sure each video takes full width */
.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


/* "clients-feedback-section */
#clients-feedback-section .card{
    border-radius: 40px;
    box-shadow: 4px 2px 10px 5px #a1a1a1c2;
    margin-bottom: 35px;
}

#clients-feedback-section .card .card-body h5 {
    color: #ff7e00;
    text-decoration: underline;
    font-size: 30px;
    font-family: 'Magilio';
}

.card-title-sub {
    font-size: 19px;
    line-height: 21px;
    color: #177610;
    font-family: 'Montserrat-SemiBold';
}

.card-botom-name {
    margin-bottom: 0 !important;
    font-size: 22px;
    color: #1a4500;
}

.card-botom-bold {
    font-weight: bold;
}

.card-botom-sub {
    font-size: 18px;
    color: #1a4500;
    font-weight: 600;
}

.card-number-count {
    text-align: center;
    line-height: 1px;
}

.card-number-count h2 {
    font-size: 80px;
    font-weight: bold;
    color: #ff7e00;
    font-family: 'Montserrat-Bold';
}

.card-number-count p {
   
    font-weight: 600;
    color:#177610;
    font-size: 30px;
    font-family: 'Montserrat-Bold';

}
.numbaring{
    display: flex;
    justify-content: space-around;
    gap: 130px;
    margin-top: 18px;
    
}
.card-image-container img{
    width: 100%;
}

/* FOOTER  */
#footer-main{
    position: relative;
    background: #00181c;
    margin-top: 4rem;
}
.footer-box-bg{
    margin: 50px 0px;
    padding: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #ff7e00;
    border-radius: 14px;
}
.footer-box-bg .f-text{
    color: #ffffff;
    text-align: left;
    font-family: 'Montserrat-SemiBold' ;
}
.footer-box-bg .f-text h4{
    font-weight: bold;
    font-size: 35px;
}
.footer-box-bg .f-text p{
    font-weight: bold;
    font-size: 26px;
}
.social-icon a{
    text-decoration: none;
}
.social-icon a img{
    width: 20%;
}
.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social .f-logo img{
    width: 23%;
} 
.footer-social .social-icon{
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
}  
.footer-social .social-icon a{
    font-size: 40px;
    padding: 12px;
    color: #ffffff;
}
.social-icon .x-icon img{
    position: relative;
    top: -5px;
    width: 37px;
}
.site-copyright {
    padding-bottom: 25px;
}
.site-copyright .copyright-text{
    font-style: italic;
    text-align: center;
    color: #ffffff;
}
.footer-underline{
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px 0px #ffffff;
}
.dev{
    border: 2px solid #010641;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: normal;
    z-index: 99;
    font-family: 'Montserrat-Bold';
    padding: 6px 23px;
    background: #ffffff;
    margin: 4px;
    border-radius: 15px;
}
.dev p{
    margin-bottom: 0px !important;
}
@keyframes big-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12); 
    }
    100% {
        transform: scale(1);
    }
}

.wow.big-pulse {
    animation-name: big-pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.card-image-container{
    height: 230px;
    max-height: 230px;
    overflow: hidden;
}