* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none !important;
    font-family: 'Inter';
}

.head {
    width: 100%;
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    position: fixed;
    z-index: 99;
    display: block;
}

.header-logo {
    width: 12%;
}

.logo span {
    display: flex;
    height: 80px;
    line-height: 80px;
    align-items: center;
    color: #acacac;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.logo-1 {
    max-height: 45px;
    width: auto;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    overflow: clip;
}

.logo-2 {
    max-width: 45px;
    width: auto;
    max-width: 100%;
    display: none;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.mainmenu li {
    margin: 0 17px;
    position: relative;
    font-size: 18px;
    color: #acacac;
    font-weight: 400;
    line-height: 1.67;
    transition: all 0.3s linear;
}

.mainmenu li::after {
    position: absolute;
    content: "";
    left: 0;
    background: #059DFF;
    width: 0;
    height: 2px;
    bottom: 0;
    opacity: 0;
    transition: .4s;
}

.mainmenu li:hover {
    color: #059dff;
    cursor: pointer;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.header-btn {
    margin: 0;
}

.header-btn button {
    border-radius: 100px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95% / 200% 100%;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 6px;
    display: inline-block;
    letter-spacing: .5px;
    width: auto;
    transition: .4s;
}

button:hover {
    cursor: pointer;
    box-shadow: 0 0 20px 5px;
    filter: brightness(125%);
    color: white;
}

.mobile-menu-bar {
    margin-left: 5px !important;
}

.hamberger-button {
    cursor: pointer;
    background: #0f0f11;
    border: 0 none;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    appearance: button;
    line-height: normal;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    text-transform: none;
    font-family: inherit;
}

.ri-menu-line {
    font-family: feather !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

}

.ri-menu-line::before {
    content: "";
}

.my-switcher {
    border: 0 none;
    padding: 0;
    margin-left: 10px;
    width: 40px;
    background: #FB5343;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 100%;
}

.my-switcher ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
}

.my-switcher ul li {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.67;
    color: #acacac;
    font-weight: 400;
    transition: all 0.3s linear;
}

.my-switcher ul li span {
    display: block;
    position: relative;
    z-index: 2;
    background: #FB5343;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.my-switcher ul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    columns: #acacac;
}

.my-switcher ul li:hover {
    cursor: pointer;
}

.hero-sec {
    /* position:absolute; */
    background-image: url("../image/bg-image-23.jpg");
    height: 100vh;
    background-position: right right;
    right: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 2;
}

.relative {
    position: relative;
    z-index: 999;
}

.corporate {
    font-size: 60px;
    font-weight: bold;
}


.gradient #changingText {
    font-size: 75px;
    font-weight: bold;
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #dc3545 100%) 98% / 200% 100%;
    color: transparent;
    background-clip: text;
}

.gradient .hidden {
    visibility: hidden;
    opacity: 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1320px;
    margin: auto;
}

.services-section {
    padding: 120px 0 !important;
    background: rgb(0, 255, 235);
    background: radial-gradient(circle, rgba(0, 255, 235, 1) 0%, rgba(0, 108, 100, 0.908000700280112) 0%, rgba(0, 70, 65, 0.8995973389355743) 0%, rgba(0, 56, 52, 0.989233193277311) 0%, rgba(11, 59, 55, 1) 0%, rgba(0, 0, 0, 1) 65%, rgba(51, 9, 16, 1) 100%, rgba(72, 12, 23, 0.927608543417367) 100%, rgba(77, 13, 24, 1) 100%, rgba(82, 13, 25, 1) 100%, rgba(0, 0, 0, 1) 100%, rgba(185, 0, 19, 1) 100%);
}



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

.services-content h1 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
}

.services-content p {
    color: #229597;
    font-size: 18px;
    margin: 20px 0 30px 0;

}

.awarded {
    opacity: 1;
    transform: none;
    transition-duration: .7s;
}

.design {
    padding: 0 40px;
    background-color: transparent;
    box-shadow: none;
    margin-top: 25px;
    transition: transform .65s cubic-bezier(.05, .2, .1, 1), box-shadow .65s cubic-bezier(.05, .2, .1, 1);
    position: relative;
    z-index: 2;
}

.icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 23px;
    line-height: 90px;
    border-radius: 50%;
}

.icon-1 {
    color: #059dff;
    background-color: #011827;
}

.icon-2 {
    background-color: #190301;
    color: #fb5343;
}

.icon-3 {
    background-color: #150b40;
    color: #6549d5;
}

.icon-4 {
    background-color: #2f011d;
    color: #e03f9f;
}

.design-content h5 {
    margin-bottom: 19px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}

