/* Custom styles for the Video Downloader application */
:root {
    --primary-gradient: linear-gradient(45deg, rgb(255, 2, 2), rgb(105, 255, 5));
    --section-padding: 2rem;
    --border-radius: 10px;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;

    /* Button Colors - Darker versions */
    --btn-mp3-color: #309eff;
    /* Darker blue */
    --btn-mp4-color: #ff05c9;
    /* Darker magenta */
    --btn-hd-color: #a3ff0e;
    /* Darker green */
    --btn-4k-color: #ff0404;
    /* Darker red */
    --btn-other-color: #ffe602;
    /* Darker yellow */
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(150deg, rgb(218, 222, 223), white, white, white, rgb(217, 219, 219));
    font-family: 'Roboto', sans-serif;
    background-color: var(--bs-dark);
    color: var(--bs-light);
}

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

.section-title {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
   
}
.st{
    margin-left: 7%;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 4px;
    background: var(--primary-gradient);
    border-radius: 2px;
}

/* Card styles */
.card {
    border-radius: var(--border-radius);
    border: none;
    box-shadow: var(--shadow);
    transition: var(--transition);
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-header {
    font-weight: bold;
    /* background: rgba(255, 255, 255, 0.05); */
}

/* Input styles */
.input-group {
    box-shadow: var(--shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.inp {
    width: 75%;
    display: flex;
    /* background-color: red; */
    /* border-radius: 5px; */
    /* padding: 2px; */
    /* overflow: visible; */
}

.form-control {
    border: none;
    /* height: 38px; */
    font-size: .8rem;
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

/* Button styles */
.btn {
    width: 240px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-top: -1px;
    border: none;
    /* padding: 0.7rem 1.5rem; */
    transition: var(--transition);
}
.btns {
    width: 240px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, rgb(255, 0, 0), rgb(5, 5, 5));
    font-weight: 500;
    margin-top: 30px;
    border: 1px solid rgba(148, 148, 148, 0.712);
    transition: var(--transition);
    box-shadow: inset 4px 4px 4px white, inset -6px -6px 6px white, 4px 8px 12px rgba(153, 153, 153, 0.664);
}

#download-options-section .btn {
    flex: 1;
    min-width: 18%;
    max-width: 100%;
}

.btn-primary {
    background: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0));
    background-size: 400% 10%;
    animation: animate 12s infinite;
    box-shadow: 4px 8px 12px rgb(0, 0, 0, 0.7);
    text-shadow: 1px 2px 3px black;
}

.btn-success {
    background: linear-gradient(140deg, rgb(29, 1, 155), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    gap: 7px;
}

.btn-success:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #232222;
}

.btn-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -45px;
    background: none;
}

.btn-icon:hover {
    background: none;
    color: #ff0404;
}

.btn-mp3 {
    background: linear-gradient(140deg, rgb(0, 213, 255), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    font-size: 14px;
}

.btn-mp3:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #cdcbcb;
    
}


.btn-mp4 {
    background: linear-gradient(140deg, rgb(242, 0, 255), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    font-size: 14px;
}

.btn-mp4:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #cdcbcb;
}

.btn-hd {
    background: linear-gradient(140deg, rgb(102, 255, 0), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    font-size: 14px;
}

.btn-hd:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #cdcbcb;
}

.btn-4k {
    background: linear-gradient(140deg, rgb(255, 0, 0), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    font-size: 14px;
}

.btn-4k:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #cdcbcb;
}

.btn-other {
    background: linear-gradient(140deg, rgb(255, 230, 0), transparent);
    color: #ffffff;
    text-shadow: 1px 2px 3px black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 4px 4px 4px #cdcbcb, inset -3px -3px 3px #4f4a4a;
    font-size: 13px;
}

.btn-other:active {
    color: transparent;
    text-shadow: 2px 2px #c7c7c7;
    box-shadow: inset 5px 5px 5px #71716f, inset -2px -2px 3px #cdcbcb;
}


