@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&family=Signika+Negative:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,700&family=Roboto:ital,wght@1,300&family=Signika+Negative:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&family=Roboto+Mono:ital,wght@1,700&display=swap');
@font-face {
    font-family: 'SansitaOne';
    src: url('../../2025/sansita-one.regular.ttf') format('truetype');
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

html,
body {
    overflow-x: clip;
    background: #edf2fc;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.typing::selection {
    color: #000;
    background: #fa0000;
}

/* nav-bar for window users */
.header {
    width: 100%;
    background: #1a2149;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: -1.5px;
    z-index: 67;
    padding: 0px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.header img {
    width: 100px;
    padding: 5px 20px;
    /* padding-bottom: 0px; */
}
.data{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 20px!important;
}
.header ul {
    display: flex;
    gap: 14px;
    list-style: none;
}



/* TITLE CSS */
.box {
	position: relative;
	margin: 0 auto;
	background: #FFF;
	max-width: 500px;
}
.ribbon {
	background: #2D5699;
	color: #FFF;
	padding: 18px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	/*border-radius: 3px 3px 0 0;*/
	position: relative;
}
.ribbon:before, .ribbon:after {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	top: 100%;
}
.ribbon.red-gradient {
	background: rgb(234,67,53); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,67,53,1) 0%, rgba(178,0,0,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,67,53,1) 0%,rgba(178,0,0,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,67,53,1) 0%,rgba(178,0,0,1) 100%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4335', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.ribbon.red-gradient:before {
	border-top: 20px solid #861F1A;
	border-left: 20px solid transparent;
	left: 0;
}
.ribbon.red-gradient:after {
	border-top: 20px solid #861F1A;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.blue {
	background: #4285F4;
}
.ribbon.blue.top:before{
	top: -20px;
	left: 0;
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
}
.ribbon.blue.top:after{
	top: -20px;
	left: calc(100% - 20px);
	border-bottom: 20px solid #2D5699;
	border-right: 20px solid transparent;
}
.ribbon.blue.bottom:before{
	border-top: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
}
.ribbon.blue.bottom:after{
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.blue.crossed:before{
	top: -20px;
	left: 0;
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
}
.ribbon.blue.crossed:after{
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.expand {
	position: relative;
	padding: 0;
	background: #4285F4;
}
.ribbon.expand:after {
	border-top: 20px solid #2D5699;
	border-right: 20px solid transparent;
	left: calc(100% - 20px);
}
.ribbon.expand:before{
	border-top: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
}
.ribbon.expand span {
	position: relative;
	padding: 12px 0;
	display: inline-block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.ribbon.expand span:before, .ribbon.expand span:after {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	top: 100%;
}
.ribbon.expand span:after {
	top: -20px;
	left: calc(100% - 20px);
	border-bottom: 20px solid #2D5699;
	border-right: 20px solid transparent;
}
.ribbon.expand span:before{
	border-bottom: 20px solid #2D5699;
	border-left: 20px solid transparent;
	left: 0;
	top: -20px;
}
/* Style 7
   ----------------------------- */
   .section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.text-primary {
    color: #ec6a28 !important;
}
.bg-white {
    background-color: #fff !important;
}
   .section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #ec6a28;
    z-index: -1;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: #ec6a28;
    z-index: -1;
}

h4 i{
    color: #f83b01;
}

.nav-item a,
.header li {
    text-decoration: none;
    color: #ffffff;
   font-family: 'SansitaOne', sans-serif;
   font-weight: normal !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .2s;
}

.nav-item:hover a,
.nav-item:hover {
    color: red;
}

a {
    text-decoration: none;
}

.dropdown {
    position: relative;
}

.dropdown-item {

    position: absolute;
    background: white;
    padding: 9px;
    border-radius: 10px;
    left: -15px;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 150px !important;
    display: none !important;
}

.dropdown:hover .dropdown-item {
    display: block !important;
}

.dropdwon-link a {
    margin-bottom: 9px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

.dropdwon-link:hover a {
    color: #ff0000;
}







/* nav-bar for mobile Users */
nav {
    width: 100%;
    background: #1a2149;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* position: sticky; */
    top: 0;
    z-index: 67;
}

nav i.m {
    display: none;
}

nav img {
    width: 180px;
    padding: 5px 20px;
    padding-bottom: 0px;
}

nav i {
    margin-right: 20px;
    border-radius: 50%;
    padding: 12px;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 35px;
    border: solid #f7f7f7;
    color: #feaf27;
    background: #ffffff;
}

.nav-bar {
    background: #ffffff;
    width: 100vw;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    position: sticky;
    border-radius: 17px 17px 0px 0px;
    z-index: 999999999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    cursor: pointer;
    display: none;
    gap: 20px;
    flex-direction: column-reverse;
    padding: 20px;
}

.nav-ba {
    display: flex;
    bottom: 0;
}

.link-itemss {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
}

.link-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
}

.l
a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 17px;
    gap: 7px;
}

.l i {
    -webkit-text-stroke: #000 1.5px;
    font-size: 24px;
    color: #00000000;
}

.l:hover i {
    color: #ff000000;
    -webkit-text-stroke: #ff0505 1.5px;
    font-size: 26px;
}

.l:hover h5 {
    color: #781b1b;
}

.x {
    display: none;
}

/* Responsive CSSS */
@media(min-width:1020px) {
    .header {
        display: flex;
    }

    nav {
        display: none !important;
    }

    .nav-bar {
        display: none !important;
    }
}

main {
    display: flex;
    align-items: start !important;
    justify-content: space-around;
    padding: 35px;
    gap: 20px;
    padding-bottom: 20PX !important;
    width: 100% !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, #1A2148 0%, #4579F8 100%);
}

.top {
    width: 60%;
}

main .form {
    width: 40% !important;
}

main h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

main span {
    color: #FFDB50;
    position: relative;
}

main p {
    margin-top: 15px;
    font-weight: 100;
    word-spacing: 3px;
    font-size: 20px;
    text-align: justify;
    font-weight: 200;
    color: #ffffff;
}


main button {
    width: 190px;
    height: 45px;
    margin-top: 20px;
    background: #FFDB50;
    border: none;
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-radius: 44px;
    font-size: 15px;
}

@media(max-width:1020px) {
    main {

        padding-top: 20px !important;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
      
    }

    main .button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main .form {
        width: 100% !important;
        
    }
    main p {
       display: none;

    }
    .top {
        width: 100%;
      
    }

    main h1 {
        letter-spacing: .5px;
        color: #ffffff;
        font-size: 50px;
        font-weight: 900;
    }



}

@media(max-width:768px) {
    main {
        padding: 7px ;
        padding-top: 5px;
    }

    main h1 {
        font-size: 40px;
    }

    main .form {
        width: 100%;
    }
}

@media(max-width:425px) {
    main h1 {
        font-size: 25px;
    }
h4{
    font-size: 12px !important;
    text-align: center !important;
}
    main p {
        font-size: 18px;
        line-height: 20px;
        text-align: center;

    }
}

/* Service CSSS styling */
.service-section {
    margin: 20px 0px;
}

.title {
    font-family: 'SansitaOne', sans-serif;
    display: block;
    margin: auto;
    color: #fd7444 !important;
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: normal !important;
    border-bottom: #da4022 solid;
    border: #c43215 solid;
    border-radius: 20px;
    text-align: center;
    max-width: 230px;
    margin-bottom: 20px;
}

.service-box {
    margin-top: 50px;
    display: inline-block;
    width: 33%;
    padding: 10px;
    text-align: center;
}

@media(max-width:768px) {
    .service-box {
        width: 100%;
        padding: 0px 30px;
    }
}

.service-box .service-icon {
    display: inline-block;
    margin: auto;
    width: 70px;
    rotate: 45deg;
    height: 70px;
    border: 3px solid #ff4321;
    margin-bottom: 16px;
}

.service-icon i {
    rotate: -45deg;
    line-height: 70px;
    font-size: 26px;
    color: #ff4321;
}

.service-icon:hover {
    background: #ff4321;

}

.service-icon:hover i {
    color: #edf2fc;
}

.service-box h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #ff4040;
}

.service-box p {
    font-size: 18px;
    color: #8a8a8a;
}

/* skills section Csss */

.skill-box {
    width: 80%;
    display: block;
    margin: auto;
    /* border: solid 1px black; */
}

.skill-box h1 {
    text-align: center;
    margin-top: 20px;
}

.skill-box h4 {
    text-align: center;
    color: #8a8a8a;
    font-weight: 100;
    margin-bottom: 30px;
}

.skill-title h1 {
    text-align: unset;
    font-weight: 500;
}

.skill-title {
    cursor: pointer;

    width: 100%;
    /* border: #D2614B solid 1px; */
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 5px;
    margin-bottom: 10px;
}

.skill-title i {
    font-size: 26px;
    color: #ff4321;

}

.data p {
    color: #000000;
}

.data-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skill-contants {
    display: none;
    gap: 20px;
}

.skill-contant {
    width: 100%;

    margin: auto;
    padding-left: 55px;
}

.name {
    display: flex;
    justify-content: space-between;

}

.name h3 {
    font-weight: 500;
}

.skill-bar {
    background: #bbfaff;
    width: 100%;
    height: 5px;
    border-radius: 12px;
}

.skill-line {
    background: #D2614B;
    display: block;
    height: 5px;
    border-radius: 12px;
}

.skill_html {
    width: 95%;
}

.skill_css3 {
    width: 65%;
}

.skill_js {
    width: 75%;
}

.full.active .skill-contants {
    display: grid !important;
}

.full.active .data-box i {
    transition: all .5s;
    rotate: -180deg;
}


/* counter cssss start */

.counter {
    width: 100dvw;
    margin-top: 30px !important;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    background: #FFC400;
    padding: 7px;
    color: #000;
    background: url('/assets/img/images.webp');
    border-top: rgb(0, 0, 0) dotted 1px;
    border-bottom: rgb(0, 0, 0) dotted 1px;

}

.counter-box i {
    font-size: 30px;
}

.counter-box h2 {
    font-size: 20px;
}

@media(max-width:622px) {
    .counter-box.in {
        display: none;
    }

    .counter-box i {
        font-size: 25px;
    }

    .counter-box h2 {
        font-size: 15px;
    }

}

/* about section csss start */
.about-box {
    margin-top: 10px;
    margin-bottom: 20px;
    margin: 21px;
    display: flex;
    justify-content: space-around;
    gap: 25px;
    align-items: center;
}

.about-left {
    /* border: solid; */
    text-align: justify;
    word-break: normal;
    padding: 10px;
    color: black;
}

.about-icon {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.about-icon h2 {
    display: block;
}

.abouta h2 {
    font-size: 19px;
}

.abouta h3 {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 500;
}

.about-right 
img {
    width: 500px;
}

@media(max-width:768px) {
    .about-box {
        margin: 27px;
        margin-top: 15px;
        flex-direction: column-reverse;
        gap: 0;
    }

    .about-left {
        text-align: justify;
        padding-top: 0;
    }

    .about-icon {
        margin-top: 10px;
    }

    .about-right
    img {
        max-width: 500px;
    }

}

h4 {
    text-align: justify;
    color: #000000;
    font-weight:300;
    font-size: 19px;

    margin-bottom: 30px;
}

.feturse-section {
    width: 100%;
    /* padding: 10px; */
    /* border: solid; */
    display: flex;
}

.feturse-section .feture-box {
    padding: 5px;
    height: 110px;
    gap: 5px;
    background: #ff4321;
    background: #eb6247;
    border-radius: 2px;
    text-align: center;
    transition: all 1s;
}

.feture-box i {
    /* border-bottom: rgb(5, 197, 255) solid; */
    background: #ffffff;
    border: none !important;
    color: #de4425;
    color: #f05c3f;
    padding: 10px 9px;
    border-radius: 100px;
    font-size: 20px;
}

.feture-box p {
    margin-top: 7px;
    /* text-align: justify; */
    /* word-break: break-all; */
    font-size: smaller;
    color: white;
    font-weight: bold;
}

.feture-box:hover {
    background: #ffffff;
    /* border:solid; */
}

.feture-box:hover i {
    background: #ef5f42;
    color: white;
    transform: none;
}

.feture-box:hover p {
    color: rgb(0, 0, 0);
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 208px;
    margin-top: 13px;
}

.owl-next span,
.owl-prev span {
    background: #e16b22 !important;
    border-radius: 100% !important;
    padding: 0px 9px;
    color: white !important;
    font-size: 20px !important;
}



.fixed {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 50px;
    transform: scalex(-1);
    z-index: 876543;
    object-fit: cover;
    border-radius: 100px;

}




.faq-box {
    /* margin-top: 20px; */
    margin-bottom: 10px;
    width: 50vw;
}

.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1A2148;
    padding: 11px;
    color: #edf2fc; 
    border-radius:20px !important;
}

   

.faq-title h3 {
    font-weight: 500;
}

.faq-contant {
    padding: 15px;
    border-radius: 3px;
    display: none;
    background: white;
    transition: all .5s;
}

.faq-box.active .faq-contant {
    display: block;
}

.faq-box.active i {
    rotate: 60315deg;
    transition: all 40s ease-in;
}

.faq-section {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* margin-bottom: 90px; */

}

.cart-box {
    width: 50%;
}

@media(max-width:768px) {

    .faq-section {
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }

    .faq-box {
        width: 100%;
    }

    .cart-box {
        width: auto !important;
    }
    .faq-title h3{
    font-size: 17.5px;
    }
    
}

@media (max-width: 400px) {
    .faq-title h3 {
        font-size: 14px;
    }
}

/* login Pop-up Css is here  */
.pop {
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;

}

.overlay {
    height: 100vh;
    width: 100%;
    background: #000000e7;
    position: fixed;
    top: -200%;
    transition: all .2s;
    overflow-y: hidden;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation-login-box {
    height: 375px;
    width: 350px;
    background: #ffffff;
    position: relative;
    overflow: hidden;

    z-index: -111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.animation-login-box::after {
    content: "";
    height: 400px;
    width: 350px;
    background: #ec2424;
    position: absolute;
    transform-origin: right bottom;
    left: -50%;
    top: -50%;
    animation: raj linear infinite 4s;
}

.animation-login-box::before {
    content: "";
    height: 400px;
    width: 350px;
    background: linear-gradient(217deg, rgba(255, 0, 0, .8), rgba(255, 0, 0, 0) 70.71%),
        linear-gradient(127deg, rgba(0, 255, 0, .8), rgba(0, 255, 0, 0) 70.71%),
        linear-gradient(336deg, rgba(0, 0, 255, .8), rgba(0, 0, 255, 0) 70.71%);
    position: absolute;
    right: -50%;
    top: -50%;
    animation: raj infinite linear 4s;
    animation-delay: 1s;
    transform-origin: left bottom;
}

@keyframes raj {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: -360deg;
    }
}

.login-box {
    position: absolute;
    background: #000;
    height: 370px;
    width: 345px;
    z-index: 2;
    display: none;
    border-radius: 7px;

}

.login-box i {
    color: white;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 35px;
}

.login-box h1 {
    margin-top: 50px;
    color: white;
    text-align: center;

}

.line {
    margin: auto;
    display: block;
    margin-top: 2px;
    width: 110px;
    background: #ff0000;
    height: 2px;
}

.login-form {
    padding: 10px;
    text-align: center;
}

.login-form input {
    width: 200px;
    border: none;
    border-bottom: white solid 1px;
    background: none;
    outline: none;
    margin-top: 50px;
    color: white;
    text-align: center;
    font-size: 20px;
}

.login-form button {
    background: #de4425;
    display: block;
    margin: auto;
    margin-top: 40px;
    border: none;
    outline: none;
    width: 100px;
    height: 30px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 20px;
    color: white;
}
.text-center{
    text-align: center;
}
.login-form input::placeholder,
textarea::placeholder {
    color: rgba(226, 223, 223, 0.876);
    /* font-weight: bold; */
    letter-spacing: 1px;
    /* text-align: center; */
}

@media(max-width:377px) {
    .login-box {

        height: 345px;
        width: 255px;
    }

    .animation-login-box {
        height: 350px;
        width: 260px;
    }

}

