* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Times New Roman', Times, serif;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: "Roboto", sans-serif;

}


/* slider img */


.slide {
  min-height: 850px;
  /* margin-top: -120px; */
  /* background-color: rgb(185, 54, 54); */
}

.carousel-caption {
  /* width: 0%; */
  margin-bottom: 300px;
  /* height: 250px; */
  text-align: center;
  justify-content: center;
  padding: 0px;
}

.carousel-caption h1 {
  font-size: 50px;
  /* margin-top: -10px; */
  font-weight: bold;
  text-align: center;
}

.carousel-caption h1 span {
  color: #ffffff;

}

.carousel-caption h5 {
  color: #BE9E55;
  text-align: center;
  font-weight: bold;
  /* margin-top: -80px; */
  background-color: #191514;
  width: fit-content;
  margin: auto;
  padding: 5px;
}


#slider1 {
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(0, 0, 0, 0.071), rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.608)), url(image/slider\ 1.avif);
  background-position: center;
  background-size: 100% 120%;
  animation: zoom 15s;
}

#slider2 {
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(0, 0, 0, 0.071), rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.608)), url(image/slider\ 2.jpg);
  background-position: center;
  background-size: 100% 120%;
  animation: zoom 15s;

}

#slider3 {
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(0, 0, 0, 0.071), rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.608)), url(image/slider\ 3.jpg);
  background-position: center;
  background-size: 100% 100%;
  animation: zoom 15s;

}

#slider4 {
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(0, 0, 0, 0.071), rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.259)), url(image/slider\ 4.jpg);
  background-position: center;
  background-size: 100% 110%;
  animation: zoom 15s;

}

#slider5 {
  width: 100%;
  height: 700px;
  background: linear-gradient(rgba(0, 0, 0, 0.071), rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.608)), url(image/slider\ 5.jpg);
  background-position: center;
  background-size: 100% 120%;
  animation: zoom 15s;

}


@keyframes zoom {
  from {
    transform: scale(1.1, 1.1);
  }

  to {
    transform: scale(1, 1);
  }
}


#slider1:hover,
#slider2:hover,
#slider3:hover,
#slider4:hover,
#slider5:hover {
  animation-play-state: paused;
}


.carousel-indicators li {
  /* background-color: #490257; */
  margin-top: -50px;
  position: relative;
}

.carousel-item {
  min-height: 620px;
  background-color: #054855;
}



.slider-input-sec {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -420px;
  background: linear-gradient(to top, rgba(187, 32, 32, 0.00rgb(136, 58, 58)243));
}

.slider-input-sec .container {
  width: 100%;
  backdrop-filter: blur(5px);
  background: rgb(255, 255, 255);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: fit-content;
  margin-top: 10px;
  padding-right: 0;
}

.inputs-sec {
  width: 85%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  padding: 20px;
}

.inputs-sec .date {
  width: 20%;
}

.inputs-sec .date p {
  font-weight: bold;
}

.inputs-sec .date input {
  margin-top: -10px;
  padding: 5px 10px;
  /* border-radius: 30px; */
  border: 0.2px solid rgba(4, 42, 58, 0.438);
  margin-left: -10px;
}

.slider-input-sec .container .selecter {
  width: 15%;
}

.slider-input-sec .container .selecter select {
  border-radius: 0px;
  color: rgb(0, 0, 0);
  margin: auto;
  margin: 0 5px;
  width: 100%;
  padding: 8px;
  border: 0.2px solid rgba(4, 42, 58, 0.438);
  /* border-radius: 20px; */
  margin-top: -10px;
  margin-left: -10px;
}

.slider-input-sec .selecter p {
  font-weight: bold;
}

.slider-input-sec .container select option {
  border: none;
}

.slider-input-sec .container select:focus {
  outline: none;
  background: rgb(251, 241, 241);
}

.slider-input-sec .container select:focus option {
  background-color: white;
  border: none;
  /* border-radius: 10px; */
}

