/* ------------------------
      General styles
   ------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
  font-family: proxima_nova_rgregular;
}

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 0;
}

body::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #89C4C8;
}





html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  border-color: rgb(0, 0, 0);
  outline: 0 none;
  border: solid 2px;
  border-radius: 2px;
}

textarea:focus {
  border-color: rgb(0, 0, 0);
  outline: 0 none;
  border: solid 2px;
  border-radius: 2px;
}

textarea {
  border: solid 1px #b9b9b9;
  color: #000;
  font-size: 16px;
  resize: none;
  overflow: auto;
  padding: 10px 32px;
  height: 248px;
  font-family: "proxima_nova_rgregular";
  margin-bottom: 15px;
  border-radius: 0px;
  width: 100%;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  color: #1f8dcd;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

.home-content-box {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

img.home-bg {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.home-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-link {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-logo img {
  max-width: 370px;
}

.webiste-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.webiste-link a {
  border: 2px solid #FFFFFF;
  max-width: 437px;
  width: 100%;
  height: 48px;
  padding: 10px;
  gap: 10px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  font-family: 'Sackers Gothic Std';
}

.webiste-link a:hover {
  background-color: #fff;
  color: #000;
}

header {
  background-color: #000000B2;
  min-height: 93px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 111;
}

.header-nav {
  min-height: 93px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 146px;
}

.header-nav ul li {
  position: relative;
}

.header-nav ul li a {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 27%;
  font-family: 'Sackers Gothic Std';
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  min-width: 134px;
}

.header-nav ul li:hover::after {
  content: '';
  position: absolute;
  bottom: -39px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  min-width: 134px;
  left: 0;
}

.header-nav ul li.active::after {
  content: '';
  position: absolute;
  bottom: -39px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  min-width: 134px;
  left: 0;
}

.container {
  max-width: 1234px;
  margin: 0 auto;
}

/* about section */

.about-section-inner {
  background: #00000066;
  position: relative;
  z-index: 1;
  padding-top: 184px;
  padding-bottom: 220px;
}

.about-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about-logo img {
  max-width: 370px;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 90px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about-section {
  position: relative;
}

.about-section::after {
  content: '';
  position: absolute;
  width: 50vw;
  top: 0;
  left: 0;
  background-image: url(../images/left-side.png);
  height: 100%;
}

.about-section::before {
  content: '';
  position: absolute;
  width: 50vw;
  top: 0;
  right: 0;
  background-image: url(../images/right-side.png);
  height: 100%;
}

.about-info {
  background-color: #fff;
  padding: 54px 60px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  text-align: center;
}

.about-paragraph {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.about-info span {
  font-family: 'Bangla sangam mn bold';
  font-size: 20px;
}

.about-info h2 {
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
}

.about-paragraph p:first-child {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
}

.about-paragraph p:last-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
}

.about-logo {
  position: relative;
  z-index: 1;
}

.about-info {
  position: relative;
  z-index: 1;
}

/* content-section */


.content-section {
  padding: 45px 0 45px;
}

.content-info h2 {
  font-weight: 700;
  font-style: Italic;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid #BEBCB9;
  padding-bottom: 30px;
}

.content-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  margin-left: 20px;
}

.content-box>* {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 50%;
}

.content-item h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  color: #888888;
  margin-bottom: 20px;
  font-family: 'Sackers Gothic Std';
  letter-spacing: 2px;
}

.content-item p {
  color: #333333;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
}

.right-list {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 400px;
  padding-left: 30px;
}

.left-list {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 420px;
  padding-right: 30px;
}

.left-list h3 {
  border-bottom: 1px solid #BEBCB9;
  padding-bottom: 20px;
}

.pb-220 {
  padding-bottom: 220px;
}

/* services-info */

.services-info {
  background-color: #fff;
  padding: 26px 17px;
  max-width: 1000px;
  width: 100% !important;
}

.services-header {
  border-bottom: 1px solid #BEBCB9;
  padding-bottom: 22px;
  margin-bottom: 25px;
}

.services-header span {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-family: 'Bangla sangam mn bold';
}

.services-header h2 {
  text-align: center;
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  font-size: 20px;
}

.services-paragraph {
  display: flex;
  align-items: start;
  justify-content: center;
}

.design-services {
  width: 50%;
}

.construction-services {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.design-services {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: 255px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.design-services::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  border-right: 1px solid #BEBCB9;
  top: 0;
  right: 0;
}

.construction-services {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  min-height: 255px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.design-services h3 {
  color: #888888;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 13px;
  font-family: "Cormorant Garamond", serif;
}

.construction-services h3 {
  color: #888888;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 13px;
  font-family: "Cormorant Garamond", serif;
}

.design-services p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #888888;
  max-width: 354px;
  margin: 0 auto;
}

.construction-services p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #888888;
  max-width: 354px;
  margin: 0 auto;
  min-height: 64px;
}

