.navbar-brand {
    margin: 0px;
}

.navbar {
    padding: 10px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    padding: 0px 10px;
}

.container-fluid {
    padding: 15px;
}

header {
    margin-top: 60px;
    padding-top: 20px;
}

header svg {
    display: none;
}

header {
    height: fit-content !important;
}

header .content {
    margin-top: 20px;
}

header .dis {
    font-size: 25px;
}

header .more {
    font-size: 16px;
}

h2 {
    font-weight: 600;
    font-size: 1.3rem !important;
    margin-bottom: 15px;


}

h2 img {
    width: 40px;
    height: 40px;
}



.faq .item {
    font-size: 1rem;
    line-height: 1.6rem;


}


.say {
    flex: 0 0 80vw;
    padding: 20px;
}


.whatDrop .dis {
    padding: 0px 10px;
}

.right,
.guide_steps {
    padding-left: 0px;
}

.guide_step .step_dis {
    font-size: 14px;
}

.logo {
    width:100px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.totural h2 {
    color: white;
    margin: 20px 0px;
    font-size: 20px !important;
    line-height: 2.5rem !important;
}


.video-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
}


.fa-arrow-left {
    display: none;
}

.in_mobile{
    display: block;
}

.in_disktop{
    display: none;
}



/* .guideStep .row{
    flex-direction: column-reverse;
} */


footer .container-fluid{
    flex-direction: column;
    gap: 20px;
}
