@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Montserrat:wght@300;600;900&family=Oswald&family=Paytone+One&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200&family=Shadows+Into+Light&display=swap");

/* Icon set - http://ionicons.com/ */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);


*,
*::before,
*::after {
    box-sizing: border-box;
    
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Kanit', sans-serif;
    background-color: #e9e6e6;
}
#abc .planery{
  
    max-width: 1000px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-left: 5rem;
}
.planery{
    position: absolute;
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #c3c7ce;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #777;
  text-decoration: none;
  font-weight: 600;
}
.navbar .logo img{
 height: 70px;
 margin-top: 5px;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #777;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 500;
}
nav .navbar .links li a:hover{
  color: #313030;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }
nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 1rem;
  display: inline-block;
  color: #777;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #c3c7ce;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #777;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 50px;
    left: -300%;
    line-height: 30px;
    background: #c3c7ce;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
  }
  .navbar .links li .sub-menu a{
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: -40px;
  }
}
@media (max-width:800px){

  nav .navbar{
    max-width: 100%;
    padding: 0 17px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 2px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 12px;
  }
  .navbar .logo img{
    height: 50px;
    margin-top: 5px;
   }
   nav .navbar .links li .sub-menu{
    position: absolute;
    top: 50px;
    left: -300%;
    line-height: 30px;
    background: #c3c7ce;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
  }
  .navbar .links li .sub-menu a{
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: -40px;
  }
}



  @media screen and (min-width: 380px)and (max-width:430px) {
  html{
    font-size: 12px;
  }
  nav .navbar{
    max-width: 100%;
    padding: 0 10px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 2px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 12px;
  }
  .navbar .logo img{
    height: 40px;
    margin-top: 1px;
   }
   nav .navbar .links li .sub-menu{
    position: absolute;
    top: 50px;
    left: -300%;
    line-height: 30px;
    background: #c3c7ce;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
  }
  .navbar .links li .sub-menu a{
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: -40px;
  }
  
}
@media screen and (min-width: 300px)and (max-width:380px) {
  html{
    font-size: 8px;
  }
  nav .navbar{
    max-width: 100%;
    padding: 0 3px;
  
    display: flex;
  
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 1px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 10px;
  }

  .navbar .logo img{
    height: 30px;
    margin-top: 1px;
   }
   nav .navbar .links li{
    position: relative;
    align-items: left;
    justify-content: space-between;
    list-style: none;
    padding: 0 3px;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 50px;
    left: -300%;
    line-height: 30px;
    background: #c3c7ce;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
  }
  .navbar .links li .sub-menu a{
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: -40px;
  }
  
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 50px;
  left: -300%;
  line-height: 30px;
  background: #c3c7ce;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
.navbar .links li .sub-menu a{
  color: #777;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: -40px;
}
}


#abc{
    
    height: 100%;
    background-image: radial-gradient(#2b456b80, #6981bd7e), url(images/house1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:100vh;
    margin-top: ;
   
  
  }
 
  #abc h1{
    color: #fff;
    text-align: center;
    font-size: 70px;
   margin-top: 11rem;
  }
  #abc p{
    color: #08c3ed;
    text-align: center;
    font-size: 30px;
    margin-top: -2REM;

  }
  #abc .button{
margin-left: 40%;
margin-right: 40%;
background-color: #12034c;
  }
  .button {
    background-color: #12034c;
    border-radius: 15px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
  }
  .button:hover {
    
        letter-spacing: .2rem;
       
}

  /*******banner********/

.story h2{
   
    font-size: 50px;
    text-align: center;
}
.story p{
    text-align: center;
    margin-left: 4rem;
    margin-right: 4rem;
}
.story a{
margin-left: 44%;
margin-right: 44%;
margin-bottom: 5rem;
}




