*{
    font-family: 'Inter', sans-serif;
}
.c-ct-hp{display: none;}
.search-cl{
    float: left;
    margin-right: 20px;
    margin-bottom: 32px;
    width: 413px;
    height: 58px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border: none;
    background-color: #F5F7FA;
    cursor: text;
    outline-color: #bfa267;
}

#msg{
    resize: none;
    font-family: 'Inter', sans-serif;
    padding-top: 10px;
    width: 846px;
    height: 243px;
    
}

.search-cl:hover{transition: 0.1s;background-color: rgba(0, 0, 0, 0.1);}
.search-cl:focus{transition: 0.1s;background-color: white;}

.row-cl{
    display: flex;
    flex-direction: row;
}

.container-cl{
    display: flex;
    flex-direction: column;
    margin-top: 105px;
    margin-left: 80px;
    
}
.title-form{
    display: flex;
    flex-direction: row;
}
.container-cl h1{
    color: #333333;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 87px;
}
.shapes1-cl{
    background-color: #A92F17;
    width: 109px;
    height: 8px;
    border-radius: 20px;
    margin-left: 24px;
    margin-top: 25px;
}
.shapes2-cl{
    background-color: #D8B774;
    width: 25px;
    height: 8px;
    border-radius: 20px;
    margin-left: 24px;
    margin-top: 25px;
}
.btn-submit-ct{
    display: flex;
    margin-top: 54px;
    margin-bottom: 105px;
    margin-left: 80px;
}
.btn-submit-ct button{
    width: 305px;
    height: 58px;
    background-color: #A92F17;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

.groupimg-cl{
    display: flex;
    position: absolute;
    margin-left: 974px;
    width: 552px;
    height: 660px;
    justify-content: center;
    align-items: center;
}
.groupimg-cl .ab{
    width: 552px;
    height: 660px;
    margin-left: 150px;
    transition: 0.3s;
    object-fit: cover;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
}

@media only screen and (max-width:1366px) {
    .groupimg-cl{
        transition: 0.3s;
        width: 500px;
        height: 660px;
        display: flex;
        position: absolute;
        margin-left: 540px;
        border-radius: 6px;
        justify-content: center;
        margin-left: 765px;
        overflow: hidden;
    }
    .groupimg-cl .ab{
        width: 400px;
        height: 660px;
        margin-left: 200px;
        transition: 0.3s;
        object-fit: cover;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }
    #msg{
        transition: 0.3s;
        width: 846px;
        height: 200px;
    }
    .container-cl h1{
        transition: 0.3s;
        margin-bottom: 80px;
    }
    .container-cl button{
        transition: 0.3s;
        margin-left: 0;
        margin-top: 50px;
        background-color: #A92F17;
        color: white;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        cursor: pointer;
    }
}

@media only screen and (max-width:500px) {
    .container-cl{display: none;}
    .btn-submit-ct{display: none;}
    .c-ct-hp{
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-top: 62px;
        margin-left: 20px;
        margin-bottom: 50px;
    }
    .title-ct-hp{
        display: flex;
        flex-direction: row;
        margin-bottom: 19px;
    }
    .title-ct-hp h1{
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        margin-right: 8px;
    }
    .shapes1-hp{
        margin-top: 12px;
        width: 50px;
        height: 4px;
        background-color: #A92F17;
        border-radius: 20px;
        margin-right: 8px;
    }
    .shapes2-hp{
        margin-top: 12px;
        width: 15px;
        height: 4px;
        background-color: #D8B774;
        border-radius: 20px;
        margin-right: 8px;
    }
    .row-ct-hp{
        text-align: left;
    }
    .txtform-ct-hp{
        padding: 12px;
        width: 185px;
        height: 32px;
        margin-right: 10px;
        margin-bottom: 14px;
        border: none;
        background-color: #F5F7FA;
        border-radius: 2px;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }
    .txtmsg-ct-hp{
        float: left;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        padding: 12px;
        width: 385px;
        height: 125px;
        resize: none;
        border: none;
        background-color: #F5F7FA;
        border-radius: 2px;
    }
    .ct-btn-hp{
        width: 385px;
        margin-top: 24px;
    }
    .ct-btn-hp button{
        margin-top: 24px;
        width: 125.47px;
        height: 32px;
        border: none;
        background-color: #A92F17;
        color: white;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        float: right;
        border-radius: 4px;
        cursor: pointer;
    }
}

@media only screen and (max-width:414px) {
    .btn-submit-ct{display: none;}
    .txtform-ct-hp{
        width: 170px;
    }
    .txtmsg-ct-hp{
        width: 355px;
    }
    .ct-btn-hp{
        width: 355px;
    }
}