/* Animated gradient button for download */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#download-link {
    width: 240px;
    height: 41px;
    background: linear-gradient(90deg, #0389ff, #ff02ea, #ffe600, #73ff00, #ff1c02);
    background-size: 400% 400%;
    animation: gradient-animation 5s ease infinite;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    gap: 7px;
}

#download-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/* Video info styles */
.video-info-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Download options section */
#download-options-section {
    transition: all 0.3s ease;
}

#download-options-section .format-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 1.5rem 0;
}

#video-thumbnail {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.video-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-meta {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--bs-gray-400);
}

.video-meta i {
    margin-right: 0.5rem;
}

.format-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Progress bar */
.progress {
    height: 12px;
    /* border-radius: 0.5rem; */
    border-radius: 50px;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.308);
}

#progress-bar {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: var(--primary-gradient);
    box-shadow: 1px 1px 10px white,
     1px 1px 20px white,
     1px 1px 40px white,
     1px 1px 80px white,
     1px 1px 140px white,
     ;
}

/* Supported sites */
.sites-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: .7rem;
}

.site-icon {
    font-size: 27px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 8px;
    /* color: white; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.site-card {
    /* text-align: center; */
    transition: transform 0.2s;
    padding: 1rem;
    border-radius: var(--border-radius);
    background-color: rgba(255, 255, 255, 0.178);
}

.site-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.1);
}

.site-name {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: block;
}

/* Color icons for various sites */
.fa-youtube {
    background: #FF0000;
}

.fa-facebook {
    background: #1877F2;
}

.fa-twitter {
    background: #1DA1F2;
}

.fa-instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}

.fa-vimeo {
    background: #1AB7EA;
}

.fa-tiktok {
    background: #000000;
}

.fa-twitch {
    background: #6441A4;
}

.fa-reddit {
    background: #FF4500;
}

.fa-soundcloud {
    background: #FF3300;
}

.fa-linkedin {
    background: #0077B5;
}

.fa-pinterest {
    background: #BD081C;
}

.fa-tumblr {
    background: #36465D;
}

.fa-vk {
    background: #4A76A8;
}

.fa-dailymotion {
    background: #00AAFF;
}

.fa-spotify {
    background: #1DB954;
}

.fa-telegram {
    background: #0088cc;
}

.fa-medium {
    background: #12100E;
}

.fa-bilibili {
    background: #00A1D6;
}

.fa-flickr {
    background: #FF0084;
}

.fa-play-circle,
.fa-video {
    /* background: linear-gradient(45deg, #ff7946); */
}

/* Custom styling for error messages */
.error-message {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    border-left: 4px solid var(--bs-danger);
    padding: 15px;
    border-radius: 4px;
}

/* Footer */
footer {
  
    /* margin-top: 3rem; */
    /* padding: 2rem 0; */
    /* background-color: rgba(73, 72, 72, 0.37); */
    /* border-radius: var(--border-radius); */
}

.footer-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.footer-links li a {
    color: var(--bs-gray-400);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links li a:hover {
    color: var(--bs-white);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    transition: var(--transition);
}

.social-links a:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.2);
}

/* Show more sites button */
.show-all-sites {
    margin-top: 1.5rem;
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .site-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    #video-thumbnail {
        max-height: 200px;
    }

    .format-btn-group {
        flex-direction: column;
    }

    #download-options-section .format-btn-group .btn {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .sites-container {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

/* //// */
::-webkit-scrollbar {
    display: none;
}

.card {
    background: transparent;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #838383;
    padding: 0;
    margin-bottom: 2px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0));
    background-size: 400% 10%;
    animation: animate 12s infinite;
    text-shadow: 4px 8px 12px rgb(0, 0, 0);
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

h3 a {
    color: #ff7b00;
}

h3 a:hover {
    text-decoration: none;
}

h4 {
    font-size: 14pt;
    font-weight: bold;
    padding: 0;
    margin: 0px;
    color: #2e007d;
    text-shadow: 1px 2px 4px rgba(53, 52, 52, 0.59);
    text-decoration: underline;
}

