body {
    font-family: "Space Grotesk" !important;
}
p {
    font-family: "Space Grotesk" !important;
}
div {
    font-family: "Space Grotesk" !important;
}
li {
    font-family: "Space Grotesk"!important;
}
a
{
    text-decoration: none!important;
    color:white;
}
a:active { background-color: none;}
.dropdown-item:active {
    background-color: #8c5896!important;
    }
.menu-nav
{
    background-color: transparent;position: absolute;padding: 30px 45px 0px 30px;z-index: 100
}
.navbar-toggler-icon {
    color: white; /* veya istediğiniz başka bir renk */
}
.nav-link {
    color: #fff !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.75px;
}
.dropdown-toggle::after {
display: none;
}

    .btn-primary:hover
    {
        background-color: white;
        color:black;
        border:1px solid black;

    }
.dropdown-item a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.75px;
}
.nav-item {
    margin-right: 30px;
}

.lets-talk-btn:hover
{

    color:white;
    border:1px solid white;
}


.lets-talk-btn
{

animation: pulse 1.5s infinite;
    cursor: default;
    background-color: white;
    color: black;
    font-size: 15px;
    padding: 3px 25px 3px 25px;
    font-weight: 500;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgb(140, 88, 150,0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgb(140, 88, 150,0);
    }
    100% {
        -webkit-box-shadow:: 0 0 0 0 rgb(140, 88, 150,0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgb(140, 88, 150,0,5);
      box-shadow: 0 0 0 5px rgb(140, 88, 150);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgb(140, 88, 150,0);
        box-shadow: 0 0 0 20px rgb(140, 88, 150,0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(140, 88, 150,0);
        box-shadow: 0 0 0 0 rgb(140, 88, 150,0);
    }
  }

.navbar-toggler-icon {
    color: white; /* veya istediğiniz başka bir renk */
}
.navbar-toggler {
    border-color: white; /* veya istediğiniz başka bir renk */
}

.nav-link {
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.75px;
}


.dropdown-item a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.75px;
}


.slider-button-1 {
    background-color: transparent;
    border: 1px solid white;
    color: white;

    padding: 20px 39px 20px 39px;

}

.slider-text-3 {
    background-color: transparent;

    color: grey;

    padding: 10px 0px 10px 0px;
    margin-top: 60px;
}


#ls-section {
    margin-bottom: 100px;
}

#ls-head-text {
    color: #171717;
    text-align: center;
    font-family: Space Grotesk;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -3.25px;
}
#ls-sub-text {
    color: #171717;
    text-align: center;
    font-family: Space Grotesk;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

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

.button-content span {
    margin-left: 10px; /* Adjust the margin as needed for spacing between SVG and text */
}

#ls-button {
    border-radius: 50px;
    background: #8c5896;
    border-color: #8c5896;
    padding: 15px 25px 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ls-button:hover {
   color:white;
   background-color: #171717;
   border:1px solid black!important;
}
.footer {
    background-color: #171717;
}

.footer-social li {
    padding: 0px 15px 0px 0px !important;
    border: 5px;
    background-color: transparent !important;
    color: white !important;
}

.footer-logo {
    margin-bottom: 70px;
}



.footer-first-row-second-section {
    text-align: right;
}

.footer-first-row {
    padding: 2% 2% 2% 2%;
}

.footer-second-row {
    padding: 2% 2% 2% 2%;
    border-top: 1px solid grey;
}

.footer-second-row ul {
    margin: 0px !important;
}

.copyright {
    float: right;

}

.copyright li {
    border: 5px;
    background-color: transparent !important;
    color: white !important;
    text-align: right;

}

