@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.gdg-logo {
	height:50px;
	width:70px;
    padding: 15px;
}


#navItem1 {
    font-size: 20px;
    font-weight: 600;
    color:  #f0f0f0;
    font-family: "Google Sans";
}

#navItem2 {
    font-size: 20px;
    font-weight: 600;
    color:  #f0f0f0;
    font-family: "Google Sans";
}

#navItem3 {
    font-size: 20px;
    font-weight: 600;
    color: #f0f0f0;
    font-family: "Google Sans";
}

#navItem4 {
    font-size: 20px;
    font-weight: 600;
    color:  #f0f0f0;
    font-family: "Google Sans";

}
#navItem5 {
    font-size: 20px;
    font-weight: 600;
    color:  #f0f0f0;
    font-family: "Google Sans";
}
#nav-bg{
    background-color:#115999;
    
}
.home-bg{
    background: linear-gradient(to right, #34a853, #4285f4);
    color: white;
    padding:40px;
    text-align: center;

}
.home-bg h2 {
    font-size: 2.8em;
    margin-bottom: 10px;
    font-family: "Google Sans";

}
.home-bg h5 {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-family: "Google Sans";

}

.home-bg p {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: "Google Sans";
}

.btn {
    background-color: #0a1eb3;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #d62828;
}
.home-image{
    width:35%;
    padding:20px ;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.about-heading{
    color:  #f0f0f0;
    font-family: "Google Sans";
    font-weight: bold;
	font-size: 45px;
}
.about-para{
    color:black;
    font-weight: 600;
    font-family: "Roboto";
    font-size: 22px;
}

.custom-button {
    color: white;
    background-color: #ef0f0f;
    padding: 10px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-button:hover {
    transform: translateY(-10px);
    /* Moves the card up slightly */
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.3);
}
.about-section{
    background-image:linear-gradient(to right,#235682,#4364de,#493fb0);
    padding: 30px;
}
.carousel-indicators li {
    background-color: black; /* Change the background color to black */
}

.carousel-indicators .active {
  
    background-color: white; /* Optional: Change the active indicator color */
}
.about-sec-theory {
    color: white;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 500;

}
.organiser-heading{
    color:  #111010;
    font-family: "Google Sans";
    font-weight: bold;
	font-size: 45px;

}
.organiser-para{
    color:rgb(75, 56, 56);
    font-size: 22px;
    font-weight: 600;
    font-family: "Roboto";
   
}
.organiser-section{
    background-image: linear-gradient(to right,white,skyblue,rgb(133, 133, 194));
    padding: 30px;
}
.organiser-card{
    
    padding: 10px;

}

.organiser-image{
    width:55%;
    border-radius: 100%;
}
.organiser-card-heading{
    color:darkslategrey;
    font-family: "Google Sans";
    font-size: 25px;
    font-weight: bold;
}
.organiser-card-para{
	font-size: 20px;
}
.organiser-button {
    color: rgb(13, 12, 23);
    background-color: #370cb8;
    padding: 10px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organiser-button:hover {
    transform: translateY(-10px);
    /* Moves the card up slightly */
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.3);
}

.follow-me-section {
    display: flex;
    justify-content: center;
    align-items: right;

}


.follow-me-section-heading {
    text-align: center;
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.follow-me-icon-container {
    background-color: #dde1a9;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-left: 35px;
    margin-right: 12px;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 32px;
    padding-left: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.follow-me-icon-container:hover {
    transform: translateY(-10px);
    /* Moves the card up slightly */
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.3);
}

.icon {
    color: #45c3e6;
    font-size: 35px;
    padding-right: 32px;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body{
	width: 100%;
	min-height: 100vh;
	background-color: #2e2e2e;
	color: white;
}
.container1{
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 8%;
}
.containe1r .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
}
.row section.col{
	display: flex;
	flex-direction: column;
}
.row section.left{
	flex-basis: 35%;
	min-width: 320px;
	margin-right: 60px;
}
.row section.right{
	flex-basis: 60%;
}
section.left .contactTitle h2{
	position: relative;
	font-size: 28px;
	color: #ddd;
	display: inline-block;
	margin-bottom: 25px;
}
section.left .contactTitle h2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #888;
	top: 120%;
	left: 0;
}
section.left .contactTitle h2::after{
	content: '';
	position: absolute;
	width: 25%;
	height: 3px;
	background-color: dodgerblue;
	top: calc(120% - 1px);
	left: 0;
}
section.left .contactTitle p{
	font-size: 17px;
	color: #ccc;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-bottom: 22px;
}
section.left .contactInfo{
	margin-bottom: 16px;
}
.contactInfo .iconGroup{
	display: flex;
	align-items: center;
	margin: 25px 0px;
}
.iconGroup .icon{
	width: 45px;
	height: 45px;
	border: 2px solid dodgerblue;
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}
.iconGroup .icon i{
	font-size: 20px;
	color: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconGroup .details span{
	display: block;
	color: #888;
	font-size: 18px;
}
.iconGroup .details span:nth-child(1){
	text-transform: uppercase;
	color: #ccc;
}
section.left .socialMedia{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}
.socialMedia a{
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: dodgerblue;
	transition: 0.4s;
}
.socialMedia a i{
	color: #ddd;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.4s;
}
.socialMedia a:hover{
	transform: translateY(-5px);
	background-color: #2e2e2e;
	color: dodgerblue;
	border: 1px solid dodgerblue;
}
.socialMedia a:hover i{
	color: dodgerblue;
}

/* Code for the right section (column) */

.row section.right .messageForm{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}
.row section.right .inputGroup{
	margin: 18px 0px;
	position: relative;
}
.messageForm .halfWidth{
	flex-basis: 48%;
}
.messageForm .fullWidth{
	flex-basis: 100%;
}
.messageForm input, .messageForm textarea{
	width: 100%;
	font-size: 18px;
	padding: 2px 0px;
	background-color: #2e2e2e;
	color: #ddd;
	border: none;
	border-bottom: 2px solid #666;
	outline: none;
}
.messageForm textarea{
	resize: none;
	height: 220px;
	display: block;
}
textarea::-webkit-scrollbar{
	width: 5px;
}
textarea::-webkit-scrollbar-track{
	background-color: #1e1e1e;
	border-radius: 15px;
}
textarea::-webkit-scrollbar-thumb{
	background-color: dodgerblue;
	border-radius: 15px;
}
.inputGroup label{
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #888;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;
}
.inputGroup:nth-child(4) label{
	top: 2px;
}
.inputGroup input:focus ~ label, .inputGroup textarea:focus ~ label,
.inputGroup input:valid ~ label, .inputGroup textarea:valid ~ label
{
	transform: translateY(-30px);
	font-size: 16px;
}
.inputGroup button{
	padding: 8px 16px;
	font-size: 18px;
	background-color: dodgerblue;
	color: #ddd;
	border: 1px solid transparent;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}
.inputGroup button:hover{
	background-color: #2e2e2e;
	color: dodgerblue;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid dodgerblue;
}
@media(max-width: 1100px){
	.messageForm .halfWidth{
		flex-basis: 100%;
	}
}
@media(max-width: 900px){
	.container .row{
		flex-wrap: wrap;
	}
	.row section.left, .row section.right{
		flex-basis: 100%;
		margin: 0px;
	}
}
.contact-us-section{
    width: 100%;
	min-height: 100vh;
	background-color: #2e2e2e;
	color: white;
}
.swags-section{
	background-image:linear-gradient(to right,#36343f,#424f80,#264a52);
    padding: 20px;

}
.swag-para{
    color:rgb(176, 167, 167);
    font-weight: 600;
    font-family: "Roboto";
    font-size: 22px;
}
.copyright-section {
    background-color: #0d0d17;
}

.copyright-section-heading {
    color: white;
    font-family: "Roboto";
    font-size: 20px;
}
.underline-dual {
	display: inline;
	background-image: linear-gradient(to right,rgb(31, 4, 152), rgb(229, 229, 237) 50%);
	background-size: 100% 5px;
	background-repeat: no-repeat;
	border-width: 40px;
	background-position: bottom;
	padding-bottom: 2px; /* Adjust spacing */
	
  }

	  
