:root{
    --site-color-01: #c15487;
    --site-color-01-hover: #c9e2f6e;
}
html{
    font-size: 62.5%;
}


.wrapper-main{
    width: 100%;
    margin: 0 auto;
}

body::after{
    content: "url('../images/fb.png')  url('../images/instagram-color.png')";
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    overflow: hidden;
}

.header-main{
    display: flex;
    top:0;
    width: 100%;
    height: 7rem;  
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    z-index: 1000;
}

.header-main-logo{
    width: fit-content;
    height: 100%;
    padding-left: 60px;
    display: flex;
}
.header-main-logo .img-logo{
    display: flex;
    align-items: center;
}

.header-main-logo .img-logo p{
    font-size: 2rem;
    padding-left: 3px;
    letter-spacing: 2px;
}

.header-main-logo img{
    height: 40px;
    align-self: center;
}

.header-main-nav{
    height: 100%;
    width: fit-content;
}

.header-main-nav ul{
    list-style: none;
    margin-left: 30px;
}

.header-main-nav ul li{
    display: inline;
    float: left;
}

.header-main-nav ul li button{
    /* text-decoration: none; */
    color: #000;
    padding: 0 10px;
    line-height: 6rem;
    display: block;
    font-family:"Roboto", cursive;
    font-size:2.4rem;
    border: none;
    background-color:rgb(255, 255, 255);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-main-nav ul li button:hover{
    /* text-decoration: none; */
    color: #ffffff;
    background-color:rgba(93, 95, 211, 0.863);
    cursor: pointer;
    border-radius: 10px;
    height: max-content;
    width: fit-content;
    line-height:4rem;
    transition: 0.5s;
    font-size: 2.5;
}


.header-main-nav ul li a:hover{
    color: #c13584;
}

.header-main-sm{
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 60px;
    column-gap: 10px;
}

.header-main-sm-fb{
    width: 20px;
    height: 20px;
    background-image: url('../images/fb.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.header-main-sm-ig{
    width: 20px;
    height: 20px;
    background-image: url('../images/ig.jfif');
    background-size: cover;
    background-repeat: no-repeat;
}

.index-top{
     margin-top:20px;
     padding:3px;
     width: 100%;
     height:max-content;
     background-color: #c05786ce;
}

.index-top-header{
    width: 100%;
    text-align: center;
    height: fit-content; 
}

.index-top-header .underline-head{
    width:calc(100% - 400px);
    height:2px;
    background-color: rgb(43, 35, 35);
    margin-left:200px;
    text-shadow: 2px 2px 2px #ff0000;
    padding-top: -10px;
    margin-bottom: 20px;
}

.index-top-header p{
   font-size: 5.5rem;
   width: 100%;
   align-self: center;
   color:#251e1e
}

.index-top-header .h2{
    font-size: 5rem;
    text-transform: capitalize;
    width: 100%;
    align-self: center;
    margin-top: -30px;
    font-family: serif;
    font-weight: 600;
    color:#242020
}

.index-top-header .h2 span{
    font-size: 5.5rem;
    color: #000;
}

.index-top-header p span{
    color:rgb(0, 0, 0);
    font-size: 6rem;
    text-transform: capitalize;
}

.index-top-header h5{
    font-size: 2.5rem;
    width: 100%;
    align-self: center;
    margin-top: -40px;
    margin-bottom: 20px;
}

.footer{
    width: 100%;
    height: fit-content;
    background-color: #f8f1f5;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.footer-head{
    display: flex;
    margin-top: 5px;
    align-items: center;
    width: calc(100%-60px);
    padding: 0 60px;
}

.footer-head .footer-note1{
    width: calc(100% / 3);
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
}



.footer-head .footer-logo{
    width: calc(100% / 3);
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    padding:2px;
}


.footer-head .footer-note2{
    width: calc(100% / 3);
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
}

.footer-head p{
    color: #000000;
    font-size: 3rem;
    font-family: "Roboto", cursive;
}

.footer-head h2{
    color: #464343;
    font-size: 3rem;
    text-transform: capitalize;
    font-family: "Roboto", cursive;
    margin-top: -20px;
}

.footer-content{
    width: calc(100%- 60px);
    height: fit-content;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 0 60px;
    font-size: 2rem;
    text-align: center;
}


.footer-logo img{
    height: 80px;
    align-self: center;
    margin-bottom: -5px;
}

.footer-logo p{
    font-size: 2rem;
    text-transform: capitalize;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: 5px;
    letter-spacing: 7px;
}

.footer-head .footer-bar{
    width: 2px;
    height: 120px;
    background-color: #ff020275;
    border-radius: 20px;
}

.burger-menu, .burger-menu-btn{
    display: none;
}


@media only screen and (max-width: 600px) {

    .burger-menu-btn{
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('../images/icons/menu.png'), url('../images/icons/close.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
        background-position: center, center left 40px;
    }

    .burger-menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        display: none;
        z-index: 900;
        background-color: #111;
    }

    .burger-menu ul{
        width: 100%;
        height: calc(100vh - 60px);
        padding-top: 60px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
    }

      .burger-menu ul li{
        flex-basis: 100%;
        border-top:2px solid #000;
         text-align: center;
      }

       .burger-menu ul li:last-child{
        border-bottom:2px solid #000;
      }

      .burger-menu ul li button{
        display: block;
        height: 100%;
        font-size: 2.4rem;
        flex-basis: 100%;
        padding: 30px 0;
        color: white;
        text-transform: uppercase;
        font-family: Verdana, Geneva;
        text-decoration: none;
        border: none;
        background-color: #111;
        width: 100%;
        text-align: center;
      }
     
.header-main-nav{
   display: none;
}
.wrapper-main{
    margin: 0px;
}

body{
    width: 100%;
    margin: 0px;
    padding: 0px;;
}

.index-top{
     width: 100%;
     margin-top: 60px;
     padding: 0px;
}


.index-top-header{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 70px;
}

.index-top-header .underline-head{
    width:100%;
    margin: 0px;
    padding: 0px;
}

.index-top-header .h2{
    padding-bottom: 20px;
}

.index-top-header .h2 p{
   width: 100%;
   height: max-content;
}

.index-top-header .h2 p span{
   width: 100%;
   font-size: 25px;
}
.index-top-header  h5{
    font-size: 10px;
}
.index-top-header p{
    font-size: 25px;
    margin-top: 40px;
}
.index-top-header p span{
    font-size: 30px;
}
.header-main-sm{
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 10px;
    column-gap: 10px;
    padding-left: 100px;
}
.header-main-logo{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    display: flex;
}
.header-main{
    width: 100%;
}

.footer{
    width: 100%;
}
.footer-head{
    display: flex;
    margin-top: 5px;
    align-items: center;
    width: 70.5%;
    margin: 0px;
    padding-left: 10px;
}

.footer-head .footer-note1{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}

.footer-head .footer-note2{
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}


.footer-head p{
    color: #000000;
    font-size: 1.8rem;
    text-transform: capitalize;
    font-family: "Roboto", cursive;
    padding-left: 10px;
    margin-left: 0px;
}
.footer-head h2{
    color: #ff69d2;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-family: "Roboto", cursive;
    margin-top: -20px;
      margin-left: 0px;
}
.footer-logo p{
    margin: 0px;
    letter-spacing: 5px;
    margin-left: 5px;
}

.footer-head .footer-bar{
    display: none;
}
.footer-content{
    width: calc(100%- 20px);
    padding: 0 20px;
    font-size: 1.6rem;
}
.footer-logo img{
    margin-left: 5px;
}



}


@media only screen and (min-width: 601px) and (max-width: 1300px) {
 
    
    .burger-menu-btn{
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('../images/icons/menu.png'), url('../images/icons/close.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 20px;
        background-position: center, center left 40px;
    }

    .burger-menu{
        position: fixed;
        height: 100vh;
        width: 100%;
        display: none;
        z-index: 900;
        background-color: #111;
    }

    .burger-menu ul{
        width: 100%;
        height: calc(100vh - 60px);
        padding-top: 60px;
        align-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

      .burger-menu ul li{
        flex-basis: 100%;
        border-top:2px solid #000;
        margin-left: -30px;
      }

       .burger-menu ul li:last-child{
        border-bottom:2px solid #000;
      }

      .burger-menu ul li a{
        display: block;
        height: 100%;
        font-size: 2.6rem;
        flex-basis: 100%;
        padding: 30px 0;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-family: Verdana, Geneva;
        text-decoration: none;
      }
     

    

.header-main-nav{
   display: none;
}
.wrapper-main{
    margin: 0px;
}

body{
    width: 100%;
    margin: 0px;
    padding: 0px;;
}

.index-top{
     width: 100%;
     margin-top: 60px;
     padding: 0px;
}


.index-top-header{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.index-top-header .underline-head{
    width:100%;
    margin: 0px;
    padding: 0px;
}

.index-top-header .h2{
    padding-bottom: 20px;
}

.index-top-header .h2 p{
   width: 100%;
   height: max-content;
}

.index-top-header .h2 p span{
   width: 100%;
   font-size: 25px;
}
.index-top-header  h5{
    font-size: 10px;
}
.index-top-header p{
    font-size: 30px;
    margin-top: 40px;
}
.index-top-header p span{
    font-size: 35px;
}
.header-main-sm{
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 60px;
    column-gap: 10px;
}
.header-main-logo{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    display: flex;
}
.header-main{
    width: 100%;
}

.footer{
    width: 100%;
}
.footer-head{
    display: flex;
    margin-top: 5px;
    align-items: center;
    width: 70.5%;
    margin: 0px;
    padding-left: 10px;
}

.footer-head .footer-note1{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}

.footer-head .footer-note2{
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}


.footer-head p{
    color: #000000;
    font-size: 2.4rem;
    text-transform: capitalize;
    font-family: "Roboto", cursive;
    padding-left: 10px;
    margin-left: 60px;
}
.footer-head h2{
    color: #ff69d2;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-family: "Roboto", cursive;
    margin-top: -20px;
    margin-left: 60px;
}
.footer-logo p{
    margin: 0px;
    letter-spacing: 5px;
    margin-left: 60px;
}

.footer-head .footer-bar{
    display: none;
}
.footer-content{
    width: calc(100%- 20px);
    padding: 0 20px;
    font-size: 1.6rem;
}

.footer-logo img{
    margin-left: 60px;
}



}

@media only screen and (min-width: 769px) {
    .footer-head{
        margin-left: 85px;
    }
}