#logo a {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0));
    background-size: 400% 10%;
    animation: animate 12s infinite;
    text-shadow: 4px 8px 12px rgb(0, 0, 0);
}

a {
    text-decoration: none;
    color: #cecece;
    outline: none;
    text-shadow: 2px 4px 12px rgb(158, 158, 158);
}


/* /// */

#headerout {
    display: flex;
    position: sticky;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(24, 11, 56, 0.1);
    z-index: 100;
    backdrop-filter: blur(15px);
    box-shadow: 0px 2px 3px #676767;
}

.log {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    margin: 5px;
    width: 240px;
    height: 27px;
    background: linear-gradient(167deg, #6201ff, rgba(0, 0, 0));
    box-shadow: inset 1px 1px 4px #ffffff, inset -2px -2px 4px #c4c4c4, 2px 4px 8px rgba(0, 0, 0, 0.599);
    margin-right: 80px;
    font-weight: bold;
}

.header {}

ul {
    margin-bottom: 0;
}

.button-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-shadow: 1px 4px 4px black;
    cursor: pointer;
    width: 124px;
    height: 24px;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background: linear-gradient(160deg, #ff0000, rgba(0, 0, 0));
    /* box-shadow: inset -1px -2px 4px #ffffff, inset 1px 1px 4px white, 2px 4px 12px rgb(127, 126, 126); */
    box-shadow: inset -3px -3px 7px #ffffff,inset 3px -3px 7px #ffffff, inset 3px 3px 7px #ffffff;
}

.btn-7 {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-style: normal;
    text-shadow: 1px 4px 4px black;
    cursor: pointer;
    width: 124px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background: linear-gradient(160deg, #51ff00, black);
    /* box-shadow: inset -1px -2px 4px #ffffff, inset 1px 1px 4px white, 2px 4px 12px rgb(127, 126, 126); */
    box-shadow: inset -3px -3px 7px #ffffff,inset 3px -3px 7px #ffffff, inset 3px 3px 7px #ffffff;
}


.btn-8 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    text-shadow: 1px 4px 4px black;
    font-style: normal;
    cursor: pointer;
    width: 124px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background: linear-gradient(160deg, magenta, black);
    /* box-shadow: inset -1px -2px 4px #ffffff, inset 1px 1px 4px white, 2px 4px 12px rgb(127, 126, 126); */
    box-shadow: inset -3px -3px 7px #ffffff,inset 3px -3px 7px #ffffff, inset 3px 3px 7px #ffffff;
}

.btn-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    text-shadow: 1px 4px 4px black;
    font-style: normal;
    cursor: pointer;
    width: 124px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background: linear-gradient(160deg, rgb(255, 221, 0), black);
    /* box-shadow: inset -1px -2px 4px #ffffff, inset 1px 1px 4px white, 2px 4px 12px rgb(127, 126, 126); */
    box-shadow: inset -3px -3px 7px #ffffff,inset 3px -3px 7px #ffffff, inset 3px 3px 7px #ffffff;
}

.btn-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    text-shadow: 1px 4px 4px black;
    font-style: normal;
    cursor: pointer;
    width: 124px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    background: linear-gradient(160deg, cyan, black);
    /* box-shadow: inset -1px -2px 4px #ffffff, inset 1px 1px 4px white, 2px 4px 12px rgb(127, 126, 126); */
    box-shadow: inset -3px -3px 7px #ffffff,inset 3px -3px 7px #ffffff, inset 3px 3px 7px #ffffff;

}

h1 {
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    margin: 20px;
    margin-left: 40px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0));
    background-size: 400% 10%;
    animation: animate 12s infinite;
    text-shadow: 4px 8px 12px rgb(5, 5, 5);
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.me1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

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

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

.me4 {
    margin-top: 4px;
    width: 100%;
}

h1 {
    padding-top: 25px;
}

