.social-icon-wrapper {
    height: 100vh;

    /* background-image: url('../img/bg.png'); */

    background-color: #000;
}



.social-wrapper {
    background: #000;
    width: 110px;
    height: 110px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(246, 175, 206, 0.753) -5px -5px 5px 1px, rgba(2, 2, 2, 0.308) 5px 5px 5px 1px;
    text-decoration: none;
}


.social-wrapper:nth-child(2),
.social-wrapper:nth-child(3) {
    flex-direction: column;
}

.social-wrapper i {
    font-size: 50px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f6afce;
}

.search-box-wrapper {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #f6afce;

}

.search-box-wrapper .search-box {
    width: 80%;
    /* border-bottom-left-radius: 35px;
    border-top-left-radius: 35px; */
    /* background-color: #fff; */
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: -4px;
    /* box-shadow: rgba(255, 255, 255, 0.753) 0px 0px 0px 1px, rgba(2, 2, 2, 0.308) 2px 2px 2px 1px; */
    /* border-bottom: 2px solid #ccc; */
}

.search-box-wrapper .search-box p {
    font-weight: bold;
}


.search-box-wrapper .search-box-icon {
    width: 20%;
    /* border-bottom-right-radius: 35px;
    border-top-right-radius: 35px; */
    /* background-color: #fff; */
    height: 35px;
    line-height: 35px;
    text-align: right;
    /* box-shadow: rgba(255, 255, 255, 0.753) 0px 0px 0px 1px, rgba(2, 2, 2, 0.308) 2px 2px 2px 1px; */
}


.follow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #fff; */
    width: 40px;
    height: 40px;
    border-radius: 35px;
    align-items: center;
    /* box-shadow: rgba(255, 255, 255, 0.753) -1px -1px 1px 1px, rgba(2, 2, 2, 0.308) 2px 2px 2px 1px; */
    text-decoration: none;
}

.follow-icon.icon-1 {
    color: #ffffff;
    background-color: #58b4e3;
}

.follow-icon.icon-2 {
    color: #ffffff;
    background-color: #075e54;
}

.follow-icon.icon-3 {
    color: #ffffff;
    background-color: #cb0001;
}

.copy-right {
    text-align: center;
}

.copy-right .copy-symbol {
    font-size: 20px;
}

.copy-right p {
    margin: 0px;
    font-size: 12px;
}


.facebook-style,
.instagram-style,
.google-style {
    width: 65px;

}


.link-social-box h5{
    margin-top: 4px;
    margin-bottom: 0px;
}

body{
    background-color: #f6afce;
}


.border {
    border: var(--bs-border-width) var(--bs-border-style) #f6afce!important;
}