@media (max-width: 576px) {


    .footer-text-center
    {

        padding: 0px!important;
        margin: 0px!important;
    }
    .footer-text-center li
    {
        text-align: center;

    }
    .footer-logo
    {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-social
    {
        margin-bottom: 30px;
        text-align: center;

    }
    .footer-social li
    {
        text-align: center;
        margin-bottom: 5px;

    }
    .copyright li
    {
        text-align: center;
    }
    .copyright
    {
        font-size: 8px;;
    }
    #ls-button svg
    {
       display:none;
    }
    .menu-nav
    {
        background-color: transparent;position: absolute;padding:2%;z-index: 100
    }
    .navbar-nav {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        float: right;
        width: 65%;
    }

    .nav-item {
        margin: 0px;
    }
    .nav-link {
        color: black!important;;
    }
    .dropdown-item svg {
        width: 15% !important;
    }
    .lets-talk-btn {
        display: none;
    }
    #ls-head-text {
        color: #171717;
        text-align: center;
        font-family: Space Grotesk;
        font-size: 50px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -3.25px;

    }
    #ls-sub-text {
        color: #171717;
        text-align: center;
        font-family: Space Grotesk;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.36px;
    }
    #footer-first-right-list > li
    {
        text-align: center;
    }


    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }
    #footer-second-right-list
    {
        text-align: center;
        justify-content: center!important;

    }
    #footer-second-right-list > li
    {
        padding: 0 2% 0 2%;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
    #ls-button svg
    {
       display:none;
    }
    .footer-social
    {
        margin-bottom: 30px;
        text-align: center;

    }
    .footer-logo
    {
        margin-bottom: 30px;
        text-align: center;

    }
    .navbar-nav {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        float: right;
        width: 35%;
    }

    .nav-item {
        margin: 0px;
    }
    .nav-link {
        color: black!important;;
    }
    .dropdown-item svg {
        width: 15% !important;
    }
    #footer-first-right-list > li
    {
        text-align: center;
    }


    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }
    #footer-second-right-list
    {
        text-align: center;
        justify-content: center!important;

    }
    #footer-second-right-list > li
    {
        padding: 0 2% 0 2%;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        float: right;
        width: 25%;
    }

    .nav-item {
        margin: 0px;
    }
    .nav-link {
        color: black!important;;
    }
    .dropdown-item svg {
        width: 15% !important;
    }
    #ls-button svg
    {
       display:none;
    }
    .footer-first-row-first-section {
        text-align: center;
    }

    .footer-first-row-second-section {
        text-align: center;
    }

    .footer-second-row-first-section {
        text-align: center;
    }

    .footer-second-row-second-section {
        text-align: center;
    }
    .footer-social li {
        text-align: center;
    }

    #footer-first-right-list > li
    {
        text-align: center;
    }


    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }

    #footer-second-right-list
    {
       text-align: center;
        justify-content: center!important;

    }
    #footer-second-right-list > li
    {
      padding: 0 2% 0 2%;
    }




}

@media (min-width: 992px) and (max-width: 1200px) {
    #footer-first-right-list > li:nth-child(2)
    {
        margin-left: 15%;
        font-size:10px;
        text-align: left;
    }
    #footer-first-right-list > li:nth-child(3)
    {
        margin-left: 15%;
        font-size:10px;
        text-align: left;
    }
    #footer-first-right-list > li:nth-child(4)
    {
        margin-left: 10%;
        font-size:10px;
        text-align: left;
    }
    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }
    #footer-second-right-list > li:nth-child(1)
    {

        font-size: 10px;

    }

    #footer-second-right-list > li:nth-child(2)
    {
        margin-left: 10%;
        font-size: 10px;

    }
    #footer-second-right-list > li:nth-child(3)
    {
        margin-left: 10%;
        font-size: 10px;

    }
    #footer-second-right-list > li:nth-child(4)
    {
        margin-left: 10%;
        font-size: 10px;

    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    #footer-first-right-list > li:nth-child(2)
    {
        margin-left: 15%;
        text-align: left;
        font-size: 14px;
    }
    #footer-first-right-list > li:nth-child(3)
    {
        margin-left: 15%;
        text-align: left;
        font-size: 14px;
    }
    #footer-first-right-list > li:nth-child(4)
    {
        margin-left: 10%;
        text-align: left;
        font-size: 14px;
    }
    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }

    #footer-second-right-list > li:nth-child(2)
    {
        margin-left: 5%;


    }
    #footer-second-right-list > li:nth-child(3)
    {
        margin-left: 5%;

    }
    #footer-second-right-list > li:nth-child(4)
    {
        margin-left: 5%;
    }
}

@media (min-width: 1400px) and (max-width: 2800px) {

    #footer-first-right-list > li:nth-child(2)
    {
        margin-left: 15%;
        text-align: left;
    }
    #footer-first-right-list > li:nth-child(3)
    {
        margin-left: 15%;
        text-align: left;
    }
    #footer-first-right-list > li:nth-child(4)
    {
        margin-left: 10%;
    }
    .sf-head {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.3px;

    }

    #footer-second-right-list > li:nth-child(2)
    {
        margin-left: 5%;

    }
    #footer-second-right-list > li:nth-child(3)
    {
        margin-left: 5%;

    }
    #footer-second-right-list > li:nth-child(4)
    {
        margin-left: 5%;
    }


}

.fa-section-head-text
{
    color: #171717;
    text-align: center;
    font-family: Space Grotesk;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
    margin-bottom: 60px;
}
.fa-section-sub-text
{
    color: #171717;
    font-family: Space Grotesk;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.5px;
}
.fa-section-sub-text-description
{
    color: #171717;
    font-family: Space Grotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 60px;
}

.list-group-item
{
    background-color: transparent;
    border:0;

    padding: 0px;

}
#test ul li
{
    width: 100%;
}

#footer-first-right-list > li > ul > li
{
    margin-bottom: 5px;
}