.p1 {
    margin-left: 144px;
    margin-top: 20px;
    color: #aaaaaa;
}

/* own  */

.ispeed {
    padding: 3px;
    position: absolute;
    position: fixed;
    left: 33px;
    top: 165px;
    /* width: 200px; */
    box-shadow: inset -1px -1px 0px #ffffff;
    display: flex;
    padding-left: 15px;
    font-size: 14px;
    transform: rotate(90deg);
    z-index: 10;
    border-radius: 0px;
    background: linear-gradient(90deg, rgb(0, 21, 255), rgb(255, 0, 0), rgb(60, 255, 0), rgb(238, 0, 255), rgb(0, 208, 255), rgb(255, 140, 0));
    background-size: 400% 10%;
    animation: animate 12s infinite;
}

.ispeed:active {
    box-shadow: inset 2px 2px 5px #ffffff, inset -2px -2px 5px #ffffff, 0px 0px 5px rgb(255, 255, 255),
        0px 0px 20px rgb(255, 255, 255),
        0px 0px 40px rgb(255, 255, 255),
        0px 0px 60px rgb(255, 255, 255);
    cursor: none;
}

@media only screen and (max-width:768px) {
    .ispeed {
        top: 141px;
        left: -67px;

    }

    .socia ul {
     display: block;
    }
}

/* /// */
.socia ul {
    position: absolute;
    top: 173px;
    right: 27px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    transform: rotate(-0deg) skew(0deg);
    z-index: 100;
  }
  
  .socia ul li {
    position: relative;
    list-style: none;
    width: 22px;
    height: 22px;
    margin-top: 9px;
  }
  
  .socia ul li span {
    position: absolute;
    display: flex !important;
    top: 0;
    left: 0;
  
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: rgba(221, 216, 216, 0.572);
    color: rgba(255, 255, 255, 0.9);
  }
  .socia ul li span img{
    border-radius: 50%;
   border: 1px solid rgb(192, 192, 192);
  }
  
  .socia ul li :hover span {
    transition: 0.8s;
   
  }
  
  .socia ul li :hover span :nth-child(1) {
    transform: translate(-20px, -12px);
    transition: .8s;
    border-radius: 50%;
    visibility: none;
  }
  
  .socia ul li :nth-child(1):hover span {
    background: rgb(180, 180, 180);
    z-index: 10;
  }
  
  .socia img:hover {
    background: rgb(180, 180, 180);
    box-shadow: 0px 0px 5px #c6c6c6;
    border-radius: 50%;
    transition: 3s;
  }
  
  .socia img:active {
    background: rgb(223, 218, 218);
    box-shadow: 0px 0px 5px #ffffff,
        0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 60px #ffffff, 0 0 100px #ffffff, 0 0 125px #ffffff, 0 0 160px #ffffff, 0 0 200px #ffffff;
    border-radius: 50%;
    transition: 2s;
  }
  
.bg {
    top: 112px;
    left: 130px;
    position: absolute;
    width: 100%;
}

.aaa {
    display: flex;
    justify-content: center;
    margin: auto;
}

video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100vw;
    /* height: auto; */
    height: 620px;
    object-fit: cover;
}

.ruki {
    position: absolute;
    width: 80%;
    top: 100px;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.web1 {
    position: static;
    width: 88%;
    margin: auto;
    margin-top: 200px;
}

.how2 {
    width: 87%;
    margin: auto;
    background-color: #fffefe !important;
}

.colm1 {
    margin: 10px;
    width: 327px;
    --flow-space: 0.5em;
    --flow-space: 10px;
    --hsl: var(--hue), var(--saturation), var(--lightness);
    transition: 1s;
    padding: 1em 1em;
    align-items: start;
    background-color: rgba(174, 174, 174, 0.276);
    border: 1px solid #eceff133;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    margin: 10px;
    box-shadow: 1px 1px 2px rgb(138, 138, 138);
}

:not(.overlay)>.colm1:hover {
    --lightness: 95%;
    background: rgb(196, 196, 196);
    border: 1px solid rgba(255, 255, 255, 0.781);
    box-shadow: 8px 12px 20px rgb(151, 151, 151)
}

.h5 {
    color: #000;
}

.text-m {
    color: #000 !important;
}

/* /// */
.nav-list{
    margin: 0;
  }
  .burger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 10px;
    display: none;
}