.building{
    height: 100%;
    background-image:radial-gradient(#232f4292, #1124559e), url(images/build.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:70vh;
   background-attachment: fixed;
}
.building h3{
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.building h1{
    text-align: center;
    columns: #fff;
    margin-top: 1rem;
    
}
.building a{
    margin-left: 39%;
    margin-right: 39%;
}
.building p{
    margin-right: 8rem;
    margin-left: 8rem;
    font-size: 16px;
    color: #fff;
}


img {
	max-width: 100%;
	display: block;
}

h2{
  background-color: #12034c;
  color: white;
   font-size: 40px;
   
    text-align: center;
}
.card-list {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
	max-width: 1700px;
    background-color: #12034c;
}
.card a{
    text-align: center;
    align-items: center;
    align-self: center;
}
.card p{
    text-align: center;
}
.card {
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(#000, .05), 0 20px 50px 0 rgba(#000, .1);
	border-radius: 15px;
	overflow: hidden;
	padding: .1rem;
	position: relative;
	transition: .15s ease-in;
    
	
	&:hover, &:focus-within {
		box-shadow: 0 0 0 2px #16C79A, 0 10px 60px 0 rgba(#000, .1);
			transform: translatey(-5px);
	}
}


.card-image {
	border-radius: 10px;
	overflow: hidden;
   
}

.card-header {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	a {
		font-weight: 600;
		font-size: 1.375rem;
		line-height: 1;
		padding-right: 1rem;
		text-decoration: none;
		color: inherit;
		will-change: transform;
		&:after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
		}
	}
	
	
}

.icon-button {
	border: 0;
	background-color: #fff;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
  margin-bottom: -2rem;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.25rem;
	transition: .25s ease;
	box-shadow: 0 0 0 1px rgba(#000, .05), 0 3px 8px 0 rgba(#000, .15);
	z-index: 1;
	cursor: pointer;
	color: #565656;
	
	svg {
		width: 1em;
		height: 1em;
	}
	&:hover, &:focus {
		background-color: #EC4646;
		color: #FFF;
	}
}
/**
.card-footer {
	margin-top: 1rem;
	border-top: 1px solid #ddd;
	padding-top: 1.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    margin-left: 5rem;
}

.card-meta {	
	display: flex;
	align-items: center;
	color: #787878;
	&:first-child:after {
		display: block;
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: currentcolor;
		margin-left: .75rem;
		margin-right: .75rem;
	}
	svg {
		flex-shrink: 0;
		width: 1em;
		height: 1em;
		margin-right: .25em;
	}
} **/

  /* Footer ====================================*/

  footer{
    background: #c3c7ce;
    background: #c3c7ce;
    background-color: ;
    padding-top: 1rem;
    font-size: 13px;
    
    color: #777;
  }
  .footer-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 0rem;
    margin-right: 0;
    
  }
  .footer-container > div h4{
  margin-bottom: 1.2rem;
  color: #777;
  
  }
  .footer a{
    text-decoration: none;
  }
  .footer-2 a{
    text-decoration: none;
    list-style: none;
  }
  .footer-1 p{
  list-style: none;
    color: #777;
  }
  footer ul li{
   list-style: none;
    color: #777;
    list-style: none;
  }
  footer ul li a{
    color: #777;
    list-style: none;
  }
  footer ul li a:hover{
    text-decoration: underline;
  }
  .footer a{
    color: #777;
  }
  .footer-2 a{
    font-size: 13px;
  }
  .footer ul li a{
    font-size: 13px;
    line-height: 1;
    list-style: none;
    text-decoration: none;
  }
  .footer-socials{
    display: flex;
   
    font-size: 13px;
    margin-top: 2rem;
  }
  .footer-copyright{
    text-align: center;
    margin-top: 1rem;
    font-size: 25px;
    padding: 1.2rem;
    border-top: 1px solid var(--color-bg2);
  }
  .footer-4{
  margin-right: 0rem;
  }
  @media screen and (max-width:800px) {
    
    .footer-container{
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
      gap: 2rem;
      margin-left: 2rem;
      margin-right: 2rem;
  }
  .footer-1 p{
      margin: 1rem auto;
  }
  }
  
  @media screen and (min-width: 200px)and (max-width:500px) {
    html{
      font-size: 12px;
    }
   
    .footer-container{
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    .footer-1 p{
        margin: 1rem auto;
    }
  }
  




 
  @media screen and (max-width:1000px) {
    html{
      font-size: 15px;
    }
  
    #abc h1{
      color: #fff;
      text-align: center;
      font-size: 70px;
     margin-top: 7rem;
    }
  }
  @media screen and (max-width:800px) {
    html{
      font-size: 15px;
    }
    .container{
        width: var(--container-width-md);
        margin: 0 1rem ;
        overflow: hidden;
  
    }
    #abc h1{
      color: #fff;
      text-align: center;
      font-size: 70px;
     margin-top: 7rem;
    }
  }
  
  
  /* media query on phones */
  @media screen and(min-width: 500px)and (max-width:800px) {
    html{
      font-size: 14px;
    }
    #abc h1{
      font-size: 55px;
         }
    .container{
        width: var(--container-width-sm);
    }
    .building h3{
      text-align: center;
      color: #fff;
      font-size: 20px;
  }
  .building h1{
      text-align: center;
      columns: #fff;
      
  }
  .building a{
      margin-left: 37%;
      margin-right: 37%;
  }
  .building p{
      margin-right: 8rem;
      margin-left: 8rem;
      font-size: 13px;
      color: #fff;
  }
  
  
  }
  
  
  /* media query on extra small */
  @media screen and (min-width: 300px)and (max-width:700px) {
    html{
      font-size: 13px;
    }
    #abc h1{
      font-size: 50px;
      margin-top: 4rem;
    }
    #abc .button{
  margin-left: 35%;
  margin-right: 35%;
    }
  .story a{
  margin-left: 35%;
  margin-right: 35%;
  margin-bottom: 5rem;
  }
    .container{
        width: var(--container-width-xs);
        margin: 0 1rem ;
        overflow: hidden;
    }
 
  }
  
  @media screen and (min-width: 300px)and (max-width:600px) {
    html{
      font-size: 12px;
    }
    .card-list {
      width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      max-width: 1700px;
        background-color: #12034c;
    }
   
    #abc .button{
  margin-left: 30%;
  margin-right: 30%;
    }
  .story a{
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 5rem;
  }
  .building h2{
    text-align: center;
    color: #fff;
}
.building h1{
    text-align: center;
    columns: #fff;
    
}
.building a{
    margin-left: 30%;
    margin-right: 30%;
}
.building p{
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 12px;
    color: #fff;
}

  }
  @media screen and (min-width: 150px)and (max-width:400px) {
    html{
      font-size: 10px;
    }
    .card-list {
      width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
      max-width: 1700px;
        background-color: #12034c;
    }
    #abc h1{
      font-size: 35px;
      margin-top: 11rem;
    }
    #abc .button{
  margin-left: 25%;
  margin-right: 25%;
    }
 
  .story a{
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 5rem;
  }
  }