.slider-input-sec .container button {
  width: 12%;
  height: auto;
  border-radius: 00px;
  margin-left: 0px;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 20px;
  background-color: #191514;
  /* border-radius: 30px; */
  /* margin-top: 35px;     */
  margin-right: -10px;
}

.slider-input-sec .container button:hover {}

.slider-input-sec .container button:focus {
  outline: none;
}





.about-sec {
  max-width: 1800px;
  margin: auto;
  padding: 100px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  background: #efefef;

}

.about-sec .text {
  width: 45%;
  z-index: 11;
  margin: 0;
  padding: 0;
  margin-top: 50px;

}

.about-sec .text h1 {
  font-size: 40px;
  margin-top: 20px;
}


.about-sec .text h1 span {
  color: #BE9E55;
}

.about-sec .text p {
  color: rgba(0, 0, 0, 0.749);
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}


.about-sec .text button {
  padding: 8px 30px;
  width: 150px;
  color: rgb(255, 255, 255);
  background: #BE9E55;
  font-size: 18px;
  margin-top: 30px;
  border: none;
}

.about-sec .text button:hover {
  background-color: #191514;
  color: #ffffff;
}
.about-sec .text button:focus{
  outline: none;
}



.about-sec .image {
  width: 50%;
  display: flex;
  padding: 0;
  margin: 0;

}
.about-sec .image .box{
  width: 45%;
  margin: 0 10px;
}
.about-sec .image .box:hover .text-sec{
  background-color: #191514;
  color: white;
}

.about-sec .image .box img {
  width: 100%;
  height: 220px;
  
}
.about-sec .image .text-sec{
  width: 100%;
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  background-color: white;
}
.about-sec .image .text-sec2{
  margin: 0;
  margin-top: 20px;
}
.about-sec .image .text-sec img{
  width: 20%;
  height: auto;
}




.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  background-color: rgb(241, 240, 255);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.sec1 h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
}

.sec1-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  /* margin-bottom: 100px; */
}

.sec1-container .box {
  width: 30%;
  height: 400px;
  margin: 15px;
  padding: 30px;
  margin-top: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.069),rgba(0, 0, 0, 0.069), rgba(0, 0, 0, 0.692)), url(image/Free\ breakfast.webp);
  background-position: center;
  background-size: 100% 100%;
  color: white;
  overflow: hidden;
}

.sec1-container .box2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.069),rgba(0, 0, 0, 0.069), rgba(0, 0, 0, 0.692)), url(image/free\ drinks.webp);
  background-position: center;
  background-size: 100% 100%;
}


.sec1-container .box3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.069),rgba(0, 0, 0, 0.069), rgba(0, 0, 0, 0.692)), url(image/free\ Dinner.webp);
  background-position: center;
  -size: 100% 100%;
}

.sec1-container .box:hover h4{
  margin-top: 180px;
}
.sec1-container .box:hover p{
  margin-top: 0px;
}
.sec1-container .box  h4{
  font-size: 30px;
  margin-top: 300px;
}
.sec1-container .box  p{
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.569);
}




.sec2{
  max-width: 1800px;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 30px;
}

.sec2 .text{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.sec2 .text .heading{
  width: 40%;
}
.sec2 .text .heading h5{
  color: #BE9E55;
}
.sec2 .text .cont{
  width: 40%;
}
.sec2 .text .cont p{
  color: rgba(0, 0, 0, 0.539);
}
.sec2 .text .cont button{
  background: #BE9E55;
  color: white;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  margin-top: 20px;
}

.sec2 .swiper {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  margin-top: 30px;
}

.sec2 .swiper-slide {
  font-size: 18px;
  overflow: hidden;
}

.sec2 .swiper-slide img {
  overflow: hidden;
}

.sec2 .swiper-slide img {
  width: 100%;
  height: 600px;
  transition: ease-in-out 0.5s;
  transform: scale(2, 1.5);

}

.sec2 .swiper-slide:hover  img {
  transform: scale(1.5, 1.5);
}


.sec3 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 20px;
  padding-bottom: 80px;
  background: #efefef;
  
}

