@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --white: white;
    --black: black;
    --light-black: rgb(74, 74, 74);
    --gray: rgb(186, 186, 186);
    --light-gray: rgb(226, 226, 226);
    --blue: rgb(3 164 163);
    --dark-gray: #616161;
}

@font-face {
    font-family: HelveticaNeue;
    src: url("/fonts/HelveticaNeue.ttf");
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url("/fonts/Helvetica-Neu-Bold.ttf");
}

@font-face {
    font-family: HelveticaNeue;
    src: url("/fonts/HelveticaNeue-Medium.ttf");
}

@font-face {
    font-family: HelveticaNeue;
    src: url("/fonts/HelveticaNeue-Light.ttf");
}

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
}

a,
button,
span,
p,
article,
strong {
    font-size: 1.6rem;

}

h1,
h2,
h3 {
    text-transform: capitalize;
    font-family: Roboto, sans-serif;

}

h1 {
    font-size: 4rem;
    font-weight: 400;
    font-family: HelveticaNeueBold;
    letter-spacing: 1px;
}

h2 {
    font-size: 3rem;
    font-family: HelveticaNeueBold;
}

p,
a,
button,
ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1140px;
}

.container-lg {
    max-width: 1280px;
}

.btn {
    padding: 1rem 4rem;
    text-transform: uppercase;
    font-size: 1.4rem;
}

a.btn.btn-dark:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
}

header#header {
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3)), url("/img/home/home-bg.png") center center / contain no-repeat rgb(6, 5, 1);
    height: 750px;
}

.navbar-nav .nav-item .nav-link {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 3rem 0px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--gray);
}

ul.navbar-nav {
    display: flex;
    width: 100%;
    text-align: end;
    justify-content: flex-end;
}

ul.navbar-nav .nav-item {
    margin: 0px 2rem;
}

ul.social_icons_wrap li a i {
    color: var(--white);
    font-size: 2.2rem;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
}

ul.social_icons_wrap li {
    margin: 1rem 0px;
}

a.navbar-brand img {
    width: 96px;
}

.navbar-nav .nav-link:focus {
    color: var(--white) !important;
}

li.nav-item.portfolio_dropwdown {
    position: relative;
    display: block;
}

.protfolio_dropdown_manu {
    position: absolute;
    top: 86px;
    display: flex;
    background: var(--white);
    justify-content: space-around;
    padding: 2rem;
    border-radius: 2px;
    flex-wrap: wrap;
    transition: all 0.3s ease-in-out 0s;
    z-index: 111;
    padding-bottom: 3rem !important;
    width: 252px;
    right: -80px;
}

.header_text h1,
.header_text p,
.header_text {
    color: var(--white);
}

.header_text h1 {
    font-size: 140px;
    font-weight: 900;
    letter-spacing: 7px;
    text-align: center;
    line-height: 128px;
    position: relative;
    text-transform: uppercase;
}

.first_caption,
.second_caption {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
}

p.first_caption {
    margin-bottom: -1.5rem;
    margin-left: 4rem;
}

p.second_caption {
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}

section#hero_section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

section#hero_section {
    margin-top: 0rem;
}

section#innovation {
    margin-top: 20rem;
}

.innovation_desc p {
    padding-right: 7rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.innovation_desc {
    padding-top: 5rem;
}

section#recent_work {
    padding: 17rem 0px;
    background: var(--black);
    margin-top: -17.5rem;
}

.recent_work_title {
    color: var(--white);
    padding-bottom: 2rem;
    padding-left: 3rem;
}

.recent_work_title p {
    font-size: 1.8rem;
    margin-bottom: 4rem;
    letter-spacing: 1px;
}

.recent_work_title h1 {
    margin-bottom: 1rem;
}

.row.protfolio_recent_work div.col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row.protfolio_recent_work {
    display: flex;
    flex-wrap: wrap;
}

.row.protfolio_recent_work div.col-md-6 img {
    padding: 0rem;
}

