/* Start Variables */
:root{
    --primary-color: #F7600E;
    --secondary-color: #F1DEDB;
    --lang-color: #3F537F;
    --lang-list: #C0C9EE;
    --location-color: #BE7700;
    --main-transition: 0.3s ease-in-out;
    


    --background-color: #FFE3BB;
    --paragraph-color: #FFA673;
}
/* End Variables */

/* Start Box */
.d-flex{
    display: flex;
}

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

.space-between{
	justify-content: space-between;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-center{
    justify-content: center;
}

.d-grid{
    display: grid;
}

.gap-20{
    gap: 20px;
}

.gap-30{
    gap: 30px;
}

.gap-40{
    gap: 40px;
}

.gap-45{
    gap: 45px;
}

.gap-50{
    gap: 50px;
}

.gap-80{
    gap: 80px;
}

.gap-180{
    gap: 180px;
}
/* End Box */

/* Start Padding + Margin */
.p-0{
    padding: 0;
}

.p-5{
    padding: 5px;
}

.p-10{
    padding: 10px;
}

.p-15{
    padding: 15px;
}

.p-20{
    padding: 20px;
}

.pt-5{
    padding-top: 5px;
}

.pt-10{
    padding-top: 10px;
}

.pt-15{
    padding-top: 15px;
}

.pt-20{
    padding-top: 20px;
}

.pt-40{
    padding-top: 40px;
}

.pt-50{
    padding-top: 50px;
}

.pt-70{
    padding-top: 70px;
}

.pt-80{
    padding-top: 80px;
}

.pt-100{
    padding-top: 100px;
}

.pt-200{
    padding-top: 200px;
}

.pr-10{
    padding-right: 10px;
}

.pr-15{
    padding-right: 15px;
}

.pr-20{
    padding-right: 20px;
}

.pb-5{
    padding-bottom: 5px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-15{
    padding-bottom: 15px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-70{
    padding-bottom: 70px;
}

.pb-80{
    padding-bottom: 80px;
}

.pb-100{
    padding-bottom: 100px;
}

.pb-180{
    padding-bottom: 180px;
}

.pb-200{
    padding-bottom: 200px;
}

.pl-0{
    padding-left: 0;
}

.pl-7{
    padding-left: 7px;
}

.pl-10{
    padding-left: 10px;
}

.pl-15{
    padding-left: 15px;
}

.pl-20{
    padding-left: 20px;
}

.pl-25{
    padding-left: 25px;
}

.pl-30{
    padding-left: 30px;
}

.m-0{
    margin: 0;
}

.mt--30{
    margin-top: -30px;
}

.mt-0{
    margin-top: 0;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-25{
    margin-top: 25px;
}

.mt-30{
    margin-top: 30px;
}

.mt-35{
    margin-top: 35px;
}

.mt-40{
    margin-top: 40px;
}

.mt-48{
    margin-top: 48px;
}

.mt-50{
    margin-top: 50px;
}

.mt-60{
    margin-top: 60px;
}

.mt-65{
    margin-top: 65px;
}

.mt-70{
    margin-top: 70px;
}

.mt-88{
    margin-top: 88px;
}

.mt-90{
    margin-top: 90px;
}

.mt-92{
    margin-top: 92px;
}

.mt-170{
    margin-top: 170px;
}

.mr-2{
    margin-right: 2px;
}

.mr-3{
    margin-right: 3px;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.mr-15{
    margin-right: 15px;
}

.mr-20{
    margin-right: 20px;
}

.mr-25{
    margin-right: 25px;
}

.mr-30{
    margin-right: 30px;
}

.mr-50{
    margin-right: 50px;
}

.mr-70{
    margin-right: 70px;
}

.mb-0{
    margin-bottom: 0;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-25{
    margin-bottom: 25px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-42{
    margin-bottom: 42px;
}

.mb-43{
    margin-bottom: 43px;
}

.mb-47{
    margin-bottom: 47px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-65{
    margin-bottom: 65px;
}

.mb-80{
    margin-bottom: 80px;
}

.mb-83{
    margin-bottom: 83px;
}

.mb-90{
    margin-bottom: 90px;
}

.mb-100{
    margin-bottom: 100px;
}

.mb-150{
    margin-bottom: 150px;
}

.ml-3{
    margin-left: 3px;
}

.ml-5{
    margin-left: 5px;
}

.ml-10{
    margin-left: 10px;
}

.ml-15{
    margin-left: 15px;
}

.ml-20{
    margin-left: 20px;
}

.ml-30{
    margin-left: 30px;
}

.ml-50{
    margin-left: 50px;
}

.ml-70{
    margin-left: 70px;
}

.ml-80{
    margin-left: 80px;
}

.ml-100{
    margin-left: 100px;
}

.ml-110{
    margin-left: 110px;
}

.ml-225{
    margin-left: 225px;
}
/* End Padding + Margin */

/* Start Fonts*/
.txt-c{
    text-align: center;
}

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

.txt-justify{
    text-align: justify;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f-merriweather{
    font-family: "Merriweather";
}

.f-roboto{
    font-family: "Roboto";
}

.font-w-500{
    font-weight: 500;
}

.font-w-700{
    font-weight: 700;
}
/* End Fonts */

/* Start Colors */
.c-black{
    color: #000;
}

.c-white{
    color: #FFF;
}

.c-main{
    color: var(--primary-color);
}

.c-second{
    color: var(--secondary-color);
}

.c-text{
    color: var(--text-color);
}

.c-para{
    color: var(--paraghaph-color);
}

.c-span{
    color: var(--span-color);
}

.c-location{
    color: var(--location-color);
}

.bg-second{
    background-color: var(--secondary-color);
}

.bg-para{
    background-color: var(--paraghaph-color);
}

.bg-pink{
    background-color: var(--pink-color);
}
/* End Colors */

/* Start Postion */
.p-relative{
    position: relative;
}

.p-absolute{
    position: absolute;
}

.d-block{
    display: block;
}

.d-none{
    display: none;
}
/* End Postion */

/* Start Height + Width + Borders + Cursor */
.h-50{
    height: 50px;
}

.h-80{
    height: 80px;
}

.w-full{
    width: 100%;
}

.h-full{
    height: 100%;
}

.border-10{
    border-radius: 10px;
}

.border-5{
    border-radius: 5px;
}

.cursor{
    cursor: pointer;
}
/* End Height + Width + Borders + Cursor */




/* Start Component */
.special-heading{
    margin: 10px 0 20px 0 !important;
    font-size: 50px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 700;
}

.center-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.btn-shape{
	padding: 3px 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: serif;
    transition: var(--main-transition);
}
/* End Component */