.design-content p {
    font-size: 18px;
    color: #65676b;
    line-height: 1.67rem;

}

.design:hover {
    transform: translateY(-5px);
    
}

.help {
    font-size: 27 px;
    color: #ababab;
}

.btn {
    border-radius: 100px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95% / 200% 100%;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 6px;
    display: inline-block;
    letter-spacing: .5px;
    width: auto;
    transition: .4s;
}

.Projects {
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;

}

.there {
    color: #229597;
    font-size: 22px;
}


.btn-1 {
    border: 0;
    padding: 10px 20px;
    background: transparent;
    color: var(--color-body);
    margin: 0 5px;
    color: #ababab;
}

.btn-1:hover {
    background: hsla(204, 62%, 24%, 0.508);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(94, 157, 142, 0.963), 0 4px 10px rgb(93, 129, 163);
    color: #00fbff;

}

.box {
    border-radius: 20px;
}

.color {
    background-color: #0f0f11;
    border-radius: 10px;
}


.hidden {
    border-radius: 10px;
}



.bussien {
    color: #fff;
}

.desing {
    color: #65676b;
}

.bussien {
    transition: all 0.3s linear;
}

.boxhover img {
    transition: all 0.3s linear;
    border-radius: 10px;
}

.boxhover:hover img {
    transform: scale(1.1);
    height: 100%;
    overflow: hidden;
}

.bussien:hover {
    color: #059DFF;
}

.boxhover div {
    transition: all 0.3s linear;
    overflow: hidden;
    border-radius: 10px;
}

.boxhover:hover {
    
}

.header-white {
    background-color: #000000 !important;
}

.temp {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
}

.mayyu {
    color: #229597;
}

.side {
    padding: 90px;
}

.bleck-img {
    border-radius: 50%;
    width: 80%;
    background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95% / 200% 100%;
    overflow: hidden !important;
    text-align: center;
}

.bleck-img img {
    border-radius: 50%;
    max-width: 90%;
}

.clire {
    color: rgba(224, 224, 224, 0.55);
    font-weight: 900;
    font-size: 35px;
}

.manas-corporet {
    border-radius: 20px;
}

.sara {
    font-size: 26px;
    color: white;

}

.proditt {
    font-size: 15px;
    opacity: 0;
    margin-left: 20px;
    font-weight: bold;
    background: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #dc3545 100%) 98% / 200% 100%;
    color: transparent;
    background-clip: text;
    transition: 0.3s all linear;
}

.manas:hover .proditt {
    opacity: 1;
    margin-left: 0;
}

.form-group {
    padding: 0 20px;
    border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: 10px;

    margin-bottom: 15px;
}

.form-group input {
    height: 70px !important;
    font-size: 16px;
    padding: 0px 15px;
}


figure form {
    margin: 0;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0 15px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    outline: none;
    color: var(--color-body);
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.submit-button button {
    border-radius: 100px;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-style: solid;
    border-color: transparent;
    background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95% / 200% 100%;
    color: white;
    background-color: transparent;
    text-align: center;
    text-shadow: 1px 1px 6px;
    display: inline-block;
    letter-spacing: .5px;
    width: auto;
    transition: .4s;
}

.copyright-style-one {
    background: var(--color-darkest);
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
}

.bleck {
    background-color: #000000;
}

.copyright-right {
    color: bisque;
}

.copyright-style-one .ft-menu li {
    margin: 0;
    padding: 0 10px;
    position: relative;
}

ul li,
ul li a {
    color: #acacac;
}

ul li a:hover {
    color: #059dff;
    font-weight: bold;
}

.link-hover a:after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: #059dff;
    width: 0;
    height: 2px;
    transition: .3s;
    right: 0;
}

.link-hover a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.copyright-style-one .ft-menu li+li:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background: var(--color-border);
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}

/* laoder-start */
.circlemainDv {
    position: absolute;
    z-index: 9;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
}

.circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #01a49e;
    color: #fff;
    outline: 5px solid #fff;
    outline-offset: -6px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.circle.desing1:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #f1dc67;
    -webkit-transform: translate(-45%, 75%);
    transform: translate(-45%, 75%);
}

.circle.desing1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40%;
    height: 40%;
    border-radius: 15px;
    background-color: #00827d;
    -webkit-transform: translate(98px, -15px);
    transform: translate(98px, -15px);
}

.circle h4 {
    position: relative;
    z-index: 10;
    font-size: 26px !important;
    margin: 0;
}

.desing1:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    outline: 5px solid #e2f1f0;
    outline-offset: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.loader-12 {
    width: 380px;
    height: 480x;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
}

.loader-12:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: rotationBack 1s linear infinite;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.list-item {
    padding: 10px 15px;
}