
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "roboto", serif;
    font-family: arial;
    font-family: Arial, Helvetica, sans-serif;
nav{
    height: 80px;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 0px 2%;
    background-color:rgb(163, 176, 184);
    z-index: 1;
}
.nav-links{
     display: flex;
    margin-left: 35%;
    gap: 90px;
    list-style: none;
}
nav .fa{
  display: block;
  color: rgb(163, 176, 184);
}

.nav-links li a {
color: #fff;
font-size: 1rem;
transition: 0.3s;
}
.nav-links li a:hover{
color: rgb(6, 106, 139);
 padding: 16px 8px;
    font-size: 17px;

}
nav ul li a.active {  
  color: rgb(6, 106, 139);
}


.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: rgb(18, 18, 27);
    text-decoration: none;
    font-size: 15px;
}
.logo{
    width: 15%;
    height: 100%;
    display: flex;
    position: relative;
}
nav img{
    width: 100px;
}
}
.header{
     margin-top: 50px;
   min-height: 100vh;
  height: 60px;
  background-image: linear-gradient(rgba(4, 9, 30, 0.628)),url(img/pro2.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.text-box{ 
    width: 90%;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 6vw;
    margin-bottom: 15px;
}

  
   .text-box h2{ 
    font-size: 4vw;
   color: gold;
}

 #h2-id{
font-size: 4vw;
    border-radius: 50%;
    color:  rgb(130, 221, 233);
    background: linear-gradient(rgb(37, 75, 155), rgb(47, 55, 138), rgb(32, 52, 150));

}
.text-box p{
  
    margin: 25px 25px 40px;
    font-size: 18px;
    color:#fefefe;
}

.contact-map{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
iframe{
    width: 80%;
    height: 500px;
   
}


@media(max-width: 700px){
.nav-links ul li{
    display: block;
}
.nav-links{
    position: absolute;
    background:linear-gradient(to right, #1d418d, #17547d, #388bc2);
    width: 185px;
    right: -310px;
    top: 0;
    text-align: left;
    transition: 1s;
} 
.nav-links li a:hover{
color: rgb(253, 255, 255);
}
nav ul li a.active {  
  color: rgb(212, 222, 225);
}
nav .fa{
    display: block;
    color: #1d1d04;
    margin-top: 10px;
    margin-left: -15px;
    font-size: 22px;
    cursor: pointer;
}
.nav-links ul{ 
    padding: 16px;
}
.text-box h1{
    font-size: 10px;
}
.text-box h2{
    font-size: 8vw;
}
 #h2-id{
font-size: 7vw;
 }
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color:#fff;
}
}
@media(max-width: 360px){


}



/*-------------------------------------------------vision-------------------------------------*/


.vms-section {
  padding: 80px 20px;
}

.vms-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  text-align: center;
}

.vms-card h3 {
  font-size: 26px;
  margin: 20px 0;
}

.vms-card p {
  font-size: 16px;
  line-height: 1.7;
}

.vms-card ul {
  list-style: disc;
  text-align: left;
  padding-left: 20px;
  line-height: 1.8;
}
#value1{
  margin-left: 0%;
  font-size: 70px;
  color: white;
}

