/*
Theme Name: Allianceme
Author: Sithara
Author URI: 
Version: 1.0
 */


/* @font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}


 body{
    overflow:none;
    margin:0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

:root{
  --brand-green: #5b7f1b;
  --brand-orange: #fc5412;
  --brand-navy: #00253c;
  --brand-yellow: #ffb300;
  --brand-light-grey: #f2f2f2;
  --brand-blue: #006397;
}

	.directorist{
        width: min(1300px, 92%);
        margin: 100px auto;
	}


.section-style {
    padding: 50px 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
}


.section-title {
    font-size: 51px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 25px;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-desc {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

.italic{
    font-style: italic;
}

.directorist-title{
        text-align: left;
        font-size:46px;
        font-size: 35px;
        position: relative;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .directorist-title-line span{
        position: absolute;
        left: 0;
        top: 0px;
        width: 18%;
        height: 1px;
        background: #fc5412;
    }

    .directorist-title-line{
        position: relative;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        margin-bottom: 40px;
    }


.orange-btn {
  padding: 10px;
  font-size: 16px;
  background: #fc5412;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 1s ease;
}

.orange-btn:hover {
  background: #ffb300;
    color: #fff;
    transition: background 1s ease;
}

.yellow-btn {
  padding: 10px;
  font-size: 16px;
  background: #ffb300;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 1s ease;
}

.yellow-btn:hover {
  background: #fc5412;
    color: #fff;
    transition: background 1s ease;
}

.blue-btn {
  padding: 10px;
  font-size: 16px;
  background: #00253c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 1s ease;
}

.blue-btn:hover {
  background: #fc5412;
    color: #fff;
    transition: background 1s ease;
}

h1, h2,h3, p{
     margin: 0;
}

@media (max-width: 1600px) {
    .section-style {
        padding: 50px 100px;
}
}

@media (max-width: 1400px) {
    .section-style {
        padding: 50px 50px;
}
}

@media (max-width: 1100px) {
    .section-style {
        padding: 50px 30px;
    }

    .section-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section-desc {
    font-size: 14px;
}

.section-title {
    font-size: 35px;
}

.section-subtitle {
    font-size: 20px;
}

.section-style {
        padding: 30px;
}
}


@media (max-width: 500px) {
.blue-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.orange-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.green-btn {
    font-size: 14px;
    padding: 5px 10px;
}

.yellow-btn {
    padding: 5px 10px;
    font-size: 14px;
}
}