* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}


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

.text-left {
    text-align: left;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text {
    opacity: 0.9;
    margin: 2rem 0;
    line-height: 1.6;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.bars {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 30px;
    padding: 3px;
}

.bars .bar {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 300ms ease-in-out;
}


.bars:hover .bar {
    background-color: #1e2532;
}

/* buttons */
.btn {
    display: inline-block;
}


/* navbar part */
.navbar {
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px;
}

.navbar .container {
    width: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.9rem;
}

.navbar-brand-text {
    color: #1e2532;
    font-weight: 600;
}

.navbar-brand-text {
    color: #1A91F0;
}

.navbar-brand-icon {
    width: 50px;
    margin-right: 16px;
}

.brand-and-toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-one {
    padding: 64px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

#about-sc {
    /*border: 1px solid rgb(175, 9, 204);*/
    padding: 20px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.cv-form-row-title {
    background-color: #1e2532;
    padding: 0.8rem 1.6rem;
    margin-bottom: 1rem;
}

.cv-form-row-title h3 {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
}

.cv-form-blk {
    margin: 1rem;
}

.cv-form-row {
    border: 1px solid rgba(160, 12, 12, 0.1);
    padding: 3rem 2rem 0 2rem;
    margin: 0.5rem;
    position: relative;
}

textarea {
    resize: none;
}

.form-elem {
    margin-bottom: 0.3rem;
    position: relative;
}

.form-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #1e2532;
    margin-bottom: 0.3rem;
}

.form-control {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 0.5rem;
    width: 100%;
    outline: 0;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.form-text {
    color: #ca0b00;
    font-size: 12px;
    letter-spacing: 0.5px;
    top: calc(100% +2px);
    left: 0;
    width: 100%;
}

.cols-3,
.cols-2 {
    display: grid;

}

.repeater-add-btn {
    width: 35px;
    height: 35px;
    background-color: #3772df;
    font-size: 1.6rem;
    color: white;
    margin: 1rem 0;
    border: none;
    border-radius: 50%;
}

.repeater-remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 1.8rem;
    border: none
}


/* PREVIEW SECTION */
.preview-cnt {
    border-radius: 5px;
    display: grid;
    grid-template-columns: 32% auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
    background-color: #1e2532;
    border-radius: 25px;
}

.preview-cnt-l {
    padding: 12px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #9FA8DA;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;

}

.preview-cnt-r {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1rem 1rem 1rem 1rem;
    background-color: white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.preview-cnt-l .preview-blk:nth-child(1) {
    text-align: center;

}

.preview-image {
    border: 1px solid black;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-item-name {
    font-size: 2.0rem;
    font-weight: 600;
    margin: 1.5rem 0;
    position: relative;
}


.preview-item-name::after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 50px;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    transform: translateX(-50%);
}


.preview-blk {
    padding: 1rem 0.2rem;
    margin-bottom: 1rem;
}

.preview-blk-title {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.5rem;
}

.preview-blk-title {
    margin-bottom: 1rem;
}


.preview-blk-list .preview-item {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    opacity: 0.95;
}

.preview-cnt-r .preview-blk-title {
    color: #1e2532;
}

.preview-cnt-r .preview-blk-list .preview-item {
    margin-top: 1.8rem;
}

.achievements-items.preview-blk-list .preview-item span:first-child,
.education-items.preview-blk-list .preview-item span:first-child,
.experience-items.preview-blk-list .preview-item span:first-child {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.07);
    padding: 5px;
}

.education-items.preview-blk-list .preview-item span:nth-child(2),
.experience-items.preview-blk-list .preview-item span:nth-child(2) {
    font-weight: 600;
    margin-right: 1rem;
}

.education-items.preview-blk-list .preview-item span:nth-child(3),
.experience-items.preview-blk-list .preview-item span:nth-child(3) {
    font-style: italic;
    margin-right: 1rem;
}

.education-items.preview-blk-list .preview-item span:nth-child(4),
.education-items.preview-blk-list .preview-item span:nth-child(5),
.experience-items.preview-blk-list .preview-item span:nth-child(4),
.experience-items.preview-blk-list .preview-item span:nth-child(5) {
    background-color: #9FA8DA;
    margin-right: 1rem;
    padding: 0 1rem;
    border-radius: 0.6rem;
}

.education-items.preview-blk-list .preview-item span:nth-child(6),
.experience-items.preview-blk-list .preview-item span:nth-child(6) {
    display: block;
    font: 13px;
    opacity: 0.8;
    margin-top: 1rem;
}


.projects-items.preview-blk-list .preview-item span {
    display: block;
}

/*responsiveness*/
@media screen and (min-width: 768px) {
    .cols-3 {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
    }

    .cols-2 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
    }
}


@media screen and (min-width: 992px) {
    .cv-form-row {
        padding: 2rem 2rem 0rem 2rem;
    }

    .cols-3 {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5rem;
    }
}




.print-btn{
    margin: 13px; 
    padding: 20px;
    width: 150px;
    outline: none;
    border:none;
    background-color: #1A91F0;
    color: white;
    font-size: 14.5px;
    font-weight: 600;
    padding: 1.4rem 1.6rem;
    border-radius: 4px;
}


.print-btn-sc{
    margin: 2rem 0 6rem 0;

}


.navbar-toggler-btn{
    margin: 13px; 
    padding: 9px;
    outline: none;
    border:none;
    background-color: #1A91F0;
    color: white;
    font-size: 14.5px;
    font-weight: 600;
    border-radius: 4px;
}