.icon-circle {
  width: 120px;
  height: 120px;
  font-size: 50px;
  background: #2b3c79;
  border-radius: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

/* Responsive */
@media (max-width: 700px) {
  .vms-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}




/*----------foooo-----------*/

footer{
    width: 100%;
    position: absolute;
    background:linear-gradient(to right, #04578bed, #04578bed, #1d207b);
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}
.footer-row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-col{
    flex-basis: 25%;
    padding: 10px;
}
.footer-col:nth-child(2), .footer-col:nth-child(3){
    flex-basis: 15%;
}
.footer-col p{
    color: #fff;
}
.footer-col input{
    font-size: 14px;
    color: rgb(3, 90, 133);
    padding: 10px 6px;
    border: 2px solid rgb(3, 90, 133);
    outline: none;
 background:linear-gradient(to right, #e2e9eb, #89abbf, #f6f7f9);
}
.footer-col :hover{
color:rgb(3, 23, 31);
transition: 0.3s;
}
.footer-col button{
    color: #fff;
    padding: 10px 6px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    background: rgb(12, 49, 105);
    cursor: pointer;
    transition: 0.3s;
}
.footer-col button:hover {
 padding: 12px 7px;
    font-size: 15px;
}
.footer-logo{
    width: 80px;
    margin-bottom: 30px;
}
.footer-col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.fa-solid{
  color: #fcf7f7;
    font-size: 19px;
    margin-left: 30px;
}
.fa-solid:hover{
    font-size: 20px;
}
.email-id{
  font-size: 20px;
   color: rgb(222, 239, 247);
}
ul li{
    list-style: none;
    margin-bottom: 12px;
}
ul li a{
    text-decoration: none;
    color: #fff;
}

form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    border-bottom: 50px;
}
form .far{
    font-size: 18px;
    margin-right: 10px;
}
form button .fas{
    font-size: 16px;
    color: #ccc;
}
.social-icons .fab{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:  rgb(5, 91, 128);
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.5s;
}
.social-icons .fa-brands{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:  rgb(3, 90, 133);
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.5s;
}
.fab:hover{
    font-size: 30px;
}
.fa-brands:hover{
    font-size: 30px;
}
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}
.copyright{
    text-align: center;
    color: #fff;
}
.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}
@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}