.braw {
    display: flex;
    align-items: center;
}

.right_side_portfolio_gallary {
    padding-top: 12rem;
}

.protfolio_category_desc p {
    color: var(--white);
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
}

.category_wrapper {
    position: relative;
    overflow: hidden;
    margin: 1.5rem;
}

.protfolio_category_desc {
    position: absolute;
    bottom: -72px;
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.78));
    width: 100%;
    padding: 2rem;
    text-align: center;
}

.protfolio_category_desc .btn.btn-light {
    opacity: 0;
    transition: all 0.3s ease-in 0.3s;
    transform: translateX(-150px);
    font-weight: 600;
}

.protfolio_category_desc .btn.btn-light:hover {
}

.category_wrapper:hover img {
    filter: blur(2px);
}

.category_wrapper:hover .protfolio_category_desc {
    padding-top: 9rem;
    padding-bottom: 93%;
    transition: all 0.4s ease-in-out 0s;
}

.category_wrapper:hover .protfolio_category_desc .btn.btn-light {
    opacity: 1;
    transform: translateX(0px);
}

.protfolio_category_desc .btn.btn-light svg {
    fill: var(--blue);
    margin-left: 0.5rem;
    margin-top: -0.3rem;
}

.row.clients_logo.and.works {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    align-items: center;
}

.row.clients_logo.and.works img {
    width: 177px;
    opacity: 0.6;
}

section#clients_works {
    padding: 12rem 0px;
}

.client_works_heading h1 {
    margin-bottom: 7rem;
    text-align: center;
}

footer#footer {
    background: var(--black);
    padding: 10rem 0px;
    color: var(--white);
}

.footer_mid_part {
    display: flex;
    align-items: center;
    width: 525px;
    margin-bottom: 6rem;
}

.copyright_desc_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.footer_btn .btn-light {
    padding: 0.8rem 4.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.row.copyright {
    border-top: 1px solid rgba(221, 221, 221, 0.27);
}

.footer_right_side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_top_part {
    margin-bottom: 6rem;
}

.footer_btn {
    margin-bottom: 8rem;
}

.footer_category ul li a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.footer_category ul li a:hover {
    color: var(--gray);
}

.copyright_desc_wrap ul li a i {
    color: var(--white);
    font-size: 2.3rem;
}

.copyright_desc_wrap ul {
    display: flex;
    justify-content: space-between;
    width: 103px;
}

.footer_category ul li {
    margin: 0.5rem 0px;
}

.footer_btn .btn-light:hover {
    background: var(--gray);
}

.footer_mid_part h2 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}

.footer_mid_part img {
    width: 20%;
}

.protfolio_category_desc .btn.btn-dark svg {
    margin-bottom: 0.3rem;
    margin-left: 0.5rem;
}

.protfolio_category_desc .btn.btn-dark:hover {
    background: var(--white);
}

#product_page {
    background: var(--black);
    height: 123px;
}

.All_product_pages {
    background: var(--black);
    padding-bottom: 12rem;
}

.product_item_header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product_item_header img {
    width: 356px;
}

.product_item_header {
    padding: 8rem 0px 6rem;
}

.col-12.product_item_header ul {
    display: flex;
    width: 711px;
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
}

.col-12.product_item_header ul li {
    color: var(--white);
    font-weight: 600;
    letter-spacing: 3px;
    border-right: 2px solid rgb(221, 221, 221);
    padding: 0px 2.5rem;
    text-align: center;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.col-12.product_item_header ul li:last-child {
    border-right: 0px;
}

.row.all_product_img_gallery>div {
    display: flex;
    padding: 2rem;
}

.col-12.product_item_header.alto_header img {
    width: 162px;
}

.alto_img_gallery .col-md-6 img {
    width: 80%;
}

.alto_img_gallery .col-md-6 {
    display: flex;
    justify-content: center;
}

.row.all_product_img_gallery.alto_img_gallery .col-12 {
    margin-bottom: 5rem;
}

.col-12.product_item_header.alto_header ul {
    margin-top: 1.5rem;
}

.col-12.product_item_header.alto_header {
    padding-top: 5rem;
}

.col-12.product_item_header.braw_header ul {
    margin-top: 2rem;
}

.titleist_post_image_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem;
    align-items: center;
    justify-content: space-between;
}