.sec3 h5{
  color: #BE9E55;
  text-align: center;
}

.sec3 h1 {
  text-align: center;
  font-size: 60px;
}

.sec3 h6{
  color: #BE9E55;
}
.sec3-mean{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.sec3-container {
  width: 30%;
  margin: 10px;
  background-color: #ffffff;
}


.sec3 .text {
  width: 100%;
  padding: 30px 30px;
  background-color: rgb(255, 255, 255);
  height: fit-content;

}

.sec3-container:hover  .text{
  background-color: #191514;
  color: white;
}
.sec3-container:hover{
  background-color: #191514;
  color: white;
}


.sec3-container:hover  .text p{
  color: white;
}

.sec3 .text h6 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

.sec3 .text h2 {
  font-weight: 400;
}

.sec3 .text p {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
}

.sec3 img {
  width: 100%;
  height: 300px;
}

.sec3 .img2{
  display: none;
}

.sec3 button {
  padding: 8px 20px;
  border: none;
  background-color: #BE9E55;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}





.sec4 {
  max-width: 1800px;
  margin: auto;
  /* padding: 30px; */
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #efefef;

}

.sec4 h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.697);

}

.sec4 h5{
  color: #BE9E55;
}

.sec4 p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.64);
}

.sec4-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 50px;

}

.sec4-container .box {
  width: 180px;
  height: 180px;
  margin: 10px;
  padding: 25px 10px;
  border-radius: 200px 200px 200px 0;
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 40px;
  background-color: white;
}

.sec4-container .box:hover{
  background-color: #191514;
  color: white;
}
.sec4-container .box img {
  width: 30%;
}

.sec4-container .box h4 {
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
}


.banner{
  max-width: 1800px;
  margin:auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.692)), url(image/banner\ 7.jpg);
  background-position: center;
  background-size: 100% 250%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px 20px;
}
.banner h5{
  font-size: 15px;
  color: #BE9E55;

}

.banner h1{
  font-size: 30px;
  color: white;
  width: 80%;
}
.banner button{
  padding: 10px 20px;
  height:fit-content;
  margin-top: 30px;
}


.sec5 {
  max-width: 1800px;
  margin: auto;
}
.sec5 video{
  width: 100%;
}



.sec6{
  max-width: 1800px;
  margin: auto;
  padding: 20px 0;
  padding-top: 5px;
}

.sec6 .text{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.sec6 .text .heading{
  width: 40%;
}
.sec6 .text .heading h5{
  color: #BE9E55;
}
.sec6 .text .cont{
  width: 40%;
}
.sec6 .text .cont p{
  color: rgba(0, 0, 0, 0.539);
}
.sec6 .text .cont button{
  background: #BE9E55;
  color: white;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  margin-top: 20px;
}

.sec6 .swiper {
  width: 86%;
  height: 100%;
  padding: 10px 0;
  margin-top: 30px;
}




.sec7 {
  max-width: 1800px;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  display: flex;
  overflow: hidden;
  margin-top: 0;
  
}

.sec7 img {
  width: 10%;
  margin: 0 30px;
  animation: 10s clientslider infinite linear;
  mix-blend-mode: multiply;
  color: white;

}

@keyframes clientslider {
  form {
    transform: translateX(0);
  }

  to {
    transform: translateX(-500%);
  }
}



.sec8{
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  margin-top: -20px;
}
.sec8 h1{
  text-align: center;
  font-size: 55px;
}
.sec8 h5{
  text-align: center;
  color: #BE9E55;

}
.sec8-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
}
.sec8-container img{
  width: 40%;
  margin-left: 0px;
}
.sec8-container .icon{
  display: grid;
  place-items: center;
  padding: 40px;
  z-index: 10;
  position: relative;
  background-color: white;
  padding-right: 20px;

}
.sec8-container .icon img{
  width: 100px;
  margin-left: -90px;
  background-color: #ffffff;;
  padding: 30px 20px;
  padding-right: 0;
  border-radius: 50px;
}