.line {
    width: 25px;
    background-color: rgb(0, 0, 0);
    height: 5px;
    margin: 3px;

}

#mainmenu {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 15px;
    margin: 0 auto;
    float: none;
    margin-left: 8px;
}

#mainmenu ul {
    margin: 0px 0px;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: transparent;
    color: var(--body-font-color);
}


.dark-scheme #mainmenu ul {
    background: #101224;
    border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme #mainmenu ul.mega {
    background: #101224;
}

#mainmenu li {
  
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu>li.has-child:after {
    font-family: FontAwesome;
    content: "\f078";
    /* padding-left: 5px; */
    font-size: 8px;
    position: relative;
}

.rtl #mainmenu li.has-child:after {
    padding-left: 15px;
}

.header-light #mainmenu li.has-child:after {
    color: rgba(0, 0, 0, .5);
}

#mainmenu li>a {
    font-weight: bold;
}

#mainmenu li.has-child>a {
    padding-right: 0px;
}

#mainmenu a {
    text-decoration: none;
    color: #cecece;
    outline: none;
    text-shadow: 2px 4px 8px rgb(0, 0, 0);
}

#mainmenu p {
    line-height: 1.8em;
    margin-bottom: 0;
}

header.header-light #mainmenu a {
    color: #35404e;
}

#mainmenu a span:not(.badge) {
    position: relative;
    width: 0%;
    color: #8e8e8e;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 14px;
    border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
    width: 100%;
}

#mainmenu li li a span:not(.badge) {
    float: right;
    margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
    width: 100%;
    margin-left: 0%;
}

.header-light {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.header-light #mainmenu>li>a {
    color: #e1e1e1;
}

#mainmenu li {
    font-family: var(--body-font);
    font-size: 14px;
}

#mainmenu li li {
    font-family: var(--body-font);
    font-size: 14px;
    border-radius: 20px;
}

#mainmenu li li:last-child {
    border-bottom: none;
}

#mainmenu li li a {
    padding: 0px 12px;
    border-top: none;
    color: #000000;
    width: 152px;
    border-left: none;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

#mainmenu li:last-child>a {
    border-bottom: none;
}

.dark-scheme #mainmenu li li a {
    color: #ff0000;
}

.rtl #mainmenu li li a {
    text-align: right;
}

#mainmenu li li a:hover {
    color: #111;
}

#mainmenu li li a:after {
    content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
    color: #fff;
}

#mainmenu li ul {
    width: 120px;
    height: auto;
    position: absolute;
    left: 6px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
}


#mainmenu ul li b {
    /* background: #333; */
    color: #ffffff;
    padding: 0 3px;
    padding-bottom: 3px;
    font-size: 10px;
    margin-right: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#mainmenu li li {

    float: none;
    text-transform: none;
}

.nav-list{
    margin: 0;
  }
  .burger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 10px;
    display: none;
}

.line {
    width: 25px;
    background-color: rgb(0, 0, 0);
    height: 5px;
    margin: 3px;

}
footer p{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.afs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ico{
   font-size: 44px;
    color: orange;
}
footer h1{
    font-size: 33px;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 15px;
}
footer h5{
    font-size: 24px;
    margin-top: 24px;
}
footer .lin{
    width: 20%;
    margin-left: 48px;
    color: #ff8800;
}
footer .lin ul li a{
   
    color: #02c4ff;
}
.c-body
 {
    width: 100%;
    /* background: #0f0f0ffa; */
    border-radius: 0px;
}
.row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}

.c-b {
    margin-top: 20px;
    padding: 5px;
}
.spc{
    color: #fd0000;
}