.titleist_post_image_gallery img {
    padding: 1rem;
    width: 100%;
}

.row.all_product_img_gallery.titleast_img_gallery .col-md-6 img {
    width: 71%;
}

.row.all_product_img_gallery.titleast_img_gallery .col-md-6 {
    justify-content: center;
}

.row.all_product_img_gallery.titleast_img_gallery .col-12 {
    margin-bottom: 7rem;
}

#contact_header .contact_nav .nav-item .nav-link,
#contact_header .social_icons_wrap li a i {
    color: var(--black);
}

.contact_wrapper {
    margin: 5rem 0px;
}

.contact_form_wrapper {
    background: var(--white);
    box-shadow: rgba(221, 221, 221, 0.25) 0px 0px 34px 11px;
    padding: 4rem;
    border-radius: 4px;
}

.contact_subtitle {
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.contact_description h1 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.devider_line {
    position: relative;
}

.devider_line::after {
    position: absolute;
    content: "";
    top: 10px;
    width: 56px;
    height: 3px;
    background: var(--black);
}

.contact_one_line {
    color: var(--dark-gray);
    font-size: 1.9rem;
    padding-top: 4rem;
    padding-right: 6rem;
}

.contact_form_wrapper input,
.contact_form_wrapper textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(158 157 157);
    padding: 0.8rem 1.5rem;
    font-size: 1.6rem;
    border-radius: 0px;
}

.contact_form_wrapper label {
    color: var(--dark-gray);
}

.form-control:focus {
    border: none;
    box-shadow: rgba(221, 221, 221, 0.86) 0px 0px 1px 1px;
}

.contact_form_wrapper textarea {
    height: 100px !important;
}

.submit_btn {
    margin-top: 5rem;
    text-align: center;
}

.contact_form_wrapper input {
    width: 92%;
}

.contact_form_bottom_part {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_form_bottom_part .form-floating {
    width: 100%;
}

section#contact {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 6rem;
    margin-top: 23rem;
}

section#contact::after {
    position: absolute;
    content: "";
    top: 201px;
    width: 100%;
    height: 100%;
    background: rgb(233, 233, 233);
    z-index: -1;
    transform: skewY(168deg);
}

.contact_desc_wrapper {
    padding-top: 5rem;
}

.braw.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 62%;
}

.ora.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 80%;
}

.mobile-app.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 140%;
}

.man.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 60%;
}

ul.protfolio_dropdown_manu li {
    text-align: start;
    padding: 1rem 1rem 0px;
}

.dropdown_manu_title {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(26, 141, 178);
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    text-transform: uppercase;
}

ul.protfolio_dropdown_manu p {
    margin: 3px 0px 2rem;
    color: var(--dark-gray);
}

.dropdown_manu_wrapper .btn.btn-dark {
    font-weight: 400;
    letter-spacing: 1px;
}

.dropdown_manu_title:hover {
    color: var(--black);
}

.protfolio_dropdown_manu {
    display: none;
    transition: all 0.6s ease 0s;
    box-shadow: rgba(221, 221, 221, 0) 0px 7px 2px 2px;
    border-left: 1px solid var(--light-gray);
    border-right: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.nav-link {
    cursor: pointer;
}

.nav-item.portfolio_dropwdown:hover .protfolio_dropdown_manu {
    display: flex;
    flex-direction: column;
}

#header.header-scrolled .social_media_fixed_bar ul .social_icons_wrap {
    display: none;
}

nav.navbar {
    transition: all 0.4s ease 0s;
}

