/*

Theme Name: idakk

Theme URI: http://www.idakk.com

Author: idakk

Author URI: http://www.idakk.com

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf");
}

/* -- style for common -- */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins-Regular";
  margin-top: 110px;
}

body.page-template-template-home {
  margin-top: 0px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  font-family: "Poppins-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #00ADEF;
  --black: #000;
  --white: #fff;
}

.common-container {
  padding: 0 250px;
  margin: auto;
  max-width: 1920px;
  width: 100%;
}

.padding-100 {
  padding-top: 100px;
  width: 100%;
}

.padding-50 {
  padding-top: 50px;
  width: 100%;
}

.button {
  min-width: 192px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: fit-content;
  background: var(--primary);
  gap: 10px;
  padding: 10px 30px;
  font-size: 16px;
  color: var(--white) !important;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}



/* Header */

/* .page-template-template-home .header {
  background: transparent;
} */

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #ffffff26;
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
  padding: 5px 0;
}

header.scrolled .header_nav_img {
  height: 80px;
}

.page-template-template-home .header {
  background: transparent;
}

header.header.hide {
  transform: translateY(-160px);
}

header.scrolled {
  background-color: var(--white) !important;
}

.header-section {
  display: flex;
  justify-content: space-between;
  background: transparent;
  align-items: center;
}

.header_nav_img {
  height: 100px;
  transition: all 0.3s ease-in-out;
}

.mobile-show {
  display: none !important;
}

.hambuger-menu-sec {
  display: none;
}

.menu-nav-icon {
  display: flex;
  flex-direction: column;
  width: 45px;
  cursor: pointer;
  align-items: flex-end;
  cursor: pointer;
}

.menu-nav-icon span {
  background: var(--black);
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}

.menu-nav-icon:hover span {
  width: 100% !important;
}

.menu-nav-icon span:nth-of-type(1) {
  width: 50%;
}

.menu-nav-icon span:nth-of-type(2) {
  width: 100%;
}

.menu-nav-icon span:nth-of-type(3) {
  width: 75%;
}

.menu-close-sec {
  display: none;
}

.menu-close-sec {
  display: none;
}

#main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

#main-menu li a {
  color: #000;
  font-size: 20px;
  position: relative;
}

#main-menu li a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--primary);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}

#main-menu li a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.header-flex-sec {
  display: flex;
  align-items: center;
  gap: 60px;
}


/* Home Page */

.hero-section {
  height: calc(100vh + 300px);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-title {
  text-transform: uppercase;
  --background-clip: text;
  -webkit-background-clip: text !important;
  color: transparent;
  /* background: url(https://unsplash.com/photos/nv7WX42LKjU/download?ixid=MnwxMjA3fDB8MXxhbGx8fHx8fHx8fHwxNjY4NzAxNDg5&force=true&w=1920); */
  background: linear-gradient(to bottom, #f0f0f0, #a18b80);
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 72px;
  padding-top: 200px;
  text-align: center;
  font-family: 'Poppins-Black';
}

.hero-group-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: -300px;
}

.aboutus-section {
  display: flex;
  gap: 50px;
  align-items: center;
}

.left-about-sec {
  width: 50%;
}

.right-about-sec {
  display: flex;
  width: 50%;
  justify-content: end;
}

.right-about-sec img {
  width: 50%;
  height: 480px;
  object-fit: cover;
  box-shadow: 0px 15px 30px -18px #00000033;
  border: 10px solid var(--white);
}

.right-about-sec img:nth-of-type(1) {
  margin-top: 100px;
  z-index: 1;
  margin-right: -50px;
}

.subtitle {
  color: #00ADEF;
  font-size: 26px;
  font-family: 'Poppins-Light';
}

.about-title {
  font-size: 32px;
  font-family: 'Poppins-Medium';
  margin: 5px 0 10px;
  line-height: 42px;
}

.left-about-sec p {
  margin-top: 15px;
}

.head-section {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.common-title {
  font-size: 38px;
  font-family: 'Poppins-Bold';
  color: var(--primary);
  margin-bottom: 15px;
}

.common-para {
  font-size: 20px;
  line-height: 30px;
}

.awards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.award-image img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.award-title {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  color: #555;
}

.office-bearers-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0 15%;
}

.bearer-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.bearer-name {
  font-size: 28px;
  text-align: center;
  color: #3E3E3E;
  font-family: 'Poppins-SemiBold';
  margin-top: 20px;
}

.bearer-designation {
  text-align: center;
  font-size: 20px;
}



/* Footer */

footer {
  padding: 100px 0 50px;
  background: #f8f9fa;
}

.footer-logo img {
  height: 130px;
}

.footer-sec {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.foot-logo-section {
  max-width: 400px;
}

.footer-bottom-sec {
  max-width: 310px;
}

.copyright-sec {
  margin: auto;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}

.copyright-sec a {
  color: var(--primary);
  font-family: 'Poppins-Bold';
}

.copyright-sec a svg {
  width: 24px;
  height: 20px;
  margin-bottom: -3px;
  margin-left: 4px;
}

.foot-head {
  font-size: 20px;
  font-family: 'Poppins-Bold';
  margin-bottom: 20px;
}

#footer-right {
  display: grid;
  gap: 15px;
  list-style: none;
}

#footer-right a {
  font-size: 18px;
  color: #555;
}

.footer-bottom-sec div {
  display: grid;
  gap: 10px;
}

.footer-bottom-sec div a {
  display: flex;
  gap: 2px;
  align-items: center;
  font-size: 18px;
  color: #555;
}

.foot-logo-section p {
  font-size: 16px;
  margin-top: 40px;
}


.sub-banner-section {
  height: 450px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.sub-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2125294f;
  z-index: 1;
}

.sub-banner-section .common-container {
  display: flex;
  align-items: end;
  height: 100%;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.sub-banner-contents p {
  max-width: 500px;
  color: #fff;
}

.sub-banner-title {
  font-size: 102px;
  color: #fff;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
}

.google-map-sec iframe,
.google-map-sec {
  height: 500px;
  width: 100%;
}

.contactus-section {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.left-contact-sec {
  width: 50%;
}

.right-contact-sec {
  width: 50%;
  padding: 50px 50px 0;
  border-radius: 15px;
  background: #f8f9fa;
}

input[type="email"],
input[type="text"],
input[type="phone"] {
  width: 100%;
  height: 50px;
  border: none !important;
  border-radius: 0px !important;
}

textarea {
  width: 100%;
  resize: none;
  height: 100px;
  border: none !important;
  border-radius: 0px !important;
}

.left-contact-sec h2 {
  font-size: 52px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 30px;
}

.contact-address-sec {
  display: grid;
  gap: 20px;
}

.contact-address-sec aside {
  display: grid;
  gap: 10px;
}

.contact-address-sec aside a,
.contact-address-sec aside p {
  display: flex;
  gap: 4px;
  font-size: 20px;
  color: #555;
  align-items: center;
}

.contact-address-sec aside p {
  max-width: 400px;
}

.contact-head-sec {
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
}

.image-mobile-show {
    display: none;
}

.events-card.item .image img {
    height: 420px;
    object-fit: cover;
}

