/* colors

.bg-black
.bg-dark
.bg-light
.bg-body-secondary
.bg-warning

 /* text colors */
/* .text-white
 .text-white-50
 .text-dark
 .text-black
 .text-body-tertiary */

/* text size */
/* .fs-1
 .fs-2
 .fs-4 
 .fs-5
 .fs-6 */


/* conainers */

.container1 {
    width: 100%;
    display: flex;
}

/* positions, margins and paddings*/
.pos-absolute {
    position: absolute;
}
.left-0 {
    left: 0%;
}
.mymb-1 {
    margin-bottom: 150px;
}

/* buttons, circles and lines */
.btn {
    height: 70px;
}

.sm-circle {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 25px;
}

.sm-circle-1 {
    width: 45px;
    height: 45px;
    border-radius: 25px;
}
.sm-circle-2 {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    right: 10px;
    bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-top: 10px;
}
.line {
    height: 1px;
    background-color: grey;
    opacity: 50%;
}

.border-img {
    height: 70px;
    border-radius: 25px;
}

.round-img {
    width: 30%;
}
.btn-1 {
    height: 40px;
    padding: 5px 30px 5px 30px;
    border-radius: 25px;
}
.height-txtarea {
    height: 300px;
}
/* width amd height */
.quote-icon {
    width: 40px;
    height: 40px;
}

.input-dark {
    opacity: 10%;
    width: 100%;
    height: 70px;
}

/* scroll top */
#myBtn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    transform: rotate(-90deg);
    opacity: 80%;
    transition: right .3s;
    z-index: 170;
}
/* images */
.object-fit-1 {
    height: 80px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 70px;
}
