body {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 80px;
    color: #363636;
}

h2 {
    line-height: 58px;
    font-size: 48px;
    margin: 0;
    color: #363636;
}

h3 {
    line-height: 46px;
    font-size: 36px;
    margin: 0;
    color: #363636;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    color: #363636;
}

h5 {
    line-height: 32px;
    font-size: 22px;
    color: #363636;
}

h6 {
    line-height: 28px;
    font-size: 18px;
    color: #363636;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #787878;
}

a {
    color: black;
    text-decoration: none;
    font-size: 16px;
}

    a:hover {
        color: #363636;
    }

.btn {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    border-radius: 10px;
    height: 55px;
    line-height: 55px;
   
}

.btn-primary {
    color: #fff;
    border: 2px solid #fb612f;
    background-image: -webkit-linear-gradient(30deg, #fb612f 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fb612f 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
    background-color: #fb612f;
}
.btn-outline-primary {
    color: #fb612f;
    border: 2px solid #fb612f;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
    background-color: transparent;
}
.btn-outline-primary:hover {
    color: #fff;
    border: 2px solid #fb612f;
    background-image: -webkit-linear-gradient(30deg, #fb612f 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fb612f 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    line-height: 51px;
    background-color: #fb612f;
}

.btn.animated-btn {
    padding: 0 18px;
    height: 43px;
    line-height: 39px;
}

    .btn.animated-btn.height2 {
        height: 55px;
        line-height: 51px;
        position:relative
    }

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #fb612f;
    border-color: #fb612f;
    border-color: #fb612f;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fb612f;
    background-color: #fb612f;
    border-color: #fb612f;
}

.btn.animated-btn:hover {
    background-position: 100%;
    background-color: transparent;
    color: #fb612f;
}

input[type="text"], input[type="email"] {
    outline: none;
    width: 60%;
    height: 55px;
    margin-right: 20px;
    background-color: white;
    border: 0;
    padding-left: 20px;
    color: #cfcfcf;
    border-radius: 5px;
    box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 15%);
    -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0.15);
}

.text-primary {
    color: #fb612f !important;
}

.of-contain {
    object-fit: contain;
}

.footer-description img {
    width: 150px;
    border-radius: 10px;
}