@media (max-width: 700px){
   
    .footer-col{
        flex-basis: 100%;
    }
    .footer-col:nth-child(2), .footer-col:nth-child(3){
        flex-basis: 100%;
    }
   .footer-col input{
    font-size: 13px;
    color:  rgb(3, 90, 133);
    padding: 8px 5px;
    border: 2px solid  rgb(3, 90, 133);
    outline: none;
}
.footer-col button{
    color: #fff;
    padding: 8px 5px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    background: rgb(3, 90, 133);
    cursor: pointer;
    transition: 0.3s;
}
.social-icons .fab{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color:  rgb(3, 90, 133);
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.5s;
}
.fab:hover{
    font-size: 25px;
}
.social-icons .fa-brands{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color:  rgb(3, 90, 133);
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.fa-brands:hover{
    font-size: 25px;
}
}



/*-------------------------------------------------about page-------------------------------------*/


.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.responsive-cell-block {
  min-height: 75px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bigContainer {
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.responsive-container-block.Container {
  max-width: 1320px;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.mainImg {
  width: 100%;
  height: 800px;
  object-fit: cover;
}



.imgContainer {
  position: relative;
  width: 48%;
}

.responsive-container-block.textSide {
  width: 48%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.text-blk.heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.text-blk.subHeading {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}






@media (max-width: 1024px) {
  .responsive-container-block.Container {
    position: relative;
    align-items: flex-start;
    justify-content: center;
  }
  .responsive-container-block.textSide {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    width: 70%;
  }
  .responsive-container-block.Container {
    flex-direction: column;
  }
  .imgContainer {
    position: relative;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .responsive-container-block.textSide {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
  }
  .responsive-container-block.Container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {

.responsive-container-block.Container {
    position: relative;
    align-items: flex-start;
    justify-content: center;
  }
  .responsive-container-block.textSide {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    width: 70%;
  }
  .responsive-container-block.Container {
    flex-direction: column;
  }
  .imgContainer {
    position: relative;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .responsive-container-block.textSide {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
  }
  .responsive-container-block.Container {
    flex-direction: column;
  }
}


@media (max-width: 500px) {
  .imgContainer {
    position: static;
    height: 450px;
  }

  .mainImg {
    height: 100%;
  }
  .imgContainer {
    width: 100%;
  }
  .responsive-container-block.textSide {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .responsive-container-block.Container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow-x: visible;
    overflow-y: visible;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding: 0 30px 0 30px;
  }

  .text-blk.subHeading {
    font-size: 16px;
    line-height: 23px;
  }

  .text-blk.heading {
    font-size: 28px;
    line-height: 28px;
  }

  .responsive-container-block.textSide {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .imgContainer {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    position: relative;
  }
  .text-blk.cardHeading {
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    line-height: 25px;
  }

 
}


/*-----------------------------------contact--------------------------------------------------------*/
.contact_us .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us .responsive-cell-block {
  min-height: 75px;
}

.contact_us input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us .responsive-container-block.big-container {
  background-color: #03a9f4;
  position: static;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.contact_us .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
background: linear-gradient(rgb(239, 240, 244), rgb(47, 92, 138), rgb(6, 87, 168));
}

.contact_us .container-block.form-wrapper {
  background-color: white;
  max-width: 1000px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 90px;
  padding-right: 40px;
  padding-bottom: 75px;
  padding-left: 40px;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.contact_us .text-blk.contactus-head {
    color: #201f1f;
  font-size: 38px;
  line-height: 52px;
  font-weight: 900;
}

.contact_us .text-blk.contactus-subhead {
    margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us .mob2{
  min-height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
}

.contact_us .input {
  width: 96%;
  height: 48px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  font-size: 16px;
  color: black;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: 3px;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: #0f98e2;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.contact_us .textinput {
  width: 98%;
  min-height: 220px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #0a5e8f;
  border-right-color: #1f9ed9;
  border-bottom-color: #2aad3d;
  border-left-color: #12ba36;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #0d589a3e;
}

.contact_us .submit-btn {
  width: auto;
  background-color: hsla(214, 62%, 10%, 0.916);
  height: 58px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 10px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding-top: 1px;
  padding-right: 60px;
  padding-bottom: 1px;
  padding-left: 60px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
}
.contact_us .submit-btn:hover {
  color: #1089f3;
  font-size: 17px;
  transition: 0.3s;
}

.contact_us .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.contact_us .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 19px;
  color: black;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.contact_us ::placeholder {
  color: #b4b4b4;
}

.contact_us .text-blk.contact-head {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: rgb(8, 89, 250);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.contact_us .text-blk.contact-subhead {
  max-width: 670px;
  font-size: 20px;
  line-height: 27px;
  color: rgb(8, 93, 221);
}
.fill{
  margin-bottom: 100px;
  color: #043873;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .contact_us .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us .submit-btn {
    width: 100%;
  }

  .contact_us .input {
    width: 100%;
  }

  .contact_us .textinput {
    width: 100%;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .contact_us .text-blk.contact-subhead {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .contact_us .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us .responsive-cell-block.wkd {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us .container-block.form-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
  }

  .contact_us .form-box {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us .text-blk.contact-head {
    font-size: 35px;
    line-height: 40px;
  }

  .contact_us .text-blk.contact-subhead {
    font-size: 16px;
    line-height: 24px;
  }

  .contact_us .text-blk.input-title {
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .contact_us .responsive-cell-block.wkp {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us .input {
    height: 40px;
  }

  .contact_us .text-blk.contact-head {
    font-size: 26px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}





/*----------------------------pooo--------------------------------------------------------*/
 

.property{
    width:90%;
    margin:50px auto;
    border:3px solid rgb(0, 115, 255);
    padding:30px;
    background:#feffff;
}

.section-title{
    font-size:24px;
    font-weight:bold;
    margin-bottom:25px;
}

.property-grid{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap:25px;
}

.property-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 10px rgba(0, 0, 0, 0.08);
    transition:0.3s ease;
}

.property-card:hover{
    transform:translateY(-5px);
}

.property-image{
    position:relative;
}

.property-image img{
    width:100%;
    height:150px;
    object-fit:cover;
}

.tag{
    position:absolute;
    top:15px;
    right:5px;
    background: rgba(8, 13, 65, 0.728);
    color:#fff;
    padding:5px 10px;
    font-size:12px;
    border-radius:3px;
}



.property-content{
    padding:3px;
    left: 0;
}

.property-content h3{
    font-size:14px;
    margin-bottom:10px;
}

.features{
    display:flex;
    margin-right: 0;
    gap:4px;
    font-size:10px;
    color:#777;
    margin-bottom:15px;
}

.property-type{
    font-size:10px;
    color:#999;
}


#icon-id{
  text-decoration: none;
  font-size: 15px;
  color: rgb(8, 13, 65);
}
#p2id{
font-size: 14px;
color: white;
background: #0505f676;
}




/* ----------------------------new slide---------*/

body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider {
  margin-left: 10%;
  position: relative;
  width: 80%;
  max-width: 80%;
}

.cards-container {
  overflow: hidden;

}

.cards {
  display: flex;
  transition: transform 0.4s ease;
}

.card {
  background: white;
  border-radius: 12px;
  padding:15px;
  margin: 10px;
  min-width: 48%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.card img {
  margin-top: 0;
  height: 80%;
  width: 100%;
  border-radius: 10px;
}

.tag1{
  background: rgb(11, 11, 92);
  color: rgb(248, 240, 240);
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.tag2{
  background: rgb(104, 15, 15);
  color: rgb(244, 244, 249);
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.tag3{
  color: rgb(245, 242, 242);
  background: rgb(14, 105, 32);
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.nov {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.prev { 
  color: rgb(13, 13, 97);
  left: -6%; 
z-index: 1;}
.next {
  color: rgb(13, 13, 97);
   right: -6%; 
  z-index: 1;}

.dots {
   margin-left: 40%;
   margin-top: 30px;
}

.dot {
  height: 20px;
  width: 20px;
  margin: 0 10px;
  background: gray;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background: rgb(44, 44, 176);
}

@media (max-width: 700px) {
.card {
   min-width: 96%;
}
.dots {
   margin-left: 20%;
   margin-top: 15px;
}
.dot {
  height: 6px;
  width: 6px;
  margin: 0 3px;
}
}
/* ---------------ne--------*/
.news{
  background: #f4f6f9;
   display:flex; 
}
.new1 {
  display: inline;
  width: 50%;
  height: 400px;
  margin-left: 10%;
  margin-top: 50px; 
  border-radius: 5%;
  border: solid 2px blue;
}
#news-h2{
  text-align: center;
  background: #051775;
  margin-right: 30%;
  border-radius: 25%;
  font-size: 40px;
  margin-left: 15%;
  color: #fcfdfe;
  margin-top: 20px;
}
#news-p{
  margin-top: 10px;
  font-size: 15px;
  margin-left: 15%;
  margin-right: 30%;
  background: #e2e5e7;
  color: #24272c;

}

.textanim1{
    margin-top: 100px;
    margin-left: 10%;
   height: 200px;
   width: 200px;
   background: rgb(252, 252, 250); 
   align-items: center;
   justify-content: center;
   font-family: poppins;
   font-weight: 700;
   color: #ccc;
    animation: ethiopia 30s infinite;
   
   
}
@keyframes ethiopia{
    0%{

    }
    100%{
transform: rotate(360deg);
border-radius: 50%;
    }
}
@media (max-width: 700px) {
 .news{
   display:grid; 
}
  .new1 {
  margin-left: 5%;
  width: 90%;
  height: 100%;
}
}

video {
  margin-left: 20%;
  margin-bottom: 50px;
   border: solid 15px rgba(15, 59, 147, 0.174);
    border-radius: 2%;
  align-items: center;
  
}

@media (max-width: 700px) {
  video {
    margin-left: 10%;
  width: 80%;

}
}

/*------experiane-------*/

.stats {
  text-align: center;
  padding: 60px 20px;
}

.stats h2 {
  display: inline-block;
  background: #2f5bd3;
  color: white;
  padding: 8px 16px;
  font-size: 18px;
  margin-bottom: 40px;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.stat-box {
  text-align: center;
}

.icon {
    color: #000;
  font-size: 40px;
  margin-bottom: 10px;
}

.stat-box h3 {
  font-size: 36px;
  margin: 10px 0;
  color: #0b1c39;
}

.stat-box p {
  font-size: 14px;
  color: #333;
}



/*----*/
.call-animation{
    background: rgb(130, 221, 233);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 2px rgb(4, 145, 13);
    animation: call 3.5s ease infinite;
    color: aliceblue;
    font-size: 30px;
    font-weight: bold;
    position: fixed;
    top: 500px;
    left: 20%;
    z-index: 1;
}

.caller-img{
    position: absolute;
    height: 50px;
    width: 50px;
    top: 8px;
    left: 3px;
    animation: call-b 1s infinite;
}

@keyframes call {
    15% {
        box-shadow: 0 0 0 4px rgba(130, 221, 233, 0.1);
    }
    25% {
        box-shadow: 0 0 0 8px rgba(130, 221, 233, 0.2),
                    0 0 0 16px rgba(130, 221, 233, 0.3);
    }
    30% {
        box-shadow: 0 0 0 12px rgba(130, 221, 233, 0.4),
                    0 0 0 24px rgba(130, 221, 233, 0.3);
    }
}

#sms-id{
  margin-left: 50%;
}
#sms-icon-id{
  font-size: 30px;
 margin-left: 10%;
 margin-top: 20%;
 color: rgb(19, 10, 125);
}

@keyframes call-b {
	0% {transform:rotate(15deg);}
	50% {transform:rotate(-15deg);}
	100% {transform:rotate(15deg);}}
  


   .b-h{
    color: #fff;
     background: #0b0bc4;
     margin-right: 20%;
    margin-top: -55px;
    margin-left: 25%;
   display: grid; 
    font-size: 2vw;
   }
   #b-h{
    margin-left: 20%;
    font-size: 1vw;
   }

  .box {
    width: 15vw;
    height: 10vw;
    background-color: rgba(0, 136, 255, 0.534);
    position: relative;
    animation-name: myAnimation;
    animation-duration: 40s; 
    animation-iteration-count: infinite; 
    animation-timing-function: linear;
}


@keyframes myAnimation {
    0%   {background-color: rgba(0, 115, 255, 0.557); left: 10%; top: 0px;}      
    25%  {background-color: rgba(0, 102, 255, 0.651); left: 80%; top: 0px;}  
    50%  {background-color: rgba(12, 12, 54, 0.589); left: 10%; top: 0;}  
    75%  {background-color: rgba(24, 70, 169, 0.669); left: 80%; top: 0;}   
    100% {background-color: rgba(0, 8, 255, 0.438); left: 10%; top: 0px;}    
}


@media (max-width: 700px) {
  .box{
  width: 30vw;
height: 70px;
}
.b-h{
  font-size: 3vw;
}
#b-h {
  font-size: 3vw;
}}



.p-header {
  display: grid;
  width: 90%;
  margin-left: 5%;
   background: #051775;
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 50px;
}
.header-imm img{
  margin-top: 60px;
  margin-left: 15%;
  width: 60%;
  height: 55vw;
   border-radius: 20px;
  border: 2px solid blue;
}

@media (max-width: 700px) {
  .header-imm img{
    width: 90%;
    height: 90vw;
    margin-left: 5%;
}}

.p-header h1 {
   font-weight: bold;
  color: #d4d2d2;
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-header p {
  font-weight: bold;
  max-width: 850px;
  margin: auto;
  font-size: 1.svw;
  color: #f1f1f7;
}


.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 40px;
}

.card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


.card img {
  width: 100%;
  display: block;
}


.card h3 {
  padding: 15px 15px 5px;
}

.card p {
  padding: 0 15px 15px;
  color: #777;
  font-size: 14px;
}


.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}
.new {
  background: green;
}
.popular {
  background: rgb(141, 140, 137);
}


@media (max-width: 600px) {
  .header h1 {
    font-size: 1.5rem;
  }

  .container {
    padding: 20px;
  }
}

table{
  border: 2px solid #03a9f4;
  width: 80%;
  height: 100px;
  table-layout: fixed;
}
table tr{
  background: #0c0c6c;
  color: #fcfcfc;
  margin-left: 100px;
}
.price{
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
 margin-left: 20%;
}
.pi img{
  margin-top: 40px;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
table{
  width: 100%;
  left: 0;
}
table tr{
  margin-left: 0;
}
.price{
    margin-left: 0;
    .pi img{
  width: 90%;
  margin-left: 5%;

}
}
}




