*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.newsletter-section{
  padding: 30px 0 0 0;
  background: url(../images/newslatterbg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

.newsletter-section .newsletter-main-wapper{
  max-width: 850px;
  margin: 0 auto;
}

.newsletter-section .newsletter-main-wapper h2{
  font-family: 'Montserrat';
  font-size: 48px;
  font-weight: 700;
  color: #CFB47F;
  text-align: center;
  margin: 0;
  padding-bottom: 0px;
}

.newsletter-section .newsletter-main-wapper p{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  color: #CFB47F;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

.newsletter-section .newsletter-main-wapper form .input-group {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  flex-wrap: unset;
  display: flex;
  align-items: center;
  border: 2px solid #CFB47F;
  margin: 0 auto 20px auto;
  max-width: 680px;
}
.newsletter-section .newsletter-main-wapper form .input-group input {
	background: transparent;
	width: 100%;
	height: 100%;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0 20px;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 400;
	color: #CFB47F;
}
.newsletter-section .newsletter-main-wapper form .input-group input::placeholder {
	color: #CFB47F;
}
.newsletter-section .newsletter-main-wapper form .input-group button {
	background: #CFB47F;
	border: none;
	box-shadow: none;
	outline: none;
	height: 50px;
	width: 200px;
	border-radius: 50px;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.copy-right-bottom{
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 15px 0;
}

.copy-right-bottom ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.copy-right-bottom ul li{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  color: #CFB47F;
  position: relative;
}

.copy-right-bottom ul li::after{
  content: '';
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #6F919A;
}

.copy-right-bottom ul li:last-child::after{
    display: none;
}

.copy-right-bottom ul li a{
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  color: #CFB47F;
  text-decoration: none;
}

@media (max-width:991px){

}

@media (max-width:767px){
    .copy-right-bottom ul li:first-child {
        text-align: center;
        width: 100%;
    }
  
}


.newsletter-success {
    margin-top: 15px;
    padding: 12px 15px;
    background: #e6ffe6;
    color: #1f7a1f;
    border-left: 4px solid #1f7a1f;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
}

.newsletter-error {
    margin-top: 10px;
    color: #b30000;
    font-size: 14px;
}
