:root {
    --color-primary: #611748;
    --light-primary: #8c71db;
    --color-secondary: #ff497c;
    --color-tertiary: #FAB8C4;
    --color-white: #ffffff;
    --color-dark: #27272E;
    --color-black: #000000;
    --color-light: #CBD3D9;
    --color-lighter: #F6F7FB;
    --color-lightest: #C4C4C4;
    --color-chart01: #896BA7;
    --color-chart02: #BADEFF;
    --color-chart03: #E76458;
    --color-heading: #292930;
    --color-body: #777777;
    --color-border-light: #E3E6E9;
    --color-border-dark: #42424A;
    --color-gray: #999FAE;
    --color-midgray: #878787;
    --color-extra01: #999FAE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius: 6px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --border-thin: 1px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-bold: 700;
    --s-black: 900;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    --transition: 0.3s;
    --font-primary: "Corbel", sans-serif;
    --font-secondary: "Corbel", sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
    --font-size-b1: 16px;
    --font-size-b2: 14px;
    --font-size-b3: 12px;
    --line-height-b1: 1.7;
    --line-height-b2: 1.65;
    --line-height-b3: 1.6;
    --h1: 46px;
    --h2: 36px;
    --h3: 28px;
    --h4: 24px;
    --h5: 20px;
    --h6: 18px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* , *::placeholder, input, select, textarea{
    font-family: var(--font-primary);
}

body{
    font-size: 15px;
}

h1{
    font-weight: bold;
}

header{
    position: absolute;
    width: 100%;
    z-index: 1000;
}

nav{
    border-bottom: 1px solid #ffffff4d;
}

main{
    overflow: hidden;
}

a{
    color: #C231A1;
}


.nav-link{
    color: white;
}


.section{
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn {
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 0px;
    background-color: #212b36;
    border: none;
    font-size: 15px;
}

.text-color{
    color: var(--color-primary);
}


.bg-color-primary{
    background-color: var(--color-primary);
}

.text-bold{
    font-weight: bold !important;
}

.px100{
    padding-left: 100px;
    padding-right: 100px;
}

.section-title{
    font-size: 45px;
    font-weight: 800;
    color: #5b104b;
    position: relative;
}


.section-title::after{
    position: absolute;
    content: '';
    height: 7px;
    width: 80px;
    top: -8px;
    left: 0;
    border-radius: 0px;
    background-color: #dd64c19c;
}
.section-title.text-center::after{
    left: 50%;
    transform: translateX(-50%);
}

.bg-gradient{
    background: linear-gradient(45deg, rgba(229,205,242,1) 0%, rgba(249,249,239,1) 57%, #ffe8e8 100%) !important;
}

.btn-to-top{
    padding: 10px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 20px 1px #1e1c1f57;
}


/* Custom swipper js */
.swiper-button-prev, .swiper-button-next{
    color: #c231a0bb !important;
    font-size: 10px;
}
.swiper-button-prev{
    margin-left: -10px;
}
.swiper-button-next{
    margin-right: -10px;
}

.swiper-pagination{
    color: #C231A1;
}


nav .dropdown-menu{
    border-radius: 0px;
    background: #1e1c1f42;
    backdrop-filter: blur(10px);
    border: 1px solid #60576346;
    box-shadow: 0 0 38px 1px #2a232bda;
    font-size: 14px;
}
nav .dropdown-divider{
    background: #8e8791;
}

nav .dropdown-menu a{
    color: white;
}


/* Media queries */

@media (max-width: 768px) {
    .px100{
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-collapse{
        padding: 10px 18px 18px;
        border-radius: 0px;
        background: #1e1c1f42;
        backdrop-filter: blur(10px);
        border: 1px solid #60576346;
        box-shadow: 0 0 38px 1px #2a232bda;
    }
}

@media (max-width: 480px) {

    /* Styles for screens smaller than 480px */
    .icologo {
        position: absolute;
        top: 20%;
        left: 30%;
    }

    .logoinfos {
        margin: 80px 0 0 0 !important;
        text-align: center;
    }
}