@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap');

html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Young Serif", serif !important;
	font-weight: 100;
	letter-spacing: -0.1rem;
}
a, p, ul, li, span{
	font-family: "Bitter", serif !important;
}
*{
	padding: 0;
	margin: 0;
}
img{
	max-height: 100%;
	width: 100%;
}
.container {
    max-width: 100%;
    padding: 0px 60px;
}
.main_header .nav_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_header .nav_main .nav_logo a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #DCDCDC;
    letter-spacing: 1px;
}
.main_header {
    background: #1c1c1c;
    position: sticky;
    top: 0;
    padding: 24px 0px;
}
.main_header .nav_main ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 39px;
}
.main_header .nav_main ul a {
    text-decoration: none;
    color: #DCDCDC;
    font-size: 0.9rem;
    font-weight: 500;
}
.banner_main {
    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 140px 0px 300px;
}
.banner_inner_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    align-items: center;
}
.banner_cont {
    padding-left: 100px;
}
.banner_inner_main h1 {
    font-size: 4rem;
    color: #DCDCDC;
}
.banner_inner_main p {
    font-size: 1rem;
    color: #DCDCDC;
    line-height: 26px;
    margin-top: 40px;
    max-width: 520px;
    text-align: center;
}
.company_sec {
    background: url(../images/company-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 80px 0px 240px 0px;
}
.comppany_main {
    padding: 0px 60px;
}
.comppany_main h2 {
    text-align: center;
    font-size: 4rem;
}
.company_inner_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 90px;
    column-gap: 20px;
    row-gap: 100px;
}
.company_inner_main h4 {
    font-size: 2.8rem;
    line-height: 54px;
    max-width: 430px;
}
.company_inner_main p {
    font-size: 1rem;
    color: #000;
    line-height: 24px;
    max-width: 445px;
}
.product_sec {
    padding: 90px 0px 80px;
}
.product_main {
    padding: 0px 0px 0px 60px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.product_main h2 {
    padding-left: 50px;
    font-size: 4rem;
}
.product_main p {
    font-size: 1rem;
    line-height: 24px;
    max-width: 620px;
    margin-left: auto;
}
.customers_sec {
    background: url(../images/coustomer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 217px 0px 140px;
}
.customers_main {
    display: flex;
    align-items: center;
    padding: 0px 60px;
}
.customers_main p {
    max-width: 693px;
    line-height: 24px;
    font-size: 1rem;
    color: #000;
}
.customers_main h2 {
    padding-left: 120px;
    font-size: 4rem;
}
.services_sec {
    background-color: #fff;
    background-image: url(../images/product-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 180px 0px 100px;
}
.services_main h2 {
    font-size: 2.8rem;
    text-align: center;
}
.services_main h3 {
    text-align: center;
    font-size: 27px;
    margin-top: 26px;
}
.services_inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
    row-gap: 40px;
    margin-top: 84px;
}
.services_inner .services_cont img {
    height: 300px;
    object-fit: cover;
}
.services_inner .services_cont h4 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 44px;
}
.services_inner .services_cont p {
    text-align: center;
    line-height: 24px;
}
.services_inner .services_cont h6 {
    text-align: center;
    margin-top: 20px;
    font-family: "Bitter", serif !important;
    letter-spacing: 0 !important;
    font-size: 16px;
    font-weight: 600;
}
.director_main {
    display: flex;
    gap: 70px;
    align-items: center;
}
.director_main .director_img {
    width: 100%;
    max-width: 224px;
}
.director_main .director_img img {
    width: 244px;
    height: 244px;
    border-radius: 1000px;
    object-fit: contain;
    border: 1px solid #ddd;
}
.director_sec {
    padding: 100px 0px;
}
.director_main h2 {
    font-size: 4rem;
}
.director_main p {
    line-height: 24px;
    max-width: 987px;
    margin-top: 14px;
}
.footer_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.footer_left h3 {
    font-size: 38px;
    margin-bottom: 32px;
}
.footer_left ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer_left ul a {
    text-decoration: none;
    color: #000;
}
.footer_left a.linkedin_text {
    margin-top: 20px;
    display: inline-block;
    color: #000;
}
.footer_right {
    display: flex;
    padding-left: 120px;
    gap: 10px;
}
.footer_right h4 {
    font-size: 27px;
    margin-bottom: 32px;
}
.footer_right p {
    line-height: 24px;
    margin-top: 16px;
}
footer.main_footer {
    padding: 60px 0px 100px;
}
button.toggle_btn_menu {
    display: none;
}

@media(max-width: 1339px){
.container {
    padding: 0px 50px;
}
.banner_cont {
    padding-left: 60px;
}
.footer_right {
    padding-left: 30px;
    gap: 10px;
}
}

@media(max-width: 1199px){
.container {
    padding: 0px 30px;
}
.banner_inner_main {
    grid-template-columns: repeat(2,1fr);
    gap: 0;
}
.banner_main {
    padding: 100px 0px 200px;
}
.banner_inner_main h1 {
    font-size: 3rem;
}
.banner_inner_main p {
    margin-top: 30px;
}
.comppany_main h2 {
    font-size: 3rem;
}
.comppany_main {
    padding: 0px 40px;
}
.company_inner_main h4 {
    font-size: 2.3rem;
    line-height: 44px;
    max-width: 430px;
}
.company_sec {
    padding: 80px 0px 180px 0px;
}
.company_inner_main {
    grid-template-columns: repeat(2,1fr);
    margin-top: 70px;
    row-gap: 100px;
}
.product_main h2 {
    padding-left: 0;
    font-size: 3rem;
}
.customers_main {
    padding: 0px 30px;
}
.customers_main h2 {
    padding-left: 90px;
    font-size: 3rem;
}
.customers_sec {
    padding: 187px 0px 90px;
}
}

@media(max-width: 991px){
button.toggle_btn_menu {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
}
button.toggle_btn_menu img {
    max-width: 36px;
}
.main_header .nav_main ul.menu_ul{
    display: none;
}
.main_header .nav_main ul.menu_ul.active {
    position: fixed;
    display: flex;
    left: 0;
    padding: 20px 20px;
    width: 100%;
    background: #1c1c1c;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}
.main_header .nav_main {
    position: relative;
}
body {
    overflow-x: hidden !important;
}
}

@media(max-width: 767px){
.container {
    padding: 0px 20px;
}
.main_header {
    padding: 14px 0px;
}
.banner_main {
    background-size: contain;
    padding: 50px 0px 90px;
    background-color: #1c1c1c;
}
.banner_cont {
    padding-left: 0;
}
.banner_inner_main h1 {
    font-size: 2rem;
    margin-top: 40px;
}
.banner_inner_main p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
}
.comppany_main {
    padding: 0px 0px;
}
.company_sec {
    padding: 60px 0px 100px 0px;
}
.comppany_main h2 {
    font-size: 2rem;
}
.company_inner_main {
    grid-template-columns: repeat(1,1fr);
    margin-top: 40px;
    column-gap: 20px;
    row-gap: 0;
}
.banner_inner_main {
    grid-template-columns: repeat(1,1fr);
    gap: 0;
}
.company_inner_main h4 {
    font-size: 1.6rem;
    line-height: 36px;
    max-width: 430px;
}
.company_inner_text:nth-child(2n+2) {
    margin-top: 20px;
    margin-bottom: 40px;
}
.company_inner_text:last-child {
    margin-bottom: 0px !important;
}
.product_main {
    padding: 0px 0px 0px 0px;
    grid-template-columns: repeat(1,1fr);
}
.product_sec {
    padding: 60px 0px 60px;
}
.product_main h2 {
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 15px;
}
.customers_main {
    padding: 0px 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.customers_sec {
    background-size: contain;
    background-position: top;
    padding: 86px 0px 60px;
    background-color: #dcdcdc;
    margin-top: 40px;
}
.customers_main h2 {
    padding-left: 0;
    font-size: 2rem;
    margin-bottom: 16px;
}
.services_sec {
    padding: 80px 0px 0px;
}
.services_main h2 {
    font-size: 1.8rem;
    text-align: center;
}
.services_main h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
}
.services_inner {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    column-gap: 15px;
    row-gap: 40px;
    margin-top: 44px;
}
.services_inner .services_cont h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 24px;
}
.director_main {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}
.director_main h2 {
    font-size: 2rem;
}
.director_sec {
    padding: 80px 0px 0px;
}
.footer_left h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
.footer_main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}
.footer_right {
    padding-left: 0;
    gap: 30px;
    flex-direction: column;
}
.footer_right h4 {
    font-size: 22px;
    margin-bottom: 14px;
}
footer.main_footer {
    padding: 60px 0px 60px;
}
}