input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
}

a,
a:hover,
a:focus,
*:focus-visible {
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    border: none;
}

button:focus,
input:focus {
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
}

.main-header #navbarSupportedContent .nav-item {
    margin: 0 25px;
}

.btn-outline-success {
    background: #1F1F1F;
    width: 100px;
    padding: 6px;
    color: white;
    border: none;
}

.main-header .active {
    color: white !important;
}

.main-header .nav-link {
    color: #858282;
}

.navbar-brand {
    color: white;
}

.main-header {
    background-color: ;
}

.main-header .nav-link:hover {
    color: white;
}

.top-left-img {
    width: 100%;
}



.top-right-text h4, .top-right-text p {
    font-size: 18px;
    color: #858282;
}

.left-top {
    background-color: #1F1F1F;
}

.top-right-head {
    background-color: #1F1F1F;
}

.img-right-top img {
    width: 100%;
}

.back-top-right {
    background-color: #1F1F1F;
}

.top-left {
    display: flex;

}

.bg-or {
    background-color: #1F1F1F;
    border-radius: 25px;
    position: relative;
}

.top-left-img {
    aspect-ratio: 1;
    border-radius: 25px;
    background-color: seagreen;

}

.ofit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-left-img img {}

.top-left-text {
    color: white;
    margin: 25px 0;
}

.top-left-text h4, .top-left-text p {
    font-size: 18px;
    color: #858282;
}


.silder p {
    color: white;
    font-size: 16px;
    padding: 16px 0px;

}

.top-right-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-right-img {
    width: 100%;
    height: 134px;
    margin: 0 0;
    background: seagreen;
}

.top-right-text {
    color: white;
}

.top-right-text p {
    font-size: 16px;
    margin-top: 7px;
}

.top-right-text h2 {

    margin-top: -4px;
    font-size: 30px;
}

.service-inner {
    color: white;
    padding: 22px;
}


.top-right-inner {
    padding: 22px;
}


.bottom-side {
    position: absolute;
    right: 25px;
    bottom: 5px;
    font-size: 40px;
    opacity: 60%;
    color: white;
}

.bg-or:hover .bottom-side {
    opacity: 100%;
    cursor: pointer;
}


.top-right {
    position: relative;
}

.g-font img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.g-font-img {
    display: block;
}

.g-font img {
    background-color: #1F1F1F;
}

.main-user-detail {
    padding: 50px;
    animation: user 0.5s;
}

@keyframes user {
    to {
        margin-right: 0;
    }

    from {
        margin-right: 200px;
    }
}

.icon-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 41px 0;
}

.icon {
    font-size: 35px;
}

.service-text p {
    font-size: 16px;
    margin-top: 7px;
}

.service-text {
    color: white;

}

.service-text h2 {
    margin-top: -4px;
    font-size: 30px;

}

.profile-img {
    color: white;
}

.profile-inner1 {
    background: black;
    border-radius: 17px;
    display: flex;
    justify-content: space-around;
    padding: 26px 0;
}

.profile-inner {
    padding: 22px;
}

.profile-img {
    color: white;
    background: gray;
    font-size: 41px;
    border-radius: 47px;
    width: 29%;
    text-align: center;
}

.bg-or:hover .profile-img {
    background-color: seagreen;
}

.profile-text p {

    font-size: 16px;

}

.profile-text h2 {
    font-size: 30px;

}

.profile-text {
    margin-top: 24px;
}

.tx-cl {
    color: white;

}

.total-year-full {
    padding: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.total-year {
    background: black;
    padding: 36px 0;
    border-radius: 25px;
}

.total-year-conatne.tx-cl {
    width: 99%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.total-year p {
    font-size: 17px;
    color: #484444;
    font-weight: 600;
}

.inner.tx-cl {
    margin-top: 62px;
}

.work-content {
    padding: 22px;
}

.inner span {
    color: #4646ab;
}

.up-icon {
    position: absolute;
    top: 4%;
    left: 6%;
    font-size: 49px;
    color: white;
}

.let-work:hover .up-icon {
    color: seagreen;
}

.futer-nav a {
    color: #5f5a5a;
}

.futer-last-info p {
    color: #5f5a5a;
}

.futer-last-info {
    text-align: center;
}

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

.futer-full {
    display: block;
    width: 100%;
    padding: 80px;
}