@import "./navbar.css";
@import "./header.css";
@import "./carousel.css";
@import "./footer.css";

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
body {
  font-family: "Montserrat", sans-serif;
  direction: ltr;
}
.img, .gradiant{
  height: 700px !important;
}

.img {
  background-image: url(./../assets/img-bg.png);
  background-size: cover;
  /* background-repeat: no-repeat round; */
  height: 100vh;
  width: 100%;
}
.date-st{
  text-align: left;
  margin-left: 30px;
  }
  .date-st strong{
    color: white;
    font-size: 18px;
  }
  .date-st img{
    padding-bottom: 4px;
    margin-right: 3px;
    width: 20px;
  }

.bg-img {
  display: flex;
  width: 100%;
  margin-bottom: 88px;
}
.gradiant {
  width: 60%;
  position: absolute;
  height: 100vh;
  background: linear-gradient(
    90deg,
    #2c7796 0%,
    #2c7796 72.92%,
    rgba(44, 119, 150, 0.6) 85.94%,
    rgba(44, 119, 150, 0) 100%
  );
}

.bg-section {
  background: url(./../assets/bg.png);
  background-position: center;
  background-repeat: round !important;
  background-size: contain;
  height: 100%;
  overflow: hidden;
}
.header {
  position: absolute;
  left: 10%;
  top: 20%;
}
.header .text-header,
.text-headers {
  width: 80%;
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
}
h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: left;
  font-size: 41px;
  font-weight: 700;
  line-height: 52px;
  margin-left: 30px;
}