.sec8-container .text{
  width: 54.5%;
  display: flex;
  flex-wrap: wrap;
}
.sec8-container .text .box{
  width: 48%;
  display: flex;
  /* justify-content: space-between; */
  margin: 5px;
  background-color: rgb(241, 240, 255);
  padding: 20px;
  height: fit-content;
  text-align: left;
}
.sec8-container .text .box:hover{
  background-color: #191514;
  color: white;
}
.sec8-container .text .box img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.sec8-container .text .box p{
  font-size: 21px;
  margin-left: 10px;
  width: 50%;
  /* margin-top: 10px; */

}
.sec8-container .text .box h4{
  font-size: 22px;
  color: #BE9E55;
  margin-left: 10px;
  margin-top: 10px;
}





.sec9{
  max-width: 1800px;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 30px;
  margin-top: 50px;
}
.sec9 h1{
  text-align: center;
  font-size: 55px;
}
.sec9 h5{
  text-align: center;
  color: #BE9E55;

}
.sec9 .swiper {
  width: 80%;
  height: 100%;
  padding: 10px 0;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  font-size: 18px;
  overflow: hidden;
  background-color: rgb(241, 240, 255);
  padding: 20px;

}
.sec9 .swiper-slide .box{
  display: flex;
}
.sec9 .swiper-slide .box h4{
  margin-top: 10px;
  margin-bottom: -02px;
}
.sec9 .swiper-slide .box span{
  font-size: 12px;
  /* margin-top: -20px; */
  color: #BE9E55;

}
.sec9 .swiper-slide .box img{
  mix-blend-mode: multiply;
  margin-right: 10px;
}
.sec9 .swiper-slide  p{
  font-size: 15px;
  margin-top: 20px;
}



.sec12 {
  max-width: 1800px;
  margin: auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.564), rgba(0, 0, 0, 0.523), rgba(0, 0, 0, 0.465)), url(image/hotel\ img\ 6.jpg);
  background-size: 101% 180%;
  background-position: center;
  padding: 100px 30px;
  /* text-align: center; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}


.sec12 .text {
  width: 30%;
  color: white;
  margin-right: 40px;
  margin-top: 100px;
}

.sec12 .text img {
  width: 30%;
  opacity: 0.5;
}

.sec12 .text h1 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.816);
}

.sec12 .text p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.649);
}

.sec12 .text .btn {
  display: flex;
  margin-top: 30px;
}

.sec12 .text .btn h3 {
  font-size: 25px;
  margin: 0;
  color: #BE9E55;
}

.sec12 .text .btn h4 {
  font-size: 18px;
  margin-top: 5px;
  color: white;
}

.sec12 .text .btn img {
  width: 10%;
  margin-right: 20px;
}



.sec12 .form-container {
  width: 40%;
}

.sec12 form {
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  text-align: left;
}

.sec12 form span {
  color: #BE9E55;
}

.sec12 form h4 {
  margin-top: 20px;
  font-size: 25px;
}

.sec12 form .boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec12 form .box {
  width: 45%;
}

.sec12 form .box p {
  margin: 0;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.sec12 form .box input {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  border: 1.2px solid rgba(128, 128, 128, 0.34);
}

.sec12 form .box select {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  border: 1.2px solid rgba(128, 128, 128, 0.34);

}

.sec12 form .btn {
  width: 100%;
}

.sec12 form button {
  width: 100%;
  background-color: #BE9E55;
  border: none;
  margin-top: 30px;
  padding: 10px;
  font-size: 20px;

  color: white;
}

.sec13{
  max-width: 1800px;
  margin: auto;
  padding-bottom: 50px;
  color: rgb(0, 0, 0);
  padding-top: 30px;
  margin-top: 50px;
  /* background-color: #054855; */
}


.sec13 h1{
  font-size: 55px;
  margin-left: 5%;
}

.sec13 p{
  font-size: 25px;
  margin-left: 5%;
}
.sec13 .swiper {
  width: 95%;
  height: 100%;
  padding: 10px;
  margin-top: 30px;
}

