body {
    overflow-x: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    border: 1px solid #deba7e;
    padding: 30px;
    margin: 30px;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}


/*Body CSS*/
.logo img{
    width: 500px;
    min-width: auto;
    margin: 0 auto;
    display: block;
}
.bodytext  h2{
    font-family: "Playfair Display", serif;
    font-size: 100px;
    text-transform: uppercase;
    color: #deba7e;
    text-align: center;
    font-weight: 400;
    margin: 50px 0 0 0;
    padding-bottom: 0;
}
.bodytext img{
    width: auto;
    min-width: auto;
    margin: 0 auto;
    display: block;
}

.bodytext p{
    text-align: center;
    padding: 0 150px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 30px 0 0 0;
}

.bodytext h3{
    text-align: center;
    padding: 0 150px;
    color: #fff;
    font-size: 41px;
    line-height: 45px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    font-weight: 400;
}

.bodytext h4{
    text-align: center;
    padding: 0 150px;
    color: #caa365;
    font-size: 69px;
    line-height: 45px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    font-weight: 400;
}

.bodytext h4 {
  position: relative;
}
.bodytext h4::after {
    content: "";
    position: absolute;
    left: 40%;
    /* right: 50%; */
    width: 16%;
    height: 2px;
    background-color: #caa365;
    top: 65px;
}
.bodylist{
    margin: 450px 0 0 0;
}

.bodylist ul li{
    display: inline-block;
    width: 16%;
    border-right: 1px solid #898787;
}
.bodylist ul li:last-child{
    border-right: 0px;
}

.bodylist ul li h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 25px 0 0 0;
    height: 50px;
    font-family: "Poppins", sans-serif;
}
.bodylist ul li img{
    width: auto;
    min-width: auto;
    margin: 0 auto;
    display: block;
}

.bodylist ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0px 0 0 0;
    font-family: "Poppins", sans-serif;
    padding: 0 5px;
}

.bodylist ul{
    text-align: center;
}

.notifybox ul li{
    display: inline-block;
}

.notifybox ul li img{
    width: 350px;
    min-width: auto;
    margin: 0 auto;
    display: block;
    padding: 10px;
}
.notifybox ul{
        display: flex;
    align-items: center;
    height: 390px;
}

.notifybox ul li:first-child{
    width: 45%;
}

.notifybox ul li:nth-child(2) {
    width: 54%;
}


#border {
    border-radius: 2em;
    font-size: 0.5em;
    border: 1px solid #e7b75e;
    margin: 100px 0 0 0;
    background: #000;
  background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
  background-size: 75% 75%;
}


.notifybox {
  corner-shape: scoop;
}

.notifybox ul li h2{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    color: #ddba7f;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}

.notifybox ul li h3{
    font-size: 29px;
    font-weight: 400;
    line-height: 41px;
    text-align: left;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.notifybox ul li p{
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin: 10px 0 0 0;
    padding-bottom: 0px;
}

.notifybox ul li i{
    color: #ddba7f;
    font-size: 20px;
}

.notifybox li h2{
    position: relative;
}
.notifybox li h2::before {
    content: "";
    position: absolute;
    left: 0%;
    /* right: 50%; */
    width: 16%;
    height: 2px;
    background-color: #caa365;
    top: -20px;
}


.subscribe_form {
  max-width: 470px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
}
.subscribe_form:focus {
  outline: none;
}
.subscribe_form .form-control {
  border: none;
}
.subscribe_form .form-control:focus {
  box-shadow: none;
}
.subscribe_form input {
  height: 44px;
}
.subscribe_form button {
  border: none;
  height: 44px;
  background-color: #e3af56;
  color: #000;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover{
    background-color: #fff;
}
/*.subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
  color: #fff;
  background-color: rgba(14, 208, 133, 0.77);
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover:before, .subscribe_form button:focus:before, .subscribe_form button:active:before, .subscribe_form button:visited:before {
  background-color: rgba(14, 208, 133, 0.77);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}*/
/*.subscribe_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}*/
.subscribe_form .input-group-btn:last-child > .btn, .subscribe_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}
.input-group .form-control{
    border-radius: 0px;
    background-color: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
    height: 43px;
}

.input-group .form-control::placeholder {
  opacity: 0.8;
  color: #fff;
  font-family: "Poppins", sans-serif;
}


.launchingcontainer{
    margin: 50px 0 0 0;
}

.launchingcontainer h2{
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #ddba7f;
    font-family: "Poppins", sans-serif;
    letter-spacing: 5px;
}

.launchingcontainer p,
.launchingcontainer p a{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.launchingcontainer ul li{
    display: inline-block;
    margin: 0 10px;
}

.launchingcontainer ul{
    text-align: center;
}

/*.launchingcontainer ul li i{
    font-size: 30px;
    color: #e3af56;
    padding: 10px;
}*/
.launchingcontainer ul li a:hover{
    background:#fff;
    color: #000;
    transition: all 0.5s ease-in;
}

.launchingcontainer ul li a{
    font-size: 30px;
    color: #e3af56;
    border: 2px solid #e3af56;
    border-radius: 50%;
    padding: 5px;
}

.launchingcontainer h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* Space between text and images */
}
.launchingcontainer h2:before{
    content: url(../images/line.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px;
    top: -19px;
    position: relative;
    left: -215px;
 
}

.launchingcontainer h2:after{
      content: url(../images/line.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0px;
    top: -19px;
    position: relative;
    right: 10px;
 
}

/*.launchingcontainer h2:before {
  margin-right: 10px;
  margin-left: 200px;
}
.launchingcontainer h2:after {
  margin-left: 10px;
  margin-right: 200px;
}*/