@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #f9dfa6;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: 'ArialMdm';
}


/***** Font Files *****/

@font-face {
  font-family: 'Barlow-Black';
  src: url(../fonts/Barlow-Black.ttf);
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'ArialMdm';
  src: url(../fonts/arial/ArialMdm.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Barlow-Black';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Barlow-Black';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Barlow-Black';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Barlow-Black';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Barlow-Black';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

/*banner start*/
.banner-txt h1 {
    font-size: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

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

.banner-txt h1 span {
    color: #facc15;
    font-size: 135px;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 20px 9px BLACK;
}

section.banner {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 190px 0px;
    margin-top: -10px;
}
/*banner end*/

/* about start */
section.about {
    padding: 80px 0px;
}

.container-fluid {
    padding: 0 4%;
}
.abt-txt-bx h2 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #030302;
    margin-bottom: 15px;
}

.abt-txt-bx p {
    font-size: 20px;
    line-height: 34px;
    color: #010000;
    width: 90%;
    /* text-align: justify; */
}

.abt-txt-bx {
    padding: 40px;
    background-color: #f8e8c6;
    border-radius: 30px;
    width: 100%;
}
/* about end */


.newest-top-txt h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

.newest-top-txt h3 span {
    display: block;
}

.news-img img {
    width: 100%;
    height: 280px;
    border-radius: 30px;
}

.newest-txt {
    margin-top: 40px;
}

.newest-txt p {
    font-size: 20px;
    line-height: 32px;
    color: #010000;
    max-width: 90%;
}

.newest-txt ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.newest-txt ul li h6 {
    color: #010000;
    font-size: 16px;
    margin: unset;
    text-transform: uppercase;
    font-weight: 600;
}

.newest-txt ul li i {
    color: #030302;
}

/* Archive Box */
.archive-box {
    background-color: #f29d1e;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 30px 40px;
    width: 93%;
    margin: 0 auto;
}

.archive-box h3 {
    font-family: 'Barlow-Black';
    font-size: 60px;
    color: #000;
    margin: 0 0 30px;
    line-height: 1;
    text-transform: uppercase;
}

.archive-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.archive-box ul li {
    position: relative;
    padding-left: 43px;
}

.archive-box ul li::before {
    content: ""; /* we'll make a custom circle */
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
}

.archive-box .archive-date {
    display: block;
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 3px;
    font-family: 'ArialMdm', sans-serif;
}

.archive-box a {
    display: block;
    font-size: 28px;
    color: #000;
    text-decoration: underline;
    line-height: 1.2;
    font-family: 'ArialMdm', sans-serif;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.archive-box a:hover {
    color: #333;
    text-decoration: none;
}

/* Comments Section */
section.comments {
    padding: 100px 0px;
}

.comments-main-bx {
    background-color: #f8e8c6;
    border-radius: 30px;
    padding: 50px 30px;
    width: 100%;
    margin: 0 auto;
}

.comments-main-bx h3 {
    font-family: 'Barlow-Black';
    font-size: 60px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.comment-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.comment-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.cmt-header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 8px;
}

.cmt-header h4 {
    margin: 0;
    font-family: 'ArialMdm', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.cmt-header span {
    font-size: 14px;
    color: #666;
    font-family: 'ArialMdm', sans-serif;
    font-weight: 500;
}

.comment-content p {
    font-size: 20px;
    line-height: 30px;
    color: #555;
    margin-bottom: 10px;
    width: 74%;
}

.reply-btn {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'ArialMdm', sans-serif;
}

.reply-btn:hover {
    color: #f29d1e;
}

.comment-form {
    margin-top: 50px;
    width: 90%;
}

.comment-form textarea {
    width: 100%;
    height: 200px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 16px;
    font-family: 'ArialMdm', sans-serif;
    resize: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.comment-form textarea::placeholder {
    color: #777;
}

.form-submit {
    text-align: right;
}

.form-submit button {
    background-color: #f29d1e;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 12px 45px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'ArialMdm', sans-serif;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit button:hover {
    background-color: #000;
    color: #f29d1e;
}
.ft-bot {
    background-color: #030302;
    padding: 30px 0px;
    text-align: center;
}

.ft-bot p {
    font-size: 20px;
    color: #fff;
    margin: unset;
}