.sec13 .swiper-slide {
  font-size: 18px;
  overflow: hidden;
  color: white;
}

.sec13 .swiper-slide img {
  width: 100%;
  height: 350px;
  transition: ease-in-out 0.5s;
  /* transform: scale(1.5, 1.5); */

}

.sec13 .swiper-slide h3{
  color: rgb(255, 255, 255);
  margin-top: -130px;
  margin-left: 20px;
  font-weight: 600;
  text-shadow: 0 0 30px rgb(0, 0, 0);
  font-size: 30px;
}

.sec13 .swiper-slide p{
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  text-shadow: 0 0 20px rgb(0, 0, 0);

}

.sec13 .swiper-slide span{
  display: flex;
  margin-left: 20px;
  text-shadow: 0 0 20px rgb(0, 0, 0);

}
.sec13 .swiper-slide span h2{
  margin-top: -10px;
  margin-left: 10px;
  font-size: 30px;
  margin-bottom: 40px;
}


.sec14{
  max-width: 1800px;
  margin: auto;
  padding: 50px 20px;
  /* background: #efefef; */
  text-align: center;
  padding-bottom: 100px;
}
.sec14 h1{
  width: 80%;
  text-align: center;
  margin: auto;
}
.sec14 button{
  background-color: transparent;
  border: none;
  margin-top: 20px;
  border-bottom: 0.1px dashed gray;
}
.sec14 button:focus{
  outline: none;
}
.sec14-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec14-container img{
  width: 35%;
}
.sec14-container .text{
  width: 35%;
  background-color: #191514;
  color: white;
  padding: 50px 20px;
}

.sec14-container .text h2{
  font-size: 38px;
  margin-top: 20px;
}

.sec14-container .text p{
  margin-top: 30px;
}

.sec14-container .text button{
  padding: 10px 30px ;
  border: 0.1px solid red;
  color: red;
}
.sec14-container .text button:hover{
  background-color: white;
}

.banner{
  text-align: left;
  justify-content: flex-start;
}





/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  padding-bottom: 0;
  background-color: #191514;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.692),rgba(0, 0, 0, 0.815)), url(image/bg.svg); */
  -position: center;
  background-size: 100% 100%;
  color: rgb(255, 255, 255);
  padding-top: 0;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px;
  padding-bottom: 20px;
  /* background-color: #6a4646; */
  border-top: 0.1px solid white;
  padding-top: 40px;
}

.sec2-text {
  width: 25%;
  /* margin: 0 10px; */
  /* background: #000; */
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #b89d84;
  margin-right: 10px;

}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 400;
  color: #BE9E55;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec2-text input {
  height: 50px;
  padding: 12px;
  border: none;
  /* margin-top: 10px; */
  border-radius: 5px 0 0 5px;
}

.sec2-text .news {
  /* background: #000; */
  display: flex;
  margin-top: 30px;
}

.sec2-text .payment {
  margin-top: 30px;
}

.sec2-text button {
  width: 50px;
  height: 50px;
  background-color: #BE9E55;
  border: none;
  margin-left: -5px;
  padding: 8px;
  /* margin-top: -10px; */
  border-radius: 0 5px 5px 0;

}

.sec2-text button img {
  width: 100%;
}

.sec2-text h2 {
  font-size: 18px;
}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #BE9E55;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff7d;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #BE9E55;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a i {
  color: #BE9E55;
  font-size: 25px;
  margin: 7px 15px;
}

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li a {
  font-size: 15px;
  color: #ffffff7d;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #BE9E55;
}


.footer-base {
  text-align: center;
  padding: 10px;
  color: rgb(255, 255, 255);
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(226, 255, 243, 0.189);
  margin-top: 30px;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 80px;
}


.footer-base p {
  margin-bottom: 0;
}

.footer-base .tx {
  display: flex;

}

.footer-base .tx p {
  margin: 0 20px;
}

.designation-contact h6 {
  color: #ffffff;

}

@media screen and (max-width: 900px) {

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }


  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }
}