/* construction-desgin-service */
.construction-desgin-service .content-right .content-info h2 {
  text-align: right !important;
  width: 100%;
}

.construction-desgin-service .content-right .content-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.construction-desgin-service .content-box {
  margin-right: 0;
  margin-left: 0;
}

.construction-desgin-service .content-right .right-list {
  max-width: 366px;
  padding-left: 0;
}

.construction-desgin-service .content-right .right-list h3 {
  border-bottom: 1px solid #BEBCB9;
  padding-bottom: 20px;
}

/* desgin  */
.design-section {
  background-size: cover;

  min-height: 980px;
}

.design-bg-img {
  background-image: url(../images/design.jpg);
  background-position: 0 -240px;
  background-size: cover;
  background-repeat: no-repeat;
}

.construction-bg-img {
  background-image: url(../images/construction.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.design-bg {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 322px 0;
  min-height: 100%;
}

.construction-bg {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 322px 0;
  min-height: 100%;
}

.design-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.design-header span {
  font-family: Bangla Sangam MN;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.design-box {
  background-color: #fff;
  min-height: 365px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
}

.design-header h2 {
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 27%;
  text-align: center;
}

.design-box p {
  max-width: 445px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -6%;
  text-align: center;
}

.design-box a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 14%;
  text-align: center;
  color: rgba(136, 136, 136, 1);
}

.construction-desgin-service {
  padding-bottom: 80px;
}

.construction-desgin-service h2 {
  font-weight: 700;
  font-style: Italic;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  border-bottom: 1px solid #BEBCB9;
  padding-bottom: 30px;
}

/* contact-section */

.contact-section {
  position: relative;
  overflow: hidden;
}

.logo-black {
  margin-top: 120px;
  text-align: center;
}

.full-right-two {
  position: absolute;
  /* right: 0; */
  top: 0;
  width: 50vw;
  height: 100%;
  display: flex;
  align-items: start;
}

.full-right-two::after {
  content: '';
  background-color: #ffffff69;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.full-right-two img {
  object-fit: cover;
  height: 100%;
}

.contact-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.contact-row>* {
  flex: 0 0 auto;
  width: 50%;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.address-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.address-info {
  margin-top: 33px;
}

.address-info p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4%;
  color: rgba(51, 51, 51, 1);

}

.ready-start {
  margin-bottom: 140px;
  padding-left: 30px;
}

.ready-start h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: Italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 4%;
  color: rgba(136, 136, 136, 1);
  margin-bottom: 33px;
}

.ready-start p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.feedback-form {
  position: relative;
  z-index: 1;
  padding-left: 36px;
  padding-top: 140px;
  margin-bottom: 95px;
  padding-right: 30px;
}

.feedback-form h2 {
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 27%;
  color: #000;
  margin-bottom: 44px;
}

.feedback-form-box {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.feedback-item label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 20px;
  display: flex;
}

.feedback-item textarea {
  height: 144px;
  border: 1px solid rgba(136, 136, 136, 1);
  background-color: transparent;
  margin-bottom: 0;
  padding: 10px;
}

.feedback-item input {
  border-bottom: 1px solid rgba(136, 136, 136, 1);
  background-color: transparent;
  box-shadow: none;
  min-height: 50px;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
}

.submit {
  border: 2px solid rgba(136, 136, 136, 1);
  background-color: transparent;
  min-width: 196px;
  min-height: 48px;
  cursor: pointer;
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 27%;
}

.submit:hover {
  background-color: #fff;
  color: #000;
}

.map-form {
  position: relative;
}

.map-form img {
  width: 100%;
}

/* footer-box */

.footer-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #BEBCB9;
  padding-top: 10px;
}

.footer-box>* {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 50%;
  padding-right: 0;
  padding-left: 0;
  margin-top: var(--bs-gutter-y);
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 114px;
}

.footer-left-content {
  width: max-content;
}

.footer-left-content p {
  font-family: 'Sackers Gothic Std';
  font-weight: bold;
  font-size: 13px;
  line-height: 100%;
  color: #888888;
  letter-spacing: 0%;
}

.footer-right ul li a {
  color: #333333;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Cormorant Garamond", serif;
}


.home-bg-mobile {
  display: none;
}

.menu-icon {
  display: none;
}

.design-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.mobile-logo-black {
  display: none;
}

.we-want .right-list {
  padding-left: 0;
}


.mobile-img {
  display: none;
}

.mobile-imgd {
  display: block;
}

.contact-right {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
}

.contact-right.show {
  opacity: 1;
  transform: translateX(0);
}


.contact-right {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.8s ease-out;
}

.about-section.show::after  {
  opacity: 1;
  transform: translateX(0);
}
.about-section::after {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s ease-out;
}

#map iframe {
  width: 100%;
}