.domain-search-wrap{ padding: 40px; border-radius: 20px; margin-top: -100px; } .domain-search-form { width: calc(100% - 10%); margin: 0 auto; position: relative; height: calc(2.15em + 0.7rem); z-index: 9; } .domain-search-form input:not([type=submit]) { width: 55%; height: 100%; border: none; padding-top: 10px; border-bottom: 2px solid $primary; } .domain-search-form .select-group { position: absolute; right: 10px; height: 100%; width: 42%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 0; } .select-group select.form-control{ border: none; border-bottom: 2px solid $primary; width: calc(100% - 35%); height: inherit; padding: 5px; } .select-group button[type=submit]{ width: 100%; margin-left: 5px; } .domain-search-list { position: relative; display: block; } .domain-search-list li:not(:last-child) { margin-right: 0 !important; } .domain-search-list li a { display: inline-block; padding: 0 6px; text-align: center; color: inherit; } .domain-search-list li a span { font-size: 15px; line-height: 15px; display: block; opacity: 0.7; } @media (min-width: 320px) and (max-width: 991px){ } @media (min-width: 320px) and (max-width: 768px){ .domain-search-wrap{ padding: 20px; border-radius: 10px; margin-top: 60px; } } @media (min-width: 320px) and (max-width: 575px){ .domain-search-form{ width: 100%; height: auto; } .select-group select.form-control{ height: calc(2.15em + 0.7rem); } .domain-search-form input:not([type=submit]), .domain-search-form .select-group{ width: 100%; height: calc(2.15em + 0.7rem); } .domain-search-form .select-group{ position: relative; padding-top: 15px; right: auto; } .domain-list-wrap{ display: none; } } //promo section css .zindex-2 { z-index: 2; } .rounded-custom { border-radius: 1rem; } .promo-one-single { position: relative; display: block; transition: $global-transition; a { text-decoration: none; position: absolute; right: 15px; bottom: -15px; color: $white; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12); } &:hover { background: linear-gradient( 75deg, darken($primary, 10%), darken($accent, 10%) ) !important; color: $white; h5 { color: $white !important; } a { transition: $global-transition; &:hover { background: $warning !important; color: $white; } } } } .mt-n-65 { margin-top: -65px; } .mt-n-90 { margin-top: -90px; } .mt-n-150 { margin-top: -150px; } .hosting-promo { transition: $transition-base; &:hover { transform: translateY(-4px); } } .single-promo-card { border-radius: 1rem; // transition: $global-transition; &.single-promo-hover { // transition: $global-transition; overflow: hidden; z-index: 1; &:hover { color: $white; span, h5 { color: $white !important; } &:before { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; border-radius: 0; background-color: $primary; } } &:before { content: ""; position: absolute; right: -55px; width: 95px; height: 95px; bottom: -50px; border-radius: 35px; background-color: $primary; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: -1; } } &.single-promo-hover-2 { // transition: $global-transition; &:hover { background-color: $primary; color: $white; span, h5 { color: $white !important; } } } }