.col-9.header_text.text-uppercase {
    padding-top: 31rem;
}

header.header-scrolled nav.navbar{
    background: var(--white);
    color: black;
    box-shadow: rgb(205 205 205) 0px 0px 3px 1px;
}


header.header-scrolled nav.navbar .navbar-nav li a {
    text-transform: uppercase;
    color: var(--black);
}

.social_media_fixed_bar {
    position: relative;
}

.social_media_fixed_bar {
    position: fixed;
    top: 39%;
    right: 0px;
    background-color: rgb(120, 120, 120);
    padding-right: 1rem;
    opacity: 0;
    height: 85px;
    padding-top: 7px;
}

header.header-scrolled .social_media_fixed_bar {
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    z-index: 111;
}

.social_media_fixed_bar ul {
    padding-left: 1rem;
}

#product_page.header-scrolled .dropdown_manu_wrapper a.btn.btn-dark,
#header.header-scrolled .dropdown_manu_wrapper a.btn.btn-dark {
    color: var(--white);
}

header#product_page.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title,
#header.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title {
    color: var(--blue);
}

#product_page.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title:hover,
#header.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title:hover {
    color: var(--black);
}

#product_page.header-scrolled .dropdown_manu_wrapper a.btn.btn-dark:hover,
#header.header-scrolled .dropdown_manu_wrapper a.btn.btn-dark:hover {
    color: var(--black);
}

.golf.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 76%;
}

.man.category_wrapper:hover .protfolio_category_desc {
    padding-bottom: 63%;
}

header.header-scrolled.social_media_fixed_bar {
    opacity: 1;
}

header.header-scrolled .navbar .social_icons_wrap {
    display: none;
}

header.header-scrolled .navbar-brand img {
    width: 75px;
}

ul.social_icons_wrap li a svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
    display: grid;
    place-items: center;
}

ul.social_icons_wrap li a svg:hover {
    fill: var(--blue);
    background: var(--white);
}

svg.bi.bi-instagram:hover {
    fill: red;
    background: transparent;
}

svg.bi.bi-facebook {
    border-radius: 100%;
}

svg.bi.bi-linkedin {
    border-radius: 2px;
}

.social_media_fixed_bar svg.bi.bi-instagram:hover {
    fill: red;
    background: var(--white);
    border-radius: 7px;
    padding: 2px;
}

.social_media_fixed_bar li a svg:hover {
    padding: 2px;
}

ul.social_icons_wrap.header_social_media li a svg {
    width: 19px;
    height: 19px;
}

#product_page.header-scrolled nav.navbar li.portfolio_dropwdon a {
    color: var(--blue);
}

ul.social_icons_wrap.header_social_media li:first-child {
    padding-top: 0 !important;
    margin-top: 0;
}

header#product_page.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title:hover,
#header.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title:hover {
    color: var(--black);
}

header#contact_header nav {
    background: var(--white);
}
#contact_header ul.social_icons_wrap.header_social_media li a svg{
    fill: var(--black);
}

.dropdown-toggle::after{
    display: none;
}
.dropdown-item{
    white-space: initial;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--white);
}

.footer_mid_part img {
    margin: 1rem;
}

header#product_page.header-scrolled .dropdown_manu_wrapper a.dropdown_manu_title:hover{
    color: var(--black);
}

header.header-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: var(--blue);
}

svg.bi.bi-facebook {
    display: none;
}

.col-12.copyright_desc_wrap ul li.nav-item {
    display: none;
}

ul.social_icons_wrap.header_social_media li {
    padding: 3px 0;
}

ul.social_icons_wrap.header_social_media li:last-child {
    display: none;
}

ul.social_icons_wrap.header_social_media {
    padding-top: 10px;
}

.navbar-nav .nav-item .nav-link svg {
    margin-left: -4px;
    width: 15px;
}
.col-lg-6.innovation_desc a {
    font-weight: 500;
    letter-spacing: 1px;
}