
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Knewave&family=Macondo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Knewave&display=swap');
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html,body{
	height:100%;
	padding:0;
	width: 100%;
    overflow-x: hidden; 
	scroll-behavior: smooth;
}

body{
	align-items:center;
	justify-content:center;
}
.logo{
	width:300px;
	height:auto;
	padding:50px;
}
.wrapper1{
	width:100%;
	height:100%;
	background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url("images/abc.jpg");
	position:center;
	justify-content:center;
	align-items:center;
	background-size:cover;
}

.navbar{
	width:100%;
	margin:auto;
	height:100px;
	display:flex;
    background: rgba(0,0,0,0.5);
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
	position:fixed:;
	top:0;
	z-index:1000;
}

.navbar ul{
	padding:0px 50px;
	display:flex;
	align-items:center;
}
.navbar ul li{
	list-style:none;
	display: inline-block;
	margin:0px 40px;
	padding: 0 10px;
}
.navbar ul li a{
	text-decoration:none;
	color:white;
	text-align:center;
	font-size:30px;
	transition:0.4s;
	border-radius:5px;
}
.navbar ul li a.active{
	color: rgba(0,0,0,0.5);
	background-color:#fff;
}
.navbar ul li a:hover{
	color: rgba(0,0,0,0.5);
	background-color:#fff;
}
.box input::placeholder{
	color:#fff;
}
.navbar .toggle_btn{
	color:#fff;
	font-size:1.5rem;
	cursor:pointer;
	display:none;
}
button{
	padding :10px;
	width:auto;
	height:80px;
	border-radius:20px;
	justify-content:center;
	align-items:center;
	
}
.dropdown_menu{
	position:absolute;
	right:2rem;
	top:60px;
	width:300px;
	border-radius:10px;
	height:0;
	background:rgba(255,255,255,0.1);
	backdrop-filter:blur(15px);
	overflow:hidden;
	display:none;
	transition:height 0.2 cubic-bezier(0.75,0.885,0.32,1.275)
}
.dropdown_menu.open{
	height:240px;
	
}
.dropdown_menu li{
	padding:0.7rem;
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	text-decoration:none;
	color:#fff
}

@media(max-width: 992px) {
    .navbar .links {
    display: none !important;
    }
    .navbar .toggle_btn {
    display: block;
    }
    .dropdown_menu {
    display: block; 
    height: 0;     
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .dropdown_menu.open {
    height: 240px;
    }
}
.text h2{
	align-items:center;
	color:#F5F5F5;
	margin-top:150px;
	margin-left:100px;
	margin-right:100px;
	font-size:50px;
	font-family:chango;
}
.text h1{
	align-items:center;
	color:#F5F5F5;
	margin-left:100px;
	margin-right:100px;
	font-size:100px;
	font-family:macondo;
}
.exp{
	margin-left:50px;
}
.exp button {
    padding: 0 30px;
    height: 60px; 
    font-size: 24px;
    font-family: 'Chango', sans-serif;
    border-radius: 50px;
    background: #008066;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.exp button:hover {
    color: #008066;
    background: #ffffff;
    transform: scale(1.05);
}
.wrapper2{
	width:100%;
	height:100%;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("images/b.jpg");
	position:center;
	justify-content:center;
	align-items:center;
	background-size:cover;
}
.wrapper3{
	width:100%;
	height:100%;
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("images/c.jpg");
	position:center;
	justify-content:center;
	align-items:center;
	background-size:cover;
	display:block;
}
.base{
	background:darkgrey;
	align-items:center;
	margin-top:300px;
	padding-bottom:45px;
	position:stick to bottom;

}
.wrapper3 h1{
	text-align:center;
	color:#fff;
	font-family:san-serif;
	font-size:50px;
	padding-top:30px;
}
ion-icon{
	font-size:40px;
	
}
.follow{
	margin-left:900px;
	margin-top:10px;
	font-size:50px;
}
.sc{
	display:flex;
	justify-content:spacebetween;
	margin-left:900px;
	gap:15px;
}
.insta{
	color: linear-gradient( #833ab4, #fd1d1d, #fcb045);
}
.fb{
	color:#1877F2
}
.whtsapp{
	color:#075E54
}
.twitter{
	color:#1DA1F2
}
.wrapper, .wrapper1, .wrapper2 {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-size: cover;
    background-position: center;
}
.follow, .sc {
    margin-left: 0;
}

@media (max-width: 768px) {
    .text {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:100px;
    }

    .text h2 {
    font-size: 24px;      
    margin: 100px 0 10px 0; 
    width: 100%;
    text-align: center;
    }

    .text h1 {
    font-size: 45px;    
    margin: 0;           
    width: 100%;         
    text-align: center;
    line-height: 1.2;    
    word-wrap: break-word; 
    }

    .exp {
	margin-left: 0;
    justify-content: center;
    }

    .exp button {
    margin: 0;            
    width: 80%;           
    max-width: 300px;     
    }
    .head h1 {
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    width: 100%;
    }
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.card {
    background: #fff;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-image img {
    width: 100%;
    height: 250px;
    display: block;
}

.card-content {
    padding: 20px;
    text-align: center;
}

.card-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.card-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.head h1{
	color:#fff;
	font-size:80px;
	font-family:roboto,san-serif;
}
.head {
    width: 100%;
    text-align: center;
}
.wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0; 
}