.text-bottom {
  border-radius: 2px;
  border: 1px solid #e2ac6f;
  background: #2c7796;
  position: absolute;
  bottom: -18px;
  left: 20%;
  padding: 12px 38px;
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.title-container {
  width: max-content;
  margin-top: 40px;
  margin-bottom: 20px;
}

.line-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-title img {
  width: 24px;
  object-fit: contain;
}

.usericon {
  width: 27px;
  margin-left: 7px;
}
.line-before {
  background-color: #6fc1e3;
  width: 44%;
  height: 1px;
}
.line-after {
  background-color: #6fc1e3;
  width: 44%;
  height: 1px;
}
.titles-p {
  color: var(--2-c-7796, #2c7796);
  text-align: left;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
p {
  color: #353535;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  padding: 15px 0 10px 0;
  margin-bottom: unset;
}
.text-img p {
  color: var(--d-9-d-9-d-9, #6fc1e3);
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
  padding: 27px 70px;
}

.text-img {
  border-radius: 5px;
  background: rgba(14, 14, 14, 0.8);
  width: 500px;
  float: left;
  position: absolute;
  top: 20%;
  left: 10%;
}
.img-text {
  margin-block: 20px;
  background-image: url(./../assets/img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 720px;
  width: 100%;
  position: relative;
}

.box-img {
  border-radius: 10px;
  background: url(./../assets/e.png), lightgray 50%;
  background-repeat: no-repeat;
  background-color: #2c7796;
  background-size: cover;
  width: 60vw;
  margin: auto;
  padding: 20px 80px;
  margin-top: 40px;
}
.box-img p {
  color: #f5f5f5;
  text-align: left;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}
.box-img p span {
  color: var(--aa-534-f, #e2ac6f);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}
.section-two-text {
  margin-top: 80px;
}

.text-blue {
  color: var(--2-c-7796, #2c7796);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
}

.box {
  background: var(--2-c-7796, #2c7796);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--aa-534-f, #e2ac6f);
  text-align: justify;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  flex-shrink: 0;
  border-radius: 10px;
  width: 212px;
  margin-top: 20px;
}
.box-content {
  height: 230px;
  padding: 69px 34px;
}
.box-content2 {
  height: 100px;
  padding: 19px 34px;
}
.box-content3 {
  height: 120px;
  padding: 20px 32px;
}
.text-content {
  padding: 10px;
  display: inline-block;
}
.space-section {
  margin-left: 70px;
}
.box-img2 {
  border-radius: 10px;
  background: url(./../assets/222.png), lightgray 50%;
  background-repeat: no-repeat;
  background-color: #2c7796;
  background-size: cover;
  width: 40vw;
  margin: auto;
  padding: 20px 60px 20px 20px;
  margin-top: 40px;
}
.box-img2 p {
  color: #f5f5f5;
  padding: 0;
  text-align: left;
}
.box-img2 p span {
  color: var(--aa-534-f, #e2ac6f);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
  padding-right: 5px;
}

.blue-text {
  color: var(--2-c-7796, #2c7796);
}
/* footer style*/

footer#footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: auto !important;
  padding-bottom: 25px !important;
}
.img-overlay {
  background: url(./../assets/bbb.png);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 9;
  bottom: 0;
  pointer-events: none;
}

.section-five {
  position: relative;
  transform: scale(1);
}
.text-padding {
  padding: 0px 20px;
}
.icon{margin: 0 !important;}
.arij-inv-txt {
   font-family: "Montserrat", sans-serif;
   font-weight: bold;
    font-style: italic;
    font-size: 19px;
    color: #1a1a1a;
    margin-top: 32px;
}

.shared-with-div {
   border-top: 1px solid #e2e2e2;
   width: 100%;
   margin: 75px auto;
   padding: 28px;
   background-color: #e2e2e21c;
   display: flex;
   flex-direction: column;
   gap: 42px;
}
.shared-lang-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
}
.shared-lang-wrapper h6 {
   font-family: 'Montserrat', sans-serif;
   display: flex;
   align-items: baseline;
   gap: 8px;
   font-size: 18px;
   font-weight: bold;
   color: #1a1a1a;
}
.shared-lang-wrapper h6::before {
   content: "";
   display: flex;
   background-color: #b4031b;
   width: 5px;
   height: 5px;
   border-radius: 50%;
}
.shared-links-wrapper {
   display: flex;
}
.shared-links-wrapper span {
   display: flex;
   max-width: 90%;
   width: 100%;
   gap: 10px;
   flex-wrap: wrap;
}
.shared-links-wrapper a:not(:last-child) {
   border-right: 2px solid #b4031b;
   padding-right: 10px;
}
.shared-links-wrapper a {
   color: #1A1A1A !important;
}


@media ((min-width: 1200px)){
.narrow-container {
    max-width: 800px;
}
}

@media (min-width: 601px) and (max-width: 900px) {
  p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
  }
  .box-img p {
    font-size: 18px;
  }
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .header .text-header,
  .text-headers {
    font-size: 25px;
  }
  .img,
  .gradiant {
    height: 60vh;
  }
  .text-bottom {
    font-size: 16px;
    padding: 10px 10px;
  }
  .img-text {
    height: 400px;
  }
  .text-img {
    width: 490px;
    top: 9%;
    left: 2%;
  }
  .owl-carousel-image-container {
    width: 40vw;
  }
  .box-img2 {
    width: 50vw;
  }
 
}
@media (max-width: 600px) {
  .title-container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
  p {
    text-align: left;
  }
  .navbar-logo--main {
    width: 70px;
    height: 50px;
}
.navbar-logo--main img {
  object-fit: contain;
}
}

@media (max-width: 800px) {
  .img, .gradiant {
    height: 600px !important;
}
  .box-img{
    width: 80vw;
    margin: auto;
    padding: 20px 30px;
  }
  .box-data{
    flex-direction: column;
  }
  .box-data
  .box-content {
    width: 100%;
    padding: 30px 18px;
    height: auto;
}
.box-data
.box-content2 {
  width: 100%;
  padding: 30px 18px;
  height: auto;
}
.box-data
.box-content3 {
  width: 100%;
  padding: 30px 18px;
  height: auto;
}
.box-data .space-section {
  margin-left: 0;
}


  .box {
    font-size: 18px;
    width: 180px;
  }
  .text-content {
    padding: 10px;
    display: inline-block;
    padding-top: 0;
}
}
@media (max-width: 400px) {
  .title-container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
  .space-section {
    margin-left: unset;
  }
  p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }
  .box-img2 {
    width: 100%;
    padding: 10px 20px 5px 5px;
  }
  .text-padding {
    padding: unset;
  }
  .text-content span {
    word-spacing: unset !important;
  }
  .box {
    font-size: 18px;
  }
  .box-content {
    width: 104px;
    padding: 69px 18px;
    height: 459px;
  }
  .box-content2 {
    width: 106px;
    height: 222px;
    padding: 19px 18px;
  }
  .box-content3 {
    width: 104px;
    height: 297px;
    padding: 20px 18px;
  }
  .img,
  .gradiant {
    height: 90vh;
  }
  .titles-p {
    font-size: 24px;
  }
  h1 {
    font-size: 20px;
    line-height: 31px;
  }
  .header .text-header,
  .text-headers {
    font-size: 20px;
  }
  .owl-carousel-image-container,
  .slider1 {
    width: 60vw;
  }
  .owl-1 .owl-nav .owl-prev {
    left: -10px !important;
  }
  .owl-1 .owl-nav .owl-next {
    right: -130px !important;
  }
  .text-bottom {
    font-size: 13px;
    padding: 10px 5px;
  }

  .img-overlay {
    height: 45vh;
  }
  .text-img p {
    padding: unset;
  }
  .img-text {
    height: 260px;
  }

  .text-img {
    padding: 10px;
    width: 100%;
    top: 5%;
    left: 3%;
    font-size: 2px;
  }
  .text-img p {
    font-size: 14px;
  }
  .box-img {
    width: 100%;
    padding: 20px 30px;
  }
  .box-img p,
  .box-img p span {
    font-size: 16px;
    text-align: left;
  }
  .navbar-logo--main {
    width: 70px;
    height: 50px;
}
.navbar-logo--main img {
  object-fit: contain;
}
.text-bottom{
  bottom: -32px;
}
}

@media (min-width: 400px) and (max-width: 600px) {
  .text-img {
    padding: 10px;
    width: 380px;
    top: 5%;
    left: 3%;
    font-size: 2px;
  }
  .text-img p {
    font-size: 14px;
  }
  .box-img {
    width: 100%;
    padding: 20px 30px;
  }

  .box {
    font-size: 18px;
    width: 180px;
  }
  .text-content {
    padding: 10px;
    display: inline-block;
    padding-top: 0;
}
  .box-img p,
  .box-img p span {
    font-size: 16px;
  }
  .space-section {
    margin-left: unset;
  }
  p {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
  }

  .box-content {
    height: 370px !important;
    padding: 69px 34px;
  }
  .box-content2 {
    height: 185px !important;
    padding: 19px 34px;
  }
  .box-content3 {
    height: 207px !important;
    padding: 20px 32px;
  }


  .img-overlay {
    height: 50vh;
  }
  .text-img p {
    padding: unset;
  }
  .img-text {
    height: 260px;
  }
  .img,
  .gradiant {
    height: 90vh;
  }
  .titles-p {
    font-size: 24px;
  }
  h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .text-img {
    padding: 10px;
    width: 380px;
    top: 5%;
    left: 3%;
    font-size: 2px;
  }
  .text-img p {
    font-size: 14px;
  }
  .box-img2 {
    width: 100%;
    padding: 10px 20px 5px 5px;
  }
  .text-padding {
    padding: unset;
  }
  .text-content span {
    word-spacing: unset !important;
  }
  .header .text-header,
  .text-headers {
    font-size: 25px;
  }
  .text-bottom {
    font-size: 14px;
    padding: 10px 10px;
  }
  .owl-1 .owl-nav .owl-prev {
    left: 0px !important;
  }
  .owl-1 .owl-nav .owl-next {
    right: -130px !important;
  }
  .owl-carousel-image-container {
    width: 50vw;
  }
}
@media (min-width: 1024px) and (max-width:1050px) {
  .box-img2 {
    width: 50vw;
  }
  .owl-carousel-image-container,
  .slider1 {
    width: 40vw;
  }
  .img-text {
    height: 474px;
  }
  .text-img {
    left: 3%;
  }
  .gradiant,
  .img {
    height: 60vh;
  }
  h1 {
    font-size: 35px;
  }
  .text-header {
    font-size: 35